/* _content/G9SACManagement.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-kmig7x6wt1] {
    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-kmig7x6wt1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/G9SACManagement.Web/Components/Pages/Admin.razor.rz.scp.css */
:root[b-ggop1sxze2] {
    --background-color: #f2f1e6;
    --primary-text: #333333;
    --secondary-text: #4c4c4c;
    --primary-accent: #a9503c;
    --secondary-accent: #c0392b;
    --hover-color: #ff8f60;
    --card-background: #ffffff;
    --card-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    --transition: all 0.3s ease;
    --main-color: #914d3d;
    --top-menu-color: #914d3d;
}

body[b-ggop1sxze2] {
    direction: rtl;
    font-family: "Yekan 4", "Tahoma", "Arial", sans-serif;
    background-color: var(--background-color);
    color: var(--primary-text);
    line-height: 1.6;
}

.admin-title[b-ggop1sxze2] {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-text);
    text-align: right;
    margin-bottom: 20px;
    font-family: "Yekan 5";
}

.nav-tabs[b-ggop1sxze2] {
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 20px;
}

    .nav-tabs .nav-link[b-ggop1sxze2] {
        color: var(--secondary-text);
        font-weight: 500;
        padding: 10px 20px;
        border: none;
        border-bottom: 3px solid transparent;
        transition: var(--transition);
    }

        .nav-tabs .nav-link.active[b-ggop1sxze2],
        .nav-tabs .nav-link:hover[b-ggop1sxze2] {
            color: var(--main-color);
            border-bottom: 3px solid var(--main-color);
            background-color: var(--card-background);
        }

.table[b-ggop1sxze2] {
    background-color: var(--card-background);
    box-shadow: var(--card-shadow);
    border-radius: 8px;
    overflow: hidden;
}

    .table th[b-ggop1sxze2],
    .table td[b-ggop1sxze2] {
        padding: 12px;
        text-align: right;
        vertical-align: middle;
    }

    .table th[b-ggop1sxze2] {
        background-color: var(--main-color);
        color: #eee;
        font-weight: 600;
    }

    .table tbody tr:hover[b-ggop1sxze2] {
        background-color: rgba(145, 77, 61, 0.1);
    }

.btn-primary[b-ggop1sxze2] {
    background-color: var(--main-color);
    border-color: var(--main-color);
    transition: var(--transition);
}

    .btn-primary:hover[b-ggop1sxze2] {
        background-color: var(--hover-color);
        border-color: var(--hover-color);
    }

