@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/BlazorInputTags/BlazorInputTags.z0l08yt8g8.bundle.scp.css';

/* _content/BlazorUI/Components/Layout/AdminLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.content {
    min-height: 80vh;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
}

.sidebar {
    background-image: linear-gradient(180deg, #000 0%, #333 70%);
}

.top-row {
    background-color: #f8f9fa;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
            text-decoration: underline;
        }

        .top-row ::deep a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

        .top-row ::deep a, .top-row ::deep .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth ::deep a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }



.user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.user-name {
    font-weight: bold;
}

.user-dropdown {
    position: relative;
    display: inline-block;
}

.user-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 5px;
}

.dropdown-toggle {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.user-dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu a {
    padding: 8px 12px;
    text-decoration: none;
    display: block;
}

    .dropdown-menu a:hover {
        background-color: #f0f0f0;
    }

.footer {
    background-color: #f8f9fa;
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #6c757d;
    border-top: 1px solid #dee2e6;
    height: 13vh;
}

    .footer .footer-content {
        max-width: 1200px;
        margin: 0 auto;
    }

    .footer .footer-links a {
        color: #000000;
        text-decoration: none;
        margin: 0 10px;
    }

        .footer .footer-links a:hover {
            text-decoration: underline;
        }*/

.sidebar[b-88y79p8kfj] {
    transition: transform 0.3s ease-in-out; /* Smooth transition */
    transform: translateX(0); /* Sidebar is visible */
}

    .sidebar.collapsed[b-88y79p8kfj] {
        transform: translateX(-250px); /* Sidebar is hidden */
    }
/* _content/BlazorUI/Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/


.main-content[b-0zkbbkwwv6]{
    min-height: 42vh;
}
/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.header[b-0zkbbkwwv6] {
    color: #fff;
    background-color: #000;
    padding: 20px 120px;
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid var(--background-color);
}

    .header .logo[b-0zkbbkwwv6] {
        line-height: 1;
    }

        .header .logo img[b-0zkbbkwwv6] {
            max-height: 36px;
            margin-right: 8px;
        }

        .header .logo h1[b-0zkbbkwwv6] {
            font-size: 32px;
            margin: 0;
            font-weight: 400;
            color: var(--heading-color);
        }

        .header .logo i[b-0zkbbkwwv6] {
            font-size: 28px;
            margin-right: 6px;
        }

    .header .header-social-links[b-0zkbbkwwv6] {
        padding-right: 15px;
    }

        .header .header-social-links a[b-0zkbbkwwv6] {
            color: #c1ab65;
            padding-left: 10px;
            margin-left: 10px;
            display: inline-block;
            transition: 0.3s;
            font-size: 22px;
        }

            .header .header-social-links a:hover[b-0zkbbkwwv6] {
                color: #fff;
            }

            .header .header-social-links a i[b-0zkbbkwwv6] {
                line-height: 0px;
            }

        .header .header-social-links .user-icon[b-0zkbbkwwv6] {
            /*font-size: 2px;*/
            /*padding-right:10px;*/
            padding: 2px 10px;
            border: 2px solid #c1ab65;
            border-radius: 50%;
            margin-left:16px;
        }

            .header .header-social-links .user-icon:hover[b-0zkbbkwwv6] {
                border: 2px solid #fff;
            }

.header-login-div[b-0zkbbkwwv6] {
    padding-right: 15px;
}

    .header-login-div a[b-0zkbbkwwv6] {
        padding-left: 10px;
        margin-left: 10px;
        display: inline-block;
        transition: 0.3s;
        font-size: 22px;
    }

.header .login-btn[b-0zkbbkwwv6] {
    background-color: #c1ab65;
    padding: 10px 26px !important;
    font-size: 20px !important;
    font-weight: 500;
    color: #fff !important;
    font-family: "Playfair Display", serif;
}

    .header .navmenu a:hover[b-0zkbbkwwv6] {
        color: #c1ab65;
    }

.dropdown-user[b-0zkbbkwwv6] {
    width: 360px !important;
    padding: 24px;
    font-size: 18px;
    color: #695757 !important;
    margin-top: 26px !important;
}

.user-links[b-0zkbbkwwv6] {
    cursor: pointer;
    margin-bottom: 4px;
}

.user-links:hover[b-0zkbbkwwv6] {
    color: #000;
    font-weight: 800;
}


.u-text a[b-0zkbbkwwv6] {
    color: #000 !important;
    font-size: 16px !important;
}

@media (max-width: 1200px) {
    .header .logo[b-0zkbbkwwv6] {
        order: 1;
    }

        .header .logo h1[b-0zkbbkwwv6] {
            font-size: 26px;
        }

        .header .logo i[b-0zkbbkwwv6] {
            font-size: 20px;
        }

    .header .header-social-links[b-0zkbbkwwv6] {
        order: 2;
    }

        .header .header-social-links a[b-0zkbbkwwv6] {
            font-size: 16px;
        }

    .header .navmenu[b-0zkbbkwwv6] {
        order: 3;
    }
}

