/* _content/ShoppingCart.EShop/Components/Controls/CustomFieldControlComponent.razor.rz.scp.css */
.edu-form-check[b-ajkelx4pc4] {
    display: inline-block;
    margin-right: 10px;
}

    .edu-form-check input[b-ajkelx4pc4] {
        margin-right: 5px;
    }

.form-group > label[b-ajkelx4pc4] {
    margin-right: 15px;
}
.form-text-edu[b-ajkelx4pc4] {
    margin-top: -0.8rem;
}
form select[b-ajkelx4pc4] {
    height: unset;
}
/* _content/ShoppingCart.EShop/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pnw0k0l6go] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-pnw0k0l6go] {
    flex: 1;
}

.sidebar[b-pnw0k0l6go] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-pnw0k0l6go] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-pnw0k0l6go]  a, .top-row[b-pnw0k0l6go]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-pnw0k0l6go]  a:hover, .top-row[b-pnw0k0l6go]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-pnw0k0l6go]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-pnw0k0l6go] {
        justify-content: space-between;
    }

    .top-row[b-pnw0k0l6go]  a, .top-row[b-pnw0k0l6go]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-pnw0k0l6go] {
        flex-direction: row;
    }

    .sidebar[b-pnw0k0l6go] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pnw0k0l6go] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-pnw0k0l6go]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-pnw0k0l6go], article[b-pnw0k0l6go] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-pnw0k0l6go] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pnw0k0l6go] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ShoppingCart.EShop/Components/NavMenu.razor.rz.scp.css */
/*.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.edu-form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

.flag-icon {
    margin-right: 5px;
}*/
.regional-dialog[b-g15dkp4j8r] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 20px;
}

.regional-option[b-g15dkp4j8r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .regional-option:hover[b-g15dkp4j8r] {
        transform: scale(1.1);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

.regional-flag[b-g15dkp4j8r] {
    width: 50px;
    height: 30px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.regional-dialog img[b-g15dkp4j8r]{
    width:55px;
}
.regional-dialog i[b-g15dkp4j8r] {
    font-size: 28.88px;
}
.regional-option[b-g15dkp4j8r] {
    min-width: 107px;
}
.k-window-title.k-dialog-title label[b-g15dkp4j8r]{
    font-weight:500;
}
/* _content/ShoppingCart.EShop/Components/Pages/Cart.razor.rz.scp.css */
/* Style for rows that are not in the user's region */
.cart-item.not-your-region[b-41i4lsm6ov] {
    opacity: 0.7;
    background-color: #fff9e6;
    border-left: 4px solid #ffcc00;
}

    .cart-item.not-your-region .fa-triangle-exclamation[b-41i4lsm6ov] {
        color: #ff9900;
        margin-left: 8px;
        font-size: 1.2em;
    }

    .cart-item.not-your-region:hover[b-41i4lsm6ov] {
        opacity: 0.9;
        background-color: #fff4d1;
    }

.cart-item .btn-edit[b-41i4lsm6ov] {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 7px;
}


.region-warning[b-41i4lsm6ov] {
    cursor: help;
}

    .region-warning:hover[b-41i4lsm6ov]::after {
        opacity: 1;
        visibility: visible;
    }


/* Prevent wrapping in the entire cart header */
.cart-header[b-41i4lsm6ov] {
    white-space: nowrap;
}


    .cart-header th[b-41i4lsm6ov] {
        padding: 12px 15px;
        text-align: left;
        font-weight: 600;
        vertical-align: middle;
    }


    .cart-header .product-title[b-41i4lsm6ov] {
        min-width: 180px;
        max-width: 250px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Other columns */
    .cart-header .product-references[b-41i4lsm6ov],
    .cart-header .product-price[b-41i4lsm6ov],
    .cart-header .product-quantity[b-41i4lsm6ov],
    .cart-header .product-subtotal[b-41i4lsm6ov] {
        min-width: 120px;
        text-align: center;
    }

    /* Remove column specific styling if not needed */
    .cart-header .product-remove[b-41i4lsm6ov],
    .cart-header .product-thumbnail[b-41i4lsm6ov] {
        width: 60px; /* Fixed width for icon columns */
    }


.product-price[b-41i4lsm6ov],
.product-quantity[b-41i4lsm6ov],
.product-subtotal[b-41i4lsm6ov] {
    text-align: center;
    vertical-align: middle;
}


/* Add these styles to your CSS file */
.applied-coupons-list[b-41i4lsm6ov] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.applied-coupon-item[b-41i4lsm6ov] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.remove-coupon[b-41i4lsm6ov] {
    color: #dc3545;
    text-decoration: none;
}

.coupon-selection-dialog[b-41i4lsm6ov] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.dialog-content[b-41i4lsm6ov] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 500px;
    width: 90%;
}

.eligible-products-list[b-41i4lsm6ov] {
    margin: 1rem 0;
}

.eligible-product-item[b-41i4lsm6ov] {
    padding: 0.75rem;
    border: 1px solid #ddd;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .eligible-product-item:hover[b-41i4lsm6ov] {
        background-color: #f8f9fa;
    }

.dialog-actions[b-41i4lsm6ov] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}


/* Coupon selection dialog styles */
.coupon-selection-dialog[b-41i4lsm6ov] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.dialog-content[b-41i4lsm6ov] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 500px;
    width: 90%;
}

.eligible-products-list[b-41i4lsm6ov] {
    margin: 1rem 0;
}

.eligible-product-item[b-41i4lsm6ov] {
    padding: 0.75rem;
    border: 1px solid #ddd;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .eligible-product-item:hover[b-41i4lsm6ov] {
        background-color: #f8f9fa;
    }

.dialog-actions[b-41i4lsm6ov] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
/*End dialog*/

/*Start Qnty*/
.qtybtn:disabled[b-41i4lsm6ov] {
    opacity: 0.5;
    cursor: not-allowed;
}

.edu-quantity-btn[b-41i4lsm6ov] {
    height: 45px;
}

.pro-qty[b-41i4lsm6ov] {
    display: flex;
    width: auto;
    height: 45px;
    padding: 0px 0px;
}
/*End Qnty*/




/* Product discount display */
.product-discount[b-41i4lsm6ov] {
    min-width: 150px;
}

.applied-coupon-item[b-41i4lsm6ov] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}