.btn-warning[b-ggop1sxze2] {
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger[b-ggop1sxze2] {
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-secondary[b-ggop1sxze2] {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-success[b-ggop1sxze2] {
    background-color: #28a745;
    border-color: #28a745;
}

.modal-content[b-ggop1sxze2] {
    background-color: var(--card-background);
    border-radius: 8px;
    box-shadow: var(--card-shadow);
}

.modal-header[b-ggop1sxze2] {
    background-color: var(--main-color);
    color: #eee;
    border-bottom: none;
}

.modal-title[b-ggop1sxze2] {
    font-size: 24px;
    font-weight: 600;
}

.btn-close[b-ggop1sxze2] {
    filter: invert(1);
}

.form-label[b-ggop1sxze2] {
    font-weight: 500;
    color: var(--primary-text);
}

.form-control[b-ggop1sxze2],
.form-select[b-ggop1sxze2] {
    border-radius: 5px;
    border: 1px solid var(--secondary-text);
    padding: 8px;
    text-align: right;
}

    .form-control:focus[b-ggop1sxze2],
    .form-select:focus[b-ggop1sxze2] {
        border-color: var(--main-color);
        box-shadow: 0 0 5px rgba(145, 77, 61, 0.3);
    }

.validation-message[b-ggop1sxze2] {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
}

.ingredient-select[b-ggop1sxze2] {
    max-height: 200px;
    overflow-y: auto;
    border: 1px solid var(--secondary-text);
    border-radius: 5px;
    padding: 10px;
    background-color: var(--card-background);
}

    .ingredient-select .form-check[b-ggop1sxze2] {
        margin-bottom: 8px;
    }

    .ingredient-select .form-check-input[b-ggop1sxze2] {
        margin-left: 10px;
    }

    .ingredient-select .form-check-label[b-ggop1sxze2] {
        font-size: 14px;
        color: var(--primary-text);
    }

.image-preview[b-ggop1sxze2] {
    margin-top: 10px;
}

    .image-preview img[b-ggop1sxze2] {
        max-width: 200px;
        max-height: 200px;
        object-fit: cover;
        border-radius: 5px;
        border: 1px solid var(--secondary-text);
    }

@media (max-width: 767px) {
    .admin-title[b-ggop1sxze2] {
        font-size: 28px;
    }

    .nav-tabs .nav-link[b-ggop1sxze2] {
        padding: 8px 15px;
        font-size: 14px;
    }

    .table th[b-ggop1sxze2],
    .table td[b-ggop1sxze2] {
        font-size: 14px;
        padding: 8px;
    }

    .modal-dialog[b-ggop1sxze2] {
        margin: 10px;
    }

    .modal-title[b-ggop1sxze2] {
        font-size: 20px;
    }

    .image-preview img[b-ggop1sxze2] {
        max-width: 150px;
        max-height: 150px;
    }
}

.btn-outline-primary[b-ggop1sxze2] {
    border-color: var(--main-color);
    color: var(--main-color);
    transition: var(--transition);
}

    .btn-outline-primary:hover[b-ggop1sxze2] {
        background-color: var(--hover-color);
        border-color: var(--hover-color);
        color: #fff;
    }

    .btn-outline-primary:disabled[b-ggop1sxze2] {
        border-color: var(--secondary-text);
        color: var(--secondary-text);
        opacity: 0.5;
    }

#loading[b-ggop1sxze2]{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100%;
    background-color: #222222bc;
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(6.9px);
}

    #loading div[b-ggop1sxze2]{
        position: relative;
    }

    #loading h1[b-ggop1sxze2]{
        color: #eee;
    }

    #loading svg[b-ggop1sxze2] {
        max-width: 300px;
        fill: #eee;
        color: #eee;
    }
/* _content/G9SACManagement.Web/Components/Pages/Home.razor.rz.scp.css */
/*--------------------------------------------------------------
#                       Menu Section
--------------------------------------------------------------*/

.menu #menu-flters[b-mgkp8mxfny] {
    text-align: center;
    width: 100%;
    z-index: 999;
    list-style: none;
    margin: 0px auto;
    background-color: var(--top-menu-color);
    box-shadow: 0 0 3px 1px #222;
    padding: 0;
}

@media (min-width: 1300px) {
    .menu #menu-flters[b-mgkp8mxfny] {
        position: fixed;
    }
}

@media (max-width: 1299px) {
    .menu #menu-flters[b-mgkp8mxfny] {
        position: fixed;
        top: 0;
        right: -250px;
        width: 250px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
        transition: right 0.3s ease;
    }

        .menu #menu-flters.menu-open[b-mgkp8mxfny] {
            right: 0;
        }
}

.menu #menu-flters li[b-mgkp8mxfny] {
    cursor: pointer;
    padding: 8px 16px 10px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #eee;
    margin: 0 3px 10px 3px;
    transition: linear 300ms;
    position: relative;
    top: 9.9px;
}

@media (min-width: 1300px) {
    .menu #menu-flters li[b-mgkp8mxfny] {
        display: inline-block;
    }
}

@media (max-width: 1299px) {
    .menu #menu-flters li[b-mgkp8mxfny] {
        width: 100%;
        text-align: right;
        margin: 1px 0;
        padding: 10px;
        top: 0;
    }

        .menu #menu-flters li:first-child[b-mgkp8mxfny] {
            margin-top: 13px;
        }
}

