/* Center Modal */
.modal-popup{
    border-radius: 10px;
}

.modal {
    text-align: center;
}

.clickable{
    cursor: pointer;
}

.mobile-cart-icon{
    right: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 16px;
    font-size: 20px;
    outline: none;
    color: #5f5f5f;
    position: absolute;
    top: 10px;
    z-index: 9999;

}

.mobile-cart-icon a{
    color: #5f5f5f;
}

.desktop-cart-icon{
    display: inline-block;
    padding: 0;
    margin: 0;
    line-height: 1;
    position: relative;
    color: #000000;
}

.desktop-cart-icon a{
    color: #ffffff;
    display: inline-block;
    padding: 18px 12px 18px 0;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
  
@media screen and (min-width: 768px) { 
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
  }
  
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal {
    text-align: center;
    padding: 0!important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/* Center Modal */

input.custom-qty[type=number]:disabled{
    background: #dddddd;
}

.color-selected {
    border: 1px solid #000;
}

/* desktop */
@media (min-width: 1200px) {

    .login-container{
        max-width: 60%;
        margin-top: 8em; 
        margin-bottom: 1em;
    }

    .login-container .container{
        width: 50%;
    }
}

/* Tablet */
@media (min-width: 768px){

    .login-container{
        max-width: 40%;
        margin-top: 3em; 
        margin-bottom: 1em;
    }

    .login-container .container{
        width: 90%;
    }

}

/* Mobile */
@media (max-width: 767px){

    /* .login-container{
        margin-top: 6em;
    } */
     
}

.login-button{
    text-align: center;
}

/* validation */
.border-invalid{
    border-color: #dc3545 !important;
}

.error-message{
    padding-left: 0.6em;
    color: #dc3545;
    padding-top: 0.1em;
    font-size: 0.9em;
}

/* Create Order page */
.order-row{
    padding-bottom: 20px;
}

.custom-qty{
    width: 46px;
    height: 30px;
    text-align: center;
}

/* Mobile */
/* @media (max-width: 767px){

    .order-row-label{
        padding-bottom: 5px;
    }
    
    .product-details{
        margin: 5px 15px;
    }

    #mobileCart{
        display: block;
    }
    #desktopCart{
        display: none;
    }
} */

/* @media (min-width: 768px){
    #mobileCart{
        display: block;
    }
    #desktopCart{
        display: none;
    }
} */

/* desktop */
/* @media (min-width: 1000px) {
    #mobileCart{
        display: none;
    }
    #desktopCart{
        display: block;
    }
} */

#mobileCart .item{
    margin-left: 10px;
}
.mobileCartQty{
    display: flex;
    padding-left: 20px;
}
.mobileCartQty .ui-spinner-up{
    top: -2px;
}
.mobileCartQty .qty-text{
    line-height: 35px;
    padding-right: 10px;
}
.mobileCartQty input{
    height: 35px;
}
#mobileCart .wt-qty-row{
    display: flex;
}
#mobileCart .unit-wt{
    line-height: 35px;
}


.mobileCartDetails {
    display: flex;
    padding-top: 5px;
}
.mobileCartDetails ul {
    list-style-type: none; padding-left: 0px; margin-bottom: 7px;
}

/* Cart Card Table Mobile */
.cart-card{
    padding: 10px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 10%), 0px 0px 0px 0 rgb(0 0 0 / 36%) !important;
    margin: 10px 0 20px 0;
    border-radius: 10px;
    font-size: 0.8em;
}

.cart-card .header1{
    margin: 10px 0 8px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid white;
    background-color: #d3d3d373;
    width: 100%;
}

.cart-card .header1 td{
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 30px;
}

.cart-card .header1 td:last-child{
    border-right: 0px solid black;
}

.cart-card .header1 tr:last-child td{
    border-bottom: 0px solid black;
}

.cart-card .header1 .image{
    text-align: center;
    width: 22%;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
}

.cart-card .header1 .image img{
    padding: 6px 0 6px 0px;
    border-radius: 15px;
    width: 70%;
}


