* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.font-small {
  font-size: 0.675em;
}

.text-break-none {
  white-space: nowrap;
}

.bg-brand-primary {
  background-color: #212a53;
}

.text-brand-primary {
  color: #0d6f93;
}

a.text-brand-primary {
  color: #0d6f93;
  transition: 0.5s;
}

a.text-brand-primary:hover {
  color: #09526d;
  transition: 0.5s;
}

.btn.bg-brand-blue:hover {
  background-color: #09526d;
}

.bg-brand-invoice {
  background-color: #9accff !important;
}

.bg-brand-yellow {
  background-color: #ffff9a !important;
}

table.tr.bg-brand-yellow {
  background-color: #ffff9a !important;
}

.btn-brand-primary {
  background: #0d6f93 !important;;
  color: white;
}

.btn-brand-primary:hover {
  background: #09526d !important;;
  color: white;
}

.btn-outline-brand-primary {
  border: 1px solid #0d6f93;
  color: #0d6f93;
}

.btn-outline-brand-primary:hover {
  background: #0d6f93;
  color: white;
}

.hide-component {
  display: none !important;
}

.vw-15 {
  min-width: 15vw;
}

.vw-85 {
  min-width: 85vw;
}

#topbar .profile-image {
  height: 35px;
}

#main-page #sidebar, .main-page #sidebar {
  min-height: 100vh;
  min-width: 8vw;
  width: 172px;
}


#main-page #sidebar .sidebar-item {
  transition: 0.3s;
  border: 3px solid #212a53;
}

#main-page #sidebar .sidebar-item:hover {
  background-color: #09526d !important;
  border: 3px solid #09526d;
  border-left: 3px solid white;
  transition: 0.3s;
}

#main-page #sidebar .dropdown-menu-item {
  /* padding: 20px; */
  padding: 20px 14px;
  display: none;
}

#main-page #sidebar .dropdown-menu-item a {
  transition: 0.3s;
}

#main-page #sidebar .dropdown-menu-item a:hover {
  transition: 0.3s;
  color: rgb(25, 49, 65) !important;
}

#main-page .dashboard-box {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* justify-content: space-between; */
  /* gap: 10px; */
  position: relative;
  display: block;
}

#main-page .dashboard-box-contract {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* justify-content: space-between; */
  gap: 10px;
  position: relative;
  display: block;
}

#main-page .dashboard-box .quick-view-box {
  min-width: 285px;
}

.display-anyhow {
  opacity: 1 !important;
  z-index: 99;
  transition: 0.3s;
}

#stats, #hideStats {
  display: none;
}

.fancybox__content {
  max-width: 77% !important;
}

.btn-outline-brand-primary.active {
  background: #0d6f93;
  color: white;
}

.fs-14px {
  font-size: 14px;
}

.mh-100 {
  min-height: 100%;
}

.nav .btn-outline-brand-primary {
  border: 1px solid grey;
  color: grey;
  transition: 0.3s;
}

.nav .btn-outline-brand-primary:hover {
  color: #0d6f93;
  background: white;
  transition: 0.3s;
}

.nav .active {
  color: white;
}

.nav .active:hover {
  background: #0d6f93;
  color: white;
}

.bg-image {
  background: url("../img/contract.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: -1;
}

.bg-image:before {
  content: "";
  background: black;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.2;
  z-index: -2;
}

.display-4 {
  line-height: 55px;
}

.login-form .form-control {
  border: 0px !important;
  border-radius: 0;
  border-bottom: 0.5px solid grey !important;
  padding-left: 0;
}

.error {
  color: red;
  margin-top: 5px;
  display: block;
  font-size: 14px;
}







.transactions{
  padding-left: 2px;
  padding-right: 2px;
}
.transactions .card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.transactions .card .card-header h6 {
  font-weight: 600;
  color: #000 !important;
}

.transactions #datatable-index_filter {
  float: right;
  text-align: left;
  margin-bottom: 0px !important;
}

.transactions #datatable-index_filter label {
  font-size: 12px;
}

