html {
    box-sizing: border-box;
    font-size: 16px;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, h1, h2, h3, h4, h5, h6, p, ol, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: 'Inter', sans-serif;
}

body {
    background-color: #FAFAFB;
}

ol, ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    cursor: pointer;
}

.thermofisher-container {
    margin: 0 auto;
    max-width: 1470px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Dashboard */
.admin-form-wrapper {
    max-width: 450px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -60%);
}

.thermo-logo {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.admin-form-container {
    border-radius: 10px;
    border: 1px solid #E4E4E7;
    background: #fff;
    padding: 24px;
    min-width: 400px;
}

footer {
    background: #E7E7E7;
    box-shadow: 0px 1px 0px 0px rgba(18, 32, 59, 0.09);
    padding: 20px;
    margin-top: 98px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
}

.admin-form-container h4 {
    color: #191D23;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.admin-form-container small {
    color: #64748B;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.admin-form-container .form-cntrl label {
    color: #191D23;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.shipping-form-wrapper .two-part-form {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.shipping-form-wrapper .two-part-form .form-cntrl {
    flex-basis: 50%;
}

textarea {
    color: #667085;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.admin-form-container .form-cntrl input#email, .admin-form-container .form-cntrl input#password, .form-cntrl input[type ='text'], .form-cntrl input[type ='email'], .form-cntrl input[type ='password'], .form-cntrl input[type ='password'], .form-cntrl input[type ='number'], textarea, input#status, input#orderno, input[type="number"], select {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    background-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 16px;
    outline: none;
    position: relative;
    font-family: 'Inter', sans-serif;
}
.form-cntrl input[type ='number'] {
    padding: 10px 10px;
}
.show-hide-pwd {
    position: relative;
}

.show-hide-pwd img {
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.forget-pass {
    color: #191D23;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
}

.forget-pass a {
    color: #191D23;
}

.admin-form-container .form-cntrl, .shipping-form-wrapper .form-cntrl {
    padding-bottom: 24px;
}

.admin-form-container form {
    padding-top: 24px;
}

.admin-form-container .form-cntrl .two-part-form a {
    color: #191D23;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.manage-user-table th {
    white-space: nowrap;
}

.action-link img:hover {
    background: #027A48;
    height: 34px;
    width: 34px;
    border-radius: 50px;
    padding: 1px;
}

.admin-form-container .form-cntrl .two-part-form {
    display: flex;
    justify-content: space-between;
}

.admin-form-container .pass-alert {
    color: #DC2626;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 24px;
}

.admin-form-container .form-cntrl > .keepsigned label {
    color: #191D23;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.admin-form-container .form-cntrl .keepsigned {
    display: flex;
    align-items: center;
}

.admin-form-container .form-cntrl input#signin {
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}

.admin-form-container input[type=submit], .shipping-form-wrapper button {
    border-radius: 8px;
    background: #E71316;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 0;
    padding: 13px 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
}

.fut-address {
    display: flex;
    align-items: center;
}

input#future {
    border-radius: 6px;
    border: 1px solid #D0D5DD;
    background: #FFF;
    width: 20px;
    height: 20px;
    margin-right: 12px;
}


.add-admin div {
    margin-bottom: 20px;
}

.shipping-form-wrapper button {
    margin-top: 32px;
    font-weight: 500;
}

body.dashboard footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.footer-logo img {
    max-width: 145px;
    width: 100%;
}

.footer-wrapper .copyright p {
    color: #54545C;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}

.footer-wrapper .copyright small a {
    color: #797A7D;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
}
/* Header */
.header-content {
    display: flex;
    justify-content: space-between;
}

header {
    background: #E71316;
    padding: 13px 0;
}

.notify-content, .notify-content ul {
    display: flex;
    align-items: center;
}

.notify-content ul li {
    padding-left: 15px;
    position: relative;
}

.notify-content ul li span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 0;
    right: 0;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
    text-align: center;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background-color: #E71316;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notify-content input#search {
    color: #a1a1aa;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    display: flex;
    padding: 7px 16px 7px 25px;
    outline: none;
    border: 0;
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-position: center left 5px;
}

.dash-wrapper {
    padding: 37px 0;
}

.two-col-wrapper {
    display: flex;
}

.order-menu-content {
    border-radius: 10px;
    border: 1px solid #E4E4E7;
    padding: 15px;
    background-color: #fff;
}