.menu #menu-flters li:hover[b-mgkp8mxfny],
.menu #menu-flters li.filter-active[b-mgkp8mxfny] {
    border-bottom: 3px solid var(--card-background);
}

.menu #menu-flters li:last-child[b-mgkp8mxfny] {
    margin-right: 0;
}

.burger-icon[b-mgkp8mxfny] {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 1000;
    background-color: var(--main-color);
}

    .burger-icon span[b-mgkp8mxfny] {
        width: 100%;
        height: 3px;
        background-color: #eee;
        transition: all 0.3s ease;
    }

    .burger-icon.active span:nth-child(1)[b-mgkp8mxfny] {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-icon.active span:nth-child(2)[b-mgkp8mxfny] {
        opacity: 0;
    }

    .burger-icon.active span:nth-child(3)[b-mgkp8mxfny] {
        transform: rotate(-45deg) translate(7px, -7px);
    }

.menu *[b-mgkp8mxfny] {
    text-decoration: none;
}

.menu .menu-container[b-mgkp8mxfny] {
    padding-top: 60px;
}

.menu-section[b-mgkp8mxfny] {
    margin-bottom: 30px;
    transition: opacity 0.3s ease;
}

.menu-title[b-mgkp8mxfny] {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-text);
    margin-bottom: 10px;
    text-align: right;
    font-family: "Yekan 5";
    font-size: 36px;
}

.menu-extra-info[b-mgkp8mxfny] {
    margin-bottom: 20px;
    text-align: right;
}

    .menu-extra-info p[b-mgkp8mxfny] {
        font-size: 16px;
        color: var(--secondary-text);
        margin-bottom: 20px;
        padding: 10px;
        background-color: rgba(255, 111, 49, 0.1);
        border-right: 3px solid var(--primary-accent);
        border-radius: 0 5px 5px 0;
        background: linear-gradient(265deg, rgb(145 77 61 / 30%) 0%, rgba(145, 77, 61, 0) 100%);
    }

.menu .menu-item[b-mgkp8mxfny] {
    margin-top: 13.9px;
    transition: all 0.3s ease;
}

.menu .menu-item-inner[b-mgkp8mxfny] {
    position: relative;
    background-color: var(--card-background);
    box-shadow: var(--card-shadow);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
    transform: translateY(50px) scale(0.9);
    opacity: 0;
}

    .menu .menu-item-inner.animate-menu-item[b-mgkp8mxfny] {
        animation: menuItemPop-b-mgkp8mxfny 0.3s ease-out forwards;
    }

