/* Minification failed. Returning unminified contents.
(925,39): run-time error CSS1030: Expected identifier, found '['
(925,44): run-time error CSS1031: Expected selector, found '='
(925,44): run-time error CSS1025: Expected comma or open brace, found '='
 */

.nav-container {
    width: 100%;
}

.block-account-navigation .list a.active {
    background-color: #547999;
    color: white;
}
/* Custom Switch / Slider */
.custom-switch-labeled {
    height: 35px;
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.switch-checkbox {
    display: none;
}

.switch-wrapper {
    width: 52px;
    align-items: center;
    justify-content: space-between;
    background-color: #ccc;
    border-radius: 50px;
    height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    margin: 0 !important;
    transition: background-color 0.3s ease;
}

.switch-label-left,
.switch-label-right {
    z-index: 2;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    pointer-events: none;
    text-transform: capitalize;
    white-space: nowrap;
    margin-right: 5px;
}

.switch-slider {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: white;
    border-radius: 50%;
    top: 4px;
    left: 5px;
    z-index: 1;
    transition: left 0.3s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* When checkbox is checked */
.switch-checkbox:checked + .switch-wrapper {
    background-color: #ffc107;
}

.switch-checkbox:not(:checked) + .switch-wrapper .switch-slider {
    left: calc(100% - 25px);
}
.login-page .title {
    margin: 40px 0 20px;
    border-bottom: 1px solid #333;
    text-align: center;
}

.login-page .text {
    text-align: center;
}

.login-page .fieldset form:first-of-type .title {
    margin: 0;
}

.login-page .title strong {
    display: inline-block;
    margin: 0 0 -1px;
    box-shadow: 0 0 0 3px #fff;
    background-color: #333;
    padding: 10px 20px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}

.login-page .text {
    margin: 0 0 20px;
}

.sis-show-password-container {
    display: inline-flex;
    margin-top: 8px;
    color: initial;
    font-weight: 500;
}

.login-page #showPassword {
}

.sis-show-password-container label {
    width: fit-content !important;
}

.login-page .recover-or-connect {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    align-items: center;
}

    .login-page .recover-or-connect .item {
        margin: 0px 20px 10px;
    }

.login-page .forgot-password a:hover {
    color: #c03 !important;
}

.login-page .inputs.reversed * {
    margin: 5px 0;
    line-height: 24px;
    font-size: 12px; /*reset zeroing*/
}

.login-page .sis-custom-form .fieldset {
    margin-bottom: 0;
    width: 100%;
}

.login-page .sis-custom-form .form-group {
    margin: 0 auto;
    max-width: 500px;
}

.external-authentication {
    margin: 0 0 30px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication fieldset {
        float: none !important;
    }

.external-auth-login-block .extauth-btn {
    display: inline-block;
    /*width: 150px;*/
    /*height: 23px;*/
    background-repeat: no-repeat;
}

.external-auth-login-block button {
    color: orange;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    height: 40px;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: left;
    width: 165px;
    font-size: 15px;
    padding: 10px 10px;
}

    .external-auth-login-block button em {
        left: 0;
        padding: 0;
        position: absolute;
        top: 0;
        margin: 1px;
        bottom: 0;
        box-shadow: 1px 0 0 rgba(0,0,0,0.05);
        display: inline-block;
        outline: none;
        vertical-align: middle;
    }

    .external-auth-login-block button span {
        margin-left: 50px;
        display: inline-block;
        margin-top: -3px;
        color: #fff;
        text-shadow: 0 -1px rgba(0,0,0,0.25);
        font-weight: bold;
        text-rendering: auto;
        letter-spacing: normal;
        word-spacing: normal;
        text-transform: none;
        text-indent: 0px;
        text-shadow: none;
        display: inline-block;
        text-align: start;
    }

.password-recovery-page .tooltip {
    margin: 0 0 20px;
}

.password-recovery-page .result {
    margin: 0 0 5px;
    font-weight: bold;
}

.account-page .button-2 {
    border: 1px solid black;
    background-color: #eee;
    padding: 8px 16px;
    color: black;
    text-transform: uppercase;
}

.account-page .page-body .buttons, .account-page .product-selectors, .account-page .product-selectors > div {
    padding: 0;
    margin: 0;
    border: none;
}

.account-page .edit-address {
    margin: 0 0 30px;
}

.account-page .description {
    margin: 0 0 20px;
}

.account-page.customer-info-page .email {
    font-weight: 600;
    margin: 0;
}

.sis-dt.dataTable td {
    /*padding:0.5em !important;*/
}
/*vendor logo page*/
.customer-vendor-logo-page .btn {
    font-size: 18px;
}

    .customer-vendor-logo-page .btn.fileinput-button {
        font-size: 18px;
        background-color: #333;
        margin: 10px auto 0 auto;
    }

    .customer-vendor-logo-page .btn .fa {
        color: #fff;
        font-size: 18px;
    }

    .customer-vendor-logo-page .btn .fa-trash {
        font-size: 22px;
    }

.template-download td input[type=checkbox] {
    display: none;
}
/*vendor apply page*/
.apply-vendor-page .customer-email {
    font-weight: 600;
    font-size: 14px;
    color: #c03;
}

.apply-vendor-page .inputs.customer-email-line {
    margin-bottom: 20px;
}

.apply-vendor-page .inputs textarea.location {
    min-height: 80px;
}

.apply-vendor-page fieldset {
    padding: 20px;
}

    .apply-vendor-page fieldset .inputs input, .apply-vendor-page fieldset .inputs textarea, .apply-vendor-page fieldset .inputs select {
        width: 275px;
    }

    .apply-vendor-page fieldset legend {
        color: #c03;
        margin-left: 30px;
        padding: 0 5px;
    }

    .apply-vendor-page fieldset .explaination {
        display: inline-block;
        font-style: italic;
        padding-bottom: 20px;
        font-weight: bold;
    }

.apply-vendor-page .separator {
    display: inline-block;
    margin: 10px 0;
}

.apply-vendor-page fieldset .separator {
    display: inline-block;
    margin: 5px 0;
}

.apply-vendor-page .result {
    text-align: left;
    font-weight: bold;
}

.apply-vendor-page p {
    margin-bottom: 15px;
}

.address-list-page .info,
.order-list-page .info {
    margin: 0 0 20px;
    line-height: 20px;
}

.account-page.order-list-page .buttons {
    border: none;
}

.address-list-page .name,
.address-list-page .country {
    margin: 3px 0;
    font-weight: bold;
}

.address-list-page .add-button {
    margin: 0 0 15px;
    border-top: 1px dashed #c03;
    padding-top: 20px;
    text-align: center;
}

.return-request-list-page a {
    font-weight: bold;
}

.return-request-list-page .comments {
    margin: 15px 0 0;
    color: #c03;
}

.address-list-page .buttons,
.order-list-page .buttons,
.back-in-stock-subscription-list-page .buttons,
.forum-subscriptions-page .buttons {
    border: none;
    padding: 0;
}



.subscription-list th,
.subscription-list td {
    text-align: left;
}

    .subscription-list th:first-child,
    .subscription-list td:first-child {
        text-align: center;
    }

.reward-points-overview {
    margin: 0 0 15px;
}

.reward-points-history .title {
    margin: 0 0 15px;
    font-size: 14px;
    color: #c03;
    text-transform: uppercase;
}

    .reward-points-history .title strong {
        font-weight: normal;
    }

.change-password-page .fieldset {
    margin-bottom: 30px;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .fieldset {
    margin: 0 0 15px;
}

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page input[type="file"] {
    width: 75px;
    overflow: hidden;
}

.avatar-page input[type="submit"] {
    height: 32px;
    padding: 8px 16px;
}

.avatar-page .info {
    margin: 0 0 20px;
}

.user-agreement-page {
    text-align: left;
}

.terms-of-agreement {
    padding: 0 0 30px;
    text-align: center;
}

.user-agreement-page .buttons {
    text-align: center;
}

.user-agreement-page .button-1 {
    border: medium none;
    color: #ffffff;
    padding: 10px 20px;
}

/*.registration-page .fieldset:nth-child(2) select,
.account-page .fieldset:nth-child(3) select,*/
.inputs.date-of-birth select {
    width: 88px; /*birth-date selectors, always single line*/
}

.order-list-page .total-cycles, .order-list-page .cycles-remaining {
    display: none;
}

.registration-page .buttons.submit-button {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.registration-page .accept-privacy-policy input[type=checkbox] {
    margin: 0;
}

.registration-page .accept-privacy-policy label {
    color: #333 !important;
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
}

    .registration-page .accept-privacy-policy label a {
        text-decoration: none;
    }

.registration-page select + select,
.account-page select + select {
    margin: 0 0 0 10px;
}

.business-registration-page .sis-custom-form.bootstrap-iso .form-control, .business-registration-page .bootstrap-iso.sis-custom-form .bootstrap-select.form-control.sis-select {
    display: inline-flex;
    width: 100%;
}

.business-registration-page .monthly-price {
    font-size: 14px;
    padding: 10px;
    border: 1px dashed;
    margin-bottom: 20px;
}

.business-registration-page .show-all-cats {
    font-size: 12px;
}

.flex-container-col-50-50 {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    width: 100%;
    row-gap: 0;
    border: 2px solid #333;
}

    .flex-container-col-50-50 .topic-block {
        margin: 0;
    }

    .flex-container-col-50-50 .column.dark-background img {
        width: 100%;
        margin-bottom: 20px;
    }

    .flex-container-col-50-50 .column.dark-background div.bullet-point {
        text-align: left;
        margin-bottom: 18px;
    }

    .flex-container-col-50-50 .column.dark-background:last-child {
        margin-bottom: 0;
    }

    .flex-container-col-50-50 .column.dark-background .bullet-title {
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1.4px;
    }

        .flex-container-col-50-50 .column.dark-background .bullet-title div {
            display: flex;
            margin-bottom: 10px;
        }

    .flex-container-col-50-50 .sis-indented {
        margin-left: 43px;
    }

.bootstrap-iso .flex-container-col-50-50 .fa {
    float: inline-start;
    color: inherit;
    margin-right: 14px;
    font-size: 24px;
}

.flex-container-col-50-50 .column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 0.5;
    padding: 20px;
}

    .flex-container-col-50-50 .column.form {
        padding-top: 0;
    }

    .flex-container-col-50-50 .column.dark-background {
        background: #333;
        color: white;
        font-size: 18px;
        letter-spacing: 0.8px;
    }

.registration-page .message-error, .login-page .message-error, .login-page .external-auth-errors {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #c00;
}
.login-page .return-url-message, .registration-result-page .result, .registration-page .return-url-message {
    margin-bottom: 20px;
    font-size: 16px;
    background-color: #edf6ef;
    color: green;
}
.gender {
    display: inline-block;
    margin: 0 3px;
}

    .gender span {
        margin: 0 3px;
    }

        .gender span > * {
            display: inline !important;
            vertical-align: middle;
            line-height: 32px;
        }

#check-availability-button {
    margin: 10px 0 0;
    padding: 8px 16px;
    font: normal 14px Arial, Helvetica, sans-serif;
}

#username-availabilty {
    display: block;
    margin: 5px 0 0;
    font-size: 11px;
}

    #username-availabilty:empty {
        display: none;
    }