.scrolled .header[b-0zkbbkwwv6] {
    border-color: color-mix(in srgb, var(--background-color) 90%, white 20%);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Navmenu - Desktop */
@media (min-width: 1200px) {
    .navmenu[b-0zkbbkwwv6] {
        padding: 0;
    }

        .navmenu ul[b-0zkbbkwwv6] {
            margin: 0;
            padding: 0;
            display: flex;
            list-style: none;
            align-items: center;
        }

        .navmenu li[b-0zkbbkwwv6] {
            position: relative;
        }

        .navmenu a[b-0zkbbkwwv6],
        .navmenu a:focus[b-0zkbbkwwv6] {
            color: var(--nav-color);
            padding: 18px 15px;
            font-size: 14px;
            font-family: var(--nav-font);
            font-weight: 400;
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .navmenu a i[b-0zkbbkwwv6],
            .navmenu a:focus i[b-0zkbbkwwv6] {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                transition: 0.3s;
            }

        .navmenu li:last-child a[b-0zkbbkwwv6] {
            padding-right: 0;
        }

        .navmenu li:hover > a[b-0zkbbkwwv6],
        .navmenu .active[b-0zkbbkwwv6],
        .navmenu .active:focus[b-0zkbbkwwv6] {
            color: var(--nav-hover-color);
        }

        .navmenu .dropdown ul[b-0zkbbkwwv6] {
            margin: 0;
            padding: 10px 0;
            background: #000;
            display: block;
            position: absolute;
            visibility: hidden;
            left: 14px;
            top: 130%;
            opacity: 0;
            transition: 0.3s;
            border-radius: 4px;
            z-index: 99;
        }

            .navmenu .dropdown ul li[b-0zkbbkwwv6] {
                min-width: 200px;
            }

            .navmenu .dropdown ul a[b-0zkbbkwwv6] {
                padding: 10px 20px;
                font-size: 15px;
                text-transform: none;
                color: var(--nav-dropdown-color);
            }

                .navmenu .dropdown ul a i[b-0zkbbkwwv6] {
                    font-size: 12px;
                }

                .navmenu .dropdown ul a:hover[b-0zkbbkwwv6],
                .navmenu .dropdown ul .active:hover[b-0zkbbkwwv6],
                .navmenu .dropdown ul li:hover > a[b-0zkbbkwwv6] {
                    color: #c1ab65;
                }

        .navmenu .dropdown:hover > ul[b-0zkbbkwwv6] {
            opacity: 1;
            top: 100%;
            visibility: visible;
        }

        .navmenu .dropdown .dropdown ul[b-0zkbbkwwv6] {
            top: 0;
            left: -90%;
            visibility: hidden;
        }

        .navmenu .dropdown .dropdown:hover > ul[b-0zkbbkwwv6] {
            opacity: 1;
            top: 0;
            left: -100%;
            visibility: visible;
        }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
    .header[b-0zkbbkwwv6] {
        padding: 20px 20px;
    }

    .mobile-nav-toggle[b-0zkbbkwwv6] {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu[b-0zkbbkwwv6] {
        padding: 0;
        z-index: 9997;
    }

        .navmenu ul[b-0zkbbkwwv6] {
            display: none;
            position: absolute;
            inset: 60px 20px 20px 20px;
            padding: 10px 0;
            margin: 0;
            border-radius: 6px;
            background-color: var(--nav-mobile-background-color);
            overflow-y: auto;
            transition: 0.3s;
            z-index: 9998;
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
        }

        .navmenu a[b-0zkbbkwwv6],
        .navmenu a:focus[b-0zkbbkwwv6] {
            color: var(--nav-dropdown-color);
            padding: 10px 20px;
            font-family: var(--nav-font);
            font-size: 17px;
            font-weight: 500;
            display: flex;
            align-items: center;
            justify-content: space-between;
            white-space: nowrap;
            transition: 0.3s;
        }

            .navmenu a i[b-0zkbbkwwv6],
            .navmenu a:focus i[b-0zkbbkwwv6] {
                font-size: 12px;
                line-height: 0;
                margin-left: 5px;
                width: 30px;
                height: 30px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                transition: 0.3s;
                background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
            }

                .navmenu a i:hover[b-0zkbbkwwv6],
                .navmenu a:focus i:hover[b-0zkbbkwwv6] {
                    background-color: var(--accent-color);
                    color: var(--contrast-color);
                }

            .navmenu a:hover[b-0zkbbkwwv6],
            .navmenu .active[b-0zkbbkwwv6],
            .navmenu .active:focus[b-0zkbbkwwv6] {
                color: var(--nav-dropdown-hover-color);
            }

                .navmenu .active i[b-0zkbbkwwv6],
                .navmenu .active:focus i[b-0zkbbkwwv6] {
                    background-color: var(--accent-color);
                    color: var(--contrast-color);
                    transform: rotate(180deg);
                }

        .navmenu .dropdown ul[b-0zkbbkwwv6] {
            position: static;
            display: none;
            z-index: 99;
            padding: 10px 0;
            margin: 10px 20px;
            background-color: var(--nav-dropdown-background-color);
            border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
            box-shadow: none;
            transition: all 0.5s ease-in-out;
        }

            .navmenu .dropdown ul ul[b-0zkbbkwwv6] {
                background-color: rgba(33, 37, 41, 0.1);
            }

        .navmenu .dropdown > .dropdown-active[b-0zkbbkwwv6] {
            display: block;
            background-color: rgba(33, 37, 41, 0.03);
        }

    .mobile-nav-active[b-0zkbbkwwv6] {
        overflow: hidden;
    }

        .mobile-nav-active .mobile-nav-toggle[b-0zkbbkwwv6] {
            color: #fff;
            position: absolute;
            font-size: 32px;
            top: 15px;
            right: 15px;
            margin-right: 0;
            z-index: 9999;
        }

        .mobile-nav-active .navmenu[b-0zkbbkwwv6] {
            position: fixed;
            overflow: hidden;
            inset: 0;
            background: rgba(33, 37, 41, 0.8);
            transition: 0.3s;
        }

            .mobile-nav-active .navmenu > ul[b-0zkbbkwwv6] {
                display: block;
            }
}



/*Footer*/

.footer[b-0zkbbkwwv6] {
    border: none;
    background-color: #000;
}

.footer .links a[b-0zkbbkwwv6] {
    font-size: 16px;
    text-decoration: none;
    color: #cdcccc;
    display: block;
    margin-top: 10px;
}

.footer .contact p[b-0zkbbkwwv6] {
    color: #cdcccc;
    margin-left: 34px;
}

.footer .company p[b-0zkbbkwwv6] {
    color: #cdcccc;
    margin-top: 10px;
}


/* Search container */
.search-container[b-0zkbbkwwv6] {
    position: absolute;
    top: 126%; /* Position it directly below the search icon */
    right: 0;
    width: 420px; /* Set a width for the search container */
    padding: 20px;
    background-color: #000;
    border: 1px solid #000;
    display: none; /* Initially hidden */
    z-index: 100;
    margin-top: 5px; /* Space between the input and results */
}

    .search-container.show[b-0zkbbkwwv6] {
        display: block; /* Display when toggled */
    }

.search-field[b-0zkbbkwwv6] {
    min-width: 100%;
}

.search-field .search-input[b-0zkbbkwwv6] {
    min-width: 100%;
}

.search-results .result[b-0zkbbkwwv6] {
    padding-bottom: 0 !important;
    color: #fff !important;
}

.search-results .result:hover[b-0zkbbkwwv6] {
    background-color: #695757;
    color: #c1ab65 !important;
}


.notif-link[b-0zkbbkwwv6] {
    color: #000 !important;
}

.notif-link:hover[b-0zkbbkwwv6] {
    background-color: #cdcccc34;
}
/* _content/BlazorUI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n4p89scb43] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-n4p89scb43] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-n4p89scb43] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-n4p89scb43] {
    font-size: 1.1rem;
}

.bi[b-n4p89scb43] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-cart-check-fill-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-cart-check-fill' viewBox='0 0 16 16'%3E%3Cpath d='M11.5 0a.5.5 0 0 1 .5.5v1h2a.5.5 0 0 1 .48.379l1.02 4.08a.5.5 0 0 1-.49.621h-9.4a.5.5 0 0 1-.49-.62L2.02 1.88A.5.5 0 0 1 2.48 1h2V.5a.5.5 0 0 1 .5-.5h6zM4.474 4h7.053l.79 3H3.684l.79-3zM5 9a2 2 0 1 0 4 0 2 2 0 0 0-4 0zm7 0a2 2 0 1 0 4 0 2 2 0 0 0-4 0z'/%3E%3C/svg%3E");
}

.bi-list-ul-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-ul' viewBox='0 0 16 16'%3E%3Cpath d='M1 2.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5v-1zM1 7a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5V7zM1 11.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H1a.5.5 0 0 1-.5-.5v-1z'/%3E%3C/svg%3E");
}

.bi-box-seam-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-box-seam' viewBox='0 0 16 16'%3E%3Cpath d='M3 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H3zM2 2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V2z'/%3E%3C/svg%3E");
}

.bi-boxes-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-boxes' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3h6V4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3h1a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h1V4zm6 0h4v3H6V4z'/%3E%3C/svg%3E");
}

.bi-ticket-perforated-fill-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-ticket-perforated-fill' viewBox='0 0 16 16'%3E%3Cpath d='M12 1a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h8zm0 1H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1z'/%3E%3C/svg%3E");
}

.bi-pencil-square-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M12.854 0l3.146 3.146a1 1 0 0 1 0 1.414L5.207 13.207a1 1 0 0 1-.44.26L1.146 15a1 1 0 0 1-1.307-1.307l1.536-3.021a1 1 0 0 1 .26-.44L11.146 2.854a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
}

.bi-house-door-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-chat-left-quote-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-chat-left-quote' viewBox='0 0 16 16'%3E%3Cpath d='M1 3.5a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H9l-3 3V10H2a1 1 0 0 1-1-1V3.5z'/%3E%3C/svg%3E");
}

.bi-person-plus-fill-nav-menu[b-n4p89scb43] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-plus-fill' viewBox='0 0 16 16'%3E%3Cpath d='M10.5 9a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h3zM8 10h3v1H8v-1zM8 13a4 4 0 1 0 4 4 4 4 0 0 0-4-4zM8 11a5 5 0 0 1 5 5v1h-1v-1a4 4 0 1 0-8 0v1H3v-1a5 5 0 0 1 5-5z'/%3E%3C/svg%3E");
}




.nav-item[b-n4p89scb43] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n4p89scb43] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n4p89scb43] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n4p89scb43]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-n4p89scb43]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-n4p89scb43]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-n4p89scb43] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n4p89scb43] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n4p89scb43] {
        display: none;
    }

    .nav-scrollable[b-n4p89scb43] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/BlazorUI/Components/Pages/Admin/Login.razor.rz.scp.css */
/*.login-section {
    height:100vh;
    position:relative;
    margin-top: -68px;
}

login-image {
    max-height: 50px;
}
*/





/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

*[b-yccr5tih8f] {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.body[b-yccr5tih8f], html[b-yccr5tih8f] {
    height: 100%;
    font-family: Poppins-Regular, sans-serif;
    /*margin-top: -10vh;*/
}

/*---------------------------------------------*/
a[b-yccr5tih8f] {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus[b-yccr5tih8f] {
        outline: none !important;
    }

    a:hover[b-yccr5tih8f] {
        text-decoration: none;
        color: #57b846;
    }

/*---------------------------------------------*/
h1[b-yccr5tih8f], h2[b-yccr5tih8f], h3[b-yccr5tih8f], h4[b-yccr5tih8f], h5[b-yccr5tih8f], h6[b-yccr5tih8f] {
    margin: 0px;
}

p[b-yccr5tih8f] {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul[b-yccr5tih8f], li[b-yccr5tih8f] {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input[b-yccr5tih8f] {
    outline: none;
    border: none;
}

textarea[b-yccr5tih8f] {
    outline: none;
    border: none;
}

    textarea:focus[b-yccr5tih8f], input:focus[b-yccr5tih8f] {
        border-color: transparent !important;
    }

        input:focus[b-yccr5tih8f]::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder[b-yccr5tih8f] {
            color: transparent;
        }

        input:focus[b-yccr5tih8f]::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder[b-yccr5tih8f] {
            color: transparent;
        }

        textarea:focus[b-yccr5tih8f]::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder[b-yccr5tih8f] {
            color: transparent;
        }

        textarea:focus[b-yccr5tih8f]::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder[b-yccr5tih8f] {
            color: transparent;
        }

input[b-yccr5tih8f]::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder[b-yccr5tih8f] {
    color: #999999;
}

input[b-yccr5tih8f]::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder[b-yccr5tih8f] {
    color: #999999;
}

textarea[b-yccr5tih8f]::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder[b-yccr5tih8f] {
    color: #999999;
}

textarea[b-yccr5tih8f]::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder[b-yccr5tih8f] {
    color: #999999;
}

/*---------------------------------------------*/
button[b-yccr5tih8f] {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover[b-yccr5tih8f] {
        cursor: pointer;
    }

iframe[b-yccr5tih8f] {
    border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1[b-yccr5tih8f] {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #999999;
}

.txt2[b-yccr5tih8f] {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 1.5;
    color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter[b-yccr5tih8f] {
    width: 100%;
    margin: 0 auto;
}

.container-login100[b-yccr5tih8f] {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #5C4E4E;
    /*background: url(https://img.freepik.com/free-photo/concrete-textured-background-matte-black-high-resolution-image_53876-160747.jpg?semt=ais_hybrid);
    background-size: cover;*/
    /*background: #000000;
    background: -webkit-linear-gradient(-135deg, #000000, #434343);*/ /* For WebKit browsers */
    /*background: -o-linear-gradient(-135deg, #000000, #434343);*/ /* For older Opera browsers */
    /*background: -moz-linear-gradient(-135deg, #000000, #434343);*/ /* For Firefox */
    /*background: linear-gradient(-135deg, #000000, #434343);*/
}

.wrap-login100[b-yccr5tih8f] {
    width: 960px;
    background: #D1D0D0;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 177px 130px 177px 130px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic[b-yccr5tih8f] {
    width: 316px;
}

    .login100-pic img[b-yccr5tih8f] {
        max-width: 100%;
    }


/*------------------------------------------------------------------
[  ]*/
.login100-form[b-yccr5tih8f] {
    width: 290px;
}

.login100-form-title[b-yccr5tih8f] {
    font-family: Poppins-Bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100[b-yccr5tih8f] {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 10px;
}

.input100[b-yccr5tih8f] {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    display: block;
    width: 100%;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100[b-yccr5tih8f] {
    display: block;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 0px 0px;
    color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100[b-yccr5tih8f] {
    -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
    animation: anim-shadow-b-yccr5tih8f 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

@keyframes anim-shadow-b-yccr5tih8f {
    to {
        box-shadow: 0px 0px 70px 25px;
        opacity: 0;
    }
}

.symbol-input100[b-yccr5tih8f] {
    font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 35px;
    pointer-events: none;
    color: #666666;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100[b-yccr5tih8f] {
    color: #57b846;
    padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn[b-yccr5tih8f] {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login100-form-btn[b-yccr5tih8f] {
    font-family: Montserrat-Bold;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #57b846;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .login100-form-btn:hover[b-yccr5tih8f] {
        background: #333333;
    }



/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
    .wrap-login100[b-yccr5tih8f] {
        padding: 177px 90px 33px 85px;
    }

    .login100-pic[b-yccr5tih8f] {
        width: 35%;
    }

    .login100-form[b-yccr5tih8f] {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .wrap-login100[b-yccr5tih8f] {
        padding: 100px 80px 33px 80px;
    }

    .login100-pic[b-yccr5tih8f] {
        display: none;
    }

    .login100-form[b-yccr5tih8f] {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wrap-login100[b-yccr5tih8f] {
        padding: 100px 15px 33px 15px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input[b-yccr5tih8f] {
    position: relative;
}

.alert-validate[b-yccr5tih8f]::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: white;
    border: 1px solid #c80000;
    border-radius: 13px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    pointer-events: none;
    font-family: Poppins-Medium;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate[b-yccr5tih8f]::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    color: #c80000;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 13px;
}

.alert-validate:hover[b-yccr5tih8f]:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate[b-yccr5tih8f]::before {
        visibility: visible;
        opacity: 1;
    }
}
/* _content/BlazorUI/Components/Pages/Admin/ManageFeedbacks.razor.rz.scp.css */
.switch[b-ikr0cozd4v] {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 20px;
    }

    .switch input[b-ikr0cozd4v] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider[b-ikr0cozd4v] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 20px;
    }

    .slider[b-ikr0cozd4v]:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

    input:checked + .slider[b-ikr0cozd4v] {
        background-color: #28a745;
    }

    input:checked + .slider[b-ikr0cozd4v]:before {
        transform: translateX(18px);
    }
/* _content/BlazorUI/Components/Pages/BlogDetail.razor.rz.scp.css */
.blog-page[b-umouapoqo4] {
    background-color: #000;
    color: #fff;
}

.blog-page h1[b-umouapoqo4] {
    font-size: 48px;
    font-weight: 600;
}

.blog-page h4[b-umouapoqo4], p[b-umouapoqo4] {
    color: #d5d7d7;
}

.blog-page .blog-content[b-umouapoqo4] {
    color: #d5d7d7;
}
/* _content/BlazorUI/Components/Pages/Checkout.razor.rz.scp.css */
.checkout-page[b-tl7gn9dits] {
    background-color: var(--bg-color);
    min-height: 90vh;
    color: var(--text-color);
}

.checkout-menu .current-page-option[b-tl7gn9dits] {
    color: #ff006e;
    font-size: 22px;
}


.checkout-page h3[b-tl7gn9dits] {
    font-size: 22px;
    font-weight: 600;
}

.checkout-page p[b-tl7gn9dits] {
    color: var(--text-color2);
    margin-bottom: 0;
}

.checkout-page h5[b-tl7gn9dits] {
    font-size: 16px;
    font-weight: 600;
}

.cart-items[b-tl7gn9dits] {
    border-inline-end: 1px solid #524b4b;
}

.cart-item[b-tl7gn9dits] {
    border: 1px solid #524b4b;
    border-radius: 6px !important;
}

.cart-item h5[b-tl7gn9dits] {
    font-size: 20px;
    font-weight: 500;
}

.quantity button[b-tl7gn9dits] {
    background: none;
    color: var(--text-color);
    border: none;
    font-size: 12px;
}

.quantity span[b-tl7gn9dits] {
    border: 1px solid #808080;
    padding: 4px 6px;
}

.cart-item .wish-btn[b-tl7gn9dits], .remove-btn[b-tl7gn9dits] {
    border: none;
    padding: 10px 20px;
    margin-top: 10px;
    margin-right: 6px;
    color: var(--text-color);
    font-weight: 600;
    font-size: 14px;
}

.wish-btn[b-tl7gn9dits] {
    background-color: #ff006e;
}

.remove-btn[b-tl7gn9dits] {
    background-color: var(--text-color);
    color: var(--bg-color);
}

.coupon-section input[b-tl7gn9dits] {
    width: 70%;
    padding: 10px 20px;
}

.coupon-section button[b-tl7gn9dits] {
    background-color: #000;
    color: #ff006e;
    font-weight: 600;
    padding: 10px 20px;
    border: 2px solid #ff006e;
    border-radius: 2px;
}

.coupon-section button:hover[b-tl7gn9dits] {
    background-color: #ff006e60;
}

.product-detail-section button[b-tl7gn9dits] {
    border: none;
    background-color: #ff006e;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
    padding: 10px 20px;
    margin-top: 20px;
}



/*Shipping-address*/

.shipping-address[b-tl7gn9dits] {
    border-inline-end: 1px solid #524b4b;
}

.shipping-address input[b-tl7gn9dits], select[b-tl7gn9dits] {
    width: 100%;
    padding: 16px;
    margin-top: 15px;
    border-radius: 6px;
    border: 1px solid var(--text-color2);
    background-color: var(--bg-color);
    color: #d5d7d7;
    font-size: 20px;
    resize: vertical;
}

.shipping-address input:focus[b-tl7gn9dits], select:focus[b-tl7gn9dits] {
    border: 1px solid #ccc;
}

shipping-address input[b-tl7gn9dits]::placeholder {
    color: #fff !important;
}

shipping-address select[b-tl7gn9dits] {
    color: #fff !important;
}

.switch[b-tl7gn9dits] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input[b-tl7gn9dits] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-tl7gn9dits] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 20px;
}

    .slider[b-tl7gn9dits]:before {
        position: absolute;
        content: "";
        height: 14px;
        width: 14px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-tl7gn9dits] {
    background-color: #808080;
}

    input:checked + .slider[b-tl7gn9dits]:before {
        transform: translateX(18px);
    }


.custom-btn[b-tl7gn9dits] {
    background-color: var(--bg-color);
    color: var(--text-color);
    border-color: var(--text-color);
}
/* _content/BlazorUI/Components/Pages/EditProfile.razor.rz.scp.css */
.edit-page[b-vhvz0s37j6] {
    background-color: var(--bg-color);
    color: var(--text-color);
}

.edit-page .edit-card[b-vhvz0s37j6] {
    background-color: #1e1e1e;
    color: #fff;
}
/* _content/BlazorUI/Components/Pages/ForgotPassword.razor.rz.scp.css */
.body[b-3u2ttcqpef] {
    color: #000;
    overflow-x: hidden;
    height: 100vh;
    /*background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 0%, 1) 63%);*/
    /*background-color: black;*/
    background-image: url("https://media.istockphoto.com/id/1153899947/photo/data-technology-abstract-futuristic-illustration-low-poly-shape-with-connecting-dots-and.jpg?s=2048x2048&w=is&k=20&c=3Bh1SyabR6ww9iEh89WXMcwRYNQkdZVUZsP8zqt5X1Y=");
    background-repeat: no-repeat;
}

input[b-3u2ttcqpef], textarea[b-3u2ttcqpef] {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

    input:focus[b-3u2ttcqpef], textarea:focus[b-3u2ttcqpef] {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #D500F9 !important;
        outline-width: 0;
        font-weight: 400;
    }

button:focus[b-3u2ttcqpef] {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card[b-3u2ttcqpef] {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.card1[b-3u2ttcqpef] {
    width: 50%;
    padding: 40px 30px 10px 30px;
}

.card2[b-3u2ttcqpef] {
    width: 50%;
    /*background-image: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 31%, 1) 100%);*/
    /*background-color: dimgrey;*/
    background-color: #000;
}

#logo[b-3u2ttcqpef] {
    width: 70px;
    height: 60px;
}

.heading[b-3u2ttcqpef] {
    margin-bottom: 60px !important;
}

[b-3u2ttcqpef]::placeholder {
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder[b-3u2ttcqpef] {
    color: #000 !important;
}

[b-3u2ttcqpef]::-ms-input-placeholder {
    color: #000 !important;
}

.form-control-label[b-3u2ttcqpef] {
    font-size: 12px;
    margin-left: 15px;
}

.msg-info[b-3u2ttcqpef] {
    padding-left: 15px;
    margin-bottom: 30px;
}

.btn-color[b-3u2ttcqpef] {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #808080ff, #000);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px;
}

    .btn-color:hover[b-3u2ttcqpef] {
        color: #fff;
        background-image: linear-gradient(to right, #000, #808080ff);
    }

.btn-white[b-3u2ttcqpef] {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #808080ff !important;
    margin-left: 12px;
}

    .btn-white:hover[b-3u2ttcqpef] {
        color: #fff;
        background-image: linear-gradient(to right, #808080ff, #000);
    }

a[b-3u2ttcqpef] {
    color: #000;
}

    a:hover[b-3u2ttcqpef] {
        color: #000;
    }

.bottom[b-3u2ttcqpef] {
    width: 100%;
    margin-top: 50px !important;
}

.sm-text[b-3u2ttcqpef] {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .card1[b-3u2ttcqpef] {
        width: 100%;
        padding: 40px 30px 10px 30px;
    }

    .card2[b-3u2ttcqpef] {
        width: 100%;
    }

    .right[b-3u2ttcqpef] {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .container[b-3u2ttcqpef] {
        padding: 10px !important;
    }

    .card2[b-3u2ttcqpef] {
        padding: 50px;
    }

    .right[b-3u2ttcqpef] {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}
/* _content/BlazorUI/Components/Pages/Home.razor.rz.scp.css */


.c-item[b-3felec1a8d] {
    height:90vh;
}

.c-img[b-3felec1a8d] {
    height:100%;
}

.ad-slider[b-3felec1a8d] {
    background-color: var(--bg-color);
}

.s-img[b-3felec1a8d] {
    height: 58vh;
}


.ad-detail[b-3felec1a8d] {
    color: #d5d7d7;
    /*padding-inline: 460px;*/
    padding-block: 10px;
}

    .ad-detail a[b-3felec1a8d] {
        font-size: 18px;
        font-weight: 700;
        background-color: var(--text-color);
        color: var(--bg-color);
        margin-top: 4px;
        text-decoration: none;
        width: 180px;
    }

    .ad-detail .ad-title[b-3felec1a8d] {
        color: var(--text-color);
        font-weight: 600;
        font-size: 28px;
        /*margin-bottom: 10px;*/
    }

    .ad-detail a:hover[b-3felec1a8d] {
        color: var(--text-color); /* Change color on hover */
    }

.carousel-caption[b-3felec1a8d] {
    margin-top: 260px !important;
}

/* Video Carousel Styling */
.video-slider-section[b-3felec1a8d] {
    background-color: var(--bg-color);
}

.video-slider-heading h1[b-3felec1a8d] {
    color: var(--text-color);
    font-weight: 600;
    font-size: 45px;
}

.video-slider-heading h3[b-3felec1a8d] {
    color: #c1ab65;
    padding-top: 60px;
    font-weight: 700;
    font-size: 17px;
}

.video-container[b-3felec1a8d] {
    position: relative;
}

.play-button[b-3felec1a8d] {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    display: block; /* Ensure it's visible */
}

    .play-button:hover[b-3felec1a8d] {
        background-color: rgba(0, 0, 0, 0.7);
    }

.owl-carousel[b-3felec1a8d] {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

    .owl-carousel .item[b-3felec1a8d] {
        transition: transform 0.3s ease;
        display: flex;
        justify-content: center;
    }

    .owl-carousel .owl-item.center .item[b-3felec1a8d] {
        transform: scale(1.3); /* Larger center video */
        z-index: 10; /* Ensure center is above left and right */
    }

    .owl-carousel .owl-item:not(.center) .item video[b-3felec1a8d] {
        transform: scale(0.7); /* Smaller left and right videos */
        opacity: 0.7; /* Slightly faded effect */
        z-index: -1 !important;
    }

    .owl-carousel .owl-item[b-3felec1a8d] {
        flex: 1 0 33.33%; /* Ensure each item takes up 1/3 of the space */
        padding: 0;
    }

    .owl-carousel .item video[b-3felec1a8d] {
        width: 100%; /* Ensure videos fill their container */
        margin-bottom: 100px;
    }

    .owl-carousel .owl-item.center .item video[b-3felec1a8d] {
        width: 100%; /* Center video takes full space */
    }

/* Blog Carousel Styling */
.owl-carousel-blog[b-3felec1a8d] {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

    .owl-carousel-blog .item[b-3felec1a8d] {
        transition: transform 0.3s ease;
        display: flex;
        justify-content: center;
    }

    .owl-carousel-blog .owl-item.center .item[b-3felec1a8d] {
        transform: scale(1.2); /* Larger center blog */
        z-index: 10;
    }

    .owl-carousel-blog .owl-item:not(.center) .item img[b-3felec1a8d] {
        transform: scale(0.8); /* Smaller left and right blogs */
        opacity: 0.8; /* Slightly faded effect */
        z-index: -1 !important;
    }

    .owl-carousel-blog .owl-item[b-3felec1a8d] {
        flex: 1 0 33.33%; /* Ensure each item takes up 1/3 of the space */
        padding: 0;
    }

    .owl-carousel-blog .item img[b-3felec1a8d] {
        width: 100%; /* Ensure images fill their container */
        margin-bottom: 20px;
    }

    .owl-carousel-blog .owl-item.center .item img[b-3felec1a8d] {
        width: 100%; /* Center image takes full space */
    }

/* Blog Card Styles */

.blog-slider-section[b-3felec1a8d] {
    background-color: var(--bg-color);
}

.blog-slider-heading h1[b-3felec1a8d] {
    color: var(--text-color);
    font-weight: 600;
    font-size: 45px;
}

.blog-slider-heading h3[b-3felec1a8d] {
    color: #c1ab65;
    padding-top: 60px;
    font-weight: 700;
    font-size: 17px;
}

.blog-item[b-3felec1a8d] {
    width: 416px;
    height: auto; /* Let the height adjust based on content */
    display: flex;
    flex-direction: column; /* Stack items vertically */
    margin-bottom: 20px; /* Add some spacing between items */
}

.blog-image[b-3felec1a8d] {
    width: 100%; /* Ensure the image takes up the full width */
    height: 100%;
    margin-bottom: 10px;
}

.blog-image img[b-3felec1a8d] {
    height: 364px;
}

.blog-detail[b-3felec1a8d] {
    color: var(--text-color2);
    text-align: left; /* Ensure the text is aligned to the left */
    display: flex;
    flex-direction: column; /* Stack text content vertically */
}

    .blog-detail p[b-3felec1a8d] {
        font-size: 16px;
        color: var(--text-color2);
    }

    .blog-detail a[b-3felec1a8d] {
        font-size: 18px;
        font-weight: 700;
        color: var(--text-color2);
        text-decoration: none; /* Optional: remove underline */
    }

    .blog-detail .blog-title[b-3felec1a8d] {
        color: var(--text-color);
        font-weight: 600;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .blog-detail a:hover[b-3felec1a8d] {
        color: var(--text-color); /* Change color on hover */
    }

.product-section[b-3felec1a8d] {
    background-color: var(--bg-color);
    padding: 20px;
}

.product-detail[b-3felec1a8d] {
    color: #d5d7d7;
    text-align: left; /* Ensure the text is aligned to the left */
    display: flex;
    flex-direction: column; /* Stack text content vertically */
    background-color: #1e1e1e;
}

    .product-detail p[b-3felec1a8d] {
        font-size: 16px;
        color: #d5d7d7;
    }

    .product-detail h3[b-3felec1a8d] {
        font-size: 18px;
        font-weight: 700;
        color: #c7c5c5;
        text-decoration: none; /* Optional: remove underline */
    }

    .product-detail h1[b-3felec1a8d] {
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        /*margin-bottom: 10px;*/
    }

.product-cover img[b-3felec1a8d] {
    height: 260px !important;
}

.product-cover .wishlist-icon[b-3felec1a8d] {
    color: var(--text-color);
    font-size: 20px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.product-cover .wishlisted-icon[b-3felec1a8d] {
    color: #ff006e;
}

.product-detail .dashed-price[b-3felec1a8d] {
    font-size: 14px
}

.product-detail button[b-3felec1a8d] {
    font-size: 16px;
    font-weight: 600;
    width: 100%
}






.testimonial-section[b-3felec1a8d] {
    background-color: var(--bg-color);
}

.testimonial-item[b-3felec1a8d] {
    display: none;
}

    .testimonial-item.active[b-3felec1a8d] {
        display: block;
    }

.testimonial-detail[b-3felec1a8d] {
    color: var(--text-color);
}

.testimonial-detail i[b-3felec1a8d] {
    font-size: 26px;
    margin-block: 26px;
}

.testimonial-detail p[b-3felec1a8d] {
    font-size: 1.25rem;
    font-style: italic;
}

.testimonial-nav[b-3felec1a8d] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--bg-color);
    border: none;
    color: var(--text-color) !important;
    padding: 10px 60px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    z-index: 1000;
}

.prev[b-3felec1a8d] {
    left: -30px;
}

.next[b-3felec1a8d] {
    right: -30px;
}

/*Loader*/

.loader-container[b-3felec1a8d] {
    min-height: 75vh;
    background-color: var(--bg-color);
    padding-top: 200px;
    position: relative;
}

.loader[b-3felec1a8d] {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border: 4px solid #0000;
    border-radius: 50%;
    border-right-color: #25b09b;
    animation: l15-b-3felec1a8d 1s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
}

    .loader[b-3felec1a8d]::before,
    .loader[b-3felec1a8d]::after {
        content: "";
        grid-area: 1/1;
        margin: 2px;
        border: inherit;
        border-radius: 50%;
        animation: l15-b-3felec1a8d 2s infinite;
    }

    .loader[b-3felec1a8d]::after {
        margin: 8px;
        animation-duration: 3s;
    }

@keyframes l15-b-3felec1a8d {
    100% {
        transform: rotate(1turn)
    }
}
/* _content/BlazorUI/Components/Pages/Login.razor.rz.scp.css */
.body[b-n9x76c9use] {
    color: #000;
    overflow-x: hidden;
    height: 100vh;
    /*background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 0%, 1) 63%);*/
    /*background-color: black;*/
    background-image: url("https://media.istockphoto.com/id/1153899947/photo/data-technology-abstract-futuristic-illustration-low-poly-shape-with-connecting-dots-and.jpg?s=2048x2048&w=is&k=20&c=3Bh1SyabR6ww9iEh89WXMcwRYNQkdZVUZsP8zqt5X1Y=");
    background-repeat: no-repeat;
}

input[b-n9x76c9use], textarea[b-n9x76c9use] {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

    input:focus[b-n9x76c9use], textarea:focus[b-n9x76c9use] {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #D500F9 !important;
        outline-width: 0;
        font-weight: 400;
    }

button:focus[b-n9x76c9use] {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card[b-n9x76c9use] {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.card1[b-n9x76c9use] {
    width: 50%;
    padding: 40px 30px 10px 30px;
}

.card2[b-n9x76c9use] {
    width: 50%;
    /*background-image: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 31%, 1) 100%);*/
    /*background-color: dimgrey;*/
    background-color: #000;
}

#logo[b-n9x76c9use] {
    width: 70px;
    height: 60px;
}

.heading[b-n9x76c9use] {
    margin-bottom: 60px !important;
}

[b-n9x76c9use]::placeholder {
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder[b-n9x76c9use] {
    color: #000 !important;
}

[b-n9x76c9use]::-ms-input-placeholder {
    color: #000 !important;
}

.form-control-label[b-n9x76c9use] {
    font-size: 12px;
    margin-left: 15px;
}

.msg-info[b-n9x76c9use] {
    padding-left: 15px;
    margin-bottom: 30px;
}

.btn-color[b-n9x76c9use] {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #808080ff, #000);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px;
}

    .btn-color:hover[b-n9x76c9use] {
        color: #fff;
        background-image: linear-gradient(to right, #000, #808080ff);
    }

.btn-white[b-n9x76c9use] {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #808080ff !important;
    margin-left:12px;
}

    .btn-white:hover[b-n9x76c9use] {
        color: #fff;
        background-image: linear-gradient(to right, #808080ff, #000);
    }

a[b-n9x76c9use] {
    color: #000;
}

    a:hover[b-n9x76c9use] {
        color: #000;
    }

.bottom[b-n9x76c9use] {
    width: 100%;
    margin-top: 50px !important;
}

.sm-text[b-n9x76c9use] {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .card1[b-n9x76c9use] {
        width: 100%;
        padding: 40px 30px 10px 30px;
    }

    .card2[b-n9x76c9use] {
        width: 100%;
    }

    .right[b-n9x76c9use] {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .container[b-n9x76c9use] {
        padding: 10px !important;
    }

    .card2[b-n9x76c9use] {
        padding: 50px;
    }

    .right[b-n9x76c9use] {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}
/* _content/BlazorUI/Components/Pages/MyOrders.razor.rz.scp.css */
.myorders-page[b-962xu2sbmb] {
    background-color: var(--bg-color);
    color: var(--text-color);
    padding: 20px 460px;
    min-height: 75vh;
}

    .myorders-page p[b-962xu2sbmb] {
        line-height: 12px;
    }

    .order-card[b-962xu2sbmb] {
        background-color: #1e1e1e;
        color: #d5d7d7;
        border: 1px solid #524b4b;
    }

.order-card-heading h6[b-962xu2sbmb] {
    margin-left: 20px;
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
}

/*.order-card-heading a {
    margin-right: 20px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #524b4b;
    border-radius: 10px;
    padding: 6px 20px;
    background-color: #fff;
}*/

.order-card-heading p[b-962xu2sbmb] {
    margin-left: 20px;
    margin-top: 12px !important;
    font-size: 16px;
    font-weight: 600;
}

.order-item h6[b-962xu2sbmb] {
    margin-top: 6px;
    color: #fff !important;
    font-size: 18px;
}

.order-details h6[b-962xu2sbmb] {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.order-details h6 span[b-962xu2sbmb] {
    color: #d5d7d7 !important;
    font-size: 16px;
    font-weight: 600;
}

.order-card-heading[b-962xu2sbmb] {
    /*border-block-end: 1px solid #524b4b;*/
    padding-bottom: 10px;
}

/*.order-card-footer {
    border-block-start: 1px solid #524b4b;
}*/

/*.order-items .row {
    border-block-end: 1px solid #000;
}

.order-items {
    border-inline-end: 1px solid #000;
}*/

.order-item[b-962xu2sbmb] {
    padding: 10px 30px;
}

.order-item img[b-962xu2sbmb] {
    width: 140px;
    height: 100px;
}

.order-card-footer button[b-962xu2sbmb] {
    background: none;
    border: none;
    color: #d5d7d7;
    font-size: 18px;
    font-weight: 600;
    margin-left: -18px;
}


.order-card-footer button:hover[b-962xu2sbmb] {
    color: #fff;
}

.order-card-footer h4[b-962xu2sbmb] {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 641px) {
    .myorders-page[b-962xu2sbmb] {
        padding: 10px;
    }
}
/* _content/BlazorUI/Components/Pages/OrderFailure.razor.rz.scp.css */
.failure-page[b-p6j2e2u7ae] {
    background-color: var(--bg-color);
    min-height: 90vh;
    color: var(--text-color);
}

.custom-btn[b-p6j2e2u7ae] {
    background-color: var(--bg-color);
    color: var(--text-color);
    border-color: var(--text-color);
}
/* _content/BlazorUI/Components/Pages/OrderSuccess.razor.rz.scp.css */
.success-page[b-390mxf8x32] {
    background-color: var(--bg-color);
    min-height: 90vh;
    color: var(--text-color);
}

.custom-btn[b-390mxf8x32] {
    background-color: var(--bg-color);
    color: var(--text-color);
    border-color: var(--text-color);
}
/* _content/BlazorUI/Components/Pages/ProductPage.razor.rz.scp.css */
.product-details-section[b-9c52oowlac] {
    background-color: var(--bg-color);
    padding: 40px;
    color: var(--text-color);
}

.product-card[b-9c52oowlac] {
    /*max-height: 60vh;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;*/
}

.product-card[b-9c52oowlac]::-webkit-scrollbar {
  display: none;
}

.product-card h3[b-9c52oowlac] {
    font-size: 22px;
    font-weight: 600;
}

.product-card .sub-heading[b-9c52oowlac] {
    font-size: 18px;
}

.product-card p[b-9c52oowlac] {
    color: var(--text-color2);
}

.product-price[b-9c52oowlac] {
    margin-top: 30px
}

.product-price span[b-9c52oowlac] {
    font-size: 16px;
}

.product-price .dashed-price[b-9c52oowlac] {
    color: var(--text-color2);
}
.product-price .discount[b-9c52oowlac] {
    color: #c1ab65;
}

.bag-btn[b-9c52oowlac], .wishlist-btn[b-9c52oowlac] {
    width: 100%;
    padding: 14px 30px;
    font-size: 14px;
    font-weight: 600;
    margin-inline: 2px;
    margin-top: 20px;
    border: none;
    border-radius: 4px;
}

.bag-btn[b-9c52oowlac] {
    background-color: #ff006e;
    color: #fff;
}

.wishlist-btn[b-9c52oowlac] {
    background-color: var(--text-color);
    color: var(--bg-color);
}

.wishlisted-icon[b-9c52oowlac] {
    color: #ff006e;
}

.product-description h3[b-9c52oowlac] {
    font-size: 22px;
    font-weight: 600;
}

.product-description p[b-9c52oowlac] {
    color: var(--text-color2);
}

.product-features h3[b-9c52oowlac] {
    font-size: 22px;
    font-weight: 600;
}

.product-features p[b-9c52oowlac] {
    color: var(--text-color2);
}

.product-details h3[b-9c52oowlac] {
    font-size: 22px;
    font-weight: 600;
}

.product-details p[b-9c52oowlac] {
    color: var(--text-color2);
}

.accordion[b-9c52oowlac] {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Hide checkbox inputs */
.accordion-toggle[b-9c52oowlac] {
    display: none;
}

/* Label for accordion header (clickable) */
.accordion-header[b-9c52oowlac] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*background-color: #000;*/
    color: var(--text-color) !important;
    font-size: 18px !important;
    font-weight: 600;
    padding: 20px 26px;
    cursor: pointer;
    transition: background-color 0.3s, padding-left 0.3s;
    /*border: 1px solid #808080;*/
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 10px;
}

    .accordion-header:hover[b-9c52oowlac] {
        background-color: #2a2a2a;
    }

    .accordion-header i[b-9c52oowlac] {
        margin-right: 10px;
        transition: transform 0.3s ease;
    }

    /* Show the chevron icon pointing down initially */
    .accordion-header i[b-9c52oowlac] {
        transform: rotate(0deg);
    }

/* When the checkbox is checked, rotate the icon */
.accordion-toggle:checked + .accordion-header i[b-9c52oowlac] {
    transform: rotate(180deg);
}

/* Accordion body (hidden by default) */
.accordion-body[b-9c52oowlac] {
    margin-top: -10px;
    margin-bottom: 10px;
    padding: 20px 26px;
    /*background-color: #fff;*/
    font-size: 16px;
    color: var(--text-color);
    display: none;
    transition: max-height 0.2s ease-in-out;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, max-height 0.5s ease-in-out;
}

/* When the checkbox is checked, show the body */
.accordion-toggle:checked + .accordion-header + .accordion-body[b-9c52oowlac] {
    display: block;
    max-height: 500px;
    opacity: 1;
}


/*Feedback section*/

.reviews-section[b-9c52oowlac] {
    padding-right: 30px;
    border-inline-end: 1px solid #808080;
    min-height: 28vh;
}

.reviews-section h3[b-9c52oowlac] {
    font-size: 22px;
    font-weight: 600;
}

.reviews-section p[b-9c52oowlac] {
    color: #d5d7d7;
}

.write-review h3[b-9c52oowlac] {
    font-size: 22px;
    font-weight: 600;
}

.write-review p[b-9c52oowlac] {
    color: #d5d7d7;
}

.write-review[b-9c52oowlac] {
    margin-left: 10px;
    /*padding-left: 30px;
    border-inline-start: 1px solid;*/
}

.star-rating[b-9c52oowlac] {
    display: flex;
    gap: 10px;
    font-size: 30px;
}

.star[b-9c52oowlac] {
    color: #d5d7d7; /* Default gray color */
    cursor: pointer;
    transition: color 0.3s ease;
}

/* On hover, fill the hovered star and all stars before it */
/*.star:hover {
    color: #ff006e;
}*/

.selected-star[b-9c52oowlac] {
    color: #ff006e;
}

/* Feedback text area */
.feedback-textarea[b-9c52oowlac] {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1e1e1e;
    color: #d5d7d7;
    font-size: 16px;
    resize: vertical;
}

/* Submit Button */
.submit-review-btn[b-9c52oowlac] {
    background-color: #ff006e;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.submit-review-btn:hover[b-9c52oowlac] {
    background-color: #e5005b;
}


.reviews-list[b-9c52oowlac] {
    margin-top: 20px;
}

.review-item[b-9c52oowlac] {
    background-color: #2a2a2a;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.review-header[b-9c52oowlac] {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.review-author[b-9c52oowlac] {
    color: #fff;
}

.review-rating i[b-9c52oowlac] {
    color: #ff006e;
    margin-right: 2px;
}

.review-date[b-9c52oowlac] {
    font-size: 14px;
    color: #c7c7c7;
}

.review-text[b-9c52oowlac] {
    font-size: 16px;
    color: #d5d7d7;
    margin-top: 10px;
}

/* Star rating styles */
.star-rating i[b-9c52oowlac] {
    cursor: pointer;
    color: #d5d7d7;
    transition: color 0.3s ease;
}

.star-rating i.selected-star[b-9c52oowlac] {
    color: #ff006e;
}

.feedback-textarea[b-9c52oowlac] {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #1e1e1e;
    color: #d5d7d7;
    font-size: 16px;
    resize: vertical;
}

.submit-review-btn[b-9c52oowlac] {
    background-color: #ff006e;
    color: white;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    margin-top: 20px;
    cursor: pointer;
}

.submit-review-btn:hover[b-9c52oowlac] {
    background-color: #e5005b;
}



@media (max-width: 768px) { /* Adjust breakpoint as needed */
    .product-card[b-9c52oowlac] {
        position: relative !important;
        width: 100%;
        max-width: none; /* Allows it to take full width */
        margin-top: 20px; /* Adds some spacing */
    }
}
/* _content/BlazorUI/Components/Pages/ResetPassword.razor.rz.scp.css */
.body[b-udlhy5qdd9] {
    color: #000;
    overflow-x: hidden;
    height: 100vh;
    /*background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 0%, 1) 63%);*/
    /*background-color: black;*/
    background-image: url("https://media.istockphoto.com/id/1153899947/photo/data-technology-abstract-futuristic-illustration-low-poly-shape-with-connecting-dots-and.jpg?s=2048x2048&w=is&k=20&c=3Bh1SyabR6ww9iEh89WXMcwRYNQkdZVUZsP8zqt5X1Y=");
    background-repeat: no-repeat;
}

input[b-udlhy5qdd9], textarea[b-udlhy5qdd9] {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

    input:focus[b-udlhy5qdd9], textarea:focus[b-udlhy5qdd9] {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #D500F9 !important;
        outline-width: 0;
        font-weight: 400;
    }

button:focus[b-udlhy5qdd9] {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card[b-udlhy5qdd9] {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.card1[b-udlhy5qdd9] {
    width: 50%;
    padding: 40px 30px 10px 30px;
}

.card2[b-udlhy5qdd9] {
    width: 50%;
    /*background-image: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 31%, 1) 100%);*/
    /*background-color: dimgrey;*/
    background-color: #000;
}

#logo[b-udlhy5qdd9] {
    width: 70px;
    height: 60px;
}

.heading[b-udlhy5qdd9] {
    margin-bottom: 60px !important;
}

[b-udlhy5qdd9]::placeholder {
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder[b-udlhy5qdd9] {
    color: #000 !important;
}

[b-udlhy5qdd9]::-ms-input-placeholder {
    color: #000 !important;
}

.form-control-label[b-udlhy5qdd9] {
    font-size: 12px;
    margin-left: 15px;
}

.msg-info[b-udlhy5qdd9] {
    padding-left: 15px;
    margin-bottom: 30px;
}

.btn-color[b-udlhy5qdd9] {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #808080ff, #000);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px;
}

    .btn-color:hover[b-udlhy5qdd9] {
        color: #fff;
        background-image: linear-gradient(to right, #000, #808080ff);
    }

.btn-white[b-udlhy5qdd9] {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #808080ff !important;
    margin-left: 12px;
}

    .btn-white:hover[b-udlhy5qdd9] {
        color: #fff;
        background-image: linear-gradient(to right, #808080ff, #000);
    }

a[b-udlhy5qdd9] {
    color: #000;
}

    a:hover[b-udlhy5qdd9] {
        color: #000;
    }

.bottom[b-udlhy5qdd9] {
    width: 100%;
    margin-top: 50px !important;
}

.sm-text[b-udlhy5qdd9] {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .card1[b-udlhy5qdd9] {
        width: 100%;
        padding: 40px 30px 10px 30px;
    }

    .card2[b-udlhy5qdd9] {
        width: 100%;
    }

    .right[b-udlhy5qdd9] {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .container[b-udlhy5qdd9] {
        padding: 10px !important;
    }

    .card2[b-udlhy5qdd9] {
        padding: 50px;
    }

    .right[b-udlhy5qdd9] {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}
/* _content/BlazorUI/Components/Pages/Signup.razor.rz.scp.css */
.body[b-y0jomcagk6] {
    color: #000;
    overflow-x: hidden;
    /*background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 1) 0%, hsla(0, 0%, 0%, 1) 63%);*/
    /*background-color: black;*/
    background-image: url("https://media.istockphoto.com/id/1153899947/photo/data-technology-abstract-futuristic-illustration-low-poly-shape-with-connecting-dots-and.jpg?s=2048x2048&w=is&k=20&c=3Bh1SyabR6ww9iEh89WXMcwRYNQkdZVUZsP8zqt5X1Y=");
    background-repeat: no-repeat;
}

    .body[b-y0jomcagk6]::-webkit-scrollbar {
        display: none; /* For Chrome, Safari, and Edge */
    }

input[b-y0jomcagk6], textarea[b-y0jomcagk6] {
    background-color: #F3E5F5;
    border-radius: 50px !important;
    padding: 12px 15px 12px 15px !important;
    width: 100%;
    box-sizing: border-box;
    border: none !important;
    border: 1px solid #F3E5F5 !important;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

    input:focus[b-y0jomcagk6], textarea:focus[b-y0jomcagk6] {
        -moz-box-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 1px solid #D500F9 !important;
        outline-width: 0;
        font-weight: 400;
    }

button:focus[b-y0jomcagk6] {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

.card[b-y0jomcagk6] {
    border-radius: 0;
    border: none;
    margin-bottom: 0;
}

.card1[b-y0jomcagk6] {
    width: 50%;
    padding: 40px 30px 10px 30px;
}

.card2[b-y0jomcagk6] {
    width: 50%;
    /*background-image: linear-gradient(90deg, hsla(0, 0%, 0%, 1) 0%, hsla(0, 0%, 31%, 1) 100%);*/
    /*background-color: dimgrey;*/
    background-color: #000;
}

#logo[b-y0jomcagk6] {
    width: 70px;
    height: 60px;
}

.heading[b-y0jomcagk6] {
    margin-bottom: 60px !important;
}

[b-y0jomcagk6]::placeholder {
    color: #000 !important;
    opacity: 1;
}

:-ms-input-placeholder[b-y0jomcagk6] {
    color: #000 !important;
}

[b-y0jomcagk6]::-ms-input-placeholder {
    color: #000 !important;
}

.form-control-label[b-y0jomcagk6] {
    font-size: 12px;
    margin-left: 15px;
}

.msg-info[b-y0jomcagk6] {
    padding-left: 15px;
    margin-bottom: 30px;
}

.btn-color[b-y0jomcagk6] {
    border-radius: 50px;
    color: #fff;
    background-image: linear-gradient(to right, #808080ff, #000);
    padding: 15px;
    cursor: pointer;
    border: none !important;
    margin-top: 40px;
}

    .btn-color:hover[b-y0jomcagk6] {
        color: #fff;
        background-image: linear-gradient(to right, #000, #808080ff);
    }

.btn-white[b-y0jomcagk6] {
    border-radius: 50px;
    color: #D500F9;
    background-color: #fff;
    padding: 8px 40px;
    cursor: pointer;
    border: 2px solid #808080ff !important;
    margin-left: 12px;
}

    .btn-white:hover[b-y0jomcagk6] {
        color: #fff;
        background-image: linear-gradient(to right, #808080ff, #000);
    }

a[b-y0jomcagk6] {
    color: #000;
}

    a:hover[b-y0jomcagk6] {
        color: #000;
    }

.bottom[b-y0jomcagk6] {
    width: 100%;
    margin-top: 50px !important;
}

.sm-text[b-y0jomcagk6] {
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .card1[b-y0jomcagk6] {
        width: 100%;
        padding: 40px 30px 10px 30px;
    }

    .card2[b-y0jomcagk6] {
        width: 100%;
    }

    .right[b-y0jomcagk6] {
        margin-top: 100px !important;
        margin-bottom: 100px !important;
    }
}

@media screen and (max-width: 768px) {
    .container[b-y0jomcagk6] {
        padding: 10px !important;
    }

    .card2[b-y0jomcagk6] {
        padding: 50px;
    }

    .right[b-y0jomcagk6] {
        margin-top: 50px !important;
        margin-bottom: 50px !important;
    }
}
/* _content/BlazorUI/Components/Pages/WishlistPage.razor.rz.scp.css */
.wishlist-page[b-jon2378bns] {
    background-color: var(--bg-color);
    min-height: 90vh;
    color: var(--text-color);
}

.wishlist-page h3[b-jon2378bns] {
    font-size: 22px;
    font-weight: 600;
}

.wishlist-page p[b-jon2378bns] {
    color: var(--text-color2);
}

.product-detail[b-jon2378bns] {
    color: var(--text-color2);
    text-align: left; /* Ensure the text is aligned to the left */
    display: flex;
    flex-direction: column; /* Stack text content vertically */
}

    .product-detail p[b-jon2378bns] {
        font-size: 16px;
        color: var(--text-color2);
    }

    .product-detail h3[b-jon2378bns] {
        font-size: 18px;
        font-weight: 700;
        color: var(--text-color2);
        text-decoration: none; /* Optional: remove underline */
    }

    .product-detail h1[b-jon2378bns] {
        color: var(--text-color2);
        font-weight: 600;
        font-size: 20px;
        /*margin-bottom: 10px;*/
    }

.product-cover img[b-jon2378bns] {
    height: 260px !important;
}

.product-cover .close-icon[b-jon2378bns] {
    color: #fff;
    font-size: 16px;
    top: 10px;
    right: 14px;
    background-color: #808080;
    padding: 0px 8px;
    border-radius: 50%;
    cursor: pointer;
}

.product-detail .dashed-price[b-jon2378bns] {
    font-size: 14px
}

.product-detail button[b-jon2378bns] {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    background-color: var(--text-color) !important;
    color: var(--bg-color);
}

.custom-btn[b-jon2378bns] {
    background-color: var(--bg-color);
    color: var(--text-color);
    border-color: var(--text-color);
}
