/* _content/Vetro.Website/Components/Layout/ManagementPageHeaderComponent.razor.rz.scp.css */
h1[b-1wuvq20mvx], h2[b-1wuvq20mvx] {
    margin: 0;
    padding: 0;
}

h1[b-1wuvq20mvx] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-1wuvq20mvx] {
    font-size: 1.1rem;
    font-weight: 400;
}

#searchbar[b-1wuvq20mvx] {
    max-width: 100%;
    width: 20rem;
}

/* _content/Vetro.Website/Components/Management/Agent/ActivePromotion/ThresholdListComponent.razor.rz.scp.css */
.threshold-image[b-08ptpznc87] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/Agent/PromotionHistory/ThresholdListComponent.razor.rz.scp.css */
.threshold-image[b-of3b7zxuch] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/Shared/ClinicOrderProducts/BillingInformationComponent.razor.rz.scp.css */
h4[b-mzdsfncvbp] {
    font-size: 1.1rem;
    font-weight: 500;
}

h3[b-mzdsfncvbp] {
    font-size: 1.4rem;
    font-weight: 600;
}

.info-container[b-mzdsfncvbp] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.btn-go-back[b-mzdsfncvbp] {
    text-transform: uppercase;
    font-weight: 500;
    color: #28724F;
    cursor: pointer;
}

.success-text[b-mzdsfncvbp] {
    color: #236192;
    font-size: 0.9rem;
}

.warning-text[b-mzdsfncvbp] {
    color: #236192;
    font-size: 0.9rem;
}

.error-text[b-mzdsfncvbp] {
    color: #FF2D2D;
    font-size: 0.9rem;
}

label[b-mzdsfncvbp] {
    font-size: 0.9rem;
    font-weight: 500;
}
/* _content/Vetro.Website/Components/Management/Shared/ClinicOrderProducts/CartListComponent.razor.rz.scp.css */
.btn-go-back[b-zfrnjqweqw],
.btn-go-back:link[b-zfrnjqweqw],
.btn-go-back:visited[b-zfrnjqweqw] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}

.product-image[b-zfrnjqweqw] {
    object-fit: cover;
    height: 6rem;
    width: 4rem;
}

.product-title[b-zfrnjqweqw] {
    font-size: 0.9rem;
    font-weight: 500;
}

.product-title-line-through[b-zfrnjqweqw] {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: line-through;
    color: #979797;
}

.child-product-title[b-zfrnjqweqw] {
    font-size: 0.75rem;
    font-style: italic;
}

.child-product-title-line-through[b-zfrnjqweqw] {
    font-size: 0.75rem;
    font-style: italic;
    text-decoration: line-through;
    color: #979797;
}

.freeshipping-title[b-zfrnjqweqw] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #28724F;
}

.line-through[b-zfrnjqweqw] {
    text-decoration: line-through;
    color: #979797;
}

h4[b-zfrnjqweqw] {
    font-size: 1.1rem;
    font-weight: 500;
}

h3[b-zfrnjqweqw] {
    font-size: 1.4rem;
    font-weight: 600;
}

tbody[b-zfrnjqweqw] {
    display: block;
    max-height: 480px;
    overflow: auto;
}

    thead[b-zfrnjqweqw], tbody tr[b-zfrnjqweqw] {
        display: table;
        width: 100%;
        table-layout: fixed; /* even columns width , fix width of table too*/
    }

tr td:first-child[b-zfrnjqweqw],
tr th:first-child[b-zfrnjqweqw] {
    width: 450px;
}

tr td:last-child[b-zfrnjqweqw],
tr th:last-child[b-zfrnjqweqw] {
    text-align: center;
    width: 80px;
}

.cursor-pointer[b-zfrnjqweqw] {
    cursor: pointer;
}

.unavailable-warning[b-zfrnjqweqw] {
    color: red;
    font-size: 0.85rem;
}

.promotion-sales-container[b-zfrnjqweqw] {
    background: #B9975B;
    margin-top: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.675rem;
    font-weight: bold;
    border-radius: 20px;
    padding: 0.45rem 0.75rem;
    width: fit-content !important;
}

.promo-products-title[b-zfrnjqweqw] {
    font-size: 1.15rem;
    font-weight: 600;
    padding-left: 1.5rem;
    border-top: 1px solid #dee2e6;
}