.cart-card .header1 .size-purity{
    text-align: center;
    width: 30%;
    border-bottom: 0px solid black;
}

.cart-card .header1 .weight-qty{
    text-align: center;
    width: 45%;
    border-bottom: 0px solid black;
}

.cart-card .header1 .colors{
    text-align: center;
}

.cart-card .header1 .color-cell{
    text-align: center;
    width: 13%;
}

.cart-card .header2{
    margin: 0px 0 3px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid white;
    background-color: #d3d3d373;
    width: 100%;
}

.cart-card .header2 td{
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 30px;
}

.cart-card .header2 td:last-child{
    border-right: 0px solid black;
}

.cart-card .header2 tr:last-child td{
    border-bottom: 0px solid black;
}

.cart-card .header2 .length{
    text-align: center;
    border-bottom: 0px solid black;
}

.cart-card .header2 .colors{
    text-align: center;
}

.cart-card .header2 .color-cell{
    text-align: center;
    width: 13%;
}

.cart-card .body{
    margin: 0px 0 10px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid grey;
    width: 100%;
}

.cart-card .body tbody tr:hover {
    background-color: #f7f7f7;
}

.cart-card .body td{
    border-right: 1px solid grey;
    height: 30px;
}

.cart-card .body td:last-child{
    border-right: 0px solid black;
    height: 30px;
}

.cart-card .body .length{
    text-align: center;
}

.cart-card .body .colors{
    text-align: center;
}

.cart-card .body .color-cell{
    text-align: center;
    width: 13%;
}

/* Cart Card Table Desktop */
.cart-card-desktop{
    padding: 10px;
    box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 10%), 0px 0px 0px 0 rgb(0 0 0 / 36%) !important;
    margin: 10px 0 20px 0;
    border-radius: 10px;
    font-size: 0.95em;
    display: inline-flex;
}

.cart-card-desktop .header1{
    margin: 10px 0 8px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid white;
    background-color: #d3d3d373;
}

.cart-card-desktop .header1 td{
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 30px;
}

.cart-card-desktop .header1 td:last-child{
    border-right: 0px solid black;
}

.cart-card-desktop .header1 tr:last-child td{
    border-bottom: 0px solid black;
}

.cart-card-desktop .header1 .image{
    text-align: center;
    width: 22%;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
}

.cart-card-desktop .header1 .image img{
    padding: 6px 0 6px 0px;
    border-radius: 15px;
    width: 41%;
}


.cart-card-desktop .header1 .size-purity{
    text-align: center;
    width: 30%;
    border-bottom: 0px solid black;
}

.cart-card-desktop .header1 .weight-qty{
    text-align: center;
    width: 45%;
    border-bottom: 0px solid black;
}

.cart-card-desktop .header1 .colors{
    text-align: center;
}

.cart-card-desktop .header1 .color-cell{
    text-align: center;
    width: 13%;
}

.cart-card-desktop .header2{
    margin: 0px 0 3px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid white;
    background-color: #d3d3d373;
}

.cart-card-desktop .header2 td{
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 30px;
}

.cart-card-desktop .header2 td:last-child{
    border-right: 0px solid black;
}

.cart-card-desktop .header2 tr:last-child td{
    border-bottom: 0px solid black;
}

.cart-card-desktop .header2 .length{
    text-align: center;
    border-bottom: 0px solid black;
}

.cart-card-desktop .header2 .colors{
    text-align: center;
}

.cart-card-desktop .header2 .color-cell{
    text-align: center;
    width: 13%;
}

.cart-card-desktop .bottom1{
    margin: 0px 0 3px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid white;
    width: 100%;
    /* background-color: #d3d3d373; */
}

.cart-card-desktop .bottom1 td{
    border-right: 1px solid grey;
    /* border-bottom: 1px solid grey; */
    height: 30px;
}

.cart-card-desktop .bottom1 td:last-child{
    border-right: 0px solid black;
}

.cart-card-desktop .bottom1 tr:last-child td{
    border-bottom: 0px solid black;
}