@keyframes menuItemPop-b-mgkp8mxfny {
    0% {
        transform: translateY(50px) scale(0.9);
        opacity: 0;
    }

    60% {
        transform: translateY(-10还没 System: -10px) scale(1.05);
        opacity: 0.8;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.menu-item-content[b-mgkp8mxfny] {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

.menu-text[b-mgkp8mxfny] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 16px;
}

.menu-image[b-mgkp8mxfny] {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 0 8px 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
    .menu-image img[b-mgkp8mxfny] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
        cursor: pointer; /* Add cursor to indicate clickable */
    }

.menu-item:hover .menu-image img[b-mgkp8mxfny] {
    transform: scale(1.3);
}

.menu-image-new-label[b-mgkp8mxfny] {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.9px 6.9px;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 0 6.9px 0 0;
    border-top: solid 1px #222;
    border-right: solid 1px #222;
    font-size: 15px;
}

.menu-content[b-mgkp8mxfny] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .menu-content label[b-mgkp8mxfny] {
        color: var(--main-color);
        font-size: 18px;
        font-weight: 600;
    }

    .menu-content span[b-mgkp8mxfny] {
        color: var(--main-color);
        font-family: "Farnaz";
        font-size: 22px;
        left: 13px;
        position: relative;
        letter-spacing: 1px;
    }

.menu-ingredients[b-mgkp8mxfny] {
    font-style: italic;
    font-size: 14px;
    color: var(--secondary-text);
    text-align: right;
}


@media (max-width: 1299px) {
    .burger-icon[b-mgkp8mxfny] {
        display: flex;
    }

    .custom-menu[b-mgkp8mxfny] {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 50px;
        padding: 0;
        background-color: var(--main-color);
        z-index: 9999;
    }

    .menu-image[b-mgkp8mxfny] {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 1099px) {
    .menu-extra-info p[b-mgkp8mxfny] {
        font-size: 16px;
    }

    .menu-item-content[b-mgkp8mxfny] {
        gap: 10.9px;
    }

    .menu-content span[b-mgkp8mxfny] {
        left: 6.9px;
    }

    .menu-image[b-mgkp8mxfny] {
        width: 120px;
        height: 120px;
    }

    .menu-text[b-mgkp8mxfny] {
        padding-top: 6.9px;
    }

    .menu-content[b-mgkp8mxfny] {
        margin-bottom: 6px;
    }

        .menu-content label[b-mgkp8mxfny] {
            font-size: 16px;
        }

    .menu-ingredients[b-mgkp8mxfny] {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        max-height: 3em;
    }
}

@media (max-width: 900px) {

    .menu-extra-info p[b-mgkp8mxfny] {
        font-size: 16px;
    }

    .menu-item-content[b-mgkp8mxfny] {
        gap: 10.9px;
    }

    .menu-content span[b-mgkp8mxfny] {
        left: 6.9px;
    }

    .menu-image[b-mgkp8mxfny] {
        width: 120px;
        height: 120px;
    }

    .menu-text[b-mgkp8mxfny] {
        padding-top: 6.9px;
    }

    .menu-content[b-mgkp8mxfny] {
        margin-bottom: 6px;
    }

        .menu-content label[b-mgkp8mxfny] {
            font-size: 16px;
        }

    .menu-ingredients[b-mgkp8mxfny] {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        max-height: 3em;
    }
}

@media (max-width: 539px) {
    .menu-extra-info p[b-mgkp8mxfny] {
        font-size: 14px;
    }

    .menu-item-content[b-mgkp8mxfny] {
        gap: 9.9px;
    }

    .menu-content span[b-mgkp8mxfny] {
        left: 6.9px;
        font-size: 18px;
    }

    .menu-image[b-mgkp8mxfny] {
        width: 100px;
        height: 100px;
    }

    .menu-text[b-mgkp8mxfny] {
        padding-top: 3.9px;
    }

    .menu-content[b-mgkp8mxfny] {
        margin: 2px;
    }

        .menu-content label[b-mgkp8mxfny] {
            font-size: 15px;
        }

    .menu-ingredients[b-mgkp8mxfny] {
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        max-height: 3em;
    }

    .menu-image-new-label[b-mgkp8mxfny] {
        font-size: 13px;
    }
}

@media (max-width: 399px) {
    .menu-extra-info p[b-mgkp8mxfny] {
        font-size: 14px;
    }

    .menu-item-content[b-mgkp8mxfny] {
        gap: 6.9px;
    }

    .menu-content span[b-mgkp8mxfny] {
        left: 3.9px;
        top: 6px;
        font-size: 16px;
    }

    .menu-image[b-mgkp8mxfny] {
        width: 75px;
        height: 75px;
    }

    .menu-text[b-mgkp8mxfny] {
        padding-top: 0;
    }

    .menu-content[b-mgkp8mxfny] {
        margin: 0;
    }

        .menu-content label[b-mgkp8mxfny] {
            font-size: 13px;
        }

    .menu-ingredients[b-mgkp8mxfny] {
        font-size: 11px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.5em;
        max-height: 3em;
    }

    .menu-image-new-label[b-mgkp8mxfny] {
        font-size: 9px;
    }
}

#phone-number[b-mgkp8mxfny] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    float: left;
    background-color: var(--main-color);
    width: 115px;
    padding: 6.9px;
    text-align: center;
    direction: ltr;
    border-radius: 0 6px 0 0;
    font-size: 16px;
    color: #fff;
}

    #phone-number *[b-mgkp8mxfny] {
    }

    #phone-number svg[b-mgkp8mxfny]{
        position: relative;
        float: left;
    }

    #phone-number a[b-mgkp8mxfny] {
        color: #fff;
        text-decoration: none;
        position: relative;
        top: 2px;
    }