.sis-custom-form .form-group.accept-privacy-policy {
    flex-direction: column;
}

.sis-custom-form .form-group .same-line {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: baseline;
}

.accept-privacy-policy > * {
    line-height: 32px;
}

.registration-page .buttons,
.registration-result-page .buttons,
.password-recovery-page .buttons,
.account-page .buttons,
.return-request-page .buttons {
    border-top: 1px dashed #c03;
    padding: 20px 0;
    text-transform: lowercase;
}

.vendor-products-page .vendor-product img {
    max-width: 100%;
    max-height: 100px;
}

/*Vendor Products*/
.vendor-products-page .name {
    font-weight: 500;
}

.vendor-products-page .price {
    margin: 6px 0;
}

.vendor-products-page .creation-date {
    text-align: left;
    padding-left: 0 !important;
    font-weight: bold;
}

.vendor-products-page .edit-delete {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
}
    .vendor-products-page .edit-delete .row.buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        column-gap: 5px;
        row-gap: 10px;
    }
.vendor-products-page .show-slider {
    display: flex;
    background: beige;
    border-radius: 5px;
}

.vendor-products-page .row.vendor-product {
    padding: 20px 0;
    margin: 5px 0;
    border-top: 1px solid #333;
    text-align: left;
    font-size: 14px;
}
.vendor-products-page .row button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
    .vendor-products-page .row col-3.delete {
        padding-right: 0;
    }