.coupon-discount[b-41i4lsm6ov] {
    color: #28a745;
    font-weight: bold;
}

/* Error summary styling */
.alert-danger h4[b-41i4lsm6ov] {
    font-weight: 600;
}

.alert-danger ul[b-41i4lsm6ov] {
    padding-left: 1.5rem;
}

.alert-danger li[b-41i4lsm6ov] {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

/* Disabled checkout button */
.checkout-btn.disabled[b-41i4lsm6ov] {
    opacity: 0.65;
    cursor: not-allowed;
    position: relative;
}

    .checkout-btn.disabled[b-41i4lsm6ov]::after {
        content: attr(title);
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: #333;
        color: white;
        padding: 0.5rem 1rem;
        border-radius: 4px;
        font-size: 0.875rem;
        white-space: nowrap;
        visibility: hidden;
        opacity: 0;
        transition: all 0.2s;
    }

    .checkout-btn.disabled:hover[b-41i4lsm6ov]::after {
        visibility: visible;
        opacity: 1;
        bottom: calc(100% + 10px);
    }
.badge.bg-info[b-41i4lsm6ov] {
    background-color: #17a2b8;
    color: white;
    font-size: 0.7rem;
    padding: 0.15rem 0.3rem;
    border-radius: 0.25rem;
    margin-left: 0.5rem;
}
/* _content/ShoppingCart.EShop/Components/Pages/Checkout.razor.rz.scp.css */
/* Coupon selection dialog styles */
.coupon-selection-dialog[b-ml9a7jkffy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.edu-btn.btn-small i[b-ml9a7jkffy]{
    font-size:inherit;
}
.dialog-content[b-ml9a7jkffy] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 500px;
    width: 90%;
}

.eligible-products-list[b-ml9a7jkffy] {
    margin: 1rem 0;
}

.eligible-product-item[b-ml9a7jkffy] {
    padding: 0.75rem;
    border: 1px solid #ddd;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

    .eligible-product-item:hover[b-ml9a7jkffy] {
        background-color: #f8f9fa;
    }

.dialog-actions[b-ml9a7jkffy] {
    display: flex;
    justify-content: flex-end;
    margin-top: 1rem;
}
/*End dialog*/
i.text-primary[b-ml9a7jkffy] {
    color: var(--color-primary) !important;
}
.account-info-section i.fa-edit[b-ml9a7jkffy] {
    cursor:pointer;
}

.fullscreen-loader[b-ml9a7jkffy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6); /* translucent background */
    z-index: 2000; /* make sure it overlays everything */
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/ShoppingCart.EShop/Components/Pages/Home.razor.rz.scp.css */
.filter-container[b-ypxlqc80mt] {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    max-width: 100%; /* Ensure it doesn't cause horizontal scrolling */
}
.dropdown[b-ypxlqc80mt] {
    position: relative;
    display: inline-block;
    /*  width: 100%;*/
    max-width: 250px; /* Adjust to fit better on smaller screens */
}

.dropdown-toggle[b-ypxlqc80mt] {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: color 0.3s ease;
}

    .dropdown-toggle:hover[b-ypxlqc80mt] {
        color: #007bff;
    }

    .dropdown-toggle i[b-ypxlqc80mt] {
        transition: transform 0.3s ease;
    }

.dropdown-menu[b-ypxlqc80mt] {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    min-width: 300px;
    max-width: 600px;
    z-index: 98;
    transition: all 0.3s ease;
    max-height: 380px; /* Set max-height to prevent overflowing */
    overflow-y: auto; /* Add scrolling inside the dropdown if needed */
    overflow-x: hidden; /* Prevent horizontal scrollbar */
}

    .dropdown-menu.regional[b-ypxlqc80mt] {
        min-width: 420px;
        max-width: 700px;
        max-height: 460px;
    }

    .dropdown-menu.active[b-ypxlqc80mt] {
        display: block;
    }

    .dropdown-menu[b-ypxlqc80mt]::before {
        content: "";
        position: absolute;
        top: -10px;
        left: 50%;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
    }

.checkbox-group[b-ypxlqc80mt] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

    .checkbox-group label[b-ypxlqc80mt] {
        display: flex;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
    }

    .checkbox-group input[b-ypxlqc80mt] {
        margin-right: 8px;
    }

.actions[b-ypxlqc80mt] {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.btn[b-ypxlqc80mt] {
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.btn-reset[b-ypxlqc80mt] {
    background: #e0e0e0;
    border: none;
}

    .btn-reset:hover[b-ypxlqc80mt] {
        background: #d6d6d6;
    }

.btn-apply[b-ypxlqc80mt] {
    background: #007bff;
    color: white;
    border: none;
}

    .btn-apply:hover[b-ypxlqc80mt] {
        background: #0056b3;
    }

@media (max-width: 576px), (max-width: 768px) {
    .dropdown[b-ypxlqc80mt] {
        width: 100%;
        margin-bottom: 10px;
    }

    .location-dropdown[b-ypxlqc80mt] {
        min-width: unset !important;
    }

    .dropdown-toggle[b-ypxlqc80mt] {
        width: 100%;
        padding: 12px 15px; 
        font-size: 18px;
    }

    .dropdown-menu[b-ypxlqc80mt] {
        position: fixed;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 90vw !important;
        max-width: 90vw !important;
        max-height: 70vh !important;
        overflow-y: auto;
    }

        /*.dropdown-menu::before {
            display: none;
        }*/

    /* Stack checkbox groups vertically on mobile */
    .checkbox-group[b-ypxlqc80mt] {
        grid-template-columns: 1fr !important;
    }

    .active-filters[b-ypxlqc80mt] {
        padding: 12px;
    }

    .filter-pill[b-ypxlqc80mt] {
        margin-bottom: 8px;
        font-size: 14px;
    }
}


body.dropdown-open[b-ypxlqc80mt] {
    overflow: hidden;
}

.filter-container .dropdown-toggle[b-ypxlqc80mt]::after {
    content: unset;
}

/* Filter Indicators */
.dropdown-toggle.active[b-ypxlqc80mt] {
    font-weight: 600;
    color: #2c3e50;
    border-color: #3498db;
}

.filter-indicator[b-ypxlqc80mt] {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #3498db;
    border-radius: 50%;
    margin-left: 5px;
}

/* Active Filters Display */
.active-filters[b-ypxlqc80mt] {
    background-color: #f8f9fa;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.filter-label[b-ypxlqc80mt] {
    font-weight: 500;
    margin-right: 10px;
}

.filter-pill[b-ypxlqc80mt] {
    display: inline-flex;
    align-items: center;
    background-color: #e3f2fd;
    color: #1976d2;
    padding: 4px 8px;
    border-radius: 16px;
    margin-right: 8px;
    font-size: 0.875rem;
}

.filter-remove[b-ypxlqc80mt] {
    margin-left: 6px;
    cursor: pointer;
    opacity: 0.7;
}

    .filter-remove:hover[b-ypxlqc80mt] {
        opacity: 1;
    }


.dropdown-menu[b-ypxlqc80mt] {
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.location-dropdown[b-ypxlqc80mt] {
    min-width: 400px;
}

.checkbox-group[b-ypxlqc80mt] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.edu-form-check[b-ypxlqc80mt] {
    display: flex;
    align-items: center;
}

    .edu-form-check input[b-ypxlqc80mt] {
        margin-right: 8px;
    }


/* Voucher Specific Styles */
/*.voucher-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

    .voucher-thumbnail img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }*/

.voucher-badge[b-ypxlqc80mt] {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
}

/*.voucher-price {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 1rem 0;
    color: var(--edu-primary);
}

    .voucher-price .currency {
        font-size: 0.9em;
        margin-right: 2px;
    }*/

/*.voucher-expiry {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

    .voucher-expiry i {
        margin-right: 5px;
    }

.voucher-quantity-control {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}*/

/*.quantity-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}*/


/*Start Add to cart*/
.add-to-cart-btn[b-ypxlqc80mt] {
    width: 100%;
    justify-content: center;
}

.qtybtn:disabled[b-ypxlqc80mt] {
    opacity: 0.5;
    cursor: not-allowed;
}

.edu-quantity-btn[b-ypxlqc80mt] {
    display: flex;
    align-items: center;
    gap: 10px; /* space between qty and button */
    height: 48px;
}

.pro-qty[b-ypxlqc80mt] {
    display: flex;
    width: auto;
    height: 45px;
    padding: 0px 0px;
}
.edu-btn[b-ypxlqc80mt] {
    float: none !important;
    margin-left: 10px; 
}
.edu-course .thumbnail a img[b-ypxlqc80mt] {
    height:135px;
}

/*End Add to cart*/
.pro-qty input[type="number"][b-ypxlqc80mt] { 
    margin: 0 0px;
}
.edu-btn.btn-small.responsive-cart-btn[b-ypxlqc80mt] {
    margin-left: 3px;
}
/* _content/ShoppingCart.EShop/Components/Pages/OrderConfirmation.razor.rz.scp.css */
@media print {
    .no-print[b-yoaoslviiu] {
        display: none !important;
    }

    body[b-yoaoslviiu] {
        background: white;
    }

    .card[b-yoaoslviiu] {
        border: none;
        box-shadow: none;
    }
}
/* _content/ShoppingCart.EShop/Components/Pages/ProductDetails.razor.rz.scp.css */
/*Start Qnty*/
.qtybtn:disabled[b-530cqfwwf4] {
    opacity: 0.5;
    cursor: not-allowed;
}
.qtybtn[b-530cqfwwf4] {
    border: 0px;
    background: #fff;
}
.edu-quantity-btn[b-530cqfwwf4] {
    height: 60px;
}

.pro-qty[b-530cqfwwf4] {
    display: flex;
    width: auto;
    height: 60px;
    padding: 0px 0px;
 
}
/*End Qnty*/
/* _content/ShoppingCart.EShop/Components/Pages/Register.razor.rz.scp.css */
.edu-form-check[b-pi59s2jq34] {
    display: inline-block;
    margin-right: 10px; 
}

    .edu-form-check input[b-pi59s2jq34] {
        margin-right: 5px;
    }
.form-group > label[b-pi59s2jq34] {
    margin-right: 15px;
}
.success-box i[b-pi59s2jq34]{
   font-size:inherit;
}
.success-box[b-pi59s2jq34] {
    border: 2px solid #28a745;
    background-color: #f0fdf4;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    .success-box h4[b-pi59s2jq34] {
        margin-bottom: 10px;
    }

    .success-box .button-group[b-pi59s2jq34] {
        margin-top: 15px;
    }

        .success-box .button-group button[b-pi59s2jq34] {
            margin: 5px;
        }
.color-primary[b-pi59s2jq34] {
    color: var(--color-primary);
}

form select[b-pi59s2jq34]{
    height:unset;
}