.cart-card-desktop .bottom1 tbody tr:first-child td{
    border-bottom: 1px solid grey;
}

.cart-card-desktop .bottom1 tbody tr:nth-child(1) td:first-child{
    border-bottom: 1px solid grey;
    background-color: #d3d3d373;
    border-radius: 10px 0 0px 0;
}

.cart-card-desktop .bottom1 tbody tr:nth-child(1) td:last-child{
    border-bottom: 1px solid grey;
    background-color: #d3d3d373;
    border-radius: 0 10px 0 0;
}

.cart-card-desktop .bottom1 tbody tr:not(:nth-child(1)):hover {
    background-color: #f7f7f7;
}

.cart-card-desktop .bottom1 tbody tr:not(:nth-child(1)) td:first-child{
    border-left: 1px solid grey;
}

.cart-card-desktop .bottom1 tbody tr:not(:nth-child(1)) td:last-child{
    border-right: 1px solid grey;
}

.cart-card-desktop .bottom1 tbody tr:last-child td{
    border-bottom: 1px solid grey;
}

.cart-card-desktop .bottom1 tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}

.cart-card-desktop .bottom1 tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}




.cart-card-desktop .bottom1 .length{
    text-align: center;
    border-bottom: 0px solid black;
    width: 54%;
}

.cart-card-desktop .bottom1 .length-total{
    text-align: center;
}


.cart-card-desktop .right1{
    margin: 10px 0 8px 0;
    border-collapse: initial;
    border-radius: 7px;
    /* border: 1px solid grey; */
    background-color: white;
    width: 100%;
}

.cart-card-desktop .right1 td{
    border-right: 1px solid grey;
    /* border-bottom: 1px solid grey; */
    height: 30px;
}

.cart-card-desktop .right1 tbody tr:nth-child(1) td{
    border-bottom: 1px solid grey;
    background-color: #d3d3d373;
    height: 70px;
    border-radius: 10px 10px 0px 0;
}

.cart-card-desktop .right1 tbody tr:nth-child(2) td{
    border-bottom: 1px solid grey;
    background-color: #d3d3d373;
}

.cart-card-desktop .right1 tbody tr:not(:nth-child(1)):hover {
    background-color: #f7f7f7;
}

.cart-card-desktop .right1 tbody tr:not(:nth-child(1),:nth-child(2)) td:first-child{
    border-left: 1px solid grey;
}

.cart-card-desktop .right1 tbody tr:not(:nth-child(1),:nth-child(2)) td:last-child{
    border-right: 1px solid grey;
}

.cart-card-desktop .right1 tbody tr:last-child td{
    border-bottom: 1px solid grey;
}

.cart-card-desktop .right1 tbody tr:last-child td:first-child{
    border-radius: 0 0 0 10px;
}

.cart-card-desktop .right1 tbody tr:last-child td:last-child{
    border-radius: 0 0 10px 0;
}

.cart-card-desktop .right1 td:last-child{
    border-right: 0px solid black;
}

.cart-card-desktop .right1 tr:last-child td{
    border-bottom: 0px solid black;
}

.cart-card-desktop .right1 .size-purity{
    text-align: center;
    width: 30%;
    border-bottom: 0px solid black;
}

.cart-card-desktop .right1 .colors{
    text-align: center;
}

.cart-card-desktop .right1 .color-cell{
    text-align: center;
    width: 13%;
}



.cart-card-desktop .body{
    margin: 0px 0 10px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid grey;
}

.cart-card-desktop .body td{
    border-right: 1px solid grey;
    height: 30px;
}

.cart-card-desktop .body td:last-child{
    border-right: 0px solid black;
    height: 30px;
}

.cart-card-desktop .body .length{
    text-align: center;
}

.cart-card-desktop .body .colors{
    text-align: center;
}

.cart-card-desktop .body .color-cell{
    text-align: center;
    width: 13%;
}

.left-tables{
    margin-right: 10px;
    width: 45%;
}

.right-tables{
    width: 55%;
}

.desktop-filters{
    padding: 20px 0px 0 0px;
}