.vendor-products-page .row button.edit-button {
    align-items: flex-end;
}
.vendor-products-page .row.moderation {
    margin: 5px auto;
    min-width: 40%;
}

.vendor-products-page .image {
    padding-right: 8px !important;
}

.vendor-products-page .row a {
    color: #1334da;
}

.vendor-products-page .vendor-product button {
    padding-top: 2px;
    background: #eee;
    border: 1px solid #535353;
    height: 35px;
}

.vendor-products-page .edit .fa {
    color: #1334da;
}

.vendor-products-page .sold-status .fa {
    font-size: 24px;
}

.vendor-products-page [data-sold-status='true'] .fa:before {
    content: "\f06e";
    color: #198c19;
}

.vendor-products-page [data-sold-status='false'] .fa:before {
    content: "\f070";
    color: #dc0d0d;
}

/*.vendor-products-page [data-published-status='false'] .fa:before {*/
    /*content: "\f070";*/
    /*color: #dc0d0d;
}

.vendor-products-page [data-published-status='true'] .fa:before {*/
    /*content: "\f06e";*/
    /*color: #198c19;
}*/

.vendor-products-page [data-deleted-status='true'] .fa:before {
    /*content: "\f014";*/
    color: #198c19;
}

.vendor-products-page [data-deleted-status='false'] .fa:before {
    /*content: "\f014";*/
    color: white;
}