.add-user-screen, .shipping-info-title {
    padding: 14px 24px;
    border-bottom: 1px solid #E4E4E7;
    display: flex;
    justify-content: space-between;
}

.shipping-info-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log-out {
    color: #191D23;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F7F8F9;
    padding: 12px;
}

.log-out img {
    margin-right: 8px;
}

.order-menu-content .order-form {
    border-radius: 4px;
    background: #E71316;
    color: #fff;
    border: 0;
    padding: 13px 12px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: block;
    margin-bottom: 20px;
}

.order-menu-content p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #64748B;
    margin-bottom: 25px;
    display: block;
}

.order-menu-content ul li {
    padding: 12px;
    margin-bottom: 10px;
}

.order-menu-content ul li:hover, .order-menu-content ul li.active {
    background: rgba(228, 228, 231, 0.40);
}

.order-menu-content ul {
    border-bottom: 1px solid #D0D5DD;
}

.order-menu-content .admin-user-link {
    display: flex;
    align-items: center;
}

.admin-user-link p {
    padding: 0;
    color: #191D23;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    margin-bottom:0;
}

.admin-user-link {
    padding: 0;
}

.admin-user-link small {
    color: #A0ABBB;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
}

.admin-user-link img {
    margin-right: 8px;
}

.order-menu-content ul li a, .admin-user-link {
    display: flex;
    align-items: center;
    color: #3F3F46;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
}

.order-menu-content ul li a img {
    margin-right: 8px;
}

.user-management-col {
    max-width: 1020px;    
    width: 100%;
    margin-left: 5px;
}

.order-menu {
    min-width: 260px;
    max-width: 260px;
    width: 100%;
    margin-right: 5px;
}

.manage-user-list {
    border-radius: 10px;
    border: 1px solid #E4E4E7;
    height: auto;
    background-color: #fff;
    padding-bottom: 10px;
}

.manage-user-list .add-admin {
    padding: 20px 20px 20px 20px;
}
.add-admin div {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.admin-field-wrap {
    flex-direction: column;
    width: 33%;
}
.add-user-screen h3, .manage-user-screen h3, .shipping-info-title h3 {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: inline-block;
}

.add-user-screen h3:after, .manage-user-screen h3:after, .shipping-info-title h3:after {
    position: absolute;
    height: 2px;
    width: 20px;
    background: #E71316;
    content: "";
    bottom: 0;
    left: 0;
}

.add-admin label, .search-order label {
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap;
    padding-bottom: 5px;
    padding-right: 10px;
}

input#btmCreateUser, input#btmUpdateUser {
    max-width: 250px;
    width: 100%;
    margin-left: 20px;
    margin-top: -15px;
}
.add-admin form label {
    padding-left: 10px;
}

.add-admin input#UserEmail, .add-admin select, .add-admin input, input#Status, input#orderdate, input#sku, input#searchorder {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 9px 16px;
    max-width: 254px;
    width: 100%;
    outline: none;
    font-family: Inter;
}
input[type="date"]::placeholder {
    color: red;
}

.add-admin input[type=button], .search-order input[type=submit], .btn {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background: #E71316;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 6px 20px;
    border: 0;
    cursor: pointer;
    margin-left: 15px;
}

.add-admin form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manage-user-data {
    border-radius: 10px;
    border: 1px solid #E4E4E7;
    background-color: #fff;
    margin-top: 10px;
}

.manage-order-form, .shipping-info {
    border-radius: 10px;
    border: 1px solid #E4E4E7;
    background-color: #fff;
}

.shipping-info {
    margin-top: 20px;
}

.manage-user-screen {
    padding: 16px 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.manage-user-screen .right-section {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
}

.manage-user-screen span {
    border-radius: 35.714px;
    border: 0.967px solid #E71316;
    background: rgba(231, 19, 22, 0.05);
    color: #E71316;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    padding: 4px 10px;
}

.inactive-users label {
    font-size: 14px
}

.inactive-users label input {
    top: 2px;
    position: relative;
}



.manage-user-table span.not-active {
    background: rgba(231, 19, 22, 0.05) !important;
    color: #E71316;
}

.manage-user-data table, .manage-order-form table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}

.manage-user-data select, .manage-order-form select {
    color: #222;
    /*font-size: 14px;
    font-weight: 400;
    line-height: 20px;*/
}