.delete-confirmation-overlay[b-zfrnjqweqw],
.delete-confirmation[b-zfrnjqweqw] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.delete-confirmation-overlay[b-zfrnjqweqw] {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.delete-confirmation[b-zfrnjqweqw] {
    background-color: #fff;
    border-radius: 4px;
    width: 35rem;
    height: 15rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .delete-confirmation.visible[b-zfrnjqweqw] {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .delete-confirmation-overlay.visible[b-zfrnjqweqw],
    .delete-confirmation.visible[b-zfrnjqweqw] {
        opacity: 1;
    }

.delete-confirmation-overlay.visible[b-zfrnjqweqw] {
    z-index: 99998;
    display: block;
}

.delete-confirmation.visible[b-zfrnjqweqw] {
    z-index: 99999;
    display: flex;
}

.delete-confirmation-header[b-zfrnjqweqw] {
    font-size: 1.5rem;
    font-weight: bold;
}

.first-order-alert[b-zfrnjqweqw] {
    color: white;
    background: #28724F;
    border-radius: 5px;
}

.summary-container-title[b-zfrnjqweqw] {
    border-bottom: 1px solid #d6d5d5;
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.summary-container[b-zfrnjqweqw] {
    border-bottom: 1px solid #d6d5d5;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cart-container-title[b-zfrnjqweqw],
.voucher-container-title[b-zfrnjqweqw] {
    padding-left: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.voucher-container[b-zfrnjqweqw] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
}

.out-of-stock[b-zfrnjqweqw] {
    color: red;
}

.voucher-warning-text[b-zfrnjqweqw] {
    font-size: 0.8rem;
}

.last-voucher-text[b-zfrnjqweqw] {
    color: #28724F;
}

.additional-quantity[b-zfrnjqweqw] {
    background: #B9975B;
    margin-left: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
    width: fit-content !important;
}

.sup-discount[b-zfrnjqweqw] {
    position: absolute;
    top: 20%;
    left: 0%;
    padding-left: 0.5rem;
}

.sup-discount-big[b-zfrnjqweqw] {
    position: absolute;
    top: 35%;
    left: 0%;
    padding-left: 1rem;
}

.total-container[b-zfrnjqweqw] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.4rem;
    font-weight: 500;
    font-size: 1.15rem;
}

.btn.btn-icon-right[b-zfrnjqweqw] {
    padding-left: 1.5rem;
}

.summary-container span.numeric-value[b-zfrnjqweqw] {
    min-width: 110px;
    text-align: right;
}

/* _content/Vetro.Website/Components/Management/Shared/ClinicOrderProducts/EditQuantityComponent.razor.rz.scp.css */
.delete-confirmation-overlay[b-374kqhacmc],
.delete-confirmation[b-374kqhacmc] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.delete-confirmation-overlay[b-374kqhacmc] {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.delete-confirmation[b-374kqhacmc] {
    background-color: #fff;
    border-radius: 4px;
    width: 35rem;
    height: 17.5rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .delete-confirmation.visible[b-374kqhacmc] {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .delete-confirmation-overlay.visible[b-374kqhacmc],
    .delete-confirmation.visible[b-374kqhacmc] {
        opacity: 1;
    }

.delete-confirmation-overlay.visible[b-374kqhacmc] {
    z-index: 99998;
    display: block;
}

.delete-confirmation.visible[b-374kqhacmc] {
    z-index: 99999;
    display: flex;
}

.delete-confirmation-header[b-374kqhacmc] {
    font-size: 1.5rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Components/Management/Shared/ClinicOrderProducts/EmptyCartConfirmation.razor.rz.scp.css */
.delete-confirmation-overlay[b-p5gc4akwvd],
.delete-confirmation[b-p5gc4akwvd] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.delete-confirmation-overlay[b-p5gc4akwvd] {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.delete-confirmation[b-p5gc4akwvd] {
    background-color: #fff;
    border-radius: 4px;
    width: 35rem;
    height: 15rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .delete-confirmation.visible[b-p5gc4akwvd] {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.delete-confirmation-overlay.visible[b-p5gc4akwvd],
.delete-confirmation.visible[b-p5gc4akwvd] {
    opacity: 1;
}

.delete-confirmation-overlay.visible[b-p5gc4akwvd] {
    z-index: 99998;
    display: block;
}

.delete-confirmation.visible[b-p5gc4akwvd] {
    z-index: 99999;
    display: flex;
}

.delete-confirmation-header[b-p5gc4akwvd] {
    font-size: 1.5rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Components/Management/Shared/ClinicOrderProducts/PreviewOrderComponent.razor.rz.scp.css */
h3[b-kgcwk44rwf] {
    font-size: 1.3rem;
    font-weight: bold;
}

h4[b-kgcwk44rwf] {
    font-size: 1rem;
    font-weight: 600;
}

.fw-600[b-kgcwk44rwf] {
    font-weight: 600;
}

.fw-500[b-kgcwk44rwf] {
    font-weight: 500;
}

table[b-kgcwk44rwf] {
    font-size: 0.9rem !important;
}

.product-image[b-kgcwk44rwf] {
    object-fit: cover;
    height: 5.5rem;
    width: 3.75rem;
}

.product-title[b-kgcwk44rwf] {
    font-size: 0.8rem;
    font-weight: 500;
}

.cursor-pointer[b-kgcwk44rwf] {
    cursor: pointer;
}

.status-fail[b-kgcwk44rwf] {
    color: #B9975B;
    font-size: 1.2rem;
    font-weight: 600;
}

.status-success[b-kgcwk44rwf] {
    color: #28724F;
    font-size: 1.2rem;
    font-weight: 600;
}

.status-neutral[b-kgcwk44rwf] {
    color: #236192;
    font-size: 1.2rem;
    font-weight: 600;
}

.line-separator[b-kgcwk44rwf] {
    border-bottom: solid 1px #eaeae7;
}

.freeshipping-title[b-kgcwk44rwf] {
    font-weight: 500;
    color: #28724F;
}

.w-40[b-kgcwk44rwf] {
    width: 40% !important;
}

.w-10[b-kgcwk44rwf] {
    width: 10% !important;
}

@media (max-width: 768px) {
    th[b-kgcwk44rwf] {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .product-title[b-kgcwk44rwf] {
        font-size: 0.6rem;
    }

    h3[b-kgcwk44rwf] {
        font-size: 1rem;
        font-weight: 600;
    }

    h4[b-kgcwk44rwf] {
        font-size: 0.8rem;
        font-weight: 600;
    }

    .status-fail[b-kgcwk44rwf],
    .status-success[b-kgcwk44rwf],
    .status-neutral[b-kgcwk44rwf] {
        font-size: 1rem;
    }

    .product-image[b-kgcwk44rwf] {
        object-fit: cover;
        height: 4rem;
        width: 2.75rem;
    }

    .fw-600[b-kgcwk44rwf] {
        font-weight: 500;
    }

    .order-values[b-kgcwk44rwf] {
        font-size: 0.7rem;
    }
}
/* _content/Vetro.Website/Components/Management/Shared/ClinicOrderProducts/ProductListComponent.razor.rz.scp.css */
.add-button[b-cb6hd4qhn5] {
    border-radius: 2.5rem;
    border: 1px solid black;
    background-color: white;
}

.product-container[b-cb6hd4qhn5] {
    width: 100%;
    min-height: 350px;
    margin: 0 !important;
    padding-top: 2rem;
}

.product-image[b-cb6hd4qhn5] {
    object-fit: contain;
    max-height: 175px;
    max-width: 175px;
    padding: 1rem 0rem 1rem;
    cursor: pointer;
}

.promotion-sales-ribbon-header[b-cb6hd4qhn5] {
    width: 4rem;
    height: 1rem;
    z-index: 100;
    background-color: #236192;
    color: #fff;
    padding: .65rem 1rem;
    text-align: center;
    line-height: 1;
    font-size: 0.7rem;
}

.promotion-sales-ribbon-title[b-cb6hd4qhn5] {
    background: #B9975B;
    margin-top: 0.1rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.6rem;
    font-weight: 500;
    border-radius: 20px;
    padding: 0.45rem 0.75rem;
}

.promotion-sales-ribbon-line[b-cb6hd4qhn5] {
    width: 100%;
    background: #B9975B;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.6rem;
    font-weight: 500;
    padding: 0.45rem 0.75rem;
}

.promotion-container[b-cb6hd4qhn5] {
    top: 1rem;
    position: absolute;
    right: 1rem;
}

.text-secondary[b-cb6hd4qhn5] {
    text-decoration-line: line-through;
    font-size: 1rem;
}

.text-vat[b-cb6hd4qhn5] {
    font-size: 0.9rem;
}

.price-container[b-cb6hd4qhn5] {
    min-height: 3rem;
}

h3[b-cb6hd4qhn5] {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #28724F;
}

h4[b-cb6hd4qhn5] {
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    min-height: 3.5rem;
    cursor: pointer;
    margin: 0 !important;
}

.upload-img-link[b-cb6hd4qhn5] {
    color: #6B8A9E;
    text-decoration: underline;
}

.add-to-cart-button[b-cb6hd4qhn5] {
    font-size: 0.9rem;
}

.out-of-stock-button[b-cb6hd4qhn5] {
    font-size: 0.9rem;
    background-color: #CACACA;
    color: white;
}

.delete-filters[b-cb6hd4qhn5] {
    color: #6B8A9E;
    font-size: 1.2rem;
    font-weight: 500;
}

.search-container[b-cb6hd4qhn5] {
    gap: 1rem;
}

.ant-input-affix-wrapper[b-cb6hd4qhn5] {
    font-size: 15px;
    padding: 6px 11px;
}

.ant-input-search-button[b-cb6hd4qhn5] {
    height: 38px;
}

@media screen and (max-width: 767px) {
    .search-container[b-cb6hd4qhn5] {
        flex-wrap: wrap !important;
    }
    
    .search-container > div[b-cb6hd4qhn5] {
        width: 100% !important;
    }

    .search-container > div:first-child[b-cb6hd4qhn5] {
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 1200px) {
    .products .col-xl[b-cb6hd4qhn5] {
        max-width: 25% !important;
    }
}
/* _content/Vetro.Website/Components/Management/Shared/ClinicOrderProducts/SendOrderComponent.razor.rz.scp.css */
.product-image[b-ap1m7ojbxy] {
    object-fit: cover;
    height: 6rem;
    width: 4rem;
}

.product-title[b-ap1m7ojbxy] {
    font-size: 0.9rem;
    font-weight: 500;
}

.product-title-line-through[b-ap1m7ojbxy] {
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: line-through;
    color: #979797;
}

.child-product-title[b-ap1m7ojbxy] {
    font-size: 0.75rem;
    font-style: italic;
}

.child-product-title-line-through[b-ap1m7ojbxy] {
    font-size: 0.75rem;
    font-style: italic;
    text-decoration: line-through;
    color: #979797;
}

.freeshipping-title[b-ap1m7ojbxy] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #28724F;
}

.line-through[b-ap1m7ojbxy] {
    text-decoration: line-through;
    color: #979797;
}

h4[b-ap1m7ojbxy] {
    font-size: 1.1rem;
    font-weight: 500;
}

h3[b-ap1m7ojbxy] {
    font-size: 1.4rem;
    font-weight: 600;
}

.info-container[b-ap1m7ojbxy] {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

tbody[b-ap1m7ojbxy] {
    display: block;
    height: 505px;
    overflow: auto;
}

    thead[b-ap1m7ojbxy], tbody tr[b-ap1m7ojbxy] {
        display: table;
        width: 100%;
        table-layout: fixed; /* even columns width , fix width of table too*/
    }

tr td:first-child[b-ap1m7ojbxy],
tr th:first-child[b-ap1m7ojbxy] {
    width: 380px;
}

.info-label[b-ap1m7ojbxy] {
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.025rem;
    opacity: 0.5;
}

.btn-go-back[b-ap1m7ojbxy] {
    text-transform: uppercase;
    font-weight: 500;
    color: #28724F;
    cursor: pointer;
}

.promotion-sales-container[b-ap1m7ojbxy] {
    background: #B9975B;
    margin-top: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.675rem;
    font-weight: bold;
    border-radius: 20px;
    padding: 0.45rem 0.75rem;
    width: fit-content !important;
}

.additional-quantity[b-ap1m7ojbxy] {
    background: #B9975B;
    margin-left: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 10px;
    padding: 0.2rem 0.3rem;
    width: fit-content !important;
}

.message[b-ap1m7ojbxy] {
    font-size: 2rem;
    font-weight: 500;
    color: #28724F;
}

.message-error[b-ap1m7ojbxy] {
    font-size: 2rem;
    font-weight: 500;
    color: #236192;
}

.payment-card[b-ap1m7ojbxy] {
    background-color: white;
    padding: 2rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.title[b-ap1m7ojbxy] {
    font-size: 1.5rem;
}

.subtitle[b-ap1m7ojbxy] {
    font-size: 1.2rem;
}

.success-icon[b-ap1m7ojbxy] {
    font-size: 2rem;
    color: #28724F;
}

.error-icon[b-ap1m7ojbxy] {
    font-size: 2rem;
    color: #236192;
}

.sup-discount[b-ap1m7ojbxy] {
    position: absolute;
    top: 20%;
    left: 0%;
    padding-left: 0.5rem;
}

.sup-discount-big[b-ap1m7ojbxy] {
    position: absolute;
    top: 35%;
    left: 0%;
    padding-left: 1rem;
}

.btn.btn-icon-right[b-ap1m7ojbxy] {
    padding-left: 1.5rem;
}

.summary-container span.numeric-value[b-ap1m7ojbxy] {
    min-width: 110px;
    text-align: right;
}
/* _content/Vetro.Website/Components/Management/Shared/Contracts/ListComponent.razor.rz.scp.css */
.doctor-image[b-81i2fg6fhy] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.table tr[b-81i2fg6fhy] {
    height: 75px;
}
/* _content/Vetro.Website/Components/Management/Shared/Dashboard/AggregateCardComponent.razor.rz.scp.css */
.agg-card[b-9koinv34p8] {
    position: relative;
    padding: 1rem;
    height: 10rem;
    background-color: #fff;                
    overflow: visible;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

.agg-card .row[b-9koinv34p8] {
    width: calc(100% + 2rem);
}

.agg-card.primary[b-9koinv34p8] {
    border-bottom-color: #28724F;
}

.agg-card.secondary[b-9koinv34p8] {
    border-bottom-color: #236192;
}

.agg-card.danger[b-9koinv34p8] {
    border-bottom-color: #FF2D2D;
}

.agg-card.warning[b-9koinv34p8] {
    border-bottom-color: #3EAF7F;
}

.icon[b-9koinv34p8] {
    font-size: 3rem;
    opacity: .35;
}

h3[b-9koinv34p8] {
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
    margin: 0 0 0 0;
}

.total[b-9koinv34p8] {
    font-size: 1.1rem;
    font-weight: 600;
}

.agg-card.primary .total[b-9koinv34p8],
.agg-card.primary .icon[b-9koinv34p8] {
    color: #28724F;
}

.agg-card.secondary .total[b-9koinv34p8],
.agg-card.secondary .icon[b-9koinv34p8] {
    color: #236192;
}

.agg-card.danger .total[b-9koinv34p8],
.agg-card.danger .icon[b-9koinv34p8] {
    color: #FF2D2D;
}

.agg-card.warning .total[b-9koinv34p8],
.agg-card.warning .icon[b-9koinv34p8] {
    color: #3EAF7F;
}

.extra-info[b-9koinv34p8] {
    line-height: 1;
}

@media (max-width: 768px) {
    .agg-card[b-9koinv34p8] {
        padding: 0.75rem;
        height: 7.5rem;
    }

    .total[b-9koinv34p8] {
        font-size: 1.25rem;
        font-weight: 700;
    }

    .icon[b-9koinv34p8][b-9koinv34p8] {
        font-size: 2.5rem;
    }
}
/* _content/Vetro.Website/Components/Management/Shared/Dashboard/FeedComponent.razor.rz.scp.css */
.feed-item[b-rv0pfdhszv] {
    position: relative;
    padding: 1rem 1.75rem;
    border-bottom: solid 1px #f4f4f4;
    font-size: 0.875rem;
}

.feed-icon[b-rv0pfdhszv] {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    min-width: 2.5rem;
    margin-right: 1rem;
    border-radius: 50%;
    background-color: #FFEBE3;
    color: #236192;
    text-align: center;
    font-size: 1rem;
    line-height: 2.65rem;
    display: inline-block;
}

.feed-date[b-rv0pfdhszv] {
    opacity: 0.65;
    font-style: italic;
    font-size: 0.8rem;
}
/* _content/Vetro.Website/Components/Management/Shared/Doctors/ListComponent.razor.rz.scp.css */
.doctor-image[b-mvut9y6vh1] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.table tr[b-mvut9y6vh1] {
    height: 75px;
}
/* _content/Vetro.Website/Components/Management/Shared/OrderHistory/ListComponent.razor.rz.scp.css */
code[b-on9c8po8rz] {
    white-space: pre-wrap;
}
/* _content/Vetro.Website/Components/Management/Shared/Products/DeliveryComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/Shared/Products/FlyerComponent.razor.rz.scp.css */
.flex-row[b-6mv5c77zrn] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/* _content/Vetro.Website/Components/Management/Shared/Products/ImagesComponent.razor.rz.scp.css */
.opacity-50[b-sdfi2vb8v8] {
    opacity: 0.5;
}
/* _content/Vetro.Website/Components/Management/Shared/Products/InventoryComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/Shared/Products/PricingComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/Shared/Products/ProductInformationComponent.razor.rz.scp.css */
.numeric-input[b-e4w55pm9vf] {
    width: 5rem;
}

.flex-row[b-e4w55pm9vf] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* _content/Vetro.Website/Components/Management/Shared/Products/ProspectComponent.razor.rz.scp.css */
.flex-row[b-8d4khm8lor] {
    display: flex;
    flex-direction: row;
    align-items: center;
}
/* _content/Vetro.Website/Components/Management/Shared/Products/SEOComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/Shared/Shop/EditComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/Shared/Shop/ListComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/ShopOwner/B2BPromotions/ListComponent.razor.rz.scp.css */
.active-promotion-row[b-x8bnaahac0] {
    background-color: #D8F5EA;
}

.promotion-image[b-x8bnaahac0] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.promotion-no-image[b-x8bnaahac0] {
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/ShopOwner/Bills/PreviewBillPopup.razor.rz.scp.css */
.preview-popup-container[b-rwwrlm1sgq] {
    position: fixed;
    top: 0;
    padding-top: 3.5rem;
    z-index: 0;
    width: 100%;
    max-width: 40rem;
    height: 100%;
    right: -100%;
    opacity: 0.5;
}

    .preview-popup-container[b-rwwrlm1sgq],
    .preview-popup-container > .preview-popup[b-rwwrlm1sgq] {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .preview-popup-container.visible[b-rwwrlm1sgq] {
            z-index: 9999;
            right: 0;
            opacity: 1;
        }

        .preview-popup-container > .preview-popup[b-rwwrlm1sgq] {
            background-color: #fff;
            box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
            height: 100%;
        }

.preview-popup-header[b-rwwrlm1sgq] {
    height: 4.5rem;
    border-bottom: solid 1px #eaeae7;
}

    .preview-popup-header h3[b-rwwrlm1sgq] {
        margin: 0;
        padding: 0 1rem 0 0;
        font-size: 1.3rem;
        font-weight: bold;
        color: #00090E;
    }

.btn-close[b-rwwrlm1sgq] {
    outline: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00090E;
    cursor: pointer;
    opacity: 1;
}

    .btn-close:hover[b-rwwrlm1sgq],
    .btn-close:active[b-rwwrlm1sgq] {
        outline: 0;
        border: none;
        background: none;
        color: #295069;
    }

.preview-popup-header[b-rwwrlm1sgq],
.preview-popup-content[b-rwwrlm1sgq] {
    padding: 1.5rem;
}

.preview-content[b-rwwrlm1sgq] {
    width: 100%;
    height: 100%;
}
/* _content/Vetro.Website/Components/Management/ShopOwner/ClinicOrders/ListComponent.razor.rz.scp.css */
.completed[b-moczknx2jm] {
    background-color: #28724F;
    border-color: #28724F;
    border-radius: 2rem;
    height: 1rem;
    color: #fff;
}

.button-details[b-moczknx2jm] {
    color: #236192;
    text-align: center;
    text-transform: none;
    border: 2px solid #236192;
    border-radius: 15px;
}

h3[b-moczknx2jm] {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
}

h4[b-moczknx2jm] {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}

b[b-moczknx2jm], strong[b-moczknx2jm] {
    font-weight: 500 !important;
}

.status-card[b-moczknx2jm] {
    background-color: #f0f0f0;
    border-radius: 15px;
}

.cancel-order[b-moczknx2jm] {
    color: #B9975B;
    text-decoration: underline;
}

.retry-payment[b-moczknx2jm] {
    color: #28724F;
    text-decoration: underline;
}

@media (max-width: 768px) {
    h3[b-moczknx2jm] {
        font-size: 1.2rem;
    }
}
/* _content/Vetro.Website/Components/Management/ShopOwner/Promotions/ListComponent.razor.rz.scp.css */
.promotion-grid[b-s9sqwu35vo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.col-lg-2-4[b-s9sqwu35vo] {
    flex: 0 0 auto;
    width: 20%; /* Custom width to fit 5 items per row */
}

.no-items-message[b-s9sqwu35vo] {
    min-height: 80vh;
}

.image-container[b-s9sqwu35vo] {
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    padding: 0px;
    aspect-ratio: 3 / 4; /* Maintain a 3:4 aspect ratio */
}

    .image-container img[b-s9sqwu35vo] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Ensure the image covers the entire container */
        transition: transform 0.5s ease;
    }

    .image-container:hover img[b-s9sqwu35vo] {
        transform: scale(1.1);
    }

    .image-container:hover[b-s9sqwu35vo] {
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
    }

.count-container[b-s9sqwu35vo] {
    position: relative;
    display: inline-block;
    margin-left: auto;
}

.promotions-count[b-s9sqwu35vo] {
    position: absolute;
    top: -10px;
    right: -35px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #236192;
    color: white;
    font-size: 0.7rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .image-container[b-s9sqwu35vo] {
        aspect-ratio: 3 / 4; /* Maintain a 3:4 aspect ratio for smaller screens as well */
    }
}

.promotion-image[b-s9sqwu35vo] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
/* _content/Vetro.Website/Components/Management/Supplier/B2BPromotions/ListComponent.razor.rz.scp.css */
.active-promotion-row[b-23qsxo72g5] {
    background-color: #D8F5EA;
}
/* _content/Vetro.Website/Components/Management/Supplier/B2BPromotions/PromotionInformationComponent.razor.rz.scp.css */
label[b-z881jlo4jp] {
    font-weight: bold;
    font-size: 1rem;
}

.numeric-input[b-z881jlo4jp] {
    width: 5rem;
}

.flex-row[b-z881jlo4jp] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* _content/Vetro.Website/Components/Management/Supplier/B2BPromotions/PromotionThresholdComponent.razor.rz.scp.css */
label[b-0n81o38hke] {
    font-weight: bold;
    font-size: 1rem;
}

.numeric-input[b-0n81o38hke] {
    width: 5rem;
}

.flex-row[b-0n81o38hke] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.threshold-image[b-0n81o38hke] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/Supplier/ClientGroups/ListComponent.razor.rz.scp.css */
.agent-image[b-lxguyd8ugr] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/Supplier/ClientTypes/ListComponent.razor.rz.scp.css */
.agent-image[b-njmtjw5vd6] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/Supplier/EmailNotifications/ListComponent.razor.rz.scp.css */
code[b-gh95vr7quk] {
    white-space: pre-wrap;
}
/* _content/Vetro.Website/Components/Management/Supplier/OrderStatusActions/EditComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/Supplier/Order/EditComponent.razor.rz.scp.css */
.divider[b-7x1tkj6spn] {
    position: relative;
    display: inline-block;
    height: 1rem;
    width: 1px;
    background-color: #ccc;
    margin: 0.25rem 1rem 0 1rem;
}
/* _content/Vetro.Website/Components/Management/Supplier/Order/ListComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Management/Supplier/PromotionsDiscountSales/DiscountSalesInformationComponent.razor.rz.scp.css */
label[b-mdr5cwgzzh] {
    font-weight: bold;
    font-size: 1rem;
}

.numeric-input[b-mdr5cwgzzh] {
    width: 5rem;
}

.flex-row[b-mdr5cwgzzh] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
/* _content/Vetro.Website/Components/Management/Supplier/PromotionsDiscountSales/DiscountSalesThresholdComponent.razor.rz.scp.css */
label[b-qsoiah5riy] {
    font-weight: bold;
    font-size: 1rem;
}

.numeric-input[b-qsoiah5riy] {
    width: 5rem;
}

.flex-row[b-qsoiah5riy] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.threshold-image[b-qsoiah5riy] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/Supplier/PromotionsDiscountSales/ListComponent.razor.rz.scp.css */
.active-promotion-row[b-839dootlmm] {
    background-color: #D8F5EA;
}
/* _content/Vetro.Website/Components/Management/Supplier/Promotions/Dialogs/VoucherListDialogComponent.razor.rz.scp.css */

.colored-txt[b-pav08fd69x] {
    color: #28724F;
    font-weight: 600;
}

.tabs[b-pav08fd69x] {
    position: relative !important;
    top: -20px !important;
}
/* _content/Vetro.Website/Components/Management/Supplier/Promotions/EditComponent.razor.rz.scp.css */
[b-vxyhfwvfhn] .error-item {
    background-color: rgba(237, 82, 73, 0.1);
}

.visualize[b-vxyhfwvfhn] {
    cursor: pointer;
}

[b-vxyhfwvfhn] .txt {
    font-weight: 500;
    font-size: 14px;
}

.colored-txt[b-vxyhfwvfhn] {
    color: #28724F;
    font-weight: 600;
}
/* _content/Vetro.Website/Components/Management/Supplier/Promotions/ListComponent.razor.rz.scp.css */
.actions-row[b-ec8f7gu7s0] {
    width: 15% !important;
}
/* _content/Vetro.Website/Components/Management/Supplier/Promotions/PriorityListComponent.razor.rz.scp.css */
.actions-row[b-lj6rarifwg] {
    width: 15% !important;
}

.w-40[b-lj6rarifwg] {
    width: 40% !important;
}

.w-60[b-lj6rarifwg] {
    width: 60% !important;
}

.dashboard-table[b-lj6rarifwg] {
    height: fit-content !important;
}

h3[b-lj6rarifwg] {
    font-size: 1.25rem;
    font-weight: 500;
}

.table-container[b-lj6rarifwg] {
    max-height: 500px;
    overflow-y: auto;
}

    .table-container table[b-lj6rarifwg] {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container th[b-lj6rarifwg] {
        padding: 8px;
        text-align: left;
        position: sticky;
        top: 0;
        background: white;
        z-index: 1;
    }

    .table-container td[b-lj6rarifwg] {
        padding: 4px;
        padding-left: 8px;
        text-align: left;
        border-bottom: 1px solid #ddd;
        font-size: 0.8rem;
    }

.no-items-message[b-lj6rarifwg] {
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    color: #555;
}

.btn-delete[b-lj6rarifwg] {
    font-size: 0.8rem;
}

.title-container[b-lj6rarifwg] {
    padding: 0.6rem;
    background-color: #dadada;
}
/* _content/Vetro.Website/Components/Management/Supplier/SalesAgents/ListComponent.razor.rz.scp.css */
.agent-image[b-o17q7zchny] {
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
/* _content/Vetro.Website/Components/Management/Supplier/Specializations/EditComponent.razor.rz.scp.css */
body[b-xrx4ujqh96] {
}
/* _content/Vetro.Website/Components/Management/Supplier/Specializations/ListComponent.razor.rz.scp.css */
/* _content/Vetro.Website/Components/Utilities/CartConfirmation.razor.rz.scp.css */
.delete-confirmation-overlay[b-ojz6hzwn4e],
.delete-confirmation[b-ojz6hzwn4e] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.delete-confirmation-overlay[b-ojz6hzwn4e] {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.delete-confirmation[b-ojz6hzwn4e] {
    background-color: #fff;
    border-radius: 4px;
    width: 35rem;
    height: 18rem;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .delete-confirmation.visible[b-ojz6hzwn4e] {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.delete-confirmation-overlay.visible[b-ojz6hzwn4e],
.delete-confirmation.visible[b-ojz6hzwn4e] {
    opacity: 1;
}

.delete-confirmation-overlay.visible[b-ojz6hzwn4e] {
    z-index: 99998;
    display: block;
}

.delete-confirmation.visible[b-ojz6hzwn4e] {
    z-index: 99999;
    display: flex;
}

.delete-confirmation-header[b-ojz6hzwn4e] {
    font-size: 1.5rem;
}
/* _content/Vetro.Website/Components/Utilities/DeleteConfirmation.razor.rz.scp.css */
.delete-confirmation-overlay[b-wema7un6dr],
.delete-confirmation[b-wema7un6dr] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.delete-confirmation-overlay[b-wema7un6dr] {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.delete-confirmation[b-wema7un6dr] {
    background-color: #fff;
    border-radius: 4px;
    width: 35rem;
    height: fit-content;
    padding: 3rem;
    text-align: center;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .delete-confirmation.visible[b-wema7un6dr] {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

.delete-confirmation-overlay.visible[b-wema7un6dr],
.delete-confirmation.visible[b-wema7un6dr] {
    opacity: 1;
}

.delete-confirmation-overlay.visible[b-wema7un6dr] {
    z-index: 99998;
    display: block;
}

.delete-confirmation.visible[b-wema7un6dr] {
    z-index: 99999;
    display: flex;
}

.delete-confirmation-header[b-wema7un6dr] {
    font-size: 1.2rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Components/Utilities/DynamicCenterPopup.razor.rz.scp.css */
.dynamic-popup-container[b-blzkinywyu],
.dynamic-popup-overlay[b-blzkinywyu] {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    opacity: 0;
    display: none;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    -o-transition: opacity 0.3s, -o-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.dynamic-popup-overlay[b-blzkinywyu] {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
}

.dynamic-popup-container[b-blzkinywyu] {
    background-color: #fff;
    border-radius: 4px;
    width: 45rem;
    height: fit-content;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

    .dynamic-popup-container.visible[b-blzkinywyu] {
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        z-index: 99999;
        display: flex;
        flex-direction: column;
    }

    .dynamic-popup-overlay.visible[b-blzkinywyu],
    .dynamic-popup-container.visible[b-blzkinywyu] {
        opacity: 1;
    }

    .dynamic-popup-overlay.visible[b-blzkinywyu] {
        z-index: 99998;
        display: block;
    }

.dynamic-popup-header[b-blzkinywyu] {
    height: 3.5rem;
    border-bottom: solid 1px #eaeae7;
}

    .dynamic-popup-header h3[b-blzkinywyu] {
        margin: 0;
        padding: 0 1rem 0 0;
        font-size: 1.3rem;
        font-weight: bold;
        color: #00090E;
    }

.dynamic-popup-content[b-blzkinywyu] {
    overflow-y: auto;
}

.btn-close[b-blzkinywyu] {
    outline: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00090E;
    cursor: pointer;
    opacity: 1;
}

    .btn-close:hover[b-blzkinywyu],
    .btn-close:active[b-blzkinywyu] {
        outline: 0;
        border: none;
        background: none;
        color: #295069;
    }

.dynamic-popup-header[b-blzkinywyu],
.dynamic-popup-content[b-blzkinywyu] {
    padding: 1.5rem;
}
/* _content/Vetro.Website/Components/Utilities/DynamicPopup.razor.rz.scp.css */
.dynamic-popup-container[b-hxz6fc1i2q] {
    position: fixed;
    top: 0;
    padding-top: 3.5rem;
    z-index: 0;
    width: 50%;
    height: 100%;
    right: -100%;
    opacity: 0.5;
}

    .dynamic-popup-container[b-hxz6fc1i2q],
    .dynamic-popup-container > .dynamic-popup[b-hxz6fc1i2q] {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.dynamic-popup-container.visible[b-hxz6fc1i2q] {
    z-index: 9999;
    right: 0;
    opacity: 1;
}

    .dynamic-popup-container > .dynamic-popup[b-hxz6fc1i2q] {
        background-color: #fff;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
        height: 100%;
    }

.dynamic-popup-header[b-hxz6fc1i2q] {
    height: 4.5rem;
    border-bottom: solid 1px #eaeae7;
}

    .dynamic-popup-header h3[b-hxz6fc1i2q] {
        margin: 0;
        padding: 0 1rem 0 0;
        font-size: 1.3rem;
        font-weight: bold;
        color: #00090E;
    }

.dynamic-popup-content[b-hxz6fc1i2q] {
    overflow-y: auto;
}

.btn-close[b-hxz6fc1i2q] {
    outline: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00090E;
    cursor: pointer;
    opacity: 1;
}

    .btn-close:hover[b-hxz6fc1i2q],
    .btn-close:active[b-hxz6fc1i2q] {
        outline: 0;
        border: none;
        background: none;
        color: #295069;
    }

.dynamic-popup-header[b-hxz6fc1i2q],
.dynamic-popup-content[b-hxz6fc1i2q] {
    padding: 1.5rem;
}

@media (max-width: 768px) {
    .dynamic-popup-container[b-hxz6fc1i2q] {
        width: 100%;
    }
}
/* _content/Vetro.Website/Components/Utilities/Loader.razor.rz.scp.css */
.loader-container[b-wvkwfgik3o] {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 2rem 0;
    min-height: calc(100vh - 110px);
}

.loader[b-wvkwfgik3o] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #023A1F;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling-b-wvkwfgik3o 2s linear infinite;
}

@keyframes shadowRolling-b-wvkwfgik3o {
    0% {
        box-shadow: 0px 0 rgba(2, 58, 31, 0), 0px 0 rgba(2, 58, 31, 0), 0px 0 rgba(2, 58, 31, 0), 0px 0 rgba(2, 58, 31, 0);
    }

    12% {
        box-shadow: 100px 0 #023A1F, 0px 0 rgba(2, 58, 31, 0), 0px 0 rgba(2, 58, 31, 0), 0px 0 rgba(2, 58, 31, 0);
    }

    25% {
        box-shadow: 110px 0 #023A1F, 100px 0 #023A1F, 0px 0 rgba(2, 58, 31, 0), 0px 0 rgba(2, 58, 31, 0);
    }

    36% {
        box-shadow: 120px 0 #023A1F, 110px 0 #023A1F, 100px 0 #023A1F, 0px 0 rgba(2, 58, 31, 0);
    }

    50% {
        box-shadow: 130px 0 #023A1F, 120px 0 #023A1F, 110px 0 #023A1F, 100px 0 #023A1F;
    }

    62% {
        box-shadow: 200px 0 rgba(2, 58, 31, 0), 130px 0 #023A1F, 120px 0 #023A1F, 110px 0 #023A1F;
    }

    75% {
        box-shadow: 200px 0 rgba(2, 58, 31, 0), 200px 0 rgba(2, 58, 31, 0), 130px 0 #023A1F, 120px 0 #023A1F;
    }

    87% {
        box-shadow: 200px 0 rgba(2, 58, 31, 0), 200px 0 rgba(2, 58, 31, 0), 200px 0 rgba(2, 58, 31, 0), 130px 0 #023A1F;
    }

    100% {
        box-shadow: 200px 0 rgba(2, 58, 31, 0), 200px 0 rgba(2, 58, 31, 0), 200px 0 rgba(2, 58, 31, 0), 200px 0 rgba(2, 58, 31, 0);
    }
}
/* _content/Vetro.Website/Components/Utilities/PreviewPopup.razor.rz.scp.css */
.preview-popup-container[b-fidhxp8m5r] {
    position: fixed;
    top: 0;
    padding-top: 3.5rem;
    z-index: 0;
    width: 40rem;
    height: 100%;
    right: -100%;
    opacity: 0.5;
}

.preview-popup-container[b-fidhxp8m5r],
.preview-popup-container > .preview-popup[b-fidhxp8m5r] {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.preview-popup-container.visible[b-fidhxp8m5r] {
    z-index: 9999;
    right: 0;
    opacity: 1;
}

.preview-popup-container > .preview-popup[b-fidhxp8m5r] {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    height: 100%;
}

.preview-popup-header[b-fidhxp8m5r] {
    height: 4.5rem;
    border-bottom: solid 1px #eaeae7;
}

.preview-popup-header h3[b-fidhxp8m5r] {
    margin: 0;
    padding: 0 1rem 0 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00090E;
}

.btn-close[b-fidhxp8m5r] {
    outline: 0;
    border: none;
    background: none;
    padding: 0;
    font-size: 1.3rem;
    font-weight: bold;
    color: #00090E;
    cursor: pointer;
    opacity: 1;
}

.btn-close:hover[b-fidhxp8m5r],
.btn-close:active[b-fidhxp8m5r] {
    outline: 0;
    border: none;
    background: none;
    color: #295069;
}

.preview-popup-header[b-fidhxp8m5r],
.preview-popup-content[b-fidhxp8m5r] {
    padding: 1.5rem;
}

.preview-content[b-fidhxp8m5r] {
    width: 100%;
    height: 100%;
}
/* _content/Vetro.Website/Components/Utilities/UploadImage.razor.rz.scp.css */
.uploaded-img[b-fxd1th5c51]{
    width:150px;
    height:150px;
}
/* _content/Vetro.Website/Pages/Management/Agent/ActivePromotion/IndexPage.razor.rz.scp.css */
h1[b-e63xsei4sg], h2[b-e63xsei4sg] {
    margin: 0;
    padding: 0;
}

h1[b-e63xsei4sg] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-e63xsei4sg] {
    font-size: 1.1rem;
    font-weight: 500;
}

a[b-e63xsei4sg] {
    font-size: 1.1rem;
}

.year-control[b-e63xsei4sg] {
    min-width: 6rem;
    max-width: 7rem;
}

.add-button[b-e63xsei4sg] {
    min-width: 17rem;
}
/* _content/Vetro.Website/Pages/Management/Agent/ClinicOrders/IndexPage.razor.rz.scp.css */
h1[b-81o2m6tmoc], h2[b-81o2m6tmoc] {
    margin: 0;
    padding: 0;
}

h1[b-81o2m6tmoc] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-81o2m6tmoc] {
    font-size: 1.1rem;
    font-weight: 400;
}
/* _content/Vetro.Website/Pages/Management/Agent/Contracts/IndexPage.razor.rz.scp.css */
h1[b-7mdxhqfi0o], h2[b-7mdxhqfi0o] {
    margin: 0;
    padding: 0;
}

h1[b-7mdxhqfi0o] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-7mdxhqfi0o] {
    font-size: 1.1rem;
    font-weight: 400;
}
/* _content/Vetro.Website/Pages/Management/Agent/Dashboard/IndexPage.razor.rz.scp.css */
.agg-cards-row[b-ga0d5og6se] {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.dashboard-card-container[b-ga0d5og6se] {
}

.darshboard-card-title[b-ga0d5og6se] {
    border-bottom: solid 1px #808080;
}

    .darshboard-card-title h4[b-ga0d5og6se] {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0;
        padding: 0 0.5rem 0 0;
        text-transform: uppercase;
    }

    .darshboard-card-title span[b-ga0d5og6se] {
        font-size: 1.1rem;
    }

.total-shops-container[b-ga0d5og6se] {
    position: relative;
    min-width: 8rem;
    padding-left: 0.5rem;
}

    .total-shops-container[b-ga0d5og6se]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0.5rem;
        background-color: #28724F;
    }

    .total-shops-container > div[b-ga0d5og6se] {
        position: relative;
        z-index: 10;
    }

    .total-shops-container > .total-shops-container-text[b-ga0d5og6se] {
        text-align: left;
        font-size: 1.25rem;
        font-weight: 400;
        border-right: solid 1px #f5f5f5;
    }

    .total-shops-container > .total-shops-container-value[b-ga0d5og6se] {
        font-weight: bold;
        text-align: center;
        font-size: 2.5rem;
    }

.tab[b-ga0d5og6se] {
    position: relative;
    display: inline-block;
    padding: 0.75rem 1rem;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #052236;
    border-bottom: solid 2px #28724F;
}

    .tab.tab-active[b-ga0d5og6se] {
        background-color: #A0CAB6;
        font-weight: bold;
    }

    select.form-control[b-ga0d5og6se]{
        max-width:15rem;
        min-width:15rem;
    }

.w-50[b-ga0d5og6se]{
    width:50%;
}

.total-shops-container-value.statistics[b-ga0d5og6se] {
    font-size:1.5rem;
    width:50%;
}

.statistics-chart[b-ga0d5og6se] {
    width: 69%;
}

.feed-container[b-ga0d5og6se] {
    height: 30rem;
}

.promotion-header[b-ga0d5og6se] {
    position: relative;
    height: 3rem;
    padding-right: 10rem;
}

.promotion-header h4[b-ga0d5og6se] {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    z-index: 99;
    line-height: 1;
}

.promotion-sales-ribbon[b-ga0d5og6se] {
    width: 9rem;
    height: 3rem;
    top: 4.2rem;
    right: -8px;
    margin: auto;
    z-index: 100;
    background-color: #236192;
    color: #fff;
    padding: .65rem 1rem;
    text-align: center;
    position: absolute;
    line-height: 1;
}

    .promotion-sales-ribbon[b-ga0d5og6se]::after {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        width: 0px;
        height: 0px;
        border-top: solid 4px #C04615;
        border-left: solid 4px #C04615;
        border-bottom: solid 4px transparent;
        border-right: solid 4px transparent;
        z-index: 110;
    }

    .promotion-sales-ribbon[b-ga0d5og6se]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 0px;
        height: 0px;
        z-index: 110;
        border-right: solid 1.5rem #236192;
        border-left: solid 1.5rem transparent;
        border-bottom: solid 1.5rem transparent;
        border-top: solid 1.5rem transparent;
    }

    .promotion-sales-ribbon > span:first-child[b-ga0d5og6se] {
        font-weight: 700;
        font-size: 0.9rem;
    }

.promotion-sales-ribbon > span:first-child small[b-ga0d5og6se] {
    font-weight: 600;
}

.promotion-sales-ribbon > span:last-child[b-ga0d5og6se] {
    font-size: 0.75rem;
    font-weight: 300;
    text-transform: uppercase;
}

.promotion-container .dashboard-card[b-ga0d5og6se] {
    height: 30rem;
}

.agg-card[b-ga0d5og6se] {
    position: relative;
    padding: 1rem;
    height: 12rem;
    background-color: #fff;
    overflow: visible;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

    .agg-card .row[b-ga0d5og6se] {
        width: calc(100% + 2rem);
    }

    .agg-card.primary[b-ga0d5og6se] {
        border-bottom-color: #28724F;
    }

    .agg-card.secondary[b-ga0d5og6se] {
        border-bottom-color: #236192;
    }

    .agg-card.danger[b-ga0d5og6se] {
        border-bottom-color: #FF2D2D;
    }

    .agg-card.warning[b-ga0d5og6se] {
        border-bottom-color: #3EAF7F;
    }

.icon[b-ga0d5og6se] {
    font-size: 1.6rem;
    opacity: .35;
}

h3[b-ga0d5og6se] {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0;
    margin: 0 0 0 0;
}

h2[b-ga0d5og6se] {
    font-size: 1.3rem;
    font-weight: 700;
}

.additional-info[b-ga0d5og6se] {
    font-size: 0.75rem;
    font-weight: 500;
}

.additional-info-value[b-ga0d5og6se] {
    font-size: 1rem;
    font-weight: 600;
}

.additional-info-small[b-ga0d5og6se] {
    font-size: 0.7rem;
    text-align: center;
    color: #5A5A5A;
}

.agg-card.primary .total[b-ga0d5og6se],
.agg-card.primary .additional-info-value[b-ga0d5og6se],
.agg-card.primary .icon[b-ga0d5og6se] {
    color: #28724F;
}

.agg-card.secondary .total[b-ga0d5og6se],
.agg-card.secondary .additional-info-value[b-ga0d5og6se],
.agg-card.secondary .icon[b-ga0d5og6se] {
    color: #236192;
}

.agg-card.danger .total[b-ga0d5og6se],
.agg-card.danger .additional-info-value[b-ga0d5og6se],
.agg-card.danger .icon[b-ga0d5og6se] {
    color: #FF2D2D;
}

.agg-card.warning .total[b-ga0d5og6se],
.agg-card.warning .additional-info-value[b-ga0d5og6se],
.agg-card.warning .icon[b-ga0d5og6se] {
    color: #3EAF7F;
}

.mt-1-small[b-ga0d5og6se] {
    margin-top: 0.15rem;
}
/* _content/Vetro.Website/Pages/Management/Agent/PromotionHistory/IndexPage.razor.rz.scp.css */
h1[b-rjxc0ul1vz], h2[b-rjxc0ul1vz] {
    margin: 0;
    padding: 0;
}

h1[b-rjxc0ul1vz] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-rjxc0ul1vz] {
    font-size: 1.1rem;
    font-weight: 500;
}

a[b-rjxc0ul1vz] {
    font-size: 1.1rem;
}

.year-control[b-rjxc0ul1vz] {
    min-width: 6rem;
    max-width: 7rem;
}

.add-button[b-rjxc0ul1vz] {
    min-width: 17rem;
}
/* _content/Vetro.Website/Pages/Management/Agent/SalesStatistics/IndexPage.razor.rz.scp.css */
h1[b-uj8y5j8l96], h2[b-uj8y5j8l96] {
    margin: 0;
    padding: 0;
}

h1[b-uj8y5j8l96] {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-uj8y5j8l96] {
    font-size: 1.1rem;
    font-weight: 400;
    text-decoration: underline;
}

a[b-uj8y5j8l96] {
    font-size: 1.1rem;
}

.year-control[b-uj8y5j8l96] {
    min-width: 6rem;
    max-width: 7rem;
}

.add-button[b-uj8y5j8l96] {
    min-width: 17rem;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/B2BPromotions/IndexPage.razor.rz.scp.css */
.year-control[b-dccs76ekl9] {
    min-width: 6rem;
    max-width: 7rem;
}

.add-button[b-dccs76ekl9] {
    min-width: 17rem;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/BillsSold/IndexPage.razor.rz.scp.css */
h1[b-gui4kt9pcs], h2[b-gui4kt9pcs] {
    margin: 0;
    padding: 0;
}

h1[b-gui4kt9pcs] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-gui4kt9pcs] {
    font-size: 1.1rem;
    font-weight: 400;
}

.year-control[b-gui4kt9pcs] {
    min-width: 6rem;
    max-width: 7rem;
}

.rz-calendar[b-gui4kt9pcs] {
    padding: 1.44rem !important;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Bills/IndexPage.razor.rz.scp.css */
h1[b-r87s8ljf1e], h2[b-r87s8ljf1e] {
    margin: 0;
    padding: 0;
}

h1[b-r87s8ljf1e] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-r87s8ljf1e] {
    font-size: 1.1rem;
    font-weight: 400;
}

.year-control[b-r87s8ljf1e] {
    min-width: 6rem;
    max-width: 7rem;
}

.rz-calendar[b-r87s8ljf1e] {
    padding: 1.44rem !important;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/ClinicOrders/IndexPage.razor.rz.scp.css */
h1[b-yh4lqdyfcm], h2[b-yh4lqdyfcm] {
    margin: 0;
    padding: 0;
}

h1[b-yh4lqdyfcm] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-yh4lqdyfcm] {
    font-size: 1.1rem;
    font-weight: 400;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Clinics/EditPage.razor.rz.scp.css */
.upload-img-link[b-5x81rni499]{
    font-size:1.25rem;
    margin-right:2rem;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Contracts/IndexPage.razor.rz.scp.css */
h1[b-dlfrc26nl5], h2[b-dlfrc26nl5] {
    margin: 0;
    padding: 0;
}

h1[b-dlfrc26nl5] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-dlfrc26nl5] {
    font-size: 1.1rem;
    font-weight: 400;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/CreateOrder/IndexPage.razor.rz.scp.css */
h4[b-6102zk6xww] {
    font-size: 1.1rem;
    font-weight: 500;
}

h3[b-6102zk6xww] {
    font-size: 1.4rem;
    font-weight: 600;
}

.next-step[b-6102zk6xww] {
    float: right;
}

.step[b-6102zk6xww] {
    width: 100%;
    padding: 1rem;
    text-align: center;
}

.steps-container .col-4[b-6102zk6xww] {
    border-right: 1px solid #d6d5d5;
}

.steps-container .row > .col-4:last-child[b-6102zk6xww] {
    border-right: none;
}

.step i[b-6102zk6xww] {
    font-size: 2.5rem;
    color: #979797;
}

.steps-container .row > .col-4:first-child .step i[b-6102zk6xww],
.steps-container .row > .col-4:first-child .step h4[b-6102zk6xww],
.step.active i[b-6102zk6xww],
.step.active h4[b-6102zk6xww] {
    color: #28724F
}

@media screen and (max-width: 767px) {
    .step h4[b-6102zk6xww] {
        font-size: 0.95rem;
    }
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/CreateOrder/PaymentSuccessPage.razor.rz.scp.css */
.message[b-blhyj1ie6e] {
    font-size: 2rem;
    font-weight: 500;
    color: #28724F;
}

.message-error[b-blhyj1ie6e] {
    font-size: 2rem;
    font-weight: 500;
    color: #236192;
}

.payment-card[b-blhyj1ie6e] {
    background-color: white;
    padding: 2rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.title[b-blhyj1ie6e] {
    font-size: 1.5rem;
}

.subtitle[b-blhyj1ie6e] {
    font-size: 1.2rem;
}

.success-icon[b-blhyj1ie6e] {
    font-size: 2rem;
    color: #28724F;
}

.error-icon[b-blhyj1ie6e] {
    font-size: 2rem;
    color: #236192;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Dashboard/IndexPage.razor.rz.scp.css */
.agg-cards-row[b-rifwr6w385] {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.dashboard-card[b-rifwr6w385] {
    background-color: #CDDAE0;
    padding: 0.7rem;
    height: 100px;
    border-radius: 5rem;
}

.dashboard-card-title[b-rifwr6w385] {
    border-bottom: solid 1px #808080;
}

.dashboard-card-title h3[b-rifwr6w385] {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0;
    padding: 0 0.5rem 0 0;
    text-transform: uppercase;
}

.dashboard-card-container[b-rifwr6w385] {
    background-color: white;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.progress-bar[b-rifwr6w385] {
    color: #dac292;
    height: 30px;
    border-radius: 2rem;
}

h1[b-rifwr6w385] {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.7rem;
    margin-top: 0.3rem;
}

h2[b-rifwr6w385] {
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 0.3rem;
}

h3[b-rifwr6w385] {
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

h4[b-rifwr6w385] {
    font-weight: bold;
    font-size: 0.9rem;
}

.line-separator[b-rifwr6w385] {
    border-right: 1px solid #ccc;
    width: 1px;
}

table tr:first-child > th:first-child[b-rifwr6w385],
table tr:first-child > th:first-child + th[b-rifwr6w385],
table tr:last-child[b-rifwr6w385] {
    border: 1px transparent;
}


.btn-see-promotions[b-rifwr6w385],
.btn-see-promotions:link[b-rifwr6w385],
.btn-see-promotions:visited[b-rifwr6w385] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.threshold-card[b-rifwr6w385] {
    display: flex;
    flex-direction: row;
    height: 250px;
}

.current-threshold-card-title[b-rifwr6w385] {
    background-color: #2C8D6D;
    width: 50px;
    display: flex;
    align-items: center;
}

    .current-threshold-card-title h3[b-rifwr6w385] {
        color: white;
        opacity: 0.5;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
    }

.current-threshold-card-content[b-rifwr6w385] {
    display: flex;
    flex-direction: column;
    background-color: #D8F5EA;
    padding: 1rem;
}

    .current-threshold-card-content h1[b-rifwr6w385] {
        font-size: 3rem;
        color: #2C8D6D;
    }

.current-threshold-card-content-price[b-rifwr6w385] {
    font-size: 2rem;
    color: #2C8D6D;
}

.next-threshold-card-title[b-rifwr6w385] {
    background-color: #2D6796;
    width: 50px;
    display: flex;
    align-items: center;
}

    .next-threshold-card-title h3[b-rifwr6w385] {
        color: white;
        opacity: 0.5;
        writing-mode: vertical-lr;
    }

.next-threshold-card-content[b-rifwr6w385] {
    display: flex;
    flex-direction: column;
    background-color: #D4E0E9;
    padding: 1rem;
}

    .next-threshold-card-content h1[b-rifwr6w385] {
        font-size: 3rem;
        color: #2D6796;
    }

.next-threshold-card-content-price[b-rifwr6w385] {
    font-size: 2rem;
    color: #2D6796;
}

    .current-threshold-card-content h3[b-rifwr6w385],
    .next-threshold-card-content h3[b-rifwr6w385] {
        font-weight: normal;
        font-size: 1.3rem;
        text-align: left;
    }

.welcome-message-card[b-rifwr6w385] {
    background-color: white;
    font-size: 1.2rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-weight: 500;
}

.card-text-lg[b-rifwr6w385] {
    font-size: 1.6rem;
    font-weight: bold;
}

.card-text-xl[b-rifwr6w385] {
    font-size: 2rem;
    font-weight: bolder;
}

.card-text-lg[b-rifwr6w385] {
    font-size: 1.5rem;
    font-weight: 600;
}

.card-text-md[b-rifwr6w385] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #888888;
}

.agent-image[b-rifwr6w385] {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -2rem;
}

.card-text-md[b-rifwr6w385] {
    font-size: 1rem;
    font-weight: 500;
}

ul.threshold-list[b-rifwr6w385] {
    list-style-type: none;
    font-size: 1rem;
}

.threshold-list li[b-rifwr6w385]::before {
    content: "•";
    margin-right: 1rem;
}

.image-section[b-rifwr6w385] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    object-fit: cover;
    padding: 0.5rem;
}

.carousel-image-promotion[b-rifwr6w385] {
    width: 100%;
    aspect-ratio: 3 / 1; /* Maintain a 2:1 aspect ratio */
    object-fit: cover; /* Ensure the image covers the entire container */
    cursor: pointer;
}

.carousel-image[b-rifwr6w385] {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 2rem;
    background-color: white;
}

.carousel-content[b-rifwr6w385] {
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
}

.threshold-container[b-rifwr6w385] {
    background-color: #F0F0F0;
    width: 400px;
    height: 500px;
    border: solid 1px #d3d3d3;
}

.threshold-container-active[b-rifwr6w385] {
    background-color: rgba(35, 97, 146, 0.25);
    width: 400px;
    height: 500px;
    border: solid 1px #d3d3d3;
}

.threshold-title[b-rifwr6w385] {
    font-size: 1rem;
    font-weight: 600;
}

.promotion-container[b-rifwr6w385] {
    background-color: white;
    margin-top: 1rem;
}

    .promotion-container > div:last-child[b-rifwr6w385] {
        width: calc(100% - 300px);
        padding-left: 1rem;
    }

div[aria-label="Slide 1"][b-rifwr6w385] {
    background-color: orange;
}

.goto-shop-btn[b-rifwr6w385] {
    font-size: 1.1rem;
    text-transform: none;
    width: 150px;
}

.goto-promotions-btn[b-rifwr6w385] {
    font-size: 1.1rem;
    text-transform: none;
    width: 250px;
}

.button-container[b-rifwr6w385] {
    display: flex;
    justify-content: space-between;
}

.agg-card[b-rifwr6w385] {
    position: relative;
    padding: 1rem;
    height: 10rem;
    background-color: #fff;
    overflow: visible;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

    .agg-card .row[b-rifwr6w385] {
        width: calc(100% + 2rem);
    }

    .agg-card.primary[b-rifwr6w385] {
        border-bottom-color: #28724F;
    }

    .agg-card.secondary[b-rifwr6w385] {
        border-bottom-color: #236192;
    }

    .agg-card.danger[b-rifwr6w385] {
        border-bottom-color: #FF2D2D;
    }

    .agg-card.warning[b-rifwr6w385] {
        border-bottom-color: #3EAF7F;
    }

.icon[b-rifwr6w385] {
    font-size: 3rem;
    opacity: .35;
}

.total-title[b-rifwr6w385] {
    font-size: 1rem;
    font-weight: 500;
}

.agg-subtitle[b-rifwr6w385] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
}

.total[b-rifwr6w385] {
    font-size: 1.1rem;
    font-weight: 600;
}

.agg-card.primary .total[b-rifwr6w385],
.agg-card.primary .icon[b-rifwr6w385] {
    color: #28724F;
}

.agg-card.secondary .total[b-rifwr6w385],
.agg-card.secondary .icon[b-rifwr6w385] {
    color: #236192;
}

.agg-card.danger .total[b-rifwr6w385],
.agg-card.danger .icon[b-rifwr6w385] {
    color: #FF2D2D;
}

.agg-card.warning .total[b-rifwr6w385],
.agg-card.warning .icon[b-rifwr6w385] {
    color: #3EAF7F;
}

.extra-info[b-rifwr6w385] {
    line-height: 1;
}

.agent-title[b-rifwr6w385] {
    font-size: 0.8rem;
}

.agent-name[b-rifwr6w385] {
    font-size: 0.9rem;
    font-weight: 600;
    text-align: center;
}

.agent-info[b-rifwr6w385] {
    font-size: 0.9rem;
    font-weight: 500;
}

.text-fade[b-rifwr6w385] {
    animation-name: fade-b-rifwr6w385;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.page-counter[b-rifwr6w385] {
    display: flex;
    flex-direction: row;
}

@keyframes fade-b-rifwr6w385 {
    0%, 100% {
        opacity: 0;
    }

    20%, 50%, 80% {
        opacity: 1;
    }
}

.welcome-more[b-rifwr6w385] {
    color: #236192 !important;
    font-style: italic;
}

.promotion-date[b-rifwr6w385] {
    font-weight: 500;
    color: #888888;
    text-align: left
}

.campaign-header[b-rifwr6w385] {
    border-bottom: solid 1px #d3d3d3;
    padding: 0.5rem 0rem;
}

.campaign-header-title[b-rifwr6w385] {
    font-size: 1.25rem;
    font-weight: 500;
}

.campaign-header-subtitle[b-rifwr6w385] {
    font-size: 0.9rem;
    color: #888888;
}

.title-discount-threshold[b-rifwr6w385] {
    color: #236192;
    font-size: 1.1rem;
    font-weight: 600;
}

.subtitle-discount-threshold[b-rifwr6w385] {
    color: #236192;
    font-size: 1.1rem;
}

.title-discount-threshold-lg[b-rifwr6w385] {
    color: #236192;
    font-size: 1.25rem;
    font-weight: 600;
}

.subtitle-discount-threshold-lg[b-rifwr6w385] {
    color: #236192;
    font-size: 1.25rem;
}

.subtitle-discount-threshold-bold[b-rifwr6w385] {
    color: #236192;
    font-size: 1.1rem;
    font-weight: 500;
}

.progress-container[b-rifwr6w385] {
    position: relative;
    width: 100%;
}

.marker[b-rifwr6w385] {
    position: absolute;
    top: -0.35rem; /* Adjust as needed */
    transform: translateX(-50%);
    font-size: 0.9rem; /* Adjust as needed */
    font-weight: 500;
    padding: 0.35rem;
    background-color: #236192;
    color: white;
    border-radius: 10px;
    width: 2.5rem;
    height: 2rem;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.marker-inactive[b-rifwr6w385] {
    position: absolute;
    top: -0.35rem; /* Adjust as needed */
    transform: translateX(-50%);
    font-size: 0.9rem; /* Adjust as needed */
    font-weight: 500;
    padding: 0.35rem;
    background-color: #D3D3D3;
    color: black;
    border-radius: 10px;
    width: 2.5rem;
    height: 2rem;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.marker-subtitle[b-rifwr6w385] {
    position: absolute;
    top: 2rem; /* Adjust as needed */
    transform: translateX(-50%);
    font-size: 0.8rem; /* Adjust as needed */
    color: black;
    text-align: center;
    width: 8rem;
}

.text-black[b-rifwr6w385] {
    color: black !important;
}

.text-primary[b-rifwr6w385] {
    color: #236192 !important;
}

.subtitle-progress-bar[b-rifwr6w385] {
    margin-top: 2.5rem !important;
    font-size: 0.9rem !important;
}

.discount-icon[b-rifwr6w385] {
    background-color: #236192 !important;
    color: white;
    font-size: 1.5rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .welcome-message-card[b-rifwr6w385] {
        font-size: 0.8rem !important;
        padding: 0.5rem 0.75rem 0.5rem 0.75rem !important;
    }

    .agg-card[b-rifwr6w385] {
        padding: 0.75rem;
        height: 7.5rem;
    }

    .agg-subtitle[b-rifwr6w385] {
        font-size: 0.8rem;
    }

    .total[b-rifwr6w385] {
        font-size: 0.8rem;
    }

    .card-text-xl[b-rifwr6w385] {
        font-size: 1.25rem;
        font-weight: 600;
    }


    .card-text-lg[b-rifwr6w385] {
        font-size: 1rem;
        font-weight: 500;
    }

    .p-4[b-rifwr6w385] {
        padding: 1rem !important;
    }

    h3[b-rifwr6w385] {
        font-size: 0.8rem;
    }

    .center-sm[b-rifwr6w385] {
        display: flex;
        justify-content: center;
        text-align: center;
    }

        .center-sm .row[b-rifwr6w385] {
            flex-direction: column;
            align-items: center;
        }

    .promotion-date[b-rifwr6w385] {
        font-weight: 500;
        color: #888888;
        text-align: center;
    }

    .promotion-description[b-rifwr6w385] {
        font-size: 0.8rem;
    }

    .ml-4[b-rifwr6w385] {
        margin-left: 0.75rem !important;
    }

    .mr-4[b-rifwr6w385] {
        margin-right: 0.75rem !important;
    }

    .page-counter[b-rifwr6w385] {
        display: none;
    }

    .display-sm[b-rifwr6w385] {
        display: none !important;
    }

    .threshold-container[b-rifwr6w385] {
        width: 100%;
        height: 430px;
    }

    ul.threshold-list[b-rifwr6w385] {
        font-size: 0.8rem;
    }

    .threshold-title[b-rifwr6w385] {
        font-size: 0.8rem;
        font-weight: 500;
    }

    .carousel-content[b-rifwr6w385] {
        font-size: 0.8rem;
    }

    .campaign-header-title[b-rifwr6w385] {
        font-size: 0.9rem;
    }

    .campaign-header-subtitle[b-rifwr6w385] {
        font-size: 0.6rem;
    }

    .title-discount-threshold[b-rifwr6w385] {
        color: #236192;
        font-size: 1rem;
        font-weight: 500;
    }

    .subtitle-discount-threshold[b-rifwr6w385] {
        color: #236192;
        font-size: 0.9rem;
    }

    .subtitle-discount-threshold-bold[b-rifwr6w385] {
        color: #236192;
        font-size: 0.9rem;
        font-weight: 500;
    }

    .title-discount-threshold-lg[b-rifwr6w385] {
        font-size: 1rem;
        text-align: center;
    }

    .subtitle-discount-threshold-lg[b-rifwr6w385] {
        font-size: 1rem;
        text-align: center;
    }

    .discount-icon[b-rifwr6w385] {
        display: none !important;
    }

    .title-discount-threshold.text-center.text-black[b-rifwr6w385] {
        font-size: 0.7rem !important;
    }

    .marker[b-rifwr6w385] {
        position: absolute;
        top: -0.45rem; /* Adjust as needed */
        transform: translateX(-50%);
        font-size: 0.6rem; /* Adjust as needed */
        font-weight: 500;
        padding: 0.35rem;
        background-color: #236192;
        color: white;
        border-radius: 10px;
        width: 2rem;
        height: 1.75rem;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    }

    .marker-inactive[b-rifwr6w385] {
        position: absolute;
        top: -0.45rem; /* Adjust as needed */
        transform: translateX(-50%);
        font-size: 0.6rem; /* Adjust as needed */
        font-weight: 500;
        padding: 0.35rem;
        background-color: #D3D3D3;
        color: black;
        border-radius: 10px;
        width: 2rem;
        height: 1.75rem;
        text-align: center;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
    }

    .marker-subtitle[b-rifwr6w385] {
        position: absolute;
        top: 1.5rem; /* Adjust as needed */
        transform: translateX(-50%);
        font-size: 0.6rem; /* Adjust as needed */
        color: black;
        text-align: center;
        width: 8rem;
    }

    .subtitle-progress-bar[b-rifwr6w385] {
        display: none !important;
    }
}

@media (max-width: 767.98px) { /* Adjust the breakpoint if necessary */
    .campaign-header[b-rifwr6w385] {
        flex-direction: column;
        margin-top: 1rem; /* Adjust the margin-top value as needed */
    }
}

@media (min-width: 768px) { /* Adjust the breakpoint if necessary */
    .campaign-header[b-rifwr6w385] {
        margin-left: 1rem; /* Adjust the margin-left value as needed */
        margin-right: 1rem; /* Adjust the margin-right value as needed */
        margin-top: 0; /* Remove the top margin on desktop */
    }
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Doctors/IndexPage.razor.rz.scp.css */
h1[b-xtr4whwzco], h2[b-xtr4whwzco] {
    margin: 0;
    padding: 0;
}

h1[b-xtr4whwzco] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-xtr4whwzco] {
    font-size: 1.1rem;
    font-weight: 400;
}

#searchbar[b-xtr4whwzco] {
    max-width: 100%;
    width: 20rem;
}

.form-control-doctor[b-xtr4whwzco] {
    min-width: 15rem;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Products/EditPage.razor.rz.scp.css */
li[b-ossqb0mufl] {
    position: relative;
}

li.false[b-ossqb0mufl]::before {
    content: "error";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1000;
    background: red;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.btn-go-back[b-ossqb0mufl],
.btn-go-back:link[b-ossqb0mufl],
.btn-go-back:visited[b-ossqb0mufl] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Products/IndexPage.razor.rz.scp.css */
.advanced-search-title[b-xfb1bn68sm]{
    color:#000000;
}

.btn-container[b-xfb1bn68sm]{
    height:50px;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Promotions/IndexPage.razor.rz.scp.css */
h1[b-awx01xk6j1], h2[b-awx01xk6j1] {
    margin: 0;
    padding: 0;
}

h1[b-awx01xk6j1] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-awx01xk6j1] {
    font-size: 1.1rem;
    font-weight: 400;
}



.header-container[b-awx01xk6j1]{
    width:35%;
}

.heder-manage-container[b-awx01xk6j1]{
    display:flex;
    width:65%;
    justify-content:space-between;

}

.category-type-filter[b-awx01xk6j1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Shop/IndexPage.razor.rz.scp.css */
.search-bar[b-bah3x3o1yz] {
    padding: 0.375rem 0.75rem;
    height: 2.4rem;
    line-height: 1.5;
    font-size: 1rem;
    border-radius: 2.5rem;
    border: 1px solid #dadfe2;
    box-shadow: inset 0 4px 3px 0 rgb(0 0 0 / 3%);
    background-color: #ffffff;
}

.search-products[b-bah3x3o1yz] {
    background-color: white;
    border: 5px solid #2D6796;
    padding: 1rem;
    height: 720px;
}

.search-products-title[b-bah3x3o1yz] {
    background-color: #2D6796;
    height: 50px;
}

.shopping-cart[b-bah3x3o1yz] {
    background-color: white;
    border: 5px solid #28724F;
    height: 720px;
    overflow: hidden;
    overflow-y: scroll;
}

.shopping-cart-title[b-bah3x3o1yz] {
    background-color: #28724F;
    height: 50px;
}

.cart-button[b-bah3x3o1yz] {
    background-color: #2D6796;
    width: 15rem;
}

    .cart-button:hover[b-bah3x3o1yz] {
        background-color: #295069;
    }

.btn-go-back[b-bah3x3o1yz],
.btn-go-back:link[b-bah3x3o1yz],
.btn-go-back:visited[b-bah3x3o1yz] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}

.filter-products-container[b-bah3x3o1yz] {
    background-color: white;
    height: fit-content;
}

.search-products-container[b-bah3x3o1yz] {
    background-color: white;
    height: fit-content;
}

a[b-bah3x3o1yz] {
    color: black;
    text-decoration: underline;
    font-weight: 500;
}

.filter-title[b-bah3x3o1yz] {
    font-size: 1.1rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #979797;
}

.filter-more[b-bah3x3o1yz] {
    color: #28724F;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

.tree-filter[b-bah3x3o1yz] {
    padding-left: 2rem;
    font-weight: 600;
}

.scrollable-filter[b-bah3x3o1yz] {
    max-height: 300px; /* Set the maximum height */
    overflow-y: auto; /* Enable vertical scrolling */
}

.disabled[b-bah3x3o1yz] {
    pointer-events: none;
    opacity: 0.5;
}

.filter-products-container .close[b-bah3x3o1yz] {
    display: none;
}

@media screen and (max-width: 767px) {
    .filter-products-container[b-bah3x3o1yz] {
        display: none !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        overflow-y: auto;
    }

        .filter-products-container .close[b-bah3x3o1yz] {
            display: inline-block !important;
        }

        .filter-products-container h4[b-bah3x3o1yz] {
            padding: 0 1rem;
        }

        .filter-products-container.visible[b-bah3x3o1yz] {
            display: block !important;
        }

    .filter-button[b-bah3x3o1yz] {
        display: block !important;
    }

    .filter-button small[b-bah3x3o1yz] {
        text-transform: none;
        font-weight: 500;
        font-size: 85%;
    }
}
/* _content/Vetro.Website/Pages/Management/ShopOwner/Shop/ProductPage.razor.rz.scp.css */
.category-title[b-rj4ln473kz] {
    color: #28724F;
}

.out-of-stock[b-rj4ln473kz] {
    color: black;
    opacity: 0.5;
}

.image-container[b-rj4ln473kz] {
    width: 50%;
}

.product-image[b-rj4ln473kz] {
    object-fit: contain;
    height: 350px;
    max-width: 500px;
    width: 100%;
}

.product-image-small[b-rj4ln473kz] {
    object-fit: contain;
    height: 60px;
    width: 60px;
    cursor: pointer;
    border: 2px solid white;
}

/*.product-image {
    object-fit: contain;
    height: 175px;
    width: 175px;
    padding: 1rem 0rem 1rem;
    cursor: pointer;
}*/

.product-image-selected[b-rj4ln473kz] {
    border: 2px solid #28724F;
}

.product-title[b-rj4ln473kz] {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

.price[b-rj4ln473kz] {
    font-size: 28px;
    font-weight: 400;
    color: #6c757d;
    text-decoration: line-through;
}

.discount[b-rj4ln473kz] {
    font-size: 28px;
    font-weight: 600;
    color: #28724F;
}

.border-description[b-rj4ln473kz] {
    border-top: 1px solid #eee;
}

.short-description[b-rj4ln473kz] {
}

.cart-button[b-rj4ln473kz] {
    width: 12rem;
    font-size: 0.9rem
}

.cart-icon[b-rj4ln473kz] {
    font-size: 1.5rem !important;
}

.category-text[b-rj4ln473kz] {
    color: black;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    padding: 0.5rem;
    text-transform: uppercase;
}

.category-selected[b-rj4ln473kz] {
    color: #28724F;
}

.category-disabled[b-rj4ln473kz] {
    color: #6c757d;
}

.table-title[b-rj4ln473kz] {
    background-color: #28724F;
    color: white;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
}

.table-row-light[b-rj4ln473kz] {
    background-color: white;
}

.table-row-dark[b-rj4ln473kz] {
    background-color: #F2F7FB;
}

.check[b-rj4ln473kz] {
    color: #28724F;
}

.uncheck[b-rj4ln473kz] {
    color: red;
}

.prospect-container[b-rj4ln473kz] {
    width: 700px;
    height: 700px;
}

.moving-icon[b-rj4ln473kz] {
    font-size: 22px;
}

.moving-icon-disabled[b-rj4ln473kz] {
    color: #6c757d;
}

.promotion-sales-container[b-rj4ln473kz] {
    background: #B9975B;
    margin-top: 0.25rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 20px;
    padding: 0.45rem 0.75rem;
}

.promotion-title[b-rj4ln473kz] {
    font-size: 1.25rem;
    font-weight: 600;
}

.erp-code[b-rj4ln473kz] {
    color: #888888;
}

.categories-container > div[b-rj4ln473kz] {
    border-right: solid 1px #d6d5d5;
}

    .categories-container > div:last-child[b-rj4ln473kz] {
        border: none;
    }

@media screen and (max-width: 1199px) {
    .category-text[b-rj4ln473kz] {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 767px) {
    .category-text[b-rj4ln473kz] {
        font-size: 0.9rem;
    }

    .specifications-container[b-rj4ln473kz],
    .main-info-container[b-rj4ln473kz],
    .product-title[b-rj4ln473kz],
    .image-container[b-rj4ln473kz],
    .short-description[b-rj4ln473kz] {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) {
    .product-image-small[b-rj4ln473kz] {
        width: 50px;
        height: 50px;
        margin: 3px !important;
    }

    .moving-icon[b-rj4ln473kz] {
        font-size: 16px;
    }
}

@media screen and (min-width: 1199px) {
    .product-image-small[b-rj4ln473kz] {
        width: 90px;
        height: 90px;
    }

    .moving-icon[b-rj4ln473kz] {
        font-size: 23px;
    }
}

@media screen and (min-width: 1500px) {
    .product-image-small[b-rj4ln473kz] {
        width: 120px;
        height: 120px;
    }

    .moving-icon[b-rj4ln473kz] {
        font-size: 30px;
    }
}
/* _content/Vetro.Website/Pages/Management/SuperAdmin/Dashboard/IndexPage.razor.rz.scp.css */
/* _content/Vetro.Website/Pages/Management/SuperAdmin/Marketing/EditPage.razor.rz.scp.css */
form .row[b-4yf5sbjni7] {
    margin-bottom: 16px;
}

.message[b-4yf5sbjni7] {
    font-size: 2rem;
    font-weight: 500;
    color: #28724F;
}

.message.error[b-4yf5sbjni7]{
    color:#ff6a00 !important;
}

.btn-go-back[b-4yf5sbjni7],
.btn-go-back:link[b-4yf5sbjni7],
.btn-go-back:visited[b-4yf5sbjni7] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/SuperAdmin/Marketing/IndexPage.razor.rz.scp.css */
/* _content/Vetro.Website/Pages/Management/Supplier/Alerts/EditPage.razor.rz.scp.css */
form .row[b-udocuumy4v] {
    margin-bottom: 16px;
}

.message[b-udocuumy4v] {
    font-size: 2rem;
    font-weight: 500;
    color: #28724F;
}

.message.error[b-udocuumy4v]{
    color:#ff6a00 !important;
}

.btn-go-back[b-udocuumy4v],
.btn-go-back:link[b-udocuumy4v],
.btn-go-back:visited[b-udocuumy4v] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/B2BPromotions/EditPage.razor.rz.scp.css */
li[b-b0hwhwuwfg] {
    position: relative;
}

li.false[b-b0hwhwuwfg]::before {
    content: "error";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1000;
    background: red;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.btn-go-back[b-b0hwhwuwfg],
.btn-go-back:link[b-b0hwhwuwfg],
.btn-go-back:visited[b-b0hwhwuwfg] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/B2BPromotions/IndexPage.razor.rz.scp.css */
.year-control[b-hzrf78tzgi] {
    min-width: 6rem;
    max-width: 7rem;
}

.add-button[b-hzrf78tzgi] {
    min-width: 17rem;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Brands/EditPage.razor.rz.scp.css */
form .row[b-ip5swt6l2j] {
    margin-bottom: 16px;
}

.message[b-ip5swt6l2j] {
    font-size: 2rem;
    font-weight: 500;
    color: #28724F;
}

.message.error[b-ip5swt6l2j]{
    color:#ff6a00 !important;
}

.btn-go-back[b-ip5swt6l2j],
.btn-go-back:link[b-ip5swt6l2j],
.btn-go-back:visited[b-ip5swt6l2j] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Categories/EditPage.razor.rz.scp.css */
form .row[b-maolfihyza] {
    margin-bottom: 16px;
}

.message[b-maolfihyza] {
    font-size: 2rem;
    font-weight: 500;
    color: #28724F;
}

.message.error[b-maolfihyza]{
    color:#ff6a00 !important;
}

.btn-go-back[b-maolfihyza],
.btn-go-back:link[b-maolfihyza],
.btn-go-back:visited[b-maolfihyza] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Categories/IndexPage.razor.rz.scp.css */
/* _content/Vetro.Website/Pages/Management/Supplier/ClientGroups/IndexPage.razor.rz.scp.css */
/* _content/Vetro.Website/Pages/Management/Supplier/ClientTypes/IndexPage.razor.rz.scp.css */
/* _content/Vetro.Website/Pages/Management/Supplier/ClinicOrders/IndexPage.razor.rz.scp.css */
h1[b-89uk9ug15j], h2[b-89uk9ug15j] {
    margin: 0;
    padding: 0;
}

h1[b-89uk9ug15j] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-89uk9ug15j] {
    font-size: 1.1rem;
    font-weight: 400;
}

.tab-title[b-89uk9ug15j] {
    font-size: 1.2rem;
    font-weight: 500;
}
/* _content/Vetro.Website/Pages/Management/Supplier/ClinicProducts/EditPage.razor.rz.scp.css */
li[b-g5h1k3wq66] {
    position: relative;
}

li.false[b-g5h1k3wq66]::before {
    content: "error";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1000;
    background: red;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.btn-go-back[b-g5h1k3wq66],
.btn-go-back:link[b-g5h1k3wq66],
.btn-go-back:visited[b-g5h1k3wq66] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/ClinicProducts/IndexPage.razor.rz.scp.css */
.advanced-search-title[b-vlke36osg5]{
    color:#000000;
}

.btn-container[b-vlke36osg5]{
    height:50px;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Clinics/EditPage.razor.rz.scp.css */
.btn-go-back[b-y6idkyroiy],
.btn-go-back:link[b-y6idkyroiy],
.btn-go-back:visited[b-y6idkyroiy] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Clinics/IndexPage.razor.rz.scp.css */
.type-control[b-8ted1eajds] {
    min-width: 16rem;
    max-width: 5rem;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Contracts/IndexPage.razor.rz.scp.css */
h1[b-0mjkh6wqxo], h2[b-0mjkh6wqxo] {
    margin: 0;
    padding: 0;
}

h1[b-0mjkh6wqxo] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-0mjkh6wqxo] {
    font-size: 1.1rem;
    font-weight: 400;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Dashboard/IndexPage.razor.rz.scp.css */
.agg-cards-row[b-qrp3gyfb2k] {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.dashboard-card-container[b-qrp3gyfb2k] {
}

.darshboard-card-title[b-qrp3gyfb2k] {
    border-bottom: solid 1px #808080;
}

    .darshboard-card-title h4[b-qrp3gyfb2k] {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0;
        padding: 0 0.5rem 0 0;
        text-transform: uppercase;
    }

    .darshboard-card-title span[b-qrp3gyfb2k] {
        font-size: 1.1rem;
    }

.total-shops-container[b-qrp3gyfb2k] {
    position: relative;
    min-width: 8rem;
    padding-left: 0.5rem;
}

    .total-shops-container[b-qrp3gyfb2k]::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0.5rem;
        background-color: #28724F;
    }

    .total-shops-container > div[b-qrp3gyfb2k] {
        position: relative;
        z-index: 10;
    }

    .total-shops-container > .total-shops-container-text[b-qrp3gyfb2k] {
        text-align: left;
        font-size: 1.25rem;
        font-weight: 400;
        border-right: solid 1px #f5f5f5;
    }

    .total-shops-container > .total-shops-container-value[b-qrp3gyfb2k] {
        font-weight: bold;
        text-align: center;
        font-size: 2.5rem;
    }

.tab[b-qrp3gyfb2k] {
    position: relative;
    display: inline-block;
    padding: 0.75rem 1rem;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    color: #052236;
    border-bottom: solid 2px #28724F;
}

    .tab.tab-active[b-qrp3gyfb2k] {
        background-color: #A0CAB6;
        font-weight: bold;
    }

    select.form-control[b-qrp3gyfb2k]{
        max-width:15rem;
        min-width:15rem;
    }

.w-50[b-qrp3gyfb2k]{
    width:50%;
}

.total-shops-container-value.statistics[b-qrp3gyfb2k] {
    font-size:1.5rem;
    width:50%;
}

.statistics-chart[b-qrp3gyfb2k] {
    width: 69%;
}

.feed-container[b-qrp3gyfb2k] {
    height: 30rem;
}

.promotion-header[b-qrp3gyfb2k] {
    position: relative;
    height: 3rem;
    padding-right: 10rem;
}

.promotion-header h4[b-qrp3gyfb2k] {
    padding: 0;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    z-index: 99;
    line-height: 1;
}

.promotion-sales-ribbon[b-qrp3gyfb2k] {
    width: 9rem;
    height: 3rem;
    top: 4.2rem;
    right: -8px;
    margin: auto;
    z-index: 100;
    background-color: #236192;
    color: #fff;
    padding: .65rem 1rem;
    text-align: center;
    position: absolute;
    line-height: 1;
}

    .promotion-sales-ribbon[b-qrp3gyfb2k]::after {
        content: "";
        position: absolute;
        right: 0;
        top: 100%;
        width: 0px;
        height: 0px;
        border-top: solid 4px #C04615;
        border-left: solid 4px #C04615;
        border-bottom: solid 4px transparent;
        border-right: solid 4px transparent;
        z-index: 110;
    }

    .promotion-sales-ribbon[b-qrp3gyfb2k]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 100%;
        width: 0px;
        height: 0px;
        z-index: 110;
        border-right: solid 1.5rem #236192;
        border-left: solid 1.5rem transparent;
        border-bottom: solid 1.5rem transparent;
        border-top: solid 1.5rem transparent;
    }

.promotion-sales-ribbon > span:first-child[b-qrp3gyfb2k] { 
    font-weight: 700;
    font-size: 0.9rem;
}

.promotion-sales-ribbon > span:first-child small[b-qrp3gyfb2k] {
    font-weight: 600;
}

.promotion-sales-ribbon > span:last-child[b-qrp3gyfb2k] {
    font-size: 0.75rem;
    font-weight: 300;
    text-transform: uppercase;
}

.promotion-container .dashboard-card[b-qrp3gyfb2k] {
    height: 30rem;
}

.agg-card[b-qrp3gyfb2k] {
    position: relative;
    padding: 1rem;
    height: 12rem;
    background-color: #fff;
    overflow: visible;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom-width: 3px;
    border-bottom-style: solid;
}

    .agg-card .row[b-qrp3gyfb2k] {
        width: calc(100% + 2rem);
    }

    .agg-card.primary[b-qrp3gyfb2k] {
        border-bottom-color: #28724F;
    }

    .agg-card.secondary[b-qrp3gyfb2k] {
        border-bottom-color: #236192;
    }

    .agg-card.danger[b-qrp3gyfb2k] {
        border-bottom-color: #FF2D2D;
    }

    .agg-card.warning[b-qrp3gyfb2k] {
        border-bottom-color: #3EAF7F;
    }

.icon[b-qrp3gyfb2k] {
    font-size: 1.6rem;
    opacity: .35;
}

h3[b-qrp3gyfb2k] {
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0;
    margin: 0 0 0 0;
}

h2[b-qrp3gyfb2k] {
    font-size: 1.3rem;
    font-weight: 700;
}

.additional-info[b-qrp3gyfb2k] {
    font-size: 0.75rem;
    font-weight: 500;
}

.additional-info-value[b-qrp3gyfb2k] {
    font-size: 1rem;
    font-weight: 600;
}

.additional-info-small[b-qrp3gyfb2k] {
    font-size: 0.7rem;
    text-align: center;
    color: #5A5A5A;
}

.agg-card.primary .total[b-qrp3gyfb2k],
.agg-card.primary .additional-info-value[b-qrp3gyfb2k],
.agg-card.primary .icon[b-qrp3gyfb2k] {
    color: #28724F;
}

.agg-card.secondary .total[b-qrp3gyfb2k],
.agg-card.secondary .additional-info-value[b-qrp3gyfb2k],
.agg-card.secondary .icon[b-qrp3gyfb2k] {
    color: #236192;
}

.agg-card.danger .total[b-qrp3gyfb2k],
.agg-card.danger .additional-info-value[b-qrp3gyfb2k],
.agg-card.danger .icon[b-qrp3gyfb2k] {
    color: #FF2D2D;
}

.agg-card.warning .total[b-qrp3gyfb2k],
.agg-card.warning .additional-info-value[b-qrp3gyfb2k],
.agg-card.warning .icon[b-qrp3gyfb2k] {
    color: #3EAF7F;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Doctors/IndexPage.razor.rz.scp.css */
h1[b-o0mcbq5peq], h2[b-o0mcbq5peq] {
    margin: 0;
    padding: 0;
}

h1[b-o0mcbq5peq] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-o0mcbq5peq] {
    font-size: 1.1rem;
    font-weight: 400;
}

#searchbar[b-o0mcbq5peq] {
    max-width: 100%;
    width: 20rem;
}

.form-control-doctor[b-o0mcbq5peq] {
    min-width: 15rem;
}
/* _content/Vetro.Website/Pages/Management/Supplier/EmailNotifications/IndexPage.razor.rz.scp.css */
.add-button[b-jmizkqef4b] {
    min-width: 17rem;
}

.info-icon[b-jmizkqef4b] {
    font-size: 2rem;
    cursor: pointer;
}

label[b-jmizkqef4b] {
    font-weight: bold;
    font-size: 1rem;
}
/* _content/Vetro.Website/Pages/Management/Supplier/OrderStatusActions/ManagePage.razor.rz.scp.css */
.btn-go-back[b-n7g4weuyjs],
.btn-go-back:link[b-n7g4weuyjs],
.btn-go-back:visited[b-n7g4weuyjs] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Products/EditPage.razor.rz.scp.css */
li[b-vwzuvnnbum] {
    position: relative;
}

li.false[b-vwzuvnnbum]::before {
    content: "error";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1000;
    background: red;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.btn-go-back[b-vwzuvnnbum],
.btn-go-back:link[b-vwzuvnnbum],
.btn-go-back:visited[b-vwzuvnnbum] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Products/IndexPage.razor.rz.scp.css */
.advanced-search-title[b-fdvct4cv6r]{
    color:#000000;
}
/* _content/Vetro.Website/Pages/Management/Supplier/PromotionsDiscountSales/EditPage.razor.rz.scp.css */
li[b-xhn3jinu7i] {
    position: relative;
}

li.false[b-xhn3jinu7i]::before {
    content: "error";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    z-index: 1000;
    background: red;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 0.75rem;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

.btn-go-back[b-xhn3jinu7i],
.btn-go-back:link[b-xhn3jinu7i],
.btn-go-back:visited[b-xhn3jinu7i] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}
/* _content/Vetro.Website/Pages/Management/Supplier/PromotionsDiscountSales/IndexPage.razor.rz.scp.css */
.year-control[b-w5eawauzcc] {
    min-width: 6rem;
    max-width: 7rem;
}

.add-button[b-w5eawauzcc] {
    min-width: 17rem;
}
/* _content/Vetro.Website/Pages/Management/Supplier/PromotionsPriority/IndexPage.razor.rz.scp.css */
h1[b-k2clmm6hkb], h2[b-k2clmm6hkb] {
    margin: 0;
    padding: 0;
}

h1[b-k2clmm6hkb] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-k2clmm6hkb] {
    font-size: 1.1rem;
    font-weight: 400;
}



.header-container[b-k2clmm6hkb]{
    width:35%;
}

.heder-manage-container[b-k2clmm6hkb]{
    display:flex;
    width:65%;
    justify-content:space-between;
}

.category-type-filter[b-k2clmm6hkb] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.type-control[b-k2clmm6hkb] {
    min-width: 16rem;
    max-width: 5rem;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Promotions/EditPage.razor.rz.scp.css */

.message[b-cjl4iv2gt8] {
    font-size: 2rem;
    font-weight: 500;
    color: #28724F;
}

    .message.error[b-cjl4iv2gt8] {
        color: #ff6a00 !important;
    }


.btn-go-back[b-cjl4iv2gt8],
.btn-go-back:link[b-cjl4iv2gt8],
.btn-go-back:visited[b-cjl4iv2gt8] {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 0.35rem;
    font-weight: bold;
}

/* _content/Vetro.Website/Pages/Management/Supplier/Promotions/IndexPage.razor.rz.scp.css */
h1[b-v9b4rwvhpz], h2[b-v9b4rwvhpz] {
    margin: 0;
    padding: 0;
}

h1[b-v9b4rwvhpz] {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.02rem;
}

h2[b-v9b4rwvhpz] {
    font-size: 1.1rem;
    font-weight: 400;
}



.header-container[b-v9b4rwvhpz]{
    width:35%;
}

.heder-manage-container[b-v9b4rwvhpz]{
    display:flex;
    width:65%;
    justify-content:space-between;
}

.category-type-filter[b-v9b4rwvhpz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.type-control[b-v9b4rwvhpz] {
    min-width: 16rem;
    max-width: 5rem;
}
/* _content/Vetro.Website/Pages/Management/Supplier/Warehouses/IndexPage.razor.rz.scp.css */
dropdown-z-index[b-qzae992tke] {
    z-index: 100 !important
}
/* _content/Vetro.Website/Shared/Anonymous/AnonymousLayout.razor.rz.scp.css */
/* _content/Vetro.Website/Shared/B2BClient/ManagementLayoutClinic.razor.rz.scp.css */
html[b-g1zgklfbxd], body[b-g1zgklfbxd] {
    min-height: 100%;
}

.page[b-g1zgklfbxd] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-g1zgklfbxd] {
    flex: 1;
}

.management-header-fixed[b-g1zgklfbxd] {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.nav-fixed[b-g1zgklfbxd] {
    position: sticky;
    top: 3.5rem;
    width: 100%;
    z-index: 999;
}

.top-row[b-g1zgklfbxd] {
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row-sm[b-g1zgklfbxd] {
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-g1zgklfbxd]  a, .top-row .btn-link[b-g1zgklfbxd] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-g1zgklfbxd] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.main-page-title[b-g1zgklfbxd] {
    padding: 0 1rem;
    margin: 0;
    line-height: 1;
    font-size: 1.25rem;
    font-weight: 700;
}

.main-content[b-g1zgklfbxd] {
    padding: 1.5rem 1.5rem;
    min-height: 95vh;
}

.nav-menu-dashboard[b-g1zgklfbxd] {
    background-color: #ffffff;
    justify-content: flex-start;
    padding: 0rem 1.5rem 2rem 1.5rem;
}

.nav-menu[b-g1zgklfbxd] {
    background-color: #ffffff;
    justify-content: flex-start;
    padding: 0rem 1.5rem 0rem 1.5rem;
}

.cart-quantity[b-g1zgklfbxd] {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #236192;
    color: white;
    font-size: 0.7rem;
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.my-cart[b-g1zgklfbxd] {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-icon[b-g1zgklfbxd] {
    font-size: 1.5rem;
    color: #28724F;
}

.welcome-message-card[b-g1zgklfbxd] {
    background-color: white;
    font-size: 1rem;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-weight: 500;
}

.text-fade[b-g1zgklfbxd] {
    animation-name: fade;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.footer[b-g1zgklfbxd] {
    background-color: #236192;
    font-size: 1rem;
    padding: 2rem;
    text-align: left;
}

.footer-section-powered-by[b-g1zgklfbxd] {
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

.footer-section-links a[b-g1zgklfbxd] {
    color: white;
    font-weight: 500;
}

.footer-section-contact[b-g1zgklfbxd] {
    color: white;
    font-weight: 500;
}

.footer-section-contact-title[b-g1zgklfbxd] {
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
}

.footer-section-contact-subtitle[b-g1zgklfbxd] {
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width: 992px) {
    .top-row:not(.auth)[b-g1zgklfbxd] {
        display: none;
    }

    .top-row.auth[b-g1zgklfbxd] {
        justify-content: space-between;
    }

    .top-row a[b-g1zgklfbxd], .top-row .btn-link[b-g1zgklfbxd] {
        margin-left: 0;
    }

    .page[b-g1zgklfbxd] {
        flex-direction: column;
    }

    .top-row[b-g1zgklfbxd] {
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    .display-sm[b-g1zgklfbxd] {
        display: none !important;
    }

    .nav-menu[b-g1zgklfbxd] {
        align-items: center;
        padding: 0rem;
    }

    .main-page-title[b-g1zgklfbxd] {
        padding: 0 1rem;
        margin: 0;
        line-height: 1;
        font-size: 1rem;
        font-weight: 600;
    }

    .welcome-message-card[b-g1zgklfbxd][b-g1zgklfbxd] {
        font-size: 0.8rem;
        padding: 0.5rem 1.5rem 0.5rem 1.5rem;
        text-align: center;
    }

    .footer[b-g1zgklfbxd] {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .display-lg[b-g1zgklfbxd] {
        display: none !important;
    }

    .navbar-toggler[b-g1zgklfbxd] {
        display: none !important;
    }
}
/* _content/Vetro.Website/Shared/B2BClient/MenuClinic.razor.rz.scp.css */
.cart-quantity[b-jxbrme2yer] {
    border-radius: 50%;
    width: 18px;
    height: 18px;
    background-color: #236192;
    color: white;
    font-size: 0.7rem;
    margin-bottom: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
}

.my-cart[b-jxbrme2yer] {
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cart-icon[b-jxbrme2yer] {
    font-size: 1.8rem;
    color: #28724F;
}

.nav-menu-item .nav-link[b-jxbrme2yer] {
    font-size: 0.9rem !important;
    padding: 0rem 1.5rem !important;
}

.nav-menu-item[b-jxbrme2yer] {
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

@media (max-width: 992px) {
    .display-sm[b-jxbrme2yer] {
        display: none !important;
    }

    .nav-menu-item[b-jxbrme2yer] {
        display: block !important;
    }

        .nav-menu-item .nav-link[b-jxbrme2yer] {
            padding: 1rem 1.5rem !important;
            font-size: 0.9rem !important;
        }
}
/* _content/Vetro.Website/Shared/LoginDisplay.razor.rz.scp.css */
.img-user[b-jmhtkuwsls] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    background-color: #fafafa;
    color: #020F2E;
    padding: 0 1rem;
}

.user-description[b-jmhtkuwsls] {
    font-size: 0.775rem;
    line-height: 1.25;
    color: #020F2E;
}

    .user-description span:first-child[b-jmhtkuwsls] {
        font-weight: 500;
    }

.auth-container[b-jmhtkuwsls] {
    position: relative;
}
    .auth-container > a[b-jmhtkuwsls],
    .auth-container > a:link[b-jmhtkuwsls],
    .auth-container > a:visited[b-jmhtkuwsls] {
        cursor: pointer;
        text-decoration: none;
    }

    .auth-container > a:hover[b-jmhtkuwsls],
    .auth-container > a:active[b-jmhtkuwsls]  {
        opacity: 0.85;
        cursor: pointer;
        text-decoration: none;
    }

.auth-container > a.show > i.bi[b-jmhtkuwsls] {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.user-menu[b-jmhtkuwsls] {
    position: absolute;
    z-index: -1;
    top: 100%;
    right: 0;
    width: 200px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    padding: 0;
    margin: 0;
    opacity: 0;
    list-style-type: none;
    display: block;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

    .user-menu li[b-jmhtkuwsls] {
        display: block;
        width: 100%;
        visibility: visible;
        background: #fff;
    }

        .user-menu li a[b-jmhtkuwsls],
        .user-menu li button[b-jmhtkuwsls] {
            width: 100%;
            line-height: 1;
            display: block;
            padding: 1.15rem 1.75rem;
            border-bottom: solid 1px #e7e7e7;
            color: #020F2E;
            background: none;
            font-size: 0.85rem;
            text-align: left;
            margin: 0;
            border-radius: 0;
            height: auto;
            font-weight: 400;
            text-transform: none;
            letter-spacing: 0;
        }

            .user-menu li a:hover[b-jmhtkuwsls],
            .user-menu li a:active[b-jmhtkuwsls],
            .user-menu li button:hover[b-jmhtkuwsls] {
                color: #28724F;
            }

        .user-menu li i.bi[b-jmhtkuwsls] {
            opacity: 0.65;
            width: 1.5rem;
        }

    .user-menu.show[b-jmhtkuwsls] {
        opacity: 1;
        height: auto;
        z-index: 99999;
    }

@media (max-width: 768px) {
    .display-sm[b-jmhtkuwsls] {
        display: none !important;
    }

    .auth-container[b-jmhtkuwsls] {
        margin-left: -1rem;
    }
}
/* _content/Vetro.Website/Shared/Management/ManagementLayout.razor.rz.scp.css */
.page[b-r72bv6i472] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row[b-r72bv6i472] {
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r72bv6i472]  a, .top-row .btn-link[b-r72bv6i472] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-r72bv6i472] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

.main-page-title[b-r72bv6i472] {
    padding: 0 1rem;
    margin: 0;
    line-height: 1;
    font-size: 1.25rem;
    font-weight: 700;
}

.main-content[b-r72bv6i472] {
    padding: 1.5rem 1.5rem;
}


@media (max-width: 641px) {
    .top-row:not(.auth)[b-r72bv6i472] {
        display: none;
    }

    .top-row.auth[b-r72bv6i472] {
        justify-content: space-between;
    }

    .top-row a[b-r72bv6i472], .top-row .btn-link[b-r72bv6i472] {
        margin-left: 0;
    }

    .main-page-title[b-r72bv6i472] {
        padding-left: 0;
    }
}

@media (min-width: 641px) {
    html[b-r72bv6i472], body[b-r72bv6i472] {
        font-size: 14px;
    }

    .page[b-r72bv6i472] {
        flex-direction: row;
    }

    .top-row[b-r72bv6i472] {
        position: sticky;
        top: 0;
        z-index: 9999;
    }

    main[b-r72bv6i472] {
        flex: 1;
        max-width: calc(100% - 180px);
    }

        main.sidebar-collapsed[b-r72bv6i472] {
            max-width: calc(100% - 80px);
        }
}

@media (min-width: 1024px) {
    html[b-r72bv6i472], body[b-r72bv6i472] {
        font-size: 16px;
    }

    main[b-r72bv6i472] {
        flex: 1;
        max-width: calc(100% - 250px);
    }
}
/* _content/Vetro.Website/Shared/Management/NavMenu.razor.rz.scp.css */