.vendor-products-page .vendor-product button:hover, .vendor-products-page .vendor-product button:focus,
.vendor-products-page .vendor-product button:hover > span, .vendor-products-page .vendor-product button:focus > span {
    background-color: #333;
    color: white;
}
.vendor-product .product-details-link *:visited, .vendor-product .product-details-link * {
    color: red !important;
}
    .vendor-product .product-details-link i {
        font-size: 14px;
        padding-left: 5px;
    }
        .vendor-product .product-details-link i.fa-chevron-right {
            font-size: 10px;
            color: inherit;
        }
/****** ORDER DETAILS & SHIPPING DETAILS ******/
.button-2.cancel-recurring-order-button {
    white-space: normal;
    padding: 5px 2px;
    font-size: 10px;
}

.order-details-page .page-title {
    text-align: center;
}

.order-details-page .section {
    margin: 0;
}

.order-details-page .page-title a {
    display: flex;
    justify-content: center;
    min-width: 180px;
    margin: 5px 0;
    border: none;
    background-color: #aaa;
    background-image: none;
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
}

.order-details-page .top-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.order-details-page .page-title a:hover {
    background-color: #999;
}

.order-details-page .page-title a.print-order-button {
    background-color: #547999;
}

    .order-details-page .page-title a.print-order-button:hover {
        background-color: #248ece;
    }

.order-details-page .order-overview {
    margin: 0 0 50px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #444;
}

    .order-details-page .order-overview .order-number {
        margin: 0 0 10px;
        text-transform: uppercase;
    }

    .order-details-page .order-overview .order-total strong {
        font-weight: normal;
        color: #547999;
    }

.order-details-page .repost .button-2 {
    display: inline-block;
    margin: 10px 0;
    border: none;
    background-color: #547999;
    padding: 10px 15px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
}

    .order-details-page .repost .button-2:hover {
        background-color: #248ece;
    }

.order-details-page .download a {
    font-weight: normal;
    color: #547999;
}

    .order-details-page .download a:hover {
        text-decoration: underline;
    }

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

    .order-details-page .tax-shipping-info a {
        color: #547999;
    }

        .order-details-page .tax-shipping-info a:hover {
            text-decoration: underline;
        }

.order-details-page .actions {
    margin: 30px 0 0;
    font-size: 0;
}

    .order-details-page .actions input {
        display: inline-block;
        min-width: 180px;
        margin: 5px;
        border: none;
        background-color: #aaa;
        background-image: none;
        padding: 10px 20px;
        font-size: 15px;
        color: #fff;
    }

        .order-details-page .actions input:hover {
            background-color: #999;
        }

        .order-details-page .actions input:first-child {
            background-color: #547999;
        }

            .order-details-page .actions input:first-child:hover {
                background-color: #248ece;
            }

.order-details-page .total-info {
    width: 350px;
    max-width: 100%;
    margin: 0 auto 50px;
    background-color: #f9f9f9;
    padding: 15px 20px;
    color: #444;
}

.order-details-page .order-notes .note a {
    font-weight: bold;
    color: darkorange;
    text-decoration: underline;
}

.sis-custom-form .form-group.flex-list.billing-cycles-list {
    flex-direction: column;
}

.flex-list .list-item label {
    margin: 0;
}