.order-filter-label{
    line-height: 44px;
}

.filter-label{
    line-height: 44px;
    width: 12%;
}

.filter-row{
    padding-bottom: 10px;
}

#select2-productsList-container > span{
    position: absolute;
    right: 31px;
}

#select2-userList-container > span{
    position: absolute;
    right: 31px;
}

/* Cart Edit Modal */
#cart-edit-modal .header1{
    margin: 10px 0 8px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid white;
    background-color: #d3d3d373;
    width: 100%;
}

#cart-edit-modal .header1 td{
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 30px;
}

#cart-edit-modal .header1 td:last-child{
    border-right: 0px solid black;
}

#cart-edit-modal .header1 tr:last-child td{
    border-bottom: 0px solid black;
}

#cart-edit-modal .header1 .image{
    text-align: center;
    width: 22%;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
}

#cart-edit-modal .header1 .image img{
    padding: 6px 0 6px 0px;
    border-radius: 15px;
    width: 70%;
}

#cart-edit-modal .header1 .size-purity{
    text-align: center;
    width: 30%;
    border-bottom: 0px solid black;
}

#cart-edit-modal .header1 .weight-qty{
    text-align: center;
    width: 45%;
    border-bottom: 0px solid black;
}

#cart-edit-modal .header1 .colors{
    text-align: center;
}

#cart-edit-modal .header1 .color-cell{
    text-align: center;
    width: 13%;
}


#cart-edit-modal .bottom1{
    margin: 10px 0 8px 0;
    border-collapse: initial;
    border-radius: 7px;
    border: 1px solid white;
    background-color: #d3d3d373;
    width: 100%;
}

#cart-edit-modal .bottom1 td{
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
    height: 30px;
}

#cart-edit-modal .bottom1 td:last-child{
    border-right: 0px solid black;
}

#cart-edit-modal .bottom1 tr:first-child td{
    height: 50px;
    border-bottom: 1px solid grey;
}

#cart-edit-modal .bottom1 tr:not(:nth-child(1)) td{
    height: 40px;
    /* border-bottom: 1px solid grey; */
}

#cart-edit-modal .bottom1 tr:last-child td{
    border-bottom: 0px solid black;
}

#cart-edit-modal .bottom1 .image{
    text-align: center;
    width: 22%;
    border-bottom: 0px solid black;
    border-right: 0px solid black;
}

#cart-edit-modal .bottom1 .image img{
    padding: 6px 0 6px 0px;
    border-radius: 15px;
    width: 70%;
}

#cart-edit-modal .bottom1 .size-purity{
    text-align: center;
    width: 30%;
    border-bottom: 0px solid black;
}

#cart-edit-modal .bottom1 .color-qty{
    /* text-align: center; */
    width: 30%;
    border-bottom: 0px solid black;
}

#cart-edit-modal .bottom1 .colors{
    text-align: center;
}

#cart-edit-modal .bottom1 .color-cell{
    text-align: center;
    width: 13%;
}

.edit-cart-length{
    margin: 0 15px;
    font-size: 1em;
}

.edit-cart-length-button{
    background: white;
    border-width: 1px;
}

.edit-cart-color{
    right: calc(50% - 35px);
    position: relative;
}

.modal-action-button{
    font-size: 16px;
    padding: 0px 10px;
    text-transform: capitalize;
    line-height: 35px;
}

/*  */

/* Mobile My Orders Page */
#mobileCart .ct-finishOrder button{
    line-height: 34px;
    font-size: 15px;
}

.filter-row{
    padding-bottom: 8px;
}

#mobileOrderFilters #select2-productsList-container > span{
    position: absolute;
    right: 22px;
}

#mobileOrderFilters .ct-productQuantity .select2-container .select2-selection--single{
    font-size: 12px;
}

#select2-productsList2-results {
    font-size: 12px !important;
}

#select2-userList2-results {
    font-size: 12px !important;
}

/* Order Details */
#desktopOrderDetails .order-details-label{
    height: 30px;
}

#desktopOrderDetails .order-details-value{
    font-weight: bold;
    font-size: 1.12em;
}