.transactions #datatable-index_filter input {
  padding: 3px;
  font-size: 12px;
  outline: none;
  box-shadow: none;
}

.transactions #datatable-index_info {
  display: none;
}

.transactions .card .card-body {
  padding: 1rem .5rem !important;
}
.transactions .card-body tbody .party-td{
  font-weight: 600 !important;
}

.transactions button.history {
  border-radius: .89rem !important;
  border: none;
  font-size: 0.7rem;
  padding-right: 0.4rem !important;
padding-left: 0.4rem !important;
}

.transactions .transaction-history {
  border-radius: .89rem !important;
  font-size: 0.7rem;
  padding: .3rem .3rem !important;
}

.customer-multiselect #id_customers{
  height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6!important;
  padding: 8px;
}

.customer-multiselect #id_suppliers{
  height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6!important;
  padding: 8px;
}

.customer-multiselect #id_agent{
  height: 200px;
  overflow-y: auto;
  border: 1px solid #dee2e6!important;
  padding: 8px;
}




@media print {
  #topbar, #sidebar, footer {
    display: none !important;
  }

  h1, hr {
    display: none;
  }

  .w-50, .w-75 {
    width: 100% !important;
  }

  .alwaysbreak {
    page-break-before: always;
  }

  .border {
    border: 0px !important;
  }

  .p-5 {
    padding: 0px !important;
  }

  .nav {
    display: none !important;
  }

  .dashboard-box {
    background: white !important;
    padding: 0 !important;
  }

  .mx-3, .my-3 {
    margin: 0 !important;
  }
}

#menu_forward_order{
  border-bottom:2px solid rgb(7, 4, 4);
  padding:5px;
  margin:2px;
  font-weight: 600;
}

.load-spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: white;
}


@media screen and (max-width: 767px) {
  #sidebar {
    width: 50vw;
  }

  #topbar .col-md-3 {
    justify-content: center !important;
  }

  #topbar .col-md-3 p:first-of-type {
    display: block;
  }

  #topSearch {
    position: absolute;
    width: 60%;
    right: 0;
    top: 12%;
    opacity: 0;
    transition: 0.3s;
  }

  #topSearch.w-100 {
    width: 100% !important;
    padding: 0 7px;
  }
}

@media screen and (max-width: 502px) {
  #topbar .btn-outline-danger {
    display: none;
  }
}

@media screen and (max-width: 475px) {
  #sidebar {
    width: 100vw;
    height: 100vh;
  }
}

@media screen and (max-width: 1400px) {
  .display-paper .w-50 {
    width: 75% !important;
  }
}

@media screen and (max-width: 1200px) {
  .display-paper .w-50 {
    width: 75% !important;
  }

  .display-paper .w-75 {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .display-paper .w-50 {
    width: 100% !important;
  }
}
.w-60{
  width: 65% !important;
}

input.qntpricefield{
  width: 30%;
  text-align: right;
}
.qntpricefield{
  text-align: right;
}
input.ack_quantity, .ack_quantity {
  width: 30%;
  text-align: center;
  padding: 0;
}
select.choice_field {
  padding: 8px;
  border: 1px solid #f5e1e1;
}

select.choice_field_inherit {
  padding: 8px;
  border: 1px solid #f5e1e1;
  width: inherit
}

select.account_num_choice_field {
  padding: 6px;
  border: 1px solid #f5e1e1;
}

select.choice_field_state {
  padding: 10px;
  border: 1px solid #f5e1e1;
}

select.choice_field_block{
  padding: 5px;
  border: 1px solid #f5e1e1;
  display: block;
}
.ord_unit_price{
  text-align: right;
}
/*# sourceMappingURL=main.css.map */

.form_errors, .errorlist {
    color: red;
    font-size: 12px;
    font-weight: 400;
}
.pending{
  color: green !important;
  font-size: 14px;
  font-weight: 600;
}
.error_catalog{
  color: red;
  font-size: 16px;
}

.top-border{
    border-top: 1px solid #dee2e6;
}

.table{
    margin-bottom: 0px;
}

@media (min-width: 1200px){
}
.fs-15 {
    font-size: 1.5rem!important;
}

input.ordered_quantity, input.quantity_invoiced {
    width: 64px;
    text-align: center;
}
input.quantity_shipped, input.ack_quantity{
    width: 35%;
    text-align: center;
}

input.unit_price {
    width: 105px;
    text-align: center;
}
#id_receiver{
    width: auto !important
}