#Logo[b-mgkp8mxfny] {
    position: fixed;
    top: 9.9px;
    left: 9px;
    height: 29px;
    z-index: 9999;
    filter: brightness(99);
}
/* _content/G9SACManagement.Web/Components/Pages/NotFound.razor.rz.scp.css */
#not-found-section[b-3vaz6wertu] {
    --primary: #FF6B6B;
    --secondary: #FFA3A3;
    --accent: #FFD166;
    --dark: #333333;
    --light: #F7FFF7;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: var(--light);
    color: var(--dark);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;

    font-family: "yekan 4";
}

.error-container[b-3vaz6wertu] {
    text-align: center;
    padding: 2rem;
    max-width: 800px;
    z-index: 10;
}

.error-code[b-3vaz6wertu] {
    font-size: 10rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: -1rem;
    position: relative;
    display: inline-block;
    animation: bounce-b-3vaz6wertu 2s infinite alternate;
}

@keyframes bounce-b-3vaz6wertu {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-20px);
    }
}

.error-title[b-3vaz6wertu] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--dark);
}

.error-message[b-3vaz6wertu] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 600px;
    line-height: 1.6;
}

.home-btn[b-3vaz6wertu] {
    display: inline-block;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3);
    position: relative;
    overflow: hidden;
}

    .home-btn:hover[b-3vaz6wertu] {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.4);
    }

    .home-btn:active[b-3vaz6wertu] {
        transform: translateY(1px);
    }

    .home-btn[b-3vaz6wertu]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
        transition: 0.5s;
    }

    .home-btn:hover[b-3vaz6wertu]::before {
        left: 100%;
    }

/* Floating food items */
.floating-food[b-3vaz6wertu] {
    position: absolute;
    opacity: 0.7;
    z-index: 1;
    animation: floatItem-b-3vaz6wertu linear infinite;
}

@keyframes floatItem-b-3vaz6wertu {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    100% {
        transform: translateY(-100vh) rotate(360deg);
    }
}

/* Specific food items */
.pizza[b-3vaz6wertu] {
    width: 80px;
    left: 10%;
    top: 80%;
    animation-duration: 20s;
    animation-delay: 0s;
}

.burger[b-3vaz6wertu] {
    width: 60px;
    right: 15%;
    top: 85%;
    animation-duration: 25s;
    animation-delay: 3s;
}

.taco[b-3vaz6wertu] {
    width: 70px;
    left: 20%;
    top: 90%;
    animation-duration: 22s;
    animation-delay: 5s;
}

.ice-cream[b-3vaz6wertu] {
    width: 50px;
    right: 25%;
    top: 95%;
    animation-duration: 18s;
    animation-delay: 2s;
}

.salad[b-3vaz6wertu] {
    width: 65px;
    left: 30%;
    top: 100%;
    animation-duration: 28s;
    animation-delay: 7s;
}

/* Fork and spoon animation */
.cutlery[b-3vaz6wertu] {
    position: absolute;
    z-index: 2;
    opacity: 0.8;
}

.fork[b-3vaz6wertu] {
    width: 100px;
    right: 5%;
    top: 20%;
    animation: swing-b-3vaz6wertu 4s ease-in-out infinite alternate;
    transform-origin: top center;
}

.spoon[b-3vaz6wertu] {
    width: 100px;
    left: 5%;
    top: 25%;
    animation: swing-b-3vaz6wertu 5s ease-in-out infinite alternate-reverse;
    transform-origin: top center;
}

@keyframes swing-b-3vaz6wertu {
    0% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .error-code[b-3vaz6wertu] {
        font-size: 8rem;
    }

    .error-title[b-3vaz6wertu] {
        font-size: 2rem;
    }

    .error-message[b-3vaz6wertu] {
        font-size: 1rem;
    }

    .floating-food[b-3vaz6wertu] {
        width: 50px !important;
    }

    .cutlery[b-3vaz6wertu] {
        width: 70px !important;
    }
}

@media (max-width: 480px) {
    .error-code[b-3vaz6wertu] {
        font-size: 6rem;
    }

    .floating-food[b-3vaz6wertu] {
        width: 40px !important;
    }

    .cutlery[b-3vaz6wertu] {
        display: none;
    }
}
/* _content/G9SACManagement.Web/Components/SubComponents/Login.razor.rz.scp.css */
#login[b-fceslrbq2l] {
    --primary: #4361ee;
    --primary-dark: #3a56d4;
    --secondary: #3f37c9;
    --dark: #1f2937;
    --light: #f9fafb;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "yekan 4";
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.login-icon[b-fceslrbq2l]{
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 13.9px;
}

    .login-icon img[b-fceslrbq2l]{
        position: relative;
        width: 69%;
    }

    .login-container[b-fceslrbq2l] {
        position: relative;
        width: 100%;
        max-width: 400px;
        padding: 2rem;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 16px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
        z-index: 10;
        transform: translateY(0);
        transition: transform 0.5s ease, box-shadow 0.5s ease;
        animation: float-b-fceslrbq2l 6s ease-in-out infinite;
    }

@keyframes float-b-fceslrbq2l {
    0%, 100% {
        transform: translateY(0);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    }

    50% {
        transform: translateY(-15px);
        box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3);
    }
}

.login-header[b-fceslrbq2l] {
    text-align: center;
    margin-bottom: 2rem;
}

    .login-header h1[b-fceslrbq2l] {
        color: var(--dark);
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .login-header p[b-fceslrbq2l] {
        color: #6b7280;
        font-size: 0.9rem;
    }

.input-group[b-fceslrbq2l] {
    position: relative;
    margin-bottom: 1.5rem;
}

    .input-group input[b-fceslrbq2l] {
        width: 100%;
        padding: 1rem 1rem 1rem 3rem;
        border: 2px solid #e5e7eb;
        border-radius: 8px;
        font-size: 1rem;
        transition: all 0.3s ease;
        background-color: #f9fafb;
        text-align: center;
    }

        .input-group input:focus[b-fceslrbq2l] {
            outline: none;
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
        }

    .input-group i[b-fceslrbq2l] {
        position: absolute;
        left: 1rem;
        top: 50%;
        transform: translateY(-50%);
        color: #9ca3af;
        transition: all 0.3s ease;
    }

    .input-group input:focus + i[b-fceslrbq2l] {
        color: var(--primary);
    }

.login-btn[b-fceslrbq2l] {
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to right, var(--primary), var(--secondary));
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .login-btn:hover[b-fceslrbq2l] {
        background: linear-gradient(to right, var(--primary-dark), var(--secondary));
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }

    .login-btn:active[b-fceslrbq2l] {
        transform: translateY(0);
    }

.circles[b-fceslrbq2l] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}

    .circles li[b-fceslrbq2l] {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate-b-fceslrbq2l 25s linear infinite;
        bottom: -150px;
        border-radius: 50%;
    }

        .circles li:nth-child(1)[b-fceslrbq2l] {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }

        .circles li:nth-child(2)[b-fceslrbq2l] {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3)[b-fceslrbq2l] {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4)[b-fceslrbq2l] {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5)[b-fceslrbq2l] {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6)[b-fceslrbq2l] {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7)[b-fceslrbq2l] {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8)[b-fceslrbq2l] {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9)[b-fceslrbq2l] {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10)[b-fceslrbq2l] {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }

@keyframes animate-b-fceslrbq2l {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