#desktopOrderDetails .order-action-button{
    float: right;
    line-height: 40px;
    text-transform: capitalize;
    margin-right: 15px;
}

#mobileOrderDetails .order-details-label{
    height: 25px;
}

#mobileOrderDetails .order-details-value{
    font-weight: bold;
    font-size: 1em;
}

#mobileOrderDetails .order-action-button{
    float: right;
    line-height: 40px;
    text-transform: capitalize;
    margin-right: 15px;
}

/* #update-order-modal > div.modal-dialog.modal-sm > div > div.modal-body > div > div:nth-child(2) > div > span > span.selection > span */

.order-status-select .select2-container .select2-selection--single{
    font-size: 12px;
}

#select2-orderStatusList-container > span{
    position: absolute;
    right: 31px;
}

#select2-orderStatusList-results {
    font-size: 12px !important;
}

/* Account Status Switch */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 10px 0;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: rgb(20, 182, 20);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px rgb(20, 182, 20);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
  }

  #desktopOrderFilters .select2-selection__clear{
      padding-right: 10px;
  }
  
  #desktopOrderList tbody tr:hover{
      background-color: #ddd;
      cursor: pointer;
  }

  #expanded-table tr:hover{
    background-color: inherit !important;
    /* cursor: pointer; */
  }

  #expanded-table tr{
    height: 2.5em;
    border-bottom: 0 !important;
  }

  .download-button{
      padding: 0px 6px;
  }

  .download-button-small{
    padding: 0px 0px;
    font-size: 1.2em;
    line-height: 27px;
  }

  #desktopOrderList tr td{
      font-size: 14px;
  }

  #desktopOrderList.order-list tr td{
    font-size: 13px;
  }

  #view-party-modal .modal-body span{
      font-size: 14px;
  }

  #view-party-modal .order-filter-label{
    margin: auto;
    line-height: normal;
  }

  #view-party-modal .form-control{
      font-size: 15px;
  }

  #add-user-modal .modal-body span{
    font-size: 15px;
    }

    #add-user-modal .order-filter-label{
        margin: auto;
        line-height: normal;
    }

    #add-user-modal .form-control{
        font-size: 15px;
    }

    .add-designs-button:disabled,
    .add-designs-button[disabled]
    {
        border-width: 2px;
        border-color: #a44a41 !important;
        background-color: #fff !important;
        color: #a44a41 !important;
    }

    .add-designs-button[disabled]:hover{
        border-width: 2px;
        background-color: #a44a41 !important;
        border-color: #a44a41 !important;
        color: #fff !important;
        cursor: pointer;
    }

    table.ct-wishList th.ct-wishList-category, table.ct-wishList td.ct-wishList-category{
        padding-left: 10px;
        text-align: center !important;
        width: 12%;
    }

    table.ct-wishList th.ct-wishList-designImg, table.ct-wishList td.ct-wishList-designImg{
        width: 20%;
        padding-left: 10px;
    }

    table.ct-wishList th.ct-wishList-designNoList, table.ct-wishList td.ct-wishList-designNoList{
        padding-left: 10px;
        text-align: center;
        width: 49%;
    }

/*  */

/* Order Page Start */

.display-orders{
    margin-bottom: 2em;
    font-size: 0.9em;

    .single-order:not(:first-child) {
        margin-top: 1em;
    }

    .single-order{
        display: flex;
        border: 1px solid #ddd;
        padding: 11px;
    }

    .order-image{
        width: 10%;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .order-details{
        width: 90%;
        display: grid;
        grid-template-rows: auto 1fr; /* NEW */
    }


    .order-list-table{
        width: 100%;
        margin-bottom: 1em;
        overflow: hidden;  /* NEW */
        min-width: 0;      /* NEW; needed for Firefox */
    }

    .order-list-table th{
        padding: 10px 15px !important;
        color: #a44a41;
    }

    .order-list-table td{
        padding: 5px 10px !important;
    }

    .order-details-btn{
        padding: 0.5em 1em;
    }

    .btn-container{
        text-align: end;
        margin: 1em;
        margin-top: auto;
    }

}

/* Order Page End */


/* Order List Page Table Start */

#desktopOrderList > thead > tr > th:nth-child(1){
    width: 3% !important;
    text-align: center;
}
#desktopOrderList > thead > tr > th:nth-child(2){
    width: 10% !important;
    text-align: center;
}
#desktopOrderList > thead > tr > th:nth-child(3){
    width: 15% !important;
    text-align: center;
}
#desktopOrderList > thead > tr > th:nth-child(4){
    width: 10% !important;
    text-align: center;
}
#desktopOrderList > thead > tr > th:nth-child(5){
    width: 15% !important;
    text-align: center;
}
#desktopOrderList > thead > tr > th:nth-child(6){
    width: 15% !important;
    text-align: center;
}