.bg-gray {
    border-bottom: 1px solid #E4E4E7;
    background: var(--gray-50, #F9FAFB);
}

    .bg-gray th, table tr.bg-gray th, table tr.bg-gray th.sorting, table tr th {
        color: #222;
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 18px;
        padding: 13px 24px !important;
        border-bottom: 0;
    }
.manage-user-data table td, .manage-order-form table td {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 12px 24px !important;
    white-space: unset;
}

.manage-user-table #product-table th {
    white-space: normal;
}

.slider-link a {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: block;
    padding: 5px 0;
}

.slider-link.open {
    display: block;
    z-index: 999;
}

.manage-user-data select, .manage-order-form select {
    color: #222;
    /* font-size: 14px;
    font-weight: 400;
    line-height: 20px;*/
    padding: 8px 33px 8px 11px;
    text-align: left;
    border-radius: 10px;
    appearance: none;
    width: 100%;
    background-image: url('../images/chevron-down.svg');
    background-repeat: no-repeat;
    background-position: center right 5px;
    outline: none;
    border: 1px solid #E4E4E7;
}

.manage-order-form select {
  
    min-width: 100px;
    height: 38px;
}

.manage-user-data select {
    max-width: 140px;
}

.manage-user-table td span {
    border-radius: 16px;
    color: #027A48;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 2px 8px 2px 6px;
}

.shipping-info-title span, .add-user-screen span {
    border-radius: 16px;
    background: #ECFDF3;
    color: #027A48;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    padding: 2px 8px 2px 6px;
}

.service-level span {
    margin-right: 10px;
}

.manage-user-table tr {
    border-bottom: 1px solid #EAECF0;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
}

.pagination-wrapper .pagination-list {
    display: flex;
    justify-content: space-between;
}

.pagination-wrapper .pagination-list li {
    margin-left: 12px;
    margin-right: 12px;
    padding: 12px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-wrapper .pagination-list li.active {
    background: rgba(231, 19, 22, 0.05);
}

.pagination-wrapper .pagination-list li a {
    color: #222;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.pagination-wrapper button {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #E4E4E7;
    padding: 8px 14px;
    background-color: #fff;
    cursor: pointer;
}

.pagination-wrapper button img {
    margin-right: 8px;
}

.action-link {
    position: relative;
}

.action-link img {
    cursor: pointer;
}

.slider-link {
    position: absolute;
    top: 20%;
    width: 100%;
    left: -5px;
    padding: 5px 10px;
    height: auto;
    border: 1px solid #EAECF0;
    display: none;
    background: #fff;
    border-radius: 8px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    box-shadow: 0 0 10px rgb(16 24 40 / 8%);
}

.enter-sku, .search-order {
    padding: 14px 24px;
}

input#sku {
    background: url('../images/help-circle.svg');
    background-repeat: no-repeat;
    background-position: center right 10px;
    background-size: 16px;
    cursor: pointer;
    padding-right: 30px;
    overflow: hidden;
}

.enter-sku label {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 10px;
}

.tool-tip {
    border-radius: 8px;
    background: #101828;
    padding: 8px 12px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-left: 10px;
    position: absolute;
    opacity: 0;
    transition: all ease-in .4s;
}

.tool-tip::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #101828;
    left: -7px;
}

.distribute {
    padding: 32px 0 22px 0;
    text-align: center;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    max-width: 145px;
    margin: 0 auto;
}

.distribute:after {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #E7E7E7;
    margin: auto;
    top: 10px;
    bottom: 0;
    left: 0;
}

.distribute::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    background: #E7E7E7;
    margin: auto;
    top: 10px;
    bottom: 0;
    right: 0;
}

.bulk-upload {
    padding: 20px;
}

.action-link {
    text-align: center;
}