.list-item.billing-cycle {
    border: 1px solid grey;
}

    .list-item.billing-cycle:has(input[type="radio"]:checked) {
        background-color: #007bff; /* Change to your desired background color */
        color: white;
        border: 2px solid #333;
    }

    .list-item.billing-cycle input[type=radio] {
        margin-right: 5px;
        position: relative;
    }

    .list-item.billing-cycle .monthly-cost {
        font-size: 10px;
        padding: 10px;
        background-color: #333;
        color: antiquewhite;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.billing-cycle .pricing-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.list-item.billing-cycle .monthly-cost .monthly-price .before-discount {
    text-decoration: line-through;
}

.list-item.billing-cycle .monthly-price-explanation {
    display: block;
    font-size: 11px;
}

.billing-cycle .fa.fa-star {
    font-size: 11px;
    color: #e04b4b;
}
.flex-list .list-item header {
    display: flex;
    gap: 10px;
    align-items: center;
}
.flex-list .list-item .description {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 !important;
    font-size: 12px;
    width: 100%;
}

.flex-list .list-item.billing-cycle .description {
    font-size: 15px;
}

.flex-list .list-item .description .header-line {
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    width: 100%;
    border-bottom: white;
    padding-bottom: 2px;
}

.flex-list .list-item .description .cycle-savings {
    float: inline-end;
    background-color: #bafff5;
    color: black;
    font-size: smaller;
    padding: 4px;
    border: 1px solid;
    text-align: center;
    text-transform: none;
}

.list-item.billing-cycle strong {
}

.flex-list .list-item.billing-cycle .description .header-line {
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}

.billing-cycle .description .cycle-cost {
    font-size: 13px;
    letter-spacing: 1px;
}

.vendor-cat-list .see-more-categories {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 5px;
}

    .vendor-cat-list .see-more-categories .fa {
        font-size: 14px;
    }

.payment-methods-info {
    border: 1px dashed;
    padding: 10px;
    margin: 10px 0;
    font-size: smaller !important;
}

    .payment-methods-info div {
        margin-bottom: 10px;
    }

    .payment-methods-info ul {
        list-style: disc;
        margin-left: 40px;
    }

.customer-vendor-subscription-page .payment-methods-info {
    margin: 10px 0 0;
}

.customer-vendor-subscription-page .shipping-cost {
    display: none;
}
/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/
#save-reminder {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 20px;
    border-radius: 8px;
    font-size: 1em;
    text-align: center;
    z-index: 1000;
    transition: opacity 0.3s ease;
}

    #save-reminder.show {
        display: block;
    }
/* Base Styles */
.readonly-checklist .checklist-item .step-desc a, .readonly-checklist .checklist-item .step-desc a:visited {
    color: black !important;
    font-size: small;
    border: 1px solid;
    padding: 3px 5px;
}

    .readonly-checklist .checklist-item .step-desc a * {
        color: black !important;
    }

.readonly-checklist .checklist-item a .fa {
    font-size: small;
}

.readonly-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1em;
    counter-reset: step-counter; /* Initialize the counter */
}
    /* Icon Styles */
    .readonly-checklist .checklist-item .fa.fa-check {
        font-size: larger;
        margin-right: 8px;
        padding: 5px;
        border-radius: 4px;
        color: white;
    }

    /* Text Styles */
    .readonly-checklist .checklist-item span {
        font-weight: 500;
    }
    /* Checklist Item Styles */
    .readonly-checklist .checklist-item {
        display: flex;
        align-items: center;
        margin: 10px 0;
        padding: 10px;
        border-radius: 4px;
        background-color: #f9f9f9;
        border: 1px solid #e0e0e0;
        color: black;
        position: relative;
        background-color: lightslategrey;
        opacity: 0.6;
    }

    .readonly-checklist li.completed .checklist-item {
        background-color: #8bdf9e;
        opacity: 1;
    }

        .readonly-checklist li.completed .checklist-item .number {
            background-color: #005814; /* Green background for completed steps */
        }

        .readonly-checklist li.completed .checklist-item .fa-check {
            color: #005814; /* Green background for completed steps */
        }

    .readonly-checklist li.current .checklist-item {
        background-color: #ff8300;
        opacity: 1;
    }

        .readonly-checklist li.current .checklist-item .number {
            background-color: #984e00;
        }
    /* Numbered Disk in Front of Each Item */
    .readonly-checklist .checklist-item .number {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border-radius: 50%; /* Ensures circular shape */
        background-color: #3b4b5b;
        color: white;
        font-weight: bold;
        flex-shrink: 0;
    }

.form-list-page .bootstrap-iso .table-responsive {
    overflow: hidden;
}

.order-list .order-item .order-notes {
    margin-bottom: 20px;
}

    .order-list .order-item .order-notes .note {
        font-weight: bold;
    }

@media all and (min-width: 769px) {
    .flex-container-col-50-50 {
        flex-direction: row;
        column-gap: 10px;
    }
}

@media all and (min-width: 1001px) {
}