.order-days-over{
    background: rgb(232 52 52);
    font-size: 18px !important;
}

/* Order List Page Table End */


/*  */

#designMasterList tr td{
    font-size: 14px;
}

#designMasterList.order-list tr td{
  font-size: 13px;
  text-align: center;
}

#designMasterListSummary.order-list tr td{
  font-size: 13px;
  text-align: center;
}

#scrapSkuTable tr td{
    font-size: 14px;
}

#scrapSkuTable.order-list tr td{
  font-size: 13px;
  text-align: center;
}

#hallmarkSummaryTable tr td{
    font-size: 14px;
}

#hallmarkSummaryTable.order-list tr td{
  font-size: 13px;
  text-align: center;
}

/* Malabar Order List Page Table Start */

#desktopMalabarOrderList tr td{
    font-size: 14px;
}

#desktopMalabarOrderList.order-list tr td{
  font-size: 13px;
  text-align: center;
}

#desktopMalabarOrderList > thead > tr > th:nth-child(1){
    width: 8% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(2){
    width: 13% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(3){
    width: 8% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(4){
    width: 8% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(5){
    width: 8% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(6){
    width: 8% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(7){
    width: 8% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(8){
    width: 4% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(9){
    width: 5% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(10){
    width: 6% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(11){
    width: 6% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(12){
    width: 6% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(13){
    width: 8% !important;
    text-align: center;
}
#desktopMalabarOrderList > thead > tr > th:nth-child(14){
    width: 4% !important;
    text-align: center;
}

/*  */

.custom-container{
  width: 100%;
  box-shadow: 0 .15em 1.75em 0 rgba(58, 59, 69, .15) !important;
  border: 1px solid #e3e6f0;
  border-radius: .35em;
  padding: 0;
}
.page-content{
  padding: 0 2em;
}

.update-sku-table > tbody > tr > th{
    padding: 0.5em 0 0.5em 0;
    text-align: center;
}
.update-sku-table > tbody > tr > td{
    padding: 0;
    text-align: center;
}

#qc-update-sku-modal .modal-body table td {
    line-height: 1em;
    padding: 0.59em !important;
}

#qc-update-sku-modal .modal-body table input[type="checkbox"] {
    display: inline;
}

.summary-heading{
    padding: 0.5em 0 !important;
}

/* #pagination1 ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
  }
  #pagination1 ul li{
    color: #20B2AA;
    list-style: none;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
  }
  #pagination1 ul li.numb{
    list-style: none;
    height: 45px;
    width: 45px;
    margin: 0 3px;
    line-height: 45px;
    border-radius: 50%;
  }
  #pagination1 ul li.numb.first{
    margin: 0px 3px 0 -5px;
  }
  #pagination1 ul li.numb.last{
    margin: 0px -5px 0 3px;
  }
  #pagination1 ul li.dots{
    font-size: 22px;
    cursor: default;
  }
  #pagination1 ul li.btn{
    padding: 0 20px;
    border-radius: 50px;
  }
  #pagination1 li.active,
  #pagination1 ul li.numb:hover,
  #pagination1 ul li:first-child:hover,
  #pagination1 ul li:last-child:hover{
    color: #fff;
    background: #20B2AA;
  } */