.bulk-upload h3 {
    color: var(--neutral-800, #191D23);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.bulk-upload p {
    margin: 10px 0;
}

.upload-window,
.label-upload-window {
    border-radius: 4px;
    border: 1px dashed var(--neutral-200, #D0D5DD);
    padding: 24px;
    text-align: center;
    margin-top: 17px;
}

.remove-file {
    margin: 0 0 0 10px;
    top: 3px;
    position: relative;
}

.file-name {
    margin-left: 10px;
}

.remove-file img {
    width: 16px;
}
.remove-label-file img {
    width: 16px;
}

.shipping-form-wrapper {
    padding: 33px 24px;
}

.shipping-form-wrapper label {
    display: block;
    color: #344054;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.service-level td {
    width: 50%;
}

.service-level tr {
    border-bottom: 1px solid #EAECF0;
}

input#searchorder {
    margin-right: 8px;
}

.service-level td {
    padding: 13px 24px;
}

.service-level table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.thankyou-container {
    max-width: 570px;
    width: 100%;
    padding: 10px;
    text-align: center;
}

    .thankyou-container h1 {
        color: #191847;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 1.3;
    }

.thankyou-container p {
    color: #191847;
    font-size: 16px;
    padding: 16px 0 36px 0;
    font-weight: 400;
    line-height: 26px;
}

.label-content p {
    padding: 0;
    text-align: left;
}

.thankyou-container .label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    justify-content: space-around;
    margin: 15px 0;
}

.label-content {
    max-width: 50%;
}

.label-content .lbl {
    color: #191847;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin: 15px 0 8px 0;
}

.label-content .qnt {
    color: var(--slate-900, #191847);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

    .label-content .qnt span {
        font-weight: 500;
        margin-right: 5px;
    }

    .label-content .lbl.amt {
        font-size: 12px;
    }

.thankyou-main {
    background: #FAFAFB;
    max-width: 780px;
    width: 100%;
    padding: 10px 40px 40px 40px;
    margin: 20px auto;
    text-align: center;
}

.thankyou-container a {
    border-radius: 8px;
    background: #E71316;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px 20px;
    border: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 26px;
    display: block;
}

.thankyou-wrapper .terms {
    text-align: left;
    max-width: 490px;
    margin: 0 auto;
}

.terms p, .terms a {
    color: #A0ABBB;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 16px;
}

.terms ul {
    display: flex;
    padding-bottom: 16px;
}

.terms ul li {
    margin-right: 25px;
    position: relative;
}

.terms ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 25px;
    background-color: #DEE2E9;
    right: -14px;
    bottom: -2px;
}

.terms ul li:last-child:after {
    display: none;
}

.terms ul li a, .terms a {
    color: #767E9D;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.hide-text {
    display: none;
}

.error {
    display: none;
    color: #FF0000;
}

.error-content {
    color: #FF0000;
    padding: 10px 0;
    font-size: 16px;
}
/* Mobile */
@media (max-width:576px) {
    .admin-form-container .form-cntrl .two-part-form,
    .shipping-form-wrapper .two-part-form {
        flex-direction: column;
    }

    .shipping-form-wrapper .two-part-form .form-cntrl {
        flex-basis: 100%;
    }

    .shipping-form-wrapper .two-part-form {
        gap: 0;
    }

    input#searchorder, .search-order button {
        max-width: 100%;
        width: 100%;
    }

    .search-order button {
        margin-top: 15px;
    }

    .service-level {
        overflow-x: auto;
    }

    .service-level td {
        white-space: nowrap;
    }

    .thankyou-container .label {
        flex-direction: column;
    }

    .thankyou-container button {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .header-content, .two-col-wrapper, .add-admin form {
        flex-direction: column;
    }

    .add-admin form {
        align-items: flex-start;
    }

    .order-menu {
        margin-right: 0;
        max-width: 100%;
    }

    .manage-user-list {
        height: auto;
    }

    .manage-user-table {
        overflow-x: auto;
    }

    .add-admin input#UserEmail, .add-admin input#cie {
        max-width: 100%;
        margin: 10px 0;
    }

    .add-admin button {
        width: 100%;
    }

    .user-management-col {
        margin-top: 20px;
        margin-left: 0px;
    }

    footer {
        margin-top: 30px;
    }

    .notify {
        margin-top: 10px;
    }

    .tool-tip {
        display: block;
        margin-top: 12px;
    }

    input#Status, input#orderdate {
        max-width: 100%;
        margin: 10px 0;
    }
}

/*loader*/
.loader-overlay {
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}