.description-width{
    width: 30%;
}

.back-button{
    margin-bottom: 10px;
}
.btn-fixed-width{
    width: 50px;
    text-align: center;
}
.transactions .card .card-body .table-responsive{
    overflow-x: none
}

#main-page .align-items-stretch .dashboard-box {
    width: 100%;
        }

#main-page .align-items-stretch .dashboard-box .display-paper {
    /* width: 974px; abc */ 
    padding: 1.5rem;
}

@media only screen and (max-width: 1080px) {
    /* #main-page .align-items-stretch .dashboard-box {
        width: 100%;
    } */

    #main-page .align-items-stretch .dashboard-box .display-paper {
        width: 100%;
        margin-inline: auto;
    }
    }

 @media only screen and (max-width: 767px) {
    #main-page .align-items-stretch .dashboard-box {
        /* width: min(100% - 2em, 48em); */
        width: 100%;
        min-width: 100%;
    }

    #main-page .align-items-stretch .dashboard-box .display-paper {
        width: 100%;
        /* padding: 10px!important */
    }
    }
.dashboard-box .display-paper .table-responsive {
    overflow-x: auto!important;
    scrollbar-width: thin!important;
}

@media screen and (max-width: 800px) {
    #sidebar {
        display: none;

        }
}
/* @media screen and (max-width: 1090px) {
    #sidebar {
        display: none;

        }
} */

.text-brand-danger{
color: red;
}

.w-80{
width: 80% !important;
}
.card-information ul li {
  
            list-style: none;
        }
.card-information ul li span{
    font-weight: 600;
}

.instructor>p {
    padding-left: 2rem;
}

.identifier>p {
    padding-left: 1.2rem;
}

@media only screen and (max-width: 767px) {
    .instructor {
        display: block !important;
    }

    .identifier {
        display: block !important;
    }
}
#main-page .table-responsive table tbody tr th{
  padding: 0.2rem .5rem!important;
}
/* #main-page .align-items-stretch .dashboard-box {
            width: 100%;
            padding: 0 2rem;
            max-width: 840px;
            transition: max-width 0.5s ease;
        } */

/* 
@media only screen and (max-width: 1100px){
  .transactions {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1400px){
  .transactions {
    width: 50% !important;
  }
} */

.user-mgmt{
  width: 60%;
  min-width: 600px;
}

@media only screen and (max-width: 900px){
  .user-mgmt{
    width: 100%;
    min-width: 200px;
  }
}

.dashboard-box .table-responsive tbody td.d-flex a{
  padding: 15px 0;
}

/* .dashboard-box{
  overflow: auto;
} */


#main-page .align-items-stretch .dashboard-box .display-paper {
  /* width: 960px ; */
  width: 80%;
  padding: 1.5rem;
  min-width: 955px;
}

.custom_readonly{
  background-color:white !important;
  background: white !important;
  border: None;
}

/* @media screen and (max-width: 1220px){
#sidebar {
  display: none;
} */
/* #main-page .align-items-stretch .dashboard-box .display-paper{
  width: 100% !important;
  min-width: 100% !important;
} */


@media only screen and (max-width: 930px){
  .dashboard-box .display-paper .table-responsive{
    overflow: auto;
  }
}


@media only screen and (max-width: 1080px){
  #main-page .align-items-stretch .dashboard-box {
      /* width: min(100% - 1rem, 47rem); */
      width: 100%;
      overflow: hidden;
  }
}



/* @media only screen and (max-width: 767px){
.dashboard-box .display-paper .table-responsive {
    overflow: auto;
}

} */