.loader {
    border: 10px solid #f3f3f3;
    border-top: 10px solid #e71316;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Toggle switch css */

.toggleSwitch span span {
    display: none;
}

@media only screen {
    .toggleSwitch {
        display: inline-block;
        height: 18px;
        position: relative;
        overflow: visible;
        padding: 0;
        cursor: pointer;
        width: 80px
    }

    .toggleSwitch * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .toggleSwitch label,
    .toggleSwitch > span {
        line-height: 20px;
        height: 24px;
        vertical-align: middle;
    }

    .toggleSwitch input:focus ~ a,
    .toggleSwitch input:focus + label {
        outline: none;
    }

    .toggleSwitch label {
        position: relative;
        z-index: 3;
        display: block;
        width: 100%;
    }

    .toggleSwitch input {
        position: absolute;
        opacity: 0;
        z-index: 5;
    }

    .toggleSwitch > span {
        position: absolute;
        left: -50px;
        width: 100%;
        margin: 0;
        padding-right: 50px;
        text-align: left;
        white-space: nowrap;
    }

    .toggleSwitch > span span {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        display: block;
        width: 50%;
        margin-left: 45px;
        text-align: left;
        font-size: 0.9em;
        width: 100%;
        left: 15%;
        top: -1px;
        opacity: 0;
    }

    .toggleSwitch a {
        position: absolute;
        right: 50%;
        z-index: 4;
        display: block;
        height: 100%;
        padding: 0;
        left: 4px;
        width: 18px;
        background-color: #D0D5DD;
        border-radius: 100%;
        top: 1px;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .toggleSwitch > span span:first-of-type {
        opacity: 1;
        left: 24px;
        color: #000;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        line-height: 1.8;
    }

    .toggleSwitch > span:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 50px;
        top: -2px;
        -moz-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        border-radius: 15px;
        border: 1px solid #D0D5DD;
        background: #fff;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    }

    .toggleSwitch input:checked ~ a {
        border: #027A48 1px solid;
        left: 87%;
        margin-left: -10px;
        background: #027A48;
    }

    .toggleSwitch input:checked ~ span span:first-of-type {
        opacity: 0;
    }

    .toggleSwitch input:checked ~ span span:last-of-type {
        opacity: 1;
        color: #000;
        font-family: Inter;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 1.8;
    }
    /* Switch Sizes */
    .toggleSwitch.large {
        width: 60px;
        height: 27px;
    }

    .toggleSwitch.large a {
        width: 27px;
    }

    .toggleSwitch.large > span {
        height: 29px;
        line-height: 28px;
    }

    .toggleSwitch.large input:checked ~ a {
        left: 41px;
    }

    .toggleSwitch.large > span span {
        font-size: 1.1em;
    }

    .toggleSwitch.large > span span:first-of-type {
        left: 50%;
    }

    .toggleSwitch.xlarge {
        width: 80px;
        height: 36px;
    }

    .toggleSwitch.xlarge a {
        width: 36px;
    }

    .toggleSwitch.xlarge > span {
        height: 38px;
        line-height: 37px;
    }

    .toggleSwitch.xlarge input:checked ~ a {
        left: 52px;
    }

    .toggleSwitch.xlarge > span span {
        font-size: 1.4em;
    }

    .toggleSwitch.xlarge > span span:first-of-type {
        left: 50%;
    }
}

.quant-list {
    position: absolute;
    width: 240px;
    background: #fff;
    z-index: 1;
    display: none;
    border: #EAECF0 1px solid;
    border-radius: 6px;
}

.quant-list.open {
    display: block;
}

.skuno {
    cursor: pointer;
    display: inline-block;
}

.quant-list th {
    padding: 8px 15px !important;
    color: #222;
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

.quant-list table tr:first-child {
    background: #F1F1F1;
}

.quant-list td {
    padding: 8px 15px !important;
    color: #222;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.quant-list tr {
    border-bottom: 1px solid #EAECF0;
}

.quant-list th:first-child {
    border-top-left-radius: 6px;
}

.quant-list th:nth-child(2) {
    border-top-right-radius: 6px;
}

.bulk-upload .template {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bulk-upload .template p, .bulk-upload .template a {
    color: #000;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
}

.bulk-upload .template img {
    padding-right: 5px;
    margin-bottom: -4px;
}

.adress-wrapper {
    margin: 17px 24px 33px 24px;
    border-radius: 4px;
    border: 1px solid #D0D5DD;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shipping-save-address h3 {
    color: #191D23;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 33px;
    margin-left: 24px;
}

.addres {
    display: flex;
    align-items: flex-start;
}

.addres img {
    padding-right: 10px;
}

.addres p {
    color: #191D23;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.adress-cto button {
    border-radius: 8px;
    background: var(--Brand-Red, #E71316);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border: 0;
    padding: 10px 20px;
    color: var(--White, #FFF);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.form-cntrl span {
    color: var(--gray-500, #667085);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.add-admin form label:first-child {
    padding-left: 0;
}

#OrderForm .error-content {
    margin-top: 20px;
    border: 1px solid #CCC;
    padding: 8px;
    font-size: 14px;
}

input[type="number"].quantity {
    text-align: center;
}

.error-content .items-response {
    color: #222;
    margin-bottom: 10px;
}

.error-content .order-result {
    color: #222;
}

.max-width-200 {
    max-width: 200px !important;
}

.ui-autocomplete.ui-widget.ui-widget-content {
    border: 1px solid #D0D5DD;
    /* border-top: 0; */
    max-width: 254px;
    width: 100%;
    border-radius: 8px;
    font-size: 13.33px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    overflow: hidden;
    max-height: 210px;
    overflow-y: auto;
}

.reduce-opacity {
    filter: opacity(50%);
}

button.disabled {
    color: #b1b1b1;
    cursor: default;
}

button.disabled img{
    filter: opacity(0.5);
}

.manage-user-table {
    max-width: 100%;
    overflow-x: auto;
}

.order-placed {
    
}


.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    width: 24rem;
    border-radius: 0.5rem;
}

.close-button {
    cursor: pointer;
    border-radius: 0.25rem;
    /* background-color: lightgray; */
    position: absolute;
    top: -2px;
    right: 7px;
    font-size: 25px;
}

    .close-button:hover {
        color: #E71316;
    }

.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    float: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 24px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.previous, .dataTables_wrapper .dataTables_paginate .paginate_button.next, .dataTables_wrapper .dataTables_paginate .paginate_button.previous:active, dataTables_wrapper .dataTables_paginate .paginate_button.next:active {
        display: flex;
        align-items: center;
        color: #222 !important;
        font-size: 14px;
        font-weight: normal;
        line-height: 20px;
        border-radius: 8px;
        border: 1px solid #E4E4E7 !important;
        padding: 8px 14px;
        justify-content: center;
        background-color: #fff;
        background: #fff;
        box-shadow: none;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
            background-color: #fff;
            border: 1px solid #E71316 !important;
        }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled.previous:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next:hover {
        border: 1px solid #E4E4E7 !important;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:active, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: rgba(231, 19, 22, 0.05);
        box-shadow: none;
        border-color: transparent;
        color: #222 !important;
    }

.dataTables_paginate .previous img {
    margin-right: 5px;
}

.dataTables_paginate .next img {
    margin-left: 5px;
}

.order-detail-table {
    margin-bottom: 20px;
}

.order-details {
    padding-bottom: 30px;
    text-align: center;
}


    .order-detail-table thead th {
        font-size: 16px !important;
    }

.cursor-pointer {
    cursor: pointer;
}

#OrdersTable tr td:first-child {
    text-decoration: underline;
}

.order-detail-table tr.bg-gray {
    background-color :#f9cece;
}


    .order-detail-table.items tbody:nth-child(odd) {
        background-color: #ffeded;
    }
.contact-email{
    padding: 20px
}

.loader-container {
    position: relative;
}
.loader-input.loader {
    width: 20px;
    height: 20px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #e71316;
    top: 26%;
}

@media (max-width:820px) {
    .loader-input.loader {
        left: unset;
        right: 0;
        top: 12%;
    }
}

.ui-menu .ui-menu-divider {
    border-width: 0 !important;
}

.reset{
    margin-left: 0;
}

.custom-label {
    display: inline-block;
    margin-left: 50px;
    font-size: 14px;
}
#custom-label-section{
    display:none;
}
.form-chechBox {
    display: flex;
    align-items: center; 
}

    .form-chechBox label {
        margin-right: 10px; 
    }
.btn-part-form {
    text-align: right; /* Aligns the content inside the container to the right */
}

.add-remove-btns {
    display: inline-flex; /* Aligns buttons horizontally and keeps them inline */
    gap: 10px; /* Adds space between buttons */
}

.removeSectionBtn,
.addSectionBtn {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 20px;
}
.service-level div {
    margin: 20px;
}

.serviceLevelList {
    list-style-type: circle;
}

    .serviceLevelList li {
        margin: 20px 40px;
    }

    