@media screen and (max-width: 767px){
#main-page .align-items-stretch .dashboard-box .display-paper {
  width: 100% !important;
  min-width: 100% !important;
}
#main-page .align-items-stretch .dashboard-box {
  overflow: hidden;
  width: 100%;
  min-width: 20%;
}
}


@media screen and (max-width: 1220px){
#main-page .align-items-stretch .dashboard-box .display-paper {
    width: 100% !important;
    min-width: 100% !important;
}
}

.fw-400{
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 400;
}

.required-field::after {
  content: "*";
  color: red;
  margin-right: 4px;
}
.old_orders {
  display: none;
  background: #f4f4f5;
}
.toggle_button {
    background-color: transparent;
    color: #0d6efd;
    border: none;
    cursor: pointer;
}

.clicked_rm_bg{
  background-color: transparent !important; /* Remove background color */
  color: #4a3f3f !important; /* Change text color to the desired color */
  border: 2px solid #5e4b4b !important 
}

input[readonly] {
  background: #efefef;
}
/*latest*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Fira Sans', sans-serif;
}

body {
  color: #202A52;
  font-family: "Arial Narrow", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 10pt;
}

.header-content {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  grid-column-gap: 1em;
  padding: 1.7em 1em;
  color: #fff;
  background: #e13034 !important;
  /*red color*/
}

.header-title p {
  font-size: 0.85rem;
  font-weight: 400;
}

.header-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 1.4em;
  font-size: 1rem;
  font-weight: 500;
}

.header-info i {
  margin-right: 0.4em;
}

section {
  margin: 0.6em 0;
}

/* .logo-container{
  padding: 10px 40px;
}

.logo-container img {
  width: 160px;
} */

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form {
  position: relative;
  
  max-width: 315px;
  padding: 38px;
  font-size: 0.82rem;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 10px 0 rgba(205, 32, 39, 0.10), 0px -1px 10px 0 rgba(205, 32, 39, 0.10);
}

.form-title {
  color: #cd2027;
  /*Company red color*/
  font-size: 0.9rem;
  font-weight: 400;
  padding-bottom: 1.5em;
}

.form-input input {
  width: 100%;
  margin: 0 0 15px;
  padding: 14px;
  font-size: 14px;
  background: #f2f2f2;
  border: 1px solid #7A7A7A38;
  border-radius: 5px;
}

.form-input input:focus {
  outline: 1px solid #609fd0;
  /*Light blue*/
}

.form-input .btn {
  margin: 0;
  width: 100%;
  padding: 14.5px;
  border: none;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: #cd2027;
  /*Company red color*/
  border-radius: 5px;
  cursor: pointer;
}

.form-input .btn:hover {
  background: #124D7A;
  /*Company blue color*/
  transition: all .1s;
}

@media only screen and (max-width: 1400px) {
  .form {
      position: relative;
      top: 0;
  }
}

.fa, .fas {
  font-weight: 900;
}

.fa-trash{
  color: red;
}

main .section .form-container .yuma-header {
  text-align: center;
}

main .section .form-container .yuma-header h5 {
  font-weight: 600;
}

main .header_list {
  /* margin-top: 2rem; */
  /* margin-top: -1rem; */
}
  
main .header_list .row {
  margin-left: 0px;
  margin-right: 0px;
}

main .header_list .row p span{
  width: 100px;
}

main .header_list .row p.contact span{
  width: 65px !important;
}

main .header_list .row .col-lg-5 p {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: baseline;
}

main .header_list .row .col-lg-5 p input {
  width: 45%;
  line-height: 0.5rem;
  margin-left: 5px;
}

main .header_list .row .col-lg-5 p input:focus {
  box-shadow: none;
  margin-bottom: 0.4rem;

}

main .header_list .row .col-lg-5 span input {
  width: 60%;
  line-height: 0.5rem;
}

main .header_list .row .col-lg-5 span input:focus {
  box-shadow: none;
}

main .header_list .row .col-lg-5 span textarea:focus {
  box-shadow: none;
}

/* main .header_list .contact {
  padding: 0 65px;
} */

main .header_list .row .col-lg-4 p {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: baseline;
}

main .header_list .row .col-lg-4 p input {
  width: 60%;
  line-height: 0.5rem;
  border: none;
  background-color: #dde4ff;
}

main .header_list .row .col-lg-6 p {
  display: flex;
  margin-bottom: 0.4rem;
  align-items: baseline;

}



main .header_list .row .col-lg-6 p input {
  width: 65%;
  line-height: 0.5rem;
  /* border: none; 
  background-color: #dde4ff; */
}

main .header_list .row .col-lg-6 span input {
  width: 85%;
  line-height: 0.5rem;
  /* border: none; 
  background-color: #dde4ff; */
}

main .header_list .row .col-lg-6 p input[type="date"]{
  width: 30% !important;
  line-height: 1.5rem;
  /* border: none;
  background-color: #dde4ff; */
}

main .mail_orders {
  text-align: center;
  margin-top: 0.5rem;
}

main .mail_orders p span {
  color: #ff0000;
}

main .detail_table {
  margin-left: 4rem;
  margin-right: 4rem;
  overflow-x:auto;
  /* margin-right: -70px; */
}

main .detail_table table thead {
  height: 17pt;
}

main .detail_table table th {
  padding: .3rem;
}

main .detail_table table td {
  padding: .2rem;
}

main .detail_table table td input {
  line-height: .1rem;
  padding: 1px 0;
}

main .detail_table table tr th {
  background-color: #001F5F;
  color: #ffffff;
}

main .detail_table table tr td {
  width: 10px;
}

main .detail_table table tr td input:focus {
  box-shadow: none;
}


.backgroundimage_color {
  background-color: #212a53;
  height: 148px;
  width: 40%;
  transform: rotate(-17deg);
  position: absolute;
  top: -68px;
  left: -81px;
  z-index: 1;
  /* Lower z-index to push background back */
}

.logo-container {
  padding: 10px 40px;
  z-index: 2;
  /* Higher z-index to bring image forward */
  position: relative;
  /* Needed to ensure z-index works properly */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo-container img {
  width: 160px;
}

footer {
  background-color: #212a53;
}

footer .container .row {
  padding-top: 4rem;
  padding-bottom: 2.6rem;
}

footer .phn_number {
  margin-top: 1.5rem;
}

footer .phn_number p i {
  background-color: #ffffff;
  padding: 8px 10px;
  border-radius: 50%;
  font-size: 20px;
  color: #e33e2b;
}

footer .phn_number p a {
  color: #ffffff;
  font-size: 18px;
  margin-left: 1rem;
}

footer .footer-right {
  color: #ffffff;
}

footer .footer-right .row {
  padding-top: 0;
}

footer .footer-right .row .footer-right-content{
  margin-top: 1.8rem;
}

footer .footer-right .row .footer-right-content p i {
  background-color: #ffffff;
  padding: 8px 10px;
  border-radius: 50%;
  font-size: 20px;
  color: #e33e2b;
}
footer .footer-right .row .footer-right-content p a{
  color: #ffffff;
  font-size: 18px;
  margin-left: 1rem;
}

/* footer .footer-right .row .footer-right-content p{
  color: #ffffff;
  font-size: 18px;
  margin-left: 2.5rem;
} */

footer .footer-right .row .footer-right-content p span{
  color: #ffffff;
  font-size: 18px;
  margin-left: 1rem;
}

.lower_footer{
  text-align: center;
  background-color: #e02b20;
  margin: 0;
}
.lower_footer p{
  color: #FFFFFF;
  margin-bottom:0;
  padding: 0.89rem;
}

.btn_as_rcg_site{
  background-color:#212a53;
  color: white;
}

.party_details{
  margin-top: 0.5rem;
}


/* Adjustments for larger screens */
/* @media (min-width: 992px) {
  .create_order th:nth-child(1) { width: 5%; }
  .create_order th:nth-child(2) { width: 0%; }
  .create_order th:nth-child(3) { width: 0%; }
  .create_order th:nth-child(4) { width: 3%; }
  .create_order th:nth-child(5) { width: 9%; }
  .create_order th:nth-child(6) { width: 15%; }
  .create_order th:nth-child(7) { width: 4%; }
  .create_order th:nth-child(8) { width: 4%; }
}

/* Adjustments for smaller screens */
/* @media (max-width: 991px) {
  .create_order th:nth-child(1) { width: 10%; }
  .create_order th:nth-child(2) { width: 0%; }
  .create_order th:nth-child(3) { width: 0%; }
  .create_order th:nth-child(4) { width: 5%; }
  .create_order th:nth-child(5) { width: 20%; }
  .create_order th:nth-child(6) { width: 25%; }
  .create_order th:nth-child(7) { width: 10%; }
  .create_order th:nth-child(8) { width: 10%; }
}  */


/* ====== MOBILE-PORTRAIT (Extra Small ≤ 575px) ====== */
@media (max-width: 575px) {
  .create_order th:nth-child(1) { width: 12%; } /* Clin – 4 digits */
  .create_order th:nth-child(2) { width: 14%; } /* Qty – 4 digits */
  .create_order th:nth-child(6) { width: 12%; } /* Unit Price */
  .create_order th:nth-child(7) { width: 12%; } /* Extended Price */

  .create_order th:nth-child(3) { width: 25%; } /* Product No */
  .create_order th:nth-child(4) { width: 25%; } /* Description */
  .create_order th:nth-child(5) { width: 8%; }  /* UOM */
}

/* ====== MOBILE-LANDSCAPE / SMALL DEVICES (576px–767px) ====== */
@media (min-width: 576px) and (max-width: 767px) {
  .create_order th:nth-child(1) { width: 10%; }
  .create_order th:nth-child(2) { width: 12%; }
  .create_order th:nth-child(6) { width: 10%; }
  .create_order th:nth-child(7) { width: 10%; }

  .create_order th:nth-child(3) { width: 28%; }
  .create_order th:nth-child(4) { width: 28%; }
  .create_order th:nth-child(5) { width: 6%; }
}

/* ====== TABLETS (768px–991px) ====== */
@media (min-width: 768px) and (max-width: 991px) {
  .create_order th:nth-child(1) { width: 8%; }
  .create_order th:nth-child(2) { width: 10%; }
  .create_order th:nth-child(6) { width: 8%; }
  .create_order th:nth-child(7) { width: 8%; }

  .create_order th:nth-child(3) { width: 30%; }
  .create_order th:nth-child(4) { width: 30%; }
  .create_order th:nth-child(5) { width: 6%; }
}

/* ====== LAPTOPS (992px–1199px) ====== */
@media (min-width: 992px) and (max-width: 1199px) {
  .create_order th:nth-child(1) { width: 8%; }
  .create_order th:nth-child(2) { width: 10%; }
  .create_order th:nth-child(6) { width: 8%; }
  .create_order th:nth-child(7) { width: 8%; }

  .create_order th:nth-child(3) { width: 22%; }
  .create_order th:nth-child(4) { width: 22%; }
  .create_order th:nth-child(5) { width: 4%; }
}

/* ====== DESKTOPS (1200px–1399px) ====== */
@media (min-width: 1200px) and (max-width: 1399px) {
  .create_order th:nth-child(1) { width: 8%; }
  .create_order th:nth-child(2) { width: 8%; }
  .create_order th:nth-child(6) { width: 8%; }
  .create_order th:nth-child(7) { width: 8%; }

  .create_order th:nth-child(3) { width: 24%; }
  .create_order th:nth-child(4) { width: 24%; }
  .create_order th:nth-child(5) { width: 4%; }
}

/* ====== 2K / ULTRAWIDE / 4K (≥ 1400px) ====== */
@media (min-width: 1400px) {
  .create_order th:nth-child(1) { width: 8%; }
  .create_order th:nth-child(2) { width: 8%; }
  .create_order th:nth-child(6) { width: 6%; }
  .create_order th:nth-child(7) { width: 6%; }

  .create_order th:nth-child(3) { width: 25%; }
  .create_order th:nth-child(4) { width: 25%; }
  .create_order th:nth-child(5) { width: 3%; }
}


