/* _content/AG.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nqh8087612] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nqh8087612] {
    flex: 1;
}

.sidebar[b-nqh8087612] {
    background: #075c47;
    background: linear-gradient(180deg, rgba(7, 92, 71, 1) 40%, rgba(34, 154, 98) 100%);
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    transition: width 0.3s ease, margin-left 0.3s ease;
}

.top-row[b-nqh8087612] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: relative;
}

.top-row-content[b-nqh8087612] {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.hamburger-toggle[b-nqh8087612] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    margin-right: 1rem;
    position: absolute;
    left: 1rem;
}

.hamburger-icon[b-nqh8087612] {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #333;
    position: relative;
    transition: background-color 0.3s;
}

.hamburger-icon[b-nqh8087612]::before,
.hamburger-icon[b-nqh8087612]::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #333;
    transition: transform 0.3s;
}

.hamburger-icon[b-nqh8087612]::before {
    top: -8px;
}

.hamburger-icon[b-nqh8087612]::after {
    top: 8px;
}

    .top-row :global(a)[b-nqh8087612], .top-row :global(.btn-link)[b-nqh8087612] {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row :global(a:hover)[b-nqh8087612], .top-row :global(.btn-link:hover)[b-nqh8087612] {
        text-decoration: underline;
    }

    .top-row :global(a:first-child)[b-nqh8087612] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-nqh8087612] {
        justify-content: space-between;
    }

    .top-row :global(a)[b-nqh8087612], .top-row :global(.btn-link)[b-nqh8087612] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nqh8087612] {
        flex-direction: row;
    }

    .sidebar[b-nqh8087612] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    /* Collapsed sidebar on desktop */
    .sidebar.collapsed[b-nqh8087612] {
        width: 0;
        overflow: hidden;
    }

    main[b-nqh8087612] {
        transition: margin-left 0.3s ease;
    }

    main.menu-collapsed[b-nqh8087612] {
        margin-left: 0;
    }

    /* Show hamburger menu on desktop only */
    .hamburger-toggle[b-nqh8087612] {
        display: block;
    }

    .top-row[b-nqh8087612] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth :global(a:first-child)[b-nqh8087612] {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nqh8087612] {
        padding-left: 4rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-nqh8087612] {
    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[b-nqh8087612] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AG.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9qgrmwbru8] {
    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-9qgrmwbru8] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-9qgrmwbru8] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.top-row .container-fluid[b-9qgrmwbru8] {
    background: transparent !important;
}

.navbar-brand[b-9qgrmwbru8] {
    font-size: 1.1rem;
}

.bi[b-9qgrmwbru8] {
    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-9qgrmwbru8] {
    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-plus-square-fill-nav-menu[b-9qgrmwbru8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-9qgrmwbru8] {
    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-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-basket-nav-menu[b-9qgrmwbru8]{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-basket' viewBox='0 0 16 16'%3E%3Cpath d='M5.757 1.071a.5.5 0 0 1 .172.686L3.383 6h9.234L10.07 1.757a.5.5 0 1 1 .858-.514L13.783 6H15a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1v4.5a2.5 2.5 0 0 1-2.5 2.5h-9A2.5 2.5 0 0 1 1 13.5V9a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h1.217L5.07 1.243a.5.5 0 0 1 .686-.172zM2 9v4.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V9zM1 7v1h14V7zm3 3a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 4 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 6 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3A.5.5 0 0 1 8 10m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5m2 0a.5.5 0 0 1 .5.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-9qgrmwbru8] {
    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-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-9qgrmwbru8] {
    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' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-9qgrmwbru8] {
    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-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-9qgrmwbru8] {
    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-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-9qgrmwbru8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.bi-statistics-nav-menu[b-9qgrmwbru8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M0 0h1v15h15v1H0zm14.817 11.887a.5.5 0 0 0 .07-.704l-4.5-5.5a.5.5 0 0 0-.74-.037L7.06 8.233 3.404 3.206a.5.5 0 0 0-.808.588l4 5.5a.5.5 0 0 0 .758.06l2.609-2.61 4.15 5.073a.5.5 0 0 0 .704.07'/%3E%3C/svg%3E");
}

.bi-services-nav-menu[b-9qgrmwbru8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 3.5c-.614-.884-.074-1.962.858-2.5L8 7.226 11.642 1c.932.538 1.472 1.616.858 2.5L8.81 8.61l1.556 2.661a2.5 2.5 0 1 1-.794.637L8 9.73l-1.572 2.177a2.5 2.5 0 1 1-.794-.637L7.19 8.61zm2.5 10a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0m7 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu[b-9qgrmwbru8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7Zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3Cpath fill-rule='evenodd' d='M5.216 14A2.238 2.238 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.325 6.325 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1h4.216Z'/%3E%3Cpath d='M4.5 8a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z'/%3E%3C/svg%3E");
}

.bi-calendar-week-nav-menu[b-9qgrmwbru8]{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-week' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm-5 3a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}

.bi-images-nav-menu[b-9qgrmwbru8] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-images' viewBox='0 0 16 16'%3E%3Cpath d='M4.502 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3'/%3E%3Cpath d='M14.002 13a2 2 0 0 1-2 2h-10a2 2 0 0 1-2-2V5A2 2 0 0 1 2.002 3h10a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2M12.002 4h-10a1 1 0 0 0-1 1v8l2.646-2.354a.5.5 0 0 1 .63-.062l2.66 1.773 3.71-3.71a.5.5 0 0 1 .577-.094l1.777 1.047V5a1 1 0 0 0-1-1'/%3E%3C/svg%3E");
}

.bi-operator-nav-menu[b-9qgrmwbru8]{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-scissors' viewBox='0 0 16 16'%3E%3Cpath d='M11 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0m-9 8c0 1 1 1 1 1h5.256A4.5 4.5 0 0 1 8 12.5a4.5 4.5 0 0 1 1.544-3.393Q8.844 9.002 8 9c-5 0-6 3-6 4m9.886-3.54c.18-.613 1.048-.613 1.229 0l.043.148a.64.64 0 0 0 .921.382l.136-.074c.561-.306 1.175.308.87.869l-.075.136a.64.64 0 0 0 .382.92l.149.045c.612.18.612 1.048 0 1.229l-.15.043a.64.64 0 0 0-.38.921l.074.136c.305.561-.309 1.175-.87.87l-.136-.075a.64.64 0 0 0-.92.382l-.045.149c-.18.612-1.048.612-1.229 0l-.043-.15a.64.64 0 0 0-.921-.38l-.136.074c-.561.305-1.175-.309-.87-.87l.075-.136a.64.64 0 0 0-.382-.92l-.148-.045c-.613-.18-.613-1.048 0-1.229l.148-.043a.64.64 0 0 0 .382-.921l-.074-.136c-.306-.561.308-1.175.869-.87l.136.075a.64.64 0 0 0 .92-.382zM14 12.5a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0'/%3E%3C/svg%3E");
}

.nav-item[b-9qgrmwbru8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9qgrmwbru8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9qgrmwbru8] {
        padding-bottom: 1rem;
    }

    .nav-item :global(.nav-link)[b-9qgrmwbru8] {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item :global(a.active)[b-9qgrmwbru8] {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item :global(.nav-link:hover)[b-9qgrmwbru8] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9qgrmwbru8] {
    display: none;
    position: relative;
    z-index: 999;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9qgrmwbru8] {
    display: block;
}

/* Backdrop for mobile menu (clickable overlay) */
.nav-backdrop[b-9qgrmwbru8] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

.navbar-toggler:checked ~ .nav-backdrop[b-9qgrmwbru8] {
    display: block;
}

@media (min-width: 641px) {
    /* Hide the mobile checkbox toggler on desktop */
    .navbar-toggler[b-9qgrmwbru8] {
        display: none;
    }

    /* Hide backdrop on desktop */
    .nav-backdrop[b-9qgrmwbru8] {
        display: none !important;
    }

    .nav-scrollable[b-9qgrmwbru8] {
        /* Always show sidebar on desktop (controlled by Blazor state) */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/AG.Web/Components/Pages/ApiTestPresentation/ApiTester.razor.rz.scp.css */
.api-tester[b-s0bnf1h232] {
    padding: 20px;
    max-width: 1400px;
    margin: 0 auto;
    background: #fafafa;
    min-height: 100vh;
}

.api-header[b-s0bnf1h232] {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.api-header h1[b-s0bnf1h232] {
    margin: 0 0 10px 0;
    font-size: 28px;
    color: #3b4151;
}

.api-header p[b-s0bnf1h232] {
    margin: 0;
    color: #3b4151;
    opacity: 0.7;
}

.auth-token-section[b-s0bnf1h232] {
    margin-top: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #e3e8f0;
}

.auth-token-section label[b-s0bnf1h232] {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 13px;
    color: #3b4151;
}

.token-input[b-s0bnf1h232] {
    width: calc(100% - 80px);
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 13px;
    font-family: monospace;
    margin-right: 10px;
}

.token-input:focus[b-s0bnf1h232] {
    outline: none;
    border-color: #61affe;
}

.btn-clear-token[b-s0bnf1h232] {
    padding: 10px 20px;
    background: #f93e3e;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.2s;
}

.btn-clear-token:hover[b-s0bnf1h232] {
    background: #c62828;
}

.token-status[b-s0bnf1h232] {
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

.token-status.success[b-s0bnf1h232] {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #49cc90;
}

.token-status.error[b-s0bnf1h232] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #f93e3e;
}

.api-sections[b-s0bnf1h232] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.api-section[b-s0bnf1h232] {
    background: #fff;
    border: 1px solid #e3e8f0;
    border-radius: 4px;
    overflow: hidden;
}

.section-title[b-s0bnf1h232] {
    margin: 0;
    padding: 15px 20px;
    background: #fff;
    color: #3b4151;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s;
}

.section-title:hover[b-s0bnf1h232] {
    background: #f7f7f7;
}

.toggle-icon[b-s0bnf1h232] {
    font-size: 12px;
    color: #9ca3af;
}

.section-content[b-s0bnf1h232] {
    border-top: 1px solid #e3e8f0;
    background: #fafafa;
}

.api-endpoint[b-s0bnf1h232] {
    border-bottom: 1px solid #e3e8f0;
}

.api-endpoint:last-child[b-s0bnf1h232] {
    border-bottom: none;
}

.endpoint-header[b-s0bnf1h232] {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 20px;
    background: #fff;
}

.endpoint-header.get[b-s0bnf1h232] {
    background: #e7f3ff;
    border-left: 4px solid #61affe;
}

.endpoint-header.post[b-s0bnf1h232] {
    background: #e8f5e9;
    border-left: 4px solid #49cc90;
}

.endpoint-header.put[b-s0bnf1h232] {
    background: #fff4e5;
    border-left: 4px solid #fca130;
}

.endpoint-header.delete[b-s0bnf1h232] {
    background: #ffebee;
    border-left: 4px solid #f93e3e;
}

.method[b-s0bnf1h232] {
    font-weight: 700;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
    text-transform: uppercase;
    min-width: 60px;
    text-align: center;
}

.endpoint-header.get .method[b-s0bnf1h232] {
    background: #61affe;
    color: #fff;
}

.endpoint-header.post .method[b-s0bnf1h232] {
    background: #49cc90;
    color: #fff;
}

.endpoint-header.put .method[b-s0bnf1h232] {
    background: #fca130;
    color: #fff;
}

.endpoint-header.delete .method[b-s0bnf1h232] {
    background: #f93e3e;
    color: #fff;
}

.path[b-s0bnf1h232] {
    font-family: monospace;
    font-size: 14px;
    color: #3b4151;
    font-weight: 600;
}

.auth-required[b-s0bnf1h232] {
    margin-left: auto;
    font-size: 12px;
    color: #9ca3af;
}

.endpoint-body[b-s0bnf1h232] {
    padding: 20px;
    background: #fff;
}

.description[b-s0bnf1h232] {
    margin: 0 0 15px 0;
    color: #3b4151;
    font-size: 14px;
}

.form-group[b-s0bnf1h232] {
    margin-bottom: 15px;
}

.form-group label[b-s0bnf1h232] {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    color: #3b4151;
    text-transform: uppercase;
}

.form-group input[b-s0bnf1h232] {
    width: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    font-family: monospace;
}

.form-group input:focus[b-s0bnf1h232] {
    outline: none;
    border-color: #61affe;
}

.btn-execute[b-s0bnf1h232] {
    background: #4990e2;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    margin-top: 10px;
}

.btn-execute:hover[b-s0bnf1h232] {
    background: #1f6ec6;
}

.btn-execute.danger[b-s0bnf1h232] {
    background: #f93e3e;
}

.btn-execute.danger:hover[b-s0bnf1h232] {
    background: #c62828;
}

.result[b-s0bnf1h232] {
    margin-top: 15px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    overflow: hidden;
}

.result.success[b-s0bnf1h232] {
    border-color: #49cc90;
    background: #f0fdf4;
}

.result.error[b-s0bnf1h232] {
    border-color: #f93e3e;
    background: #fef2f2;
}

.result pre[b-s0bnf1h232] {
    margin: 0;
    padding: 15px;
    background: #fff;
    color: #3b4151;
    font-size: 12px;
    font-family: 'Courier New', monospace;
    overflow-x: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.result.success pre[b-s0bnf1h232] {
    background: #ecfdf5;
}

.result.error pre[b-s0bnf1h232] {
    background: #fef2f2;
}

@media (max-width: 768px) {
    .api-tester[b-s0bnf1h232] {
        padding: 10px;
    }

    .api-header[b-s0bnf1h232] {
        padding: 20px;
    }

    .api-header h1[b-s0bnf1h232] {
        font-size: 22px;
    }

    .endpoint-header[b-s0bnf1h232] {
        flex-wrap: wrap;
    }

    .path[b-s0bnf1h232] {
        width: 100%;
        margin-top: 5px;
    }
}
/* _content/AG.Web/Components/Pages/BusinessHoursPresentation/BusinessHours.razor.rz.scp.css */
/* Business Hours Page Styles */
.business-hours-container[b-60lr1s8r3c] {
    padding: 0;
    background: #f8f9fa;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* Header Section */
.business-hours-header[b-60lr1s8r3c] {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.header-content[b-60lr1s8r3c] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-60lr1s8r3c] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.edit-mode-badge[b-60lr1s8r3c] {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    background: rgba(255, 193, 7, 0.9);
    color: #000;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    animation: pulse-b-60lr1s8r3c 2s ease-in-out infinite;
}

@keyframes pulse-b-60lr1s8r3c {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

.header-actions[b-60lr1s8r3c] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.unsaved-changes-warning[b-60lr1s8r3c] {
    max-width: 1400px;
    margin: -1rem auto 0;
    padding: 0.75rem 1rem;
    background: rgba(255, 193, 7, 0.2);
    color: #856404;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.page-description[b-60lr1s8r3c] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    opacity: 0.9;
}

.header-stats[b-60lr1s8r3c] {
    text-align: right;
}

.stat-item[b-60lr1s8r3c] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.total-count[b-60lr1s8r3c] {
    font-size: 2rem;
    font-weight: 600;
    display: block;
}

.count-label[b-60lr1s8r3c] {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Main Content */
.business-hours-content[b-60lr1s8r3c] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Card Styling */
.card[b-60lr1s8r3c] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
}

.card-header[b-60lr1s8r3c] {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 0;
}

.card-header-tabs[b-60lr1s8r3c] {
    border-bottom: none;
    margin: 0;
}

.card-header-tabs .nav-link[b-60lr1s8r3c] {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 1rem 1.5rem;
    background: transparent;
    border-radius: 0;
}

.card-header-tabs .nav-link.active[b-60lr1s8r3c] {
    color: #28a745;
    border-bottom: 2px solid #28a745;
    background: transparent;
}

.card-header-tabs .nav-link:hover[b-60lr1s8r3c] {
    color: #28a745;
    border-color: transparent;
}

/* Tab Content */
.tab-content-wrapper[b-60lr1s8r3c] {
    padding: 2rem;
}

.business-hours-section-header[b-60lr1s8r3c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.business-hours-section-header h5[b-60lr1s8r3c] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #495057;
}

/* Hours Grid */
.hours-grid[b-60lr1s8r3c] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.day-card[b-60lr1s8r3c] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.day-card:hover[b-60lr1s8r3c] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.day-header[b-60lr1s8r3c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.day-name[b-60lr1s8r3c] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
}

.day-status[b-60lr1s8r3c] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.day-status.open[b-60lr1s8r3c] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.day-status.closed[b-60lr1s8r3c] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.day-hours[b-60lr1s8r3c] {
    padding: 1.25rem;
}

/* Hour Slot Container */
.hour-slot-container[b-60lr1s8r3c] {
    margin-bottom: 1rem;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    background: white;
}

.hour-slot[b-60lr1s8r3c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: #f8f9fa;
    border-left: 4px solid #28a745;
}

.hour-slot.premium[b-60lr1s8r3c] {
    border-left-color: #ffc107;
    background: rgba(255, 193, 7, 0.05);
}

/* Operator Assignment Section */
.operator-assignment-section[b-60lr1s8r3c] {
    padding: 1rem;
    background: white;
    border-top: 1px solid #e9ecef;
}

.assignment-header[b-60lr1s8r3c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.assignment-label[b-60lr1s8r3c] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #495057;
    display: flex;
    align-items: center;
}

/* Assigned Operators List */
.assigned-operators-list[b-60lr1s8r3c] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

/* No Operators Assigned */
.no-operators-assigned[b-60lr1s8r3c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background: rgba(108, 117, 125, 0.05);
    border-radius: 8px;
    font-size: 0.8rem;
    color: #6c757d;
    font-style: italic;
}

.no-operators-assigned i[b-60lr1s8r3c] {
    color: #6c757d;
    font-size: 0.9rem;
}

.hour-time[b-60lr1s8r3c] {
    font-weight: 500;
    color: #495057;
    display: flex;
    align-items: center;
}

.hour-actions[b-60lr1s8r3c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.premium-badge[b-60lr1s8r3c] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.btn-icon[b-60lr1s8r3c] {
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    color: #6c757d;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.btn-icon:hover[b-60lr1s8r3c] {
    background: rgba(0, 0, 0, 0.05);
    color: #495057;
}

.btn-icon.btn-danger:hover[b-60lr1s8r3c] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.no-hours[b-60lr1s8r3c] {
    text-align: center;
    padding: 2rem 1rem;
    color: #6c757d;
}

.no-hours i[b-60lr1s8r3c] {
    font-size: 2rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.no-hours span[b-60lr1s8r3c] {
    display: block;
    margin-bottom: 1rem;
    font-weight: 500;
}

/* Closures Grid */
.closures-grid[b-60lr1s8r3c] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
}

.closure-card[b-60lr1s8r3c] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.closure-card:hover[b-60lr1s8r3c] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.closure-card.global[b-60lr1s8r3c] {
    border-left: 4px solid #dc3545;
}

.closure-card.operator[b-60lr1s8r3c] {
    border-left: 4px solid #ffc107;
}

.closure-header[b-60lr1s8r3c] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.closure-date[b-60lr1s8r3c] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.closure-date .date[b-60lr1s8r3c] {
    font-weight: 600;
    color: #495057;
}

.closure-date .weekday[b-60lr1s8r3c] {
    color: #6c757d;
    font-size: 0.9rem;
}

.closure-type .badge[b-60lr1s8r3c] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
}

.closure-body[b-60lr1s8r3c] {
    padding: 1.25rem;
}

.closure-reason[b-60lr1s8r3c] {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: #f8f9fa;
    border-radius: 8px;
    color: #6c757d;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.closure-actions[b-60lr1s8r3c] {
    display: flex;
    gap: 0.5rem;
}

.closure-actions .btn[b-60lr1s8r3c] {
    flex: 1;
}

.no-closures[b-60lr1s8r3c] {
    text-align: center;
    padding: 4rem 2rem;
    color: #6c757d;
    grid-column: 1 / -1;
}

.no-closures i[b-60lr1s8r3c] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
    color: #28a745;
}

.no-closures h6[b-60lr1s8r3c] {
    margin-bottom: 0.5rem;
    color: #495057;
}

.no-closures p[b-60lr1s8r3c] {
    margin-bottom: 2rem;
}

/* Loading and Error States */
.loading-spinner[b-60lr1s8r3c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #6c757d;
}

.loading-spinner .spinner-border[b-60lr1s8r3c] {
    width: 3rem;
    height: 3rem;
}

.loading-spinner p[b-60lr1s8r3c] {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.alert[b-60lr1s8r3c] {
    border-radius: 8px;
    border: none;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.alert-danger[b-60lr1s8r3c] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

/* Buttons */
.btn[b-60lr1s8r3c] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    border: none;
}

.btn-primary[b-60lr1s8r3c] {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
}

.btn-primary:hover[b-60lr1s8r3c] {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: translateY(-1px);
}

.btn-outline-primary[b-60lr1s8r3c] {
    border: 1px solid #28a745;
    color: #28a745;
    background: transparent;
}

.btn-outline-primary:hover[b-60lr1s8r3c] {
    background: #28a745;
    border-color: #28a745;
    color: white;
}

.btn-outline-danger[b-60lr1s8r3c] {
    border: 1px solid #dc3545;
    color: #dc3545;
    background: transparent;
}

.btn-outline-danger:hover[b-60lr1s8r3c] {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
}

.btn-sm[b-60lr1s8r3c] {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title[b-60lr1s8r3c] {
        font-size: 2rem;
    }

    .header-content[b-60lr1s8r3c] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .header-stats[b-60lr1s8r3c] {
        text-align: center;
    }

    .business-hours-section-header[b-60lr1s8r3c] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .hours-grid[b-60lr1s8r3c] {
        grid-template-columns: 1fr;
    }

    .closures-grid[b-60lr1s8r3c] {
        grid-template-columns: 1fr;
    }

    .tab-content-wrapper[b-60lr1s8r3c] {
        padding: 1rem;
    }

    .closure-header[b-60lr1s8r3c] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .closure-actions[b-60lr1s8r3c] {
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .card-header-tabs .nav-link[b-60lr1s8r3c] {
        padding: 0.75rem 1rem;
        font-size: 0.9rem;
    }

    .day-header[b-60lr1s8r3c] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .hour-slot[b-60lr1s8r3c] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }

    .hour-actions[b-60lr1s8r3c] {
        justify-content: center;
    }
}
/* _content/AG.Web/Components/Pages/BusinessHoursPresentation/Components/BusinessHourModal.razor.rz.scp.css */
/* Business Hour Modal Styles - Component-Specific Only */
/* Note: Base modal styles are in wwwroot/css/modals.css */
/* Note: Base form styles are in wwwroot/css/forms.css */

.info-box[b-si50nni6iz] {
    background: rgba(32, 201, 151, 0.1);
    border-left: 4px solid #20c997;
    padding: 1rem;
    border-radius: 8px;
    font-size: 0.875rem;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: #0a2b22;
}

.info-box i[b-si50nni6iz] {
    color: #20c997;
    font-size: 1.1rem;
    margin-top: 0.1rem;
}

.premium-info[b-si50nni6iz] {
    font-size: 0.8rem;
    color: #ffc107;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    margin-left: 52px;
}

.premium-info i[b-si50nni6iz] {
    color: #ffc107;
}

/* Error Message */
.error-message[b-si50nni6iz] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

/* Responsive Design */
@media (max-width: 576px) {
    .business-hour-modal[b-si50nni6iz] {
        width: 95vw;
        margin: 1rem;
    }

    .business-hour-modal-header[b-si50nni6iz] {
        padding: 0.875rem 1rem;
    }

    .business-hour-modal-body[b-si50nni6iz] {
        padding: 1.25rem;
    }

    .time-range-field[b-si50nni6iz] {
        flex-direction: column;
        gap: 0;
    }

    .half-width[b-si50nni6iz] {
        margin-bottom: 1.25rem;
    }

    .premium-info[b-si50nni6iz] {
        margin-left: 0;
        margin-top: 0.5rem;
    }

    .premium-toggle-wrapper[b-si50nni6iz] {
        padding: 0.875rem 1rem;
    }

    .premium-toggle-content[b-si50nni6iz] {
        gap: 0.75rem;
    }

    .premium-toggle-icon[b-si50nni6iz] {
        width: 36px;
        height: 36px;
        font-size: 1.1rem;
    }

    .premium-toggle-title[b-si50nni6iz] {
        font-size: 0.875rem;
    }

    .premium-toggle-description[b-si50nni6iz] {
        font-size: 0.75rem;
    }
}
/* _content/AG.Web/Components/Pages/BusinessHoursPresentation/Components/ClosureModal.razor.rz.scp.css */
/* Closure Modal Styles - Component-Specific Only */
/* Note: Base modal styles are in wwwroot/css/modals.css */
/* Note: Base form styles are in wwwroot/css/forms.css */

/* Radio Group */
.radio-group[b-ujtis6tw0w] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.radio-label[b-ujtis6tw0w] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    padding: 0.875rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.2s;
    margin-bottom: 0;
}

.radio-label:hover[b-ujtis6tw0w] {
    border-color: #28a745;
    background: rgba(40, 167, 69, 0.02);
}

.radio-label input[type="radio"][b-ujtis6tw0w] {
    display: none;
}

.radio-button[b-ujtis6tw0w] {
    position: relative;
    width: 20px;
    height: 20px;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    flex-shrink: 0;
    transition: all 0.2s;
    margin-top: 2px;
}

.radio-button[b-ujtis6tw0w]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: #28a745;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s;
}

.radio-label input[type="radio"]:checked + .radio-button[b-ujtis6tw0w] {
    border-color: #28a745;
}

.radio-label input[type="radio"]:checked + .radio-button[b-ujtis6tw0w]::before {
    opacity: 1;
}

.radio-content[b-ujtis6tw0w] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.radio-title[b-ujtis6tw0w] {
    font-weight: 500;
    color: #495057;
    font-size: 0.9rem;
}

.radio-description[b-ujtis6tw0w] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Date Info */
.date-info[b-ujtis6tw0w] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    margin-top: 1rem;
}

.date-preview[b-ujtis6tw0w] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.date-preview i[b-ujtis6tw0w] {
    color: #28a745;
    font-size: 1.1rem;
}

.date-details[b-ujtis6tw0w] {
    display: flex;
    flex-direction: column;
}

.date-text[b-ujtis6tw0w] {
    font-weight: 500;
    color: #495057;
    font-size: 0.9rem;
}

.day-text[b-ujtis6tw0w] {
    font-size: 0.8rem;
    color: #6c757d;
    text-transform: capitalize;
}

/* Responsive Design - Closure Modal Specific */
@media (max-width: 576px) {
    .radio-label[b-ujtis6tw0w] {
        padding: 0.75rem;
    }

    .radio-content[b-ujtis6tw0w] {
        gap: 0.125rem;
    }

    .radio-title[b-ujtis6tw0w] {
        font-size: 0.85rem;
    }

    .radio-description[b-ujtis6tw0w] {
        font-size: 0.75rem;
    }
}
/* _content/AG.Web/Components/Pages/BusinessHoursPresentation/Components/OperatorAssignmentModal.razor.rz.scp.css */
/* Operator Assignment Modal Styles - Component-Specific Only */
/* Note: Base modal styles are in wwwroot/css/modals.css */
/* Note: Reusable components are in wwwroot/css/components.css */

/* Time Slot Info Banner - Component-Specific */
.time-slot-info[b-jc6medeybe] {
    background: linear-gradient(135deg, rgba(32, 201, 151, 0.1) 0%, rgba(40, 167, 69, 0.1) 100%);
    border-left: 4px solid #20c997;
    padding: 1rem 1.25rem;
    border-radius: 8px;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0a2b22;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.time-slot-info i[b-jc6medeybe] {
    color: #20c997;
    font-size: 1.1rem;
}

.fa-clock[b-jc6medeybe]{
    color: white;
}

/* Responsive Design */
@media (max-width: 576px) {
    .time-slot-info[b-jc6medeybe] {
        flex-wrap: wrap;
        font-size: 0.85rem;
        padding: 0.875rem 1rem;
    }
}
/* _content/AG.Web/Components/Pages/ImagesPresentation/Components/ImageUploadModal.razor.rz.scp.css */
/* Image Upload Modal Styles - Component-Specific Only */
/* Note: Base modal styles are in wwwroot/css/modals.css */
/* Note: Base form styles are in wwwroot/css/forms.css */

.upload-section[b-o5llpcrbx1] {
    height: 100%;
}

.gray-text[b-o5llpcrbx1] {
    color: #6c757d !important;
}

/* Preview Section - Component Specific */
.preview-section[b-o5llpcrbx1] {
    height: 100%;
}

.image-info[b-o5llpcrbx1] {
    margin-top: 1rem;
    padding: 0.5rem;
    background: #f8f9fa;
    border-radius: 4px;
    width: 100%;
    text-align: left;
}

.no-preview[b-o5llpcrbx1] {
    text-align: center;
    color: #6c757d;
}

.no-preview i[b-o5llpcrbx1] {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.no-preview p[b-o5llpcrbx1] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

/* _content/AG.Web/Components/Pages/ImagesPresentation/Images.razor.rz.scp.css */
/* Images Page Styles */
.images-page[b-msgykuwl4e] {
    padding: 0;
    background: #f8f9fa;
    min-height: 100vh;
}

/* Header Section */
.page-header[b-msgykuwl4e] {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.header-content[b-msgykuwl4e] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-msgykuwl4e] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-description[b-msgykuwl4e] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    opacity: 0.9;
}

.header-actions .btn[b-msgykuwl4e] {
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Statistics Section */
.stats-section[b-msgykuwl4e] {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.stat-card[b-msgykuwl4e] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: transform 0.3s ease;
}

.stat-card:hover[b-msgykuwl4e] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.stat-icon[b-msgykuwl4e] {
    font-size: 2.5rem;
    padding: 1rem;
    border-radius: 12px;
    background: rgba(32,201,151,0.1);
}

.stat-number[b-msgykuwl4e] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    color: #495057;
}

.stat-label[b-msgykuwl4e] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

/* Filters Section */
.filters-section[b-msgykuwl4e] {
    max-width: 1200px;
    margin: 0 auto 2rem;
    padding: 0 1rem;
}

.search-box[b-msgykuwl4e] {
    position: relative;
}

.search-box i[b-msgykuwl4e] {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    z-index: 10;
}

.search-box input[b-msgykuwl4e] {
    padding-left: 2.5rem;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.form-select[b-msgykuwl4e] {
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

/* Gallery Section */
.gallery-section[b-msgykuwl4e] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.loading-state[b-msgykuwl4e], .empty-state[b-msgykuwl4e] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.empty-state i[b-msgykuwl4e] {
    font-size: 4rem;
    color: #6c757d;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.empty-state h3[b-msgykuwl4e] {
    color: #495057;
    margin-bottom: 0.5rem;
}

.empty-state p[b-msgykuwl4e] {
    color: #6c757d;
    margin-bottom: 2rem;
}

/* Images Grid */
.images-grid[b-msgykuwl4e] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.image-card[b-msgykuwl4e] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    cursor: pointer;
}

.image-card:hover[b-msgykuwl4e] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.image-container[b-msgykuwl4e] {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
}

.image-thumbnail[b-msgykuwl4e] {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-card:hover .image-thumbnail[b-msgykuwl4e] {
    transform: scale(1.05);
}

.image-placeholder[b-msgykuwl4e] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #6c757d;
}

.image-placeholder i[b-msgykuwl4e] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    opacity: 0.5;
}

.image-overlay[b-msgykuwl4e] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-card:hover .image-overlay[b-msgykuwl4e] {
    opacity: 1;
}

.image-actions[b-msgykuwl4e] {
    display: flex;
    gap: 0.5rem;
}

.image-actions .btn[b-msgykuwl4e] {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 1rem;
}

.image-info[b-msgykuwl4e] {
    padding: 1rem;
}

.image-name[b-msgykuwl4e] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    color: #495057;
}

.image-details[b-msgykuwl4e] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.image-details small[b-msgykuwl4e] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
}

/* Pagination */
.pagination-section[b-msgykuwl4e] {
    margin-top: 3rem;
    padding: 2rem 0;
}

.pagination .page-link[b-msgykuwl4e] {
    border-radius: 8px;
    margin: 0 0.25rem;
    border: 1px solid #dee2e6;
    color: #495057;
}

.pagination .page-item.active .page-link[b-msgykuwl4e] {
    background: #20c997;
    border-color: #20c997;
}

.pagination .page-link:hover[b-msgykuwl4e] {
    background: #e9ecef;
}

/* Responsive Design */
@media (max-width: 992px) {
    .header-content[b-msgykuwl4e] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .page-title[b-msgykuwl4e] {
        font-size: 2rem;
    }

    .images-grid[b-msgykuwl4e] {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .page-header[b-msgykuwl4e] {
        padding: 1.5rem 0;
    }

    .page-title[b-msgykuwl4e] {
        font-size: 1.75rem;
    }

    .stats-section .col-md-3[b-msgykuwl4e] {
        margin-bottom: 1rem;
    }

    .filters-section .row > div[b-msgykuwl4e] {
        margin-bottom: 1rem;
    }

    .images-grid[b-msgykuwl4e] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .image-actions .btn[b-msgykuwl4e] {
        width: 35px;
        height: 35px;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .images-grid[b-msgykuwl4e] {
        grid-template-columns: 1fr;
    }

    .stat-card[b-msgykuwl4e] {
        padding: 1rem;
    }

    .stat-icon[b-msgykuwl4e] {
        font-size: 2rem;
        padding: 0.75rem;
    }

    .stat-number[b-msgykuwl4e] {
        font-size: 1.5rem;
    }
}

/* Color variations for different file types */
.stat-card:nth-child(1) .stat-icon[b-msgykuwl4e] { background: rgba(32,201,151,0.1); }
.stat-card:nth-child(2) .stat-icon[b-msgykuwl4e] { background: rgba(40,167,69,0.1); }
.stat-card:nth-child(3) .stat-icon[b-msgykuwl4e] { background: rgba(32,201,151,0.15); }
.stat-card:nth-child(4) .stat-icon[b-msgykuwl4e] { background: rgba(40,167,69,0.15); }

/* Animations */
@keyframes fadeInUp-b-msgykuwl4e {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.image-card[b-msgykuwl4e] {
    animation: fadeInUp-b-msgykuwl4e 0.6s ease-out;
}

.image-card:nth-child(odd)[b-msgykuwl4e] {
    animation-delay: 0.1s;
}

.image-card:nth-child(even)[b-msgykuwl4e] {
    animation-delay: 0.2s;
}

/* Modal Styles */
.modal-backdrop.show[b-msgykuwl4e] {
    opacity: 0.5;
}

/* Semi full-screen image view modal */
.image-view-modal .modal-dialog[b-msgykuwl4e] {
    max-width: 600px;
    width: 600px;
    margin: 5vh auto;
}

.image-view-modal .modal-content[b-msgykuwl4e] {
    border: none;
    border-radius: 12px;
    overflow: hidden;
}

.image-view-modal .modal-header[b-msgykuwl4e] {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    border-bottom: none;
    padding: 1rem 1.5rem;
}

.image-view-modal .modal-title[b-msgykuwl4e] {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.image-view-modal .btn-close[b-msgykuwl4e] {
    filter: invert(1);
    opacity: 0.8;
}

.image-view-modal .btn-close:hover[b-msgykuwl4e] {
    opacity: 1;
}

.image-view-modal .modal-body[b-msgykuwl4e] {
    padding: 2rem;
    text-align: center;
    background: #f8f9fa;
}

.image-view-full[b-msgykuwl4e] {
    width: 400px;
    height: 400px;
    object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.3);
    margin-bottom: 2rem;
}

.image-view-container[b-msgykuwl4e] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.image-view-modal .image-details[b-msgykuwl4e] {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    margin-top: 1rem;
}

.image-view-modal .image-details .col-md-3[b-msgykuwl4e] {
    margin-bottom: 0;
    text-align: center;
    flex: 1;
    padding: 0 0.75rem;
    border-right: 1px solid #e9ecef;
}

.image-view-modal .image-details .col-md-3:last-child[b-msgykuwl4e] {
    border-right: none;
}

.image-view-modal .image-details .row[b-msgykuwl4e] {
    display: flex;
    width: 100%;
    margin: 0;
}

.image-view-modal .image-details small[b-msgykuwl4e] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6c757d;
    display: block;
    margin-bottom: 0.25rem;
}

.image-view-modal .image-details p[b-msgykuwl4e] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
    margin: 0;
}

.image-view-modal .modal-footer[b-msgykuwl4e] {
    background: white;
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.image-meta[b-msgykuwl4e] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    text-align: left;
    flex: 1;
}

.image-meta strong[b-msgykuwl4e] {
    color: #495057;
}

.image-meta span[b-msgykuwl4e] {
    color: #6c757d;
    font-size: 0.875rem;
}

/* Edit modal */
.image-edit-modal .modal-dialog[b-msgykuwl4e] {
    max-width: 800px;
}

.image-edit-modal .modal-content[b-msgykuwl4e] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.image-edit-modal .modal-header[b-msgykuwl4e] {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border-bottom: none;
    padding: 1.25rem 1.5rem;
}

.image-edit-modal .modal-title[b-msgykuwl4e] {
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.image-edit-modal .btn-close[b-msgykuwl4e] {
    filter: invert(1);
    opacity: 0.8;
}

.image-edit-modal .btn-close:hover[b-msgykuwl4e] {
    opacity: 1;
}

.edit-form-section[b-msgykuwl4e] {
    padding: 1.5rem;
}

.edit-preview-section[b-msgykuwl4e] {
    padding: 1.5rem;
    background: #f8f9fa;
    border-left: 1px solid #e9ecef;
}

.current-preview-image[b-msgykuwl4e] {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    border: 2px solid #e9ecef;
    aspect-ratio: 1/1;
    display: block;
}

.edit-image-info[b-msgykuwl4e] {
    background: white;
    padding: 1rem;
    border-radius: 8px;
    margin-top: 1rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.info-item[b-msgykuwl4e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f1f3f4;
}

.info-item:last-child[b-msgykuwl4e] {
    border-bottom: none;
}

.info-label[b-msgykuwl4e] {
    font-weight: 500;
    color: #6c757d;
    font-size: 0.875rem;
}

.info-value[b-msgykuwl4e] {
    color: #495057;
    font-size: 0.875rem;
}

/* Form styling for edit modal */
.image-edit-modal .form-label[b-msgykuwl4e] {
    font-weight: 500;
    color: #495057;
    margin-bottom: 0.5rem;
}

.image-edit-modal .form-control[b-msgykuwl4e] {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.image-edit-modal .form-control:focus[b-msgykuwl4e] {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.image-edit-modal .validation-message[b-msgykuwl4e] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Modal footer buttons */
.image-edit-modal .modal-footer[b-msgykuwl4e] {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
}

.image-edit-modal .btn[b-msgykuwl4e] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.image-edit-modal .btn-secondary[b-msgykuwl4e] {
    background: #6c757d;
    border-color: #6c757d;
}

.image-edit-modal .btn-secondary:hover[b-msgykuwl4e] {
    background: #5a6268;
    border-color: #545b62;
    transform: translateY(-1px);
}

.image-edit-modal .btn-success[b-msgykuwl4e] {
    background: linear-gradient(135deg, #28a745, #20c997);
    border: none;
}

.image-edit-modal .btn-success:hover[b-msgykuwl4e] {
    background: linear-gradient(135deg, #218838, #1e7e34);
    transform: translateY(-1px);
}

/* Responsive design for modals */
@media (max-width: 768px) {
    .image-view-modal .modal-dialog[b-msgykuwl4e] {
        width: 95vw;
        max-width: 95vw;
        margin: 1rem;
    }

    .image-view-full[b-msgykuwl4e] {
        width: 300px;
        height: 300px;
    }

    .image-view-modal .modal-body[b-msgykuwl4e] {
        padding: 1.5rem;
    }

    .image-view-modal .image-details[b-msgykuwl4e] {
        padding: 1rem;
    }

    .image-view-modal .image-details .col-md-3[b-msgykuwl4e] {
        margin-bottom: 0.75rem;
        flex: 1;
        padding: 0 0.5rem;
    }

    .image-view-modal .modal-footer[b-msgykuwl4e] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .image-edit-modal .modal-dialog[b-msgykuwl4e] {
        max-width: 95vw;
        margin: 1rem;
    }

    .edit-form-section[b-msgykuwl4e],
    .edit-preview-section[b-msgykuwl4e] {
        padding: 1rem;
    }

    .current-preview-image[b-msgykuwl4e] {
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 576px) {
    .image-view-modal .modal-header[b-msgykuwl4e],
    .image-edit-modal .modal-header[b-msgykuwl4e] {
        padding: 1rem;
    }

    .image-view-modal .modal-title[b-msgykuwl4e],
    .image-edit-modal .modal-title[b-msgykuwl4e] {
        font-size: 1.1rem;
    }

    .image-view-modal .modal-dialog[b-msgykuwl4e] {
        width: 95vw;
        margin: 0.5rem;
    }

    .image-view-full[b-msgykuwl4e] {
        width: 250px;
        height: 250px;
    }

    .image-view-modal .modal-body[b-msgykuwl4e] {
        padding: 1rem;
    }

    .image-view-modal .image-details[b-msgykuwl4e] {
        padding: 0.75rem;
    }

    .image-view-modal .image-details .col-md-3[b-msgykuwl4e] {
        margin-bottom: 0.5rem;
        flex: 1;
        padding: 0 0.25rem;
        border-right: 1px solid #e9ecef;
        font-size: 0.85rem;
    }

    .image-view-modal .image-details .col-md-3:last-child[b-msgykuwl4e] {
        border-right: none;
    }

    .current-preview-image[b-msgykuwl4e] {
        width: 120px;
        height: 120px;
    }

    .image-edit-modal .btn[b-msgykuwl4e] {
        padding: 0.625rem 1.25rem;
        font-size: 0.875rem;
    }
}

/* _content/AG.Web/Components/Pages/NotificationsPresentation/NotificationTester.razor.rz.scp.css */
.notifications-header[b-y7q1gb6pz6] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2rem;
    border-radius: 12px;
    margin-bottom: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.header-content[b-y7q1gb6pz6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
}

.page-title[b-y7q1gb6pz6] {
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-description[b-y7q1gb6pz6] {
    margin: 0.5rem 0 0 0;
    opacity: 0.95;
    font-size: 1.1rem;
}

.notifications-container[b-y7q1gb6pz6] {
    padding: 1rem;
}

.loading-spinner[b-y7q1gb6pz6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
}

.loading-spinner p[b-y7q1gb6pz6] {
    margin-top: 1rem;
    color: #666;
}

.users-list[b-y7q1gb6pz6] {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0.5rem;
}

.user-item[b-y7q1gb6pz6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    background: white;
    border: 2px solid transparent;
}

.user-item:hover[b-y7q1gb6pz6] {
    background: #f8f9fa;
    border-color: #e0e0e0;
}

.user-item.selected[b-y7q1gb6pz6] {
    background: #e3f2fd;
    border-color: #2196f3;
}

.user-info strong[b-y7q1gb6pz6] {
    display: block;
    font-size: 1rem;
    color: #333;
}

.user-info small[b-y7q1gb6pz6] {
    font-size: 0.85rem;
}

.template-category[b-y7q1gb6pz6] {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
}

.template-category:last-child[b-y7q1gb6pz6] {
    border-bottom: none;
}

.category-title[b-y7q1gb6pz6] {
    font-weight: 600;
    color: #333;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.templates-grid[b-y7q1gb6pz6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.75rem;
}

.template-btn[b-y7q1gb6pz6] {
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
    transition: all 0.2s;
}

.template-btn:hover[b-y7q1gb6pz6] {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.card[b-y7q1gb6pz6] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: none;
}

.card-header[b-y7q1gb6pz6] {
    border-bottom: none;
}
/* _content/AG.Web/Components/Pages/OperatorsPresentation/Components/OperatorAppointmentsTabContent.razor.rz.scp.css */
/* Appointments Tab Styles */
.appointments-content[b-lilt5vs8o8] {
    padding: 2rem;
}

/* Appointments Sections */
.appointments-section[b-lilt5vs8o8] {
    margin-bottom: 3rem;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.appointments-section.active-appointments[b-lilt5vs8o8] {
    border-color: #17a2b8;
}

.appointments-section.history-appointments[b-lilt5vs8o8] {
    border-color: #6c757d;
}

.section-header-small[b-lilt5vs8o8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 1px solid #dee2e6;
}

.section-title-small[b-lilt5vs8o8] {
    color: #495057;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}

.section-actions[b-lilt5vs8o8] {
    display: flex;
    gap: 0.5rem;
}

.section-actions .btn[b-lilt5vs8o8] {
    border-radius: 8px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.active-appointments .section-header-small[b-lilt5vs8o8] {
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.1) 0%, rgba(23, 162, 184, 0.05) 100%);
}

.history-appointments .section-header-small[b-lilt5vs8o8] {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.1) 0%, rgba(108, 117, 125, 0.05) 100%);
}

.empty-state-small[b-lilt5vs8o8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 2rem;
    text-align: center;
    gap: 1rem;
    color: #6c757d;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 1rem;
}

.operator-appointments-section-header[b-lilt5vs8o8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.operator-appointments-section-title[b-lilt5vs8o8] {
    color: #495057;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-filters[b-lilt5vs8o8] {
    display: flex;
    gap: 0.75rem;
}

.header-filters .form-select[b-lilt5vs8o8] {
    min-width: 150px;
}

.loading-container[b-lilt5vs8o8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    color: #6c757d;
}

.empty-state[b-lilt5vs8o8] {
    text-align: center;
    padding: 4rem 2rem;
}

.empty-icon[b-lilt5vs8o8] {
    font-size: 4rem;
    color: #dee2e6;
    margin-bottom: 1rem;
}

.empty-icon i[b-lilt5vs8o8] {
    display: block;
}

/* Enhanced Summary Cards */
.appointments-summary-large[b-lilt5vs8o8] {
    margin-bottom: 3rem;
}

.summary-header[b-lilt5vs8o8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.summary-title[b-lilt5vs8o8] {
    color: #2d3748;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.summary-period[b-lilt5vs8o8] {
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.period-text[b-lilt5vs8o8] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}

.summary-grid-large[b-lilt5vs8o8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.summary-card-large[b-lilt5vs8o8] {
    background: white;
    border-radius: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.summary-card-large:hover[b-lilt5vs8o8] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.summary-card-large.primary[b-lilt5vs8o8] {
    border-color: #20c997;
}

.summary-card-large.warning[b-lilt5vs8o8] {
    border-color: #ffc107;
}

.summary-card-large.info[b-lilt5vs8o8] {
    border-color: #17a2b8;
}

.summary-card-large.success[b-lilt5vs8o8] {
    border-color: #28a745;
}

.summary-card-large.danger[b-lilt5vs8o8] {
    border-color: #dc3545;
}

.summary-card-large.revenue[b-lilt5vs8o8] {
    border-color: #20c997;
}

.card-header-large[b-lilt5vs8o8] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.summary-icon-large[b-lilt5vs8o8] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.bg-purple[b-lilt5vs8o8] {
    background: linear-gradient(135deg, #20c997, #28a745) !important;
}

.card-trend[b-lilt5vs8o8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(40, 167, 69, 0.1);
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
}

.trend-text[b-lilt5vs8o8] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #28a745;
}

.percentage-badge[b-lilt5vs8o8] {
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    color: white;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-indicator[b-lilt5vs8o8] {
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #6c757d;
    background: #e9ecef;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-indicator.active[b-lilt5vs8o8] {
    background: #28a745;
    color: white;
    animation: pulse-b-lilt5vs8o8 2s infinite;
}

@keyframes pulse-b-lilt5vs8o8 {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.revenue-trend[b-lilt5vs8o8] {
    background: rgba(40, 167, 69, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28a745;
}

.summary-icon.bg-primary[b-lilt5vs8o8] {
    background: linear-gradient(135deg, #20c997, #28a745);
}

.summary-icon.bg-warning[b-lilt5vs8o8] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.summary-icon.bg-success[b-lilt5vs8o8] {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.summary-icon.bg-danger[b-lilt5vs8o8] {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
}

.summary-content-large[b-lilt5vs8o8] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.summary-number-large[b-lilt5vs8o8] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.summary-label-large[b-lilt5vs8o8] {
    font-size: 1rem;
    color: #495057;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.summary-detail[b-lilt5vs8o8] {
    margin-top: auto;
}

.detail-text[b-lilt5vs8o8] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

.progress-bar[b-lilt5vs8o8] {
    height: 4px;
    background: #e9ecef;
    border-radius: 0 0 16px 16px;
    overflow: hidden;
    flex-shrink: 0;
}

.progress-fill[b-lilt5vs8o8] {
    height: 100%;
    border-radius: 0;
    transition: width 0.8s ease;
}

.progress-fill.bg-purple[b-lilt5vs8o8] {
    background: linear-gradient(135deg, #20c997, #28a745) !important;
}

/* Appointment Cards */
.appointment-card[b-lilt5vs8o8] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.appointment-card:hover[b-lilt5vs8o8] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.appointment-card[b-lilt5vs8o8]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #6c757d;
}

.appointment-card.appointment-completed[b-lilt5vs8o8]::before {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.appointment-card.appointment-confirmed[b-lilt5vs8o8]::before {
    background: linear-gradient(135deg, #17a2b8 0%, #6610f2 100%);
}

.appointment-card.appointment-inprogress[b-lilt5vs8o8]::before {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%);
}

.appointment-card.appointment-cancelled[b-lilt5vs8o8]::before {
    background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%);
}

.appointment-card.appointment-noshow[b-lilt5vs8o8]::before {
    background: linear-gradient(135deg, #6c757d 0%, #adb5bd 100%);
}

.appointment-card.appointment-scheduled[b-lilt5vs8o8]::before {
    background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
}

.appointment-header[b-lilt5vs8o8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.appointment-date .date-main[b-lilt5vs8o8] {
    font-weight: 600;
    color: #495057;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.appointment-date .date-time[b-lilt5vs8o8] {
    font-size: 0.875rem;
    color: #6c757d;
}

.appointment-status .badge[b-lilt5vs8o8] {
    font-weight: 500;
    padding: 0.5em 0.75em;
    font-size: 0.8rem;
}

.appointment-body[b-lilt5vs8o8] {
    padding: 1.5rem;
}

.appointment-client[b-lilt5vs8o8] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.client-avatar[b-lilt5vs8o8] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997, #28a745);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
    flex-shrink: 0;
    border: 2px solid rgba(32, 201, 151, 0.2);
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.2);
}

.client-info[b-lilt5vs8o8] {
    flex: 1;
}

.client-name[b-lilt5vs8o8] {
    font-weight: 600;
    color: #495057;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.client-email[b-lilt5vs8o8],
.client-phone[b-lilt5vs8o8] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.125rem;
}

.appointment-details[b-lilt5vs8o8] {
    margin-bottom: 1rem;
}

.service-info[b-lilt5vs8o8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.service-info strong[b-lilt5vs8o8] {
    color: #495057;
}

.service-duration[b-lilt5vs8o8] {
    color: #6c757d;
    font-size: 0.875rem;
}

.service-price[b-lilt5vs8o8] {
    color: #28a745;
    font-weight: 600;
    margin-left: auto;
}

.appointment-notes[b-lilt5vs8o8] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    background: #f8f9fa;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    color: #495057;
}

.appointment-footer[b-lilt5vs8o8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
}

.appointment-actions[b-lilt5vs8o8] {
    display: flex;
    gap: 0.25rem;
}

.appointment-actions .btn[b-lilt5vs8o8] {
    border-radius: 6px;
}

.pagination-info[b-lilt5vs8o8] {
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
}

/* Status Dropdown Styles */
.status-dropdown[b-lilt5vs8o8] {
    border: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: visible;
}

.status-dropdown:hover[b-lilt5vs8o8] {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.status-dropdown:focus[b-lilt5vs8o8] {
    box-shadow: 0 0 0 3px rgba(32, 201, 151, 0.2);
}

.status-dropdown[b-lilt5vs8o8]::after {
    border: none;
    content: '▼';
    font-size: 0.7em;
    margin-left: 0.5rem;
    opacity: 0.7;
}

.status-dropdown-menu[b-lilt5vs8o8] {
    border-radius: 12px;
    border: 2px solid #e9ecef;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
    min-width: 220px;
    z-index: 1000;
}

.status-option[b-lilt5vs8o8] {
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.2s ease;
    border: 1px solid transparent;
    margin-bottom: 0.25rem;
}

.status-option:last-child[b-lilt5vs8o8] {
    margin-bottom: 0;
}

.status-option:hover[b-lilt5vs8o8] {
    background: rgba(32, 201, 151, 0.1);
    border-color: rgba(32, 201, 151, 0.2);
    transform: translateX(4px);
}

.status-option.status-completed:hover[b-lilt5vs8o8] {
    background: rgba(40, 167, 69, 0.1);
    border-color: rgba(40, 167, 69, 0.2);
    color: #28a745;
}

.status-option.status-cancelled:hover[b-lilt5vs8o8] {
    background: rgba(220, 53, 69, 0.1);
    border-color: rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

.status-option.status-inprogress:hover[b-lilt5vs8o8] {
    background: rgba(255, 193, 7, 0.1);
    border-color: rgba(255, 193, 7, 0.2);
    color: #ffc107;
}

.status-option.status-confirmed:hover[b-lilt5vs8o8] {
    background: rgba(23, 162, 184, 0.1);
    border-color: rgba(23, 162, 184, 0.2);
    color: #17a2b8;
}

.status-option.status-scheduled:hover[b-lilt5vs8o8] {
    background: rgba(0, 123, 255, 0.1);
    border-color: rgba(0, 123, 255, 0.2);
    color: #007bff;
}

.status-option.status-noshow:hover[b-lilt5vs8o8] {
    background: rgba(108, 117, 125, 0.1);
    border-color: rgba(108, 117, 125, 0.2);
    color: #6c757d;
}

/* Success Alert Animation */
.status-update-alert[b-lilt5vs8o8] {
    animation: slideInDown-b-lilt5vs8o8 0.3s ease-out;
    margin-bottom: 1rem;
    border: 2px solid #28a745;
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
}

@keyframes slideInDown-b-lilt5vs8o8 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.status-update-alert .btn-close[b-lilt5vs8o8] {
    opacity: 0.6;
}

.status-update-alert .btn-close:hover[b-lilt5vs8o8] {
    opacity: 1;
}

/* Enhanced appointment status badges */
.appointment-status .badge[b-lilt5vs8o8] {
    font-size: 0.8rem;
    padding: 0.5em 0.75em;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.025em;
}

/* Responsive Design */
@media (max-width: 768px) {
    .appointments-content[b-lilt5vs8o8] {
        padding: 1rem;
    }

    .operator-appointments-section-header[b-lilt5vs8o8] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .header-filters[b-lilt5vs8o8] {
        width: 100%;
        flex-direction: column;
    }

    .header-filters .form-select[b-lilt5vs8o8] {
        min-width: auto;
    }

    .appointment-header[b-lilt5vs8o8] {
        flex-direction: column;
        gap: 0.75rem;
        align-items: flex-start;
    }

    .appointment-client[b-lilt5vs8o8] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .client-avatar[b-lilt5vs8o8] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .appointment-footer[b-lilt5vs8o8] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .appointment-actions[b-lilt5vs8o8] {
        width: 100%;
        justify-content: center;
    }

    .status-dropdown-menu[b-lilt5vs8o8] {
        min-width: 200px;
        font-size: 0.9rem;
    }

    .status-option[b-lilt5vs8o8] {
        padding: 0.6rem 0.8rem;
    }
}

@media (max-width: 576px) {
    .summary-card[b-lilt5vs8o8] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .summary-content[b-lilt5vs8o8] {
        flex: none;
    }
}
/* _content/AG.Web/Components/Pages/OperatorsPresentation/Components/OperatorEditorModal.razor.rz.scp.css */
/* Operator Editor Modal Styles - Component-Specific Only */
/* Note: Base modal styles are in wwwroot/css/modals.css */
/* Note: Base form styles are in wwwroot/css/forms.css */

/* Operator-specific modal overrides */

.btn[b-pdimzvbpc4] {
    border-radius: 8px !important;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn:disabled[b-pdimzvbpc4] {
    opacity: 0.65;
    cursor: not-allowed;
}

.btn-success[b-pdimzvbpc4] {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    border: none !important;
    color: white !important;
}

.btn-success:hover:not(:disabled)[b-pdimzvbpc4] {
    background: linear-gradient(135deg, #218838, #1e9b8a) !important;
    transform: translateY(-1px);
}

.btn-outline-secondary[b-pdimzvbpc4] {
    border-color: #6c757d !important;
    color: #6c757d !important;
    background: transparent;
}

.btn-outline-secondary:hover[b-pdimzvbpc4] {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color: white !important;
}

.alert[b-pdimzvbpc4] {
    border-radius: 8px;
    border: none;
    padding: 1rem;
    margin-bottom: 1.5rem;
}

.alert-danger[b-pdimzvbpc4] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

/* Animation */
.modal.fade.show[b-pdimzvbpc4] {
    animation: slideInDown-b-pdimzvbpc4 0.3s ease-out;
}

@keyframes slideInDown-b-pdimzvbpc4 {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .modal-dialog[b-pdimzvbpc4] {
        margin: 1rem;
    }

    .modal-header[b-pdimzvbpc4],
    .modal-body[b-pdimzvbpc4],
    .modal-footer[b-pdimzvbpc4] {
        padding: 1rem 1.5rem;
    }

    .modal-footer[b-pdimzvbpc4] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .modal-footer .btn[b-pdimzvbpc4] {
        width: 100%;
        justify-content: center;
    }
}
/* _content/AG.Web/Components/Pages/OperatorsPresentation/Components/OperatorOverviewTabContent.razor.rz.scp.css */
/* Operator Overview Tab Styles */
.operator-overview[b-rmw658sofy] {
    padding: 2rem;
}

.operator-overview-section-header[b-rmw658sofy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #e9ecef;
}

.operator-overview-section-title[b-rmw658sofy] {
    color: #495057;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.info-grid[b-rmw658sofy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.info-item[b-rmw658sofy] {
    background: #f8f9fa;
    padding: 1.25rem;
    border-radius: 10px;
    border-left: 4px solid #20c997;
    transition: all 0.3s ease;
}

.info-item:hover[b-rmw658sofy] {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.info-item.full-width[b-rmw658sofy] {
    grid-column: 1 / -1;
}

.info-label[b-rmw658sofy] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value[b-rmw658sofy] {
    font-size: 1rem;
    color: #495057;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.info-value.description[b-rmw658sofy] {
    line-height: 1.6;
    color: #495057;
    display: block;
}

/* Statistics Section */
.statistics-section[b-rmw658sofy] {
    margin-top: 2rem;
}

.statistics-section-large[b-rmw658sofy] {
    margin-top: 3rem;
}

.stats-period-badge[b-rmw658sofy] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 0.75rem 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.period-text[b-rmw658sofy] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
}

.stats-grid-enhanced[b-rmw658sofy] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.stat-card[b-rmw658sofy] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 12px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
    height: 100%;
}

.stat-card:hover[b-rmw658sofy] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.stat-card-enhanced[b-rmw658sofy] {
    background: white;
    border: 3px solid #20c997;
    border-radius: 16px;
    padding: 1.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.stat-card-enhanced:hover[b-rmw658sofy] {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(32, 201, 151, 0.2);
}

.stat-header-enhanced[b-rmw658sofy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
}

.stat-icon-enhanced[b-rmw658sofy] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
}

.stat-body-enhanced[b-rmw658sofy] {
    margin-bottom: 1rem;
}

.stat-number-enhanced[b-rmw658sofy] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label-enhanced[b-rmw658sofy] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.75rem;
}

.stat-details[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
}

.detail-item[b-rmw658sofy] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.detail-value[b-rmw658sofy] {
    font-weight: 600;
    color: #495057;
}

.detail-label[b-rmw658sofy] {
    font-size: 0.75rem;
    color: #6c757d;
}

.detail-separator[b-rmw658sofy] {
    color: #dee2e6;
    font-weight: 600;
}

.stat-trend[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.stat-trend.positive[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.stat-trend.negative[b-rmw658sofy] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.success-rate-badge[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 700;
}

.schedule-status[b-rmw658sofy],
.unavailable-indicator[b-rmw658sofy],
.performance-badge[b-rmw658sofy],
.revenue-trend[b-rmw658sofy] {
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.schedule-status.active[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.unavailable-indicator.low[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.performance-badge.excellent[b-rmw658sofy] {
    background: rgba(111, 66, 193, 0.1);
    color: #6f42c1;
}

.revenue-trend.positive[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.progress-bar-enhanced[b-rmw658sofy] {
    height: 6px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill[b-rmw658sofy] {
    height: 100%;
    border-radius: 10px;
    transition: width 0.5s ease;
}

.progress-fill.bg-primary[b-rmw658sofy] {
    background: linear-gradient(90deg, #20c997, #28a745);
}

.progress-fill.bg-success[b-rmw658sofy] {
    background: linear-gradient(90deg, #28a745, #20c997);
}

.progress-fill.bg-info[b-rmw658sofy] {
    background: linear-gradient(90deg, #17a2b8, #6610f2);
}

.progress-fill.bg-warning[b-rmw658sofy] {
    background: linear-gradient(90deg, #ffc107, #fd7e14);
}

.progress-fill.bg-purple[b-rmw658sofy] {
    background: linear-gradient(90deg, #6f42c1, #9b59b6);
}

.bg-purple[b-rmw658sofy] {
    background: linear-gradient(135deg, #6f42c1, #9b59b6) !important;
}

.stat-icon[b-rmw658sofy] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
}

.stat-icon.bg-primary[b-rmw658sofy] {
    background: linear-gradient(135deg, #20c997, #28a745);
}

.stat-icon.bg-success[b-rmw658sofy] {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.stat-icon.bg-info[b-rmw658sofy] {
    background: linear-gradient(135deg, #17a2b8, #6610f2);
}

.stat-icon.bg-warning[b-rmw658sofy] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    color: #212529;
}

.stat-content[b-rmw658sofy] {
    flex: 1;
}

.stat-number[b-rmw658sofy] {
    font-size: 2rem;
    font-weight: 700;
    color: #495057;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.stat-label[b-rmw658sofy] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Edit Form Styles */
.edit-form[b-rmw658sofy] {
    background: #f8f9fa;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #dee2e6;
}

.form-group[b-rmw658sofy] {
    margin-bottom: 1.5rem;
}

.form-label[b-rmw658sofy] {
    color: #495057;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-control[b-rmw658sofy],
.form-select[b-rmw658sofy] {
    border: 2px solid #e9ecef !important;
    border-radius: 8px !important;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-rmw658sofy],
.form-select:focus[b-rmw658sofy] {
    border-color: #20c997 !important;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25) !important;
}

.form-check-input[b-rmw658sofy] {
    width: 2rem;
    height: 1rem;
    margin-top: 0.25rem;
    background-color: #e9ecef;
    border: 2px solid #dee2e6;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.form-check-input:checked[b-rmw658sofy] {
    background-color: #20c997 !important;
    border-color: #20c997 !important;
}

.form-check-label[b-rmw658sofy] {
    margin-left: 0.5rem;
    color: #495057;
}

.form-actions[b-rmw658sofy] {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #dee2e6;
    display: flex;
    gap: 1rem;
}

.alert[b-rmw658sofy] {
    border: none;
    border-radius: 8px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
}

.alert-danger[b-rmw658sofy] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

/* Responsive Design */
@media (max-width: 992px) {
    .stats-grid-enhanced[b-rmw658sofy] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .operator-overview[b-rmw658sofy] {
        padding: 1rem;
    }

    .operator-overview-section-header[b-rmw658sofy] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .info-grid[b-rmw658sofy] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stats-grid-enhanced[b-rmw658sofy] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-card[b-rmw658sofy] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }

    .stat-content[b-rmw658sofy] {
        flex: none;
    }

    .stat-number-enhanced[b-rmw658sofy] {
        font-size: 1.75rem;
    }

    .stat-icon-enhanced[b-rmw658sofy] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .form-actions[b-rmw658sofy] {
        flex-direction: column;
    }

    .form-actions .btn[b-rmw658sofy] {
        width: 100%;
    }
}

/* Enhanced Statistics Styles - Matching Panoramica Appuntamenti Style */
.statistics-section-large[b-rmw658sofy] {
    margin-top: 2rem;
}

.stats-header[b-rmw658sofy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.stats-main-title[b-rmw658sofy] {
    color: #2d3748;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
    display: flex;
    align-items: center;
}

.stats-period-badge[b-rmw658sofy] {
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stats-period-badge .period-text[b-rmw658sofy] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
}

.stats-grid-enhanced[b-rmw658sofy] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.stat-card-enhanced[b-rmw658sofy] {
    background: white;
    border-radius: 16px;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 2px solid #e9ecef;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 180px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.stat-card-enhanced:hover[b-rmw658sofy] {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.stat-card-enhanced.primary[b-rmw658sofy] {
    border-color: #20c997;
}

.stat-card-enhanced.success[b-rmw658sofy] {
    border-color: #28a745;
}

.stat-card-enhanced.info[b-rmw658sofy] {
    border-color: #17a2b8;
}

.stat-card-enhanced.warning[b-rmw658sofy] {
    border-color: #ffc107;
}

.stat-card-enhanced.danger[b-rmw658sofy] {
    border-color: #dc3545;
}

.stat-card-enhanced.performance[b-rmw658sofy] {
    border-color: #20c997;
}

.stat-card-enhanced.revenue[b-rmw658sofy] {
    border-color: #28a745;
}

.stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
}

.stat-icon-enhanced[b-rmw658sofy] {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
    flex-shrink: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.stat-icon-enhanced.bg-primary[b-rmw658sofy] {
    background: linear-gradient(135deg, #20c997, #28a745);
}

.stat-icon-enhanced.bg-success[b-rmw658sofy] {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.stat-icon-enhanced.bg-info[b-rmw658sofy] {
    background: linear-gradient(135deg, #17a2b8, #6610f2);
}

.stat-icon-enhanced.bg-warning[b-rmw658sofy] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.stat-icon-enhanced.bg-danger[b-rmw658sofy] {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
}

.stat-icon-enhanced.bg-purple[b-rmw658sofy] {
    background: linear-gradient(135deg, #20c997, #28a745);
}

/* Header backgrounds based on card type */
.stat-card-enhanced.primary .stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, rgba(32, 201, 151, 0.1) 0%, rgba(32, 201, 151, 0.05) 100%);
}

.stat-card-enhanced.success .stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
}

.stat-card-enhanced.info .stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, rgba(23, 162, 184, 0.1) 0%, rgba(23, 162, 184, 0.05) 100%);
}

.stat-card-enhanced.warning .stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 193, 7, 0.05) 100%);
}

.stat-card-enhanced.danger .stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.05) 100%);
}

.stat-card-enhanced.performance .stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, rgba(32, 201, 151, 0.1) 0%, rgba(32, 201, 151, 0.05) 100%);
}

.stat-card-enhanced.revenue .stat-header-enhanced[b-rmw658sofy] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.05) 100%);
}

.stat-trend[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.stat-trend.positive[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.stat-trend.negative[b-rmw658sofy] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.success-rate-badge[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.schedule-status[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.schedule-status.active[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.schedule-status.inactive[b-rmw658sofy] {
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
}

.unavailable-indicator[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.unavailable-indicator.has-unavailable[b-rmw658sofy] {
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
}

.unavailable-indicator.available[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.performance-badge[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.performance-badge.excellent[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.performance-badge.good[b-rmw658sofy] {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
}

.performance-badge.fair[b-rmw658sofy] {
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
}

.performance-badge.poor[b-rmw658sofy] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.revenue-trend[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.revenue-trend.positive[b-rmw658sofy] {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.revenue-trend.negative[b-rmw658sofy] {
    background: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.stat-body-enhanced[b-rmw658sofy] {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-number-enhanced[b-rmw658sofy] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label-enhanced[b-rmw658sofy] {
    font-size: 1rem;
    color: #495057;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.stat-details[b-rmw658sofy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-top: auto;
    font-size: 0.85rem;
    color: #6c757d;
}

.detail-item[b-rmw658sofy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.25rem;
}

.detail-value[b-rmw658sofy] {
    font-weight: 600;
    color: #495057;
}

.detail-label[b-rmw658sofy] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-separator[b-rmw658sofy] {
    color: #dee2e6;
    font-weight: bold;
}

.progress-bar-enhanced[b-rmw658sofy] {
    height: 6px;
    background: #e9ecef;
    border-radius: 10px;
    overflow: hidden;
    margin-top: auto;
}

.progress-fill[b-rmw658sofy] {
    height: 100%;
    border-radius: 10px;
    transition: width 0.8s ease;
}

.progress-fill.bg-primary[b-rmw658sofy] {
    background: linear-gradient(135deg, #20c997, #28a745);
}

.progress-fill.bg-success[b-rmw658sofy] {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.progress-fill.bg-info[b-rmw658sofy] {
    background: linear-gradient(135deg, #17a2b8, #6610f2);
}

.progress-fill.bg-warning[b-rmw658sofy] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.progress-fill.bg-danger[b-rmw658sofy] {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
}

.progress-fill.bg-purple[b-rmw658sofy] {
    background: linear-gradient(135deg, #20c997, #28a745);
}

/* Responsive enhancements for mobile */

@media (max-width: 576px) {
    .stats-grid-enhanced[b-rmw658sofy] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-card-enhanced[b-rmw658sofy] {
        min-height: 160px;
    }

    .stat-header-enhanced[b-rmw658sofy] {
        padding: 1rem;
    }

    .stat-content-enhanced[b-rmw658sofy] {
        padding: 1rem;
    }

    .stat-number-enhanced[b-rmw658sofy] {
        font-size: 1.75rem;
    }
}
/* _content/AG.Web/Components/Pages/OperatorsPresentation/Components/OperatorScheduleModal.razor.rz.scp.css */
/* Operator Schedule Modal - Component-Specific Only */
/* Note: Base modal styles are in wwwroot/css/modals.css */
/* Note: Base form styles are in wwwroot/css/forms.css */

/* Unique header styling with gradient overlay */
.operator-schedule-modal-header[b-6riiepowaj]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.header-title[b-6riiepowaj] {
    position: relative;
    z-index: 1;
}

.header-actions[b-6riiepowaj] {
    position: relative;
    z-index: 1;
}

/* Schedule Type Buttons */
.schedule-type-buttons[b-6riiepowaj] {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.schedule-type-buttons .btn[b-6riiepowaj] {
    flex: 1;
    min-width: 140px;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    font-weight: 500;
    border: 2px solid;
    /* Removed transition for better performance */
}

.schedule-type-buttons .btn-primary[b-6riiepowaj] {
    background: #20c997;
    border-color: #20c997;
    color: white;
}

.schedule-type-buttons .btn-outline-primary[b-6riiepowaj] {
    background: transparent;
    border-color: #20c997;
    color: #20c997;
}

.schedule-type-buttons .btn-outline-primary:hover:not(:disabled)[b-6riiepowaj] {
    background: #20c997;
    color: white;
}

/* Date unavailable styling - specific to schedule modal */
.date-unavailable[b-6riiepowaj] {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

/* Info sections */
.default-hours-info[b-6riiepowaj],
.no-default-hours-warning[b-6riiepowaj],
.time-restriction-info[b-6riiepowaj] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.default-hours-info[b-6riiepowaj] {
    background: rgba(23, 162, 184, 0.1);
    color: #17a2b8;
    border: 1px solid rgba(23, 162, 184, 0.2);
}

.no-default-hours-warning[b-6riiepowaj] {
    background: rgba(255, 193, 7, 0.1);
    color: #ffc107;
    border: 1px solid rgba(255, 193, 7, 0.2);
}

.time-restriction-info[b-6riiepowaj] {
    background: rgba(32, 201, 151, 0.1);
    color: #20c997;
    border: 1px solid rgba(32, 201, 151, 0.2);
}

/* Premium info - specific to schedule modal */
.premium-info .fas[b-6riiepowaj] {
    color: #ffc107;
}

/* Time Slot Selection */
.selected-slot-info[b-6riiepowaj] {
    padding: 0.75rem 1rem;
    border-radius: 8px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    background: rgba(32, 201, 151, 0.1);
    color: #20c997;
    border: 1px solid rgba(32, 201, 151, 0.2);
}

.selected-slot-info .premium-badge[b-6riiepowaj] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background: rgba(255, 193, 7, 0.2);
    color: #ffc107;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    margin-left: 0.5rem;
}

.slots-info[b-6riiepowaj] {
    padding: 0.5rem 0.75rem;
    border-radius: 6px;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
    background: rgba(108, 117, 125, 0.1);
    color: #6c757d;
    border: 1px solid rgba(108, 117, 125, 0.15);
}

.no-slots-warning[b-6riiepowaj] {
    padding: 1rem;
    border-radius: 8px;
    background: rgba(255, 193, 7, 0.1);
    color: #856404;
    border: 1px solid rgba(255, 193, 7, 0.2);
    text-align: center;
}

.no-slots-warning small[b-6riiepowaj] {
    color: #6c757d;
    font-size: 0.85rem;
}

/* Responsive Design - Operator Schedule Modal Specific */
@media (max-width: 576px) {
    .header-title[b-6riiepowaj] {
        font-size: 1rem;
    }

    .schedule-type-buttons[b-6riiepowaj] {
        flex-direction: column;
    }

    .schedule-type-buttons .btn[b-6riiepowaj] {
        min-width: auto;
    }
}
/* _content/AG.Web/Components/Pages/OperatorsPresentation/Components/OperatorScheduleTabContent.razor.rz.scp.css */
/* Schedule Tab Styles */
.schedule-content[b-662j0z30u3] {
    padding: 2rem;
}

.operator-schedule-section-header[b-662j0z30u3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.operator-schedule-section-title[b-662j0z30u3] {
    color: #495057;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.header-actions[b-662j0z30u3] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

/* Edit Mode Badge */
.edit-mode-badge[b-662j0z30u3] {
    display: inline-flex;
    align-items: center;
    padding: 0.4rem 0.8rem;
    background: rgba(255, 193, 7, 0.9);
    color: #000;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    animation: pulse-b-662j0z30u3 2s ease-in-out infinite;
}

@keyframes pulse-b-662j0z30u3 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
}

/* Unsaved Changes Warning */
.unsaved-changes-warning[b-662j0z30u3] {
    margin: -1rem 0 1.5rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 193, 7, 0.2);
    color: #856404;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.loading-container[b-662j0z30u3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    color: #6c757d;
}

/* Weekly Schedule with Slider */
.weekly-schedule[b-662j0z30u3] {
    margin-bottom: 4rem;
}

/* Horizontal Scrollable Schedule */
.schedule-grid-horizontal[b-662j0z30u3] {
    display: flex;
    gap: 1rem;
    overflow-x: auto;
    padding: 0.75rem 0;
    min-height: 320px;
    scroll-behavior: smooth;
}

.schedule-grid-horizontal[b-662j0z30u3]::-webkit-scrollbar {
    height: 8px;
}

.schedule-grid-horizontal[b-662j0z30u3]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.schedule-grid-horizontal[b-662j0z30u3]::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #20c997, #28a745);
    border-radius: 10px;
}

.schedule-grid-horizontal[b-662j0z30u3]::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg, #1ab386, #218838);
}

.day-column-horizontal[b-662j0z30u3] {
    flex: 0 0 280px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.day-column-horizontal.has-hours[b-662j0z30u3] {
    border-color: #20c997;
    box-shadow: 0 4px 20px rgba(32, 201, 151, 0.15);
}

.day-column-horizontal.no-hours[b-662j0z30u3] {
    border-color: #dee2e6;
    background: #f8f9fa;
}

.day-column-horizontal:hover[b-662j0z30u3] {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-4px);
}

.day-header-horizontal[b-662j0z30u3] {
    padding: 1rem;
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    flex-shrink: 0;
}

.day-column-horizontal.no-hours .day-header-horizontal[b-662j0z30u3] {
    background: linear-gradient(135deg, #adb5bd 0%, #6c757d 100%);
}

.day-hours-horizontal[b-662j0z30u3] {
    padding: 1rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 200px;
}

.hour-block-horizontal[b-662j0z30u3] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1.25rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.hour-block-horizontal:hover[b-662j0z30u3] {
    background: #f8f9fa;
    border-color: #20c997;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(32, 201, 151, 0.15);
}

.hour-block-horizontal.premium[b-662j0z30u3] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.1) 0%, rgba(255, 152, 0, 0.1) 100%);
    border-color: #ffc107;
}

.hour-block-horizontal.operator-specific[b-662j0z30u3] {
    border-left: 4px solid #20c997;
}

.hour-block-horizontal.general[b-662j0z30u3] {
    border-left: 4px solid #6c757d;
    background: rgba(248, 249, 250, 0.5);
}

.hour-time-horizontal[b-662j0z30u3] {
    font-weight: 700;
    color: #2d3748;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.hour-badges[b-662j0z30u3] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.hour-badge-horizontal[b-662j0z30u3] {
    font-size: 0.9rem;
    padding: 0.375rem 0.5rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
}

.hour-badge-horizontal.premium-badge[b-662j0z30u3] {
    color: #ffc107;
    background: rgba(255, 193, 7, 0.1);
    border: 1px solid rgba(255, 193, 7, 0.3);
}

.hour-badge-horizontal.general-badge[b-662j0z30u3] {
    color: #6c757d;
    background: rgba(108, 117, 125, 0.1);
    border: 1px solid rgba(108, 117, 125, 0.3);
}

.hour-actions-horizontal[b-662j0z30u3] {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
    justify-content: flex-end;
}

.hour-actions-horizontal .btn[b-662j0z30u3] {
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    border-radius: 8px;
}

.no-hours-message-horizontal[b-662j0z30u3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 2rem 1.5rem;
    gap: 1rem;
    color: #6c757d;
}

.schedule-header-controls[b-662j0z30u3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.slider-controls[b-662j0z30u3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.slider-btn[b-662j0z30u3] {
    width: 36px;
    height: 36px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    transition: all 0.3s ease;
}

.slider-btn:hover:not(:disabled)[b-662j0z30u3] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.3);
}

.slider-btn:disabled[b-662j0z30u3] {
    opacity: 0.4;
    cursor: not-allowed;
}

.week-indicator[b-662j0z30u3] {
    font-weight: 600;
    color: #2d3748;
    min-width: 180px;
    text-align: center;
    font-size: 0.95rem;
}

.scroll-hint[b-662j0z30u3] {
    margin-top: 0.5rem;
    text-align: center;
    opacity: 0.8;
}

.schedule-slider-container[b-662j0z30u3] {
    overflow-x: hidden;
    padding: 0.5rem 0;
    position: relative;
}

.schedule-grid-large[b-662j0z30u3] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1.5rem;
    margin-top: 1rem;
    min-height: 400px;
}

.day-column-large[b-662j0z30u3] {
    border: 2px solid #e9ecef;
    border-radius: 16px;
    overflow: hidden;
    background: white;
    transition: all 0.3s ease;
    min-height: 380px;
    display: flex;
    flex-direction: column;
}

.day-column-large.has-hours[b-662j0z30u3] {
    border-color: #20c997;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.15);
}

.day-column-large.no-hours[b-662j0z30u3] {
    border-color: #dee2e6;
    background: #f8f9fa;
}

.day-column-large:hover[b-662j0z30u3] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.day-header-large[b-662j0z30u3] {
    padding: 1.25rem;
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    flex-shrink: 0;
}

.day-column-large.no-hours .day-header-large[b-662j0z30u3] {
    background: linear-gradient(135deg, #adb5bd 0%, #6c757d 100%);
}

.day-info[b-662j0z30u3] {
    margin-bottom: 0.75rem;
}

.day-name[b-662j0z30u3] {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0.25rem;
}

.day-date[b-662j0z30u3] {
    font-size: 0.85rem;
    opacity: 0.9;
    font-weight: 500;
}

.day-stats[b-662j0z30u3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.8rem;
    opacity: 0.9;
}

.day-count[b-662j0z30u3],
.day-duration[b-662j0z30u3] {
    background: rgba(255, 255, 255, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-weight: 500;
}

.day-hours-large[b-662j0z30u3] {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 280px;
}

.hour-block-large[b-662j0z30u3] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.hour-block-large:hover[b-662j0z30u3] {
    background: #f8f9fa;
    border-color: #20c997;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.15);
}

.hour-block-large.premium[b-662j0z30u3] {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.08) 0%, rgba(255, 152, 0, 0.08) 100%);
    border-color: #ffc107;
}

.hour-main-info[b-662j0z30u3] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.5rem;
}

.hour-time-large[b-662j0z30u3] {
    font-weight: 600;
    color: #2d3748;
    font-size: 1rem;
}

.hour-badge-large[b-662j0z30u3] {
    color: #ffc107;
    font-size: 1rem;
    background: rgba(255, 193, 7, 0.1);
    padding: 0.25rem;
    border-radius: 6px;
}

.hour-duration[b-662j0z30u3] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
    font-weight: 500;
}

.hour-actions-large[b-662j0z30u3] {
    display: flex;
    gap: 0.5rem;
}

.hour-actions-large .btn[b-662j0z30u3] {
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    border-radius: 6px;
}

.add-hour-section[b-662j0z30u3] {
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

.no-hours-message-large[b-662j0z30u3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    padding: 2rem 1rem;
    gap: 1rem;
    color: #6c757d;
}

.empty-icon[b-662j0z30u3] {
    font-size: 3rem;
    opacity: 0.5;
    margin-bottom: 0.5rem;
}

.empty-text[b-662j0z30u3] {
    font-size: 0.95rem;
    margin: 0;
    color: #6c757d;
}

/* Unavailable Dates Section */
.unavailable-section[b-662j0z30u3] {
    border-top: 1px solid #dee2e6;
    padding-top: 2rem;
}

.unavailable-section .operator-schedule-section-header[b-662j0z30u3] {
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
}

.unavailable-section .operator-schedule-section-title[b-662j0z30u3] {
    font-size: 1.1rem;
}

.unavailable-dates-grid[b-662j0z30u3] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.unavailable-date-card[b-662j0z30u3] {
    background: #fff5f5;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.unavailable-date-card:hover[b-662j0z30u3] {
    background: #fef2f2;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.1);
    transform: translateY(-1px);
}

.date-info[b-662j0z30u3] {
    flex: 1;
}

.date-main[b-662j0z30u3] {
    font-weight: 600;
    color: #dc2626;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
}

.date-day[b-662j0z30u3] {
    font-size: 0.875rem;
    color: #7f1d1d;
    font-weight: 500;
}

.date-reason[b-662j0z30u3] {
    margin-top: 0.5rem;
}

.date-actions[b-662j0z30u3] {
    flex-shrink: 0;
}

.empty-state-small[b-662j0z30u3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    color: #6c757d;
    text-align: center;
    gap: 0.5rem;
}

.empty-state-small i[b-662j0z30u3] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

/* Modal Overrides */
.modal-content[b-662j0z30u3] {
    border-radius: 12px;
    border: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.modal-header[b-662j0z30u3] {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    border-radius: 12px 12px 0 0;
    border-bottom: none;
}

.modal-title[b-662j0z30u3] {
    font-weight: 600;
}

.btn-close[b-662j0z30u3] {
    filter: invert(1);
    opacity: 0.8;
}

.btn-close:hover[b-662j0z30u3] {
    opacity: 1;
}

/* Form Styles */
.form-label[b-662j0z30u3] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.form-control[b-662j0z30u3] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-662j0z30u3] {
    border-color: #20c997;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}

.alert[b-662j0z30u3] {
    border: none;
    border-radius: 8px;
    padding: 1rem;
}

.alert-danger[b-662j0z30u3] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .schedule-grid[b-662j0z30u3] {
        grid-template-columns: repeat(4, 1fr);
    }

    .day-column-horizontal[b-662j0z30u3] {
        flex: 0 0 320px;
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .schedule-content[b-662j0z30u3] {
        padding: 1rem;
    }

    .operator-schedule-section-header[b-662j0z30u3] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .schedule-grid[b-662j0z30u3] {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }

    .day-column-horizontal[b-662j0z30u3] {
        flex: 0 0 280px;
        min-height: 350px;
    }

    .day-header-horizontal[b-662j0z30u3] {
        padding: 1.25rem;
    }

    .day-hours-horizontal[b-662j0z30u3] {
        padding: 1.25rem;
        gap: 0.75rem;
        min-height: 250px;
    }

    .hour-block-horizontal[b-662j0z30u3] {
        padding: 1rem;
    }

    .hour-time-horizontal[b-662j0z30u3] {
        font-size: 1rem;
    }

    .hour-actions-horizontal .btn[b-662j0z30u3] {
        padding: 0.375rem 0.5rem;
        font-size: 0.8rem;
    }

    .day-hours[b-662j0z30u3] {
        padding: 0.75rem;
        min-height: 120px;
    }

    .hour-block[b-662j0z30u3] {
        padding: 0.5rem;
        margin-bottom: 0.375rem;
    }

    .hour-actions[b-662j0z30u3] {
        margin-top: 0.375rem;
    }

    .unavailable-dates-grid[b-662j0z30u3] {
        grid-template-columns: 1fr;
    }

    .unavailable-date-card[b-662j0z30u3] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .date-actions[b-662j0z30u3] {
        align-self: flex-end;
    }
}

@media (max-width: 576px) {
    .schedule-grid[b-662j0z30u3] {
        grid-template-columns: 1fr;
    }

    .day-column[b-662j0z30u3] {
        margin-bottom: 1rem;
    }

    .day-column-horizontal[b-662j0z30u3] {
        flex: 0 0 260px;
        min-height: 320px;
    }

    .schedule-grid-horizontal[b-662j0z30u3] {
        gap: 1rem;
        padding: 0.5rem 0;
    }

    .day-header-horizontal[b-662j0z30u3] {
        padding: 1rem;
    }

    .day-hours-horizontal[b-662j0z30u3] {
        padding: 1rem;
        gap: 0.5rem;
        min-height: 200px;
    }

    .hour-block-horizontal[b-662j0z30u3] {
        padding: 0.75rem;
    }

    .hour-time-horizontal[b-662j0z30u3] {
        font-size: 0.9rem;
    }

    .hour-actions-horizontal[b-662j0z30u3] {
        margin-top: 0.75rem;
    }

    .hour-actions-horizontal .btn[b-662j0z30u3] {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }

    .weekly-schedule h6[b-662j0z30u3] {
        font-size: 1rem;
    }

    .unavailable-section .section-title[b-662j0z30u3] {
        font-size: 1rem;
    }
}
/* _content/AG.Web/Components/Pages/OperatorsPresentation/Components/OperatorStatisticsTabContent.razor.rz.scp.css */
/* Statistics Tab Styles */
.statistics-content[b-5fxfe9qbu0] {
    padding: 2rem;
}

.operator-statistics-section-header[b-5fxfe9qbu0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #e9ecef;
}

.operator-statistics-section-title[b-5fxfe9qbu0] {
    color: #495057;
    font-weight: 600;
    margin: 0;
    display: flex;
    align-items: center;
}

.period-selector .form-select[b-5fxfe9qbu0] {
    min-width: 150px;
}

.loading-container[b-5fxfe9qbu0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    color: #6c757d;
}

/* Main Statistics Grid */
.stats-grid[b-5fxfe9qbu0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.stat-card[b-5fxfe9qbu0] {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    border: 2px solid #e9ecef;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.stat-card:hover[b-5fxfe9qbu0] {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: transparent;
}

.stat-card[b-5fxfe9qbu0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    transition: height 0.3s ease;
}

.stat-card:hover[b-5fxfe9qbu0]::before {
    height: 8px;
}

.stat-card.primary[b-5fxfe9qbu0]::before {
    background: linear-gradient(135deg, #20c997, #28a745);
}

.stat-card.success[b-5fxfe9qbu0]::before {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.stat-card.warning[b-5fxfe9qbu0]::before {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.stat-card.info[b-5fxfe9qbu0]::before {
    background: linear-gradient(135deg, #17a2b8, #6610f2);
}

.stat-icon[b-5fxfe9qbu0] {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    margin-bottom: 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    position: relative;
}

.stat-card:hover .stat-icon[b-5fxfe9qbu0] {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.25);
}

.stat-card.primary .stat-icon[b-5fxfe9qbu0] {
    background: linear-gradient(135deg, #20c997, #28a745);
}

.stat-card.success .stat-icon[b-5fxfe9qbu0] {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.stat-card.warning .stat-icon[b-5fxfe9qbu0] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
}

.stat-card.info .stat-icon[b-5fxfe9qbu0] {
    background: linear-gradient(135deg, #17a2b8, #6610f2);
}

.stat-content[b-5fxfe9qbu0] {
    margin-bottom: 1rem;
}

.stat-number[b-5fxfe9qbu0] {
    font-size: 3rem;
    font-weight: 800;
    color: #2d3748;
    line-height: 1;
    margin-bottom: 0.75rem;
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label[b-5fxfe9qbu0] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 0.5rem;
    letter-spacing: -0.025em;
}

.stat-period[b-5fxfe9qbu0] {
    font-size: 0.9rem;
    color: #718096;
    font-weight: 500;
}

.stat-trend[b-5fxfe9qbu0] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
}

/* Performance Section */
.performance-section[b-5fxfe9qbu0] {
    border-top: 2px solid #e9ecef;
    padding-top: 3rem;
    margin-top: 2rem;
    background: linear-gradient(135deg, rgba(32, 201, 151, 0.02) 0%, rgba(139, 92, 246, 0.02) 100%);
    border-radius: 24px;
    padding: 3rem 2rem;
    position: relative;
}

.performance-section[b-5fxfe9qbu0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: linear-gradient(135deg, #20c997, #28a745);
    border-radius: 2px;
}

.performance-section .operator-statistics-section-title[b-5fxfe9qbu0] {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    text-align: center;
    background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}

.performance-grid[b-5fxfe9qbu0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 2.5rem;
}

.performance-card[b-5fxfe9qbu0] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.performance-card[b-5fxfe9qbu0]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #20c997, #28a745);
}

.performance-card:hover[b-5fxfe9qbu0] {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(32, 201, 151, 0.15);
    border-color: #20c997;
}

.card-title[b-5fxfe9qbu0] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    position: relative;
}

.card-title[b-5fxfe9qbu0]::before {
    content: '';
    width: 4px;
    height: 24px;
    background: linear-gradient(135deg, #20c997, #28a745);
    border-radius: 2px;
}

/* Status Breakdown */
.status-breakdown[b-5fxfe9qbu0] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.status-item[b-5fxfe9qbu0] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(32, 201, 151, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(32, 201, 151, 0.1);
    transition: all 0.3s ease;
}

.status-item:hover[b-5fxfe9qbu0] {
    background: rgba(32, 201, 151, 0.05);
    border-color: rgba(32, 201, 151, 0.2);
    transform: translateX(4px);
}

.status-bar[b-5fxfe9qbu0] {
    width: 100%;
    height: 12px;
    background: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.status-fill[b-5fxfe9qbu0] {
    height: 100%;
    border-radius: 8px;
    transition: width 1.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.status-fill[b-5fxfe9qbu0]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    animation: shimmer-b-5fxfe9qbu0 2s infinite;
}

@keyframes shimmer-b-5fxfe9qbu0 {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.status-info[b-5fxfe9qbu0] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.status-label[b-5fxfe9qbu0] {
    font-size: 1rem;
    color: #4a5568;
    font-weight: 600;
}

.status-value[b-5fxfe9qbu0] {
    font-size: 1rem;
    font-weight: 700;
    color: #2d3748;
    background: rgba(255, 255, 255, 0.8);
    padding: 0.25rem 0.75rem;
    border-radius: 8px;
}

/* Services List */
.services-list[b-5fxfe9qbu0] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.service-item[b-5fxfe9qbu0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: rgba(32, 201, 151, 0.02);
    border-radius: 12px;
    border: 1px solid rgba(32, 201, 151, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.service-item:hover[b-5fxfe9qbu0] {
    background: rgba(32, 201, 151, 0.05);
    border-color: rgba(32, 201, 151, 0.2);
    transform: scale(1.02);
}

.service-item[b-5fxfe9qbu0]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(135deg, #20c997, #28a745);
    border-radius: 0 4px 4px 0;
}

.service-info[b-5fxfe9qbu0] {
    flex: 1;
    min-width: 0;
}

.service-name[b-5fxfe9qbu0] {
    font-weight: 700;
    color: #2d3748;
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.25rem;
}

.service-count[b-5fxfe9qbu0] {
    font-size: 0.9rem;
    color: #718096;
    font-weight: 500;
}

.service-bar[b-5fxfe9qbu0] {
    width: 80px;
    height: 10px;
    background: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
}

.service-fill[b-5fxfe9qbu0] {
    height: 100%;
    background: linear-gradient(135deg, #20c997, #28a745);
    border-radius: 8px;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.3);
}

.service-fill[b-5fxfe9qbu0]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.4) 50%, transparent 70%);
    animation: shimmer-b-5fxfe9qbu0 2.5s infinite;
}

/* Hours Distribution */
.hours-distribution[b-5fxfe9qbu0] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.hour-slot[b-5fxfe9qbu0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    background: rgba(32, 201, 151, 0.02);
    border-radius: 10px;
    border: 1px solid rgba(32, 201, 151, 0.08);
    transition: all 0.3s ease;
}

.hour-slot:hover[b-5fxfe9qbu0] {
    background: rgba(32, 201, 151, 0.05);
    border-color: rgba(32, 201, 151, 0.15);
}

.hour-label[b-5fxfe9qbu0] {
    width: 140px;
    font-size: 1rem;
    color: #4a5568;
    font-weight: 600;
}

.hour-bar[b-5fxfe9qbu0] {
    flex: 1;
    height: 12px;
    background: #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hour-fill[b-5fxfe9qbu0] {
    height: 100%;
    border-radius: 8px;
    transition: width 1s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.hour-fill[b-5fxfe9qbu0]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.3) 50%, transparent 70%);
    animation: shimmer-b-5fxfe9qbu0 2s infinite;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .stats-grid[b-5fxfe9qbu0] {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 1.5rem;
    }

    .performance-grid[b-5fxfe9qbu0] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .statistics-content[b-5fxfe9qbu0] {
        padding: 1rem;
    }

    .stats-grid[b-5fxfe9qbu0] {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .stat-card[b-5fxfe9qbu0] {
        padding: 2rem;
    }

    .stat-number[b-5fxfe9qbu0] {
        font-size: 2.5rem;
    }

    .performance-section[b-5fxfe9qbu0] {
        padding: 2rem 1rem;
    }

    .performance-card[b-5fxfe9qbu0] {
        padding: 2rem;
    }

    .section-header[b-5fxfe9qbu0] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .stat-card[b-5fxfe9qbu0] {
        padding: 1.5rem;
    }

    .stat-icon[b-5fxfe9qbu0] {
        width: 56px;
        height: 56px;
        font-size: 1.5rem;
    }

    .stat-number[b-5fxfe9qbu0] {
        font-size: 2rem;
    }

    .stat-label[b-5fxfe9qbu0] {
        font-size: 1rem;
    }

    .hour-label[b-5fxfe9qbu0] {
        width: 100px;
        font-size: 0.9rem;
    }
}

.hour-count[b-5fxfe9qbu0] {
    width: 40px;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 600;
    color: #495057;
}

/* Activity Section */
.activity-section[b-5fxfe9qbu0] {
    border-top: 1px solid #dee2e6;
    padding-top: 2rem;
}

.activity-section .operator-statistics-section-title[b-5fxfe9qbu0] {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

.activity-list[b-5fxfe9qbu0] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
}

.activity-item[b-5fxfe9qbu0] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.2s ease;
}

.activity-item:last-child[b-5fxfe9qbu0] {
    border-bottom: none;
}

.activity-item:hover[b-5fxfe9qbu0] {
    background: #f8f9fa;
}

.activity-icon[b-5fxfe9qbu0] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.activity-content[b-5fxfe9qbu0] {
    flex: 1;
}

.activity-title[b-5fxfe9qbu0] {
    font-size: 0.95rem;
    color: #495057;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.activity-time[b-5fxfe9qbu0] {
    font-size: 0.8rem;
    color: #6c757d;
}

/* Responsive Design */
@media (max-width: 768px) {
    .statistics-content[b-5fxfe9qbu0] {
        padding: 1rem;
    }

    .operator-statistics-section-header[b-5fxfe9qbu0] {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .stats-grid[b-5fxfe9qbu0] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-card[b-5fxfe9qbu0] {
        padding: 1.5rem;
    }

    .stat-number[b-5fxfe9qbu0] {
        font-size: 2rem;
    }

    .performance-grid[b-5fxfe9qbu0] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .performance-card[b-5fxfe9qbu0] {
        padding: 1rem;
    }

    .service-item[b-5fxfe9qbu0],
    .hour-slot[b-5fxfe9qbu0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .service-bar[b-5fxfe9qbu0],
    .hour-bar[b-5fxfe9qbu0] {
        width: 100%;
    }

    .hour-label[b-5fxfe9qbu0] {
        width: auto;
    }

    .hour-count[b-5fxfe9qbu0] {
        width: auto;
        text-align: left;
    }

    .activity-item[b-5fxfe9qbu0] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .activity-icon[b-5fxfe9qbu0] {
        width: 35px;
        height: 35px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .stat-icon[b-5fxfe9qbu0] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .stat-number[b-5fxfe9qbu0] {
        font-size: 1.75rem;
    }

    .stat-label[b-5fxfe9qbu0] {
        font-size: 1rem;
    }

    .performance-section .operator-statistics-section-title[b-5fxfe9qbu0],
    .activity-section .operator-statistics-section-title[b-5fxfe9qbu0] {
        font-size: 1.1rem;
    }
}
/* _content/AG.Web/Components/Pages/OperatorsPresentation/Operators.razor.rz.scp.css */
/* Operators Page Container */
.container-fluid[b-ep8x9a69cn] {
    padding: 0;
    background: #f8f9fa;
    min-height: 100vh;
}

/* Header Section */
.operators-header[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #20c997, #28a745) !important;
    color: white !important;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.header-content[b-ep8x9a69cn] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-ep8x9a69cn] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.page-description[b-ep8x9a69cn] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    opacity: 0.9;
}

.header-stats[b-ep8x9a69cn] {
    text-align: right;
}

.total-count[b-ep8x9a69cn] {
    font-size: 2rem;
    font-weight: 600;
    display: block;
}

.count-label[b-ep8x9a69cn] {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Main Content */
.operators-content[b-ep8x9a69cn] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Card Styling */
.card[b-ep8x9a69cn] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
}

.card-header[b-ep8x9a69cn] {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem;
}

.card-body[b-ep8x9a69cn] {
    padding: 0;
}

/* Loading States */
.loading-spinner[b-ep8x9a69cn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #6c757d;
}

.loading-spinner .spinner-border[b-ep8x9a69cn] {
    width: 3rem;
    height: 3rem;
}

.loading-spinner p[b-ep8x9a69cn] {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Alert Styling */
.alert[b-ep8x9a69cn] {
    border-radius: 8px;
    border: none;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.alert-danger[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

.alert-info[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: white;
}

/* Search Section */
.search-section[b-ep8x9a69cn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.search-input[b-ep8x9a69cn] {
    flex: 1;
    max-width: 400px;
}

.search-filters[b-ep8x9a69cn] {
    display: flex;
    gap: 0.5rem;
}

.search-actions[b-ep8x9a69cn] {
    display: flex;
    gap: 0.5rem;
}

.form-control[b-ep8x9a69cn] {
    border-radius: 8px !important;
    border: 1px solid #dee2e6 !important;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-ep8x9a69cn] {
    border-color: #20c997 !important;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25) !important;
}

.btn[b-ep8x9a69cn] {
    border-radius: 8px !important;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
}

.btn-primary[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #20c997, #28a745) !important;
    border-color: #20c997 !important;
    color: white !important;
}

.btn-primary:hover[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #1ab386, #218838) !important;
    border-color: #1ab386 !important;
    color: white !important;
    transform: translateY(-1px);
}

.btn-outline-secondary[b-ep8x9a69cn] {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-ep8x9a69cn] {
    background-color: #6c757d;
    border-color: #6c757d;
    transform: translateY(-1px);
}

/* Avatar Styling */
.avatar-circle[b-ep8x9a69cn] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
    overflow: hidden;
    border: 2px solid rgba(32, 201, 151, 0.2);
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.2);
    transition: all 0.3s ease;
}

.avatar-circle:hover[b-ep8x9a69cn] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.3);
}

.avatar-circle img[b-ep8x9a69cn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Table Styling */
.table-responsive[b-ep8x9a69cn] {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0 0 12px 12px;
    scrollbar-gutter: stable;
}

.table[b-ep8x9a69cn] {
    margin-bottom: 0;
    font-size: 0.95rem;
    min-width: 900px;
    table-layout: fixed;
    width: 100%;
}

.table thead th[b-ep8x9a69cn] {
    position: sticky;
    top: 0;
    vertical-align: middle;
    z-index: 1;
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 1rem 0.75rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.table tbody td[b-ep8x9a69cn] {
    padding: 1rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f3f4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table tbody tr[b-ep8x9a69cn] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.table tbody tr:hover[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: scale(1.005);
}

/* Status Badges */
.badge[b-ep8x9a69cn] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: fit-content;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge.bg-success[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    border: none;
}

.badge.bg-danger[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #dc3545, #fd7e14) !important;
    border: none;
}

.badge.bg-warning[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #ffc107, #fd7e14) !important;
    color: #212529 !important;
    border: none;
}

.badge.bg-info[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #17a2b8, #6610f2) !important;
    border: none;
}

.badge.bg-secondary[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #6c757d, #495057) !important;
    border: none;
}

.badge.bg-primary[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #20c997, #28a745) !important;
    border: none;
}

/* Card Footer */
.card-footer[b-ep8x9a69cn] {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
}

.text-truncate[b-ep8x9a69cn] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Modal styles */
.profile-card[b-ep8x9a69cn] {
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: none;
}

.profile-header[b-ep8x9a69cn] {
    flex-shrink: 0;
    padding: 24px 24px 16px;
    background: white;
    border-radius: 12px 12px 0 0;
}

.profile-avatar[b-ep8x9a69cn] {
    width: 80px;
    height: 80px;
    position: relative;
}

.profile-avatar img[b-ep8x9a69cn] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.avatar-initials[b-ep8x9a69cn] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-name[b-ep8x9a69cn] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.profile-title[b-ep8x9a69cn] {
    font-size: 0.95rem;
    margin: 0;
}

.profile-actions[b-ep8x9a69cn] {
    margin-top: 12px;
}

.modal-body[b-ep8x9a69cn] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.btn-close[b-ep8x9a69cn] {
    color: #6c757d;
    opacity: 0.8;
}

.btn-close:hover[b-ep8x9a69cn] {
    opacity: 1;
}

/* Animation for modal */
.modal.fade.show[b-ep8x9a69cn] {
    animation: slideInDown-b-ep8x9a69cn 0.05s ease-out;
}

@keyframes slideInDown-b-ep8x9a69cn {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

/* Override global styles specifically for operators page */
.operators-page .btn-primary[b-ep8x9a69cn],
.operators-page button.btn-primary[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #20c997, #28a745) !important;
    border-color: #20c997 !important;
    color: white !important;
}

.operators-page .btn-primary:hover[b-ep8x9a69cn],
.operators-page button.btn-primary:hover[b-ep8x9a69cn] {
    background: linear-gradient(135deg, #1ab386, #218838) !important;
    border-color: #1ab386 !important;
    transform: translateY(-1px);
}

.operators-page .form-control:focus[b-ep8x9a69cn] {
    border-color: #20c997 !important;
    box-shadow: 0 0 0 0.25rem rgba(32, 201, 151, 0.25) !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title[b-ep8x9a69cn] {
        font-size: 2rem;
    }

    .header-content[b-ep8x9a69cn] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .header-stats[b-ep8x9a69cn] {
        text-align: center;
    }

    .search-section[b-ep8x9a69cn] {
        flex-direction: column;
        gap: 1rem;
    }

    .search-input[b-ep8x9a69cn] {
        max-width: 100%;
    }

    .table-responsive[b-ep8x9a69cn] {
        font-size: 0.875rem;
        overflow-x: auto;
    }

    .avatar-circle[b-ep8x9a69cn] {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .card-footer[b-ep8x9a69cn] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}
/* _content/AG.Web/Components/Pages/ProductsPresentation/Components/ProductEditorModal.razor.rz.scp.css */
/* Modal Styles */
.modal-dialog.modal-fullscreen[b-vc7zhyskjv] {
    margin: 0;
    max-width: 100%;
    height: 100vh;
}

.modal-fullscreen .modal-content[b-vc7zhyskjv] {
    height: 100vh;
    border: none;
    border-radius: 0;
}

.modal-header[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-bottom: none;
    padding: 1.25rem 1.5rem;
}

.modal-title[b-vc7zhyskjv] {
    font-weight: 600;
    font-size: 1.3rem;
}

.modal-title i[b-vc7zhyskjv] {
    margin-right: 0.75rem;
}

.btn-close[b-vc7zhyskjv] {
    opacity: 0.8;
    filter: invert(1);
    font-size: 24px;
}

.btn-close:hover[b-vc7zhyskjv] {
    opacity: 1;
}

/* Editor Container - Split Screen Layout */
.editor-container[b-vc7zhyskjv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: calc(100vh - 120px);
    gap: 0;
}

/* Editor Panel */
.editor-panel[b-vc7zhyskjv] {
    background: #fafbfc;
    border-right: 2px solid #e1e5e9;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 #f7fafc;
}

.editor-panel[b-vc7zhyskjv]::-webkit-scrollbar {
    width: 8px;
}

.editor-panel[b-vc7zhyskjv]::-webkit-scrollbar-track {
    background: #f7fafc;
}

.editor-panel[b-vc7zhyskjv]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

.editor-panel[b-vc7zhyskjv]::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.editor-content[b-vc7zhyskjv] {
    padding: 2rem;
}

/* Form Sections */
.form-section[b-vc7zhyskjv] {
    background: white;
    border-radius: 12px;
    padding: 1.75rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.section-title[b-vc7zhyskjv] {
    margin: 0 0 1.5rem 0;
    color: #2d3748;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #f7fafc;
}

.section-title i[b-vc7zhyskjv] {
    margin-right: 0.75rem;
    color: #4299e1;
    font-size: 1.2rem;
}

/* Form Elements */
.form-label[b-vc7zhyskjv] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.form-control[b-vc7zhyskjv] {
    border-radius: 8px;
    border: 1.5px solid #e2e8f0;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: #ffffff;
}

.form-control:focus[b-vc7zhyskjv] {
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.1);
    background: #ffffff;
}

.form-control[b-vc7zhyskjv]::placeholder {
    color: #a0aec0;
    font-style: italic;
}

textarea.form-control[b-vc7zhyskjv] {
    resize: vertical;
    min-height: 100px;
}

.form-text[b-vc7zhyskjv] {
    font-size: 0.85rem;
    margin-top: 0.375rem;
}

/* Editor Actions */
.editor-actions[b-vc7zhyskjv] {
    display: flex;
    gap: 1rem;
    justify-content: flex-end;
    padding: 1.5rem 2rem;
    background: white;
    border-top: 2px solid #f7fafc;
    margin-top: 2rem;
    border-radius: 0 0 12px 12px;
}

.editor-actions .btn[b-vc7zhyskjv] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    min-width: 120px;
}

.editor-actions .btn i[b-vc7zhyskjv] {
    margin-right: 0.5rem;
}

/* Preview Panel */
.preview-panel[b-vc7zhyskjv] {
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.preview-header[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #2d3748 0%, #4a5568 100%);
    color: white;
    padding: 1rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e2e8f0;
}

.preview-title[b-vc7zhyskjv] {
    margin: 0;
    font-weight: 600;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.preview-title i[b-vc7zhyskjv] {
    margin-right: 0.75rem;
    color: #63b3ed;
}

.preview-actions .btn[b-vc7zhyskjv] {
    border-radius: 6px;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    font-weight: 500;
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    background: rgba(255, 255, 255, 0.1);
}

.preview-actions .btn:hover[b-vc7zhyskjv] {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.preview-content[b-vc7zhyskjv] {
    display: flex;
    flex: 1;
    flex-direction: row;
    padding: 2rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e0 #f7fafc;
    justify-content: center;
    align-items: flex-start;
}

.preview-content[b-vc7zhyskjv]::-webkit-scrollbar {
    width: 8px;
}

.preview-content[b-vc7zhyskjv]::-webkit-scrollbar-track {
    background: #f7fafc;
}

.preview-content[b-vc7zhyskjv]::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 4px;
}

/* Preview Product Styles */
.product-card.preview[b-vc7zhyskjv] {
    max-width: 400px;
    margin: 0 auto;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 2px solid #e2e8f0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
}

.product-detail.preview[b-vc7zhyskjv] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border: 2px solid #e2e8f0;
}

.product-header[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 2rem;
    text-align: center;
}

.product-header h2[b-vc7zhyskjv] {
    margin: 0;
    font-weight: 700;
    font-size: 1.8rem;
}

.product-body[b-vc7zhyskjv] {
    padding: 2rem;
}

.product-image[b-vc7zhyskjv] {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
}

.product-image img[b-vc7zhyskjv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-large[b-vc7zhyskjv] {
    position: relative;
    height: 300px;
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
}

.product-image-large img[b-vc7zhyskjv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image-large .no-image[b-vc7zhyskjv] {
    height: 100%;
}

.no-image[b-vc7zhyskjv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #9ca3af;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.no-image i[b-vc7zhyskjv] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    opacity: 0.6;
}

.product-content[b-vc7zhyskjv] {
    padding: 1.5rem;
}

.product-title[b-vc7zhyskjv] {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.product-description[b-vc7zhyskjv] {
    margin: 0 0 1.25rem 0;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-actions[b-vc7zhyskjv] {
    display: flex;
    gap: 0.75rem;
}

.product-description-full[b-vc7zhyskjv] {
    margin-bottom: 2rem;
    line-height: 1.7;
    color: #4a5568;
}

.product-description-full p[b-vc7zhyskjv] {
    margin-bottom: 1rem;
}

.product-purchase[b-vc7zhyskjv] {
    text-align: center;
    padding: 1.5rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.product-purchase .btn[b-vc7zhyskjv] {
    border-radius: 8px;
    font-weight: 600;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.product-info[b-vc7zhyskjv] {
    padding: 0;
}

/* Validation Messages */
.validation-message[b-vc7zhyskjv] {
    color: #e53e3e;
    font-size: 0.85rem;
    margin-top: 0.375rem;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .editor-container[b-vc7zhyskjv] {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr auto;
    }

    .preview-panel[b-vc7zhyskjv] {
        max-height: 40vh;
    }
}

@media (max-width: 768px) {
    .editor-content[b-vc7zhyskjv] {
        padding: 1rem;
    }

    .preview-content[b-vc7zhyskjv] {
        padding: 1rem;
    }

    .modal-fullscreen .modal-content[b-vc7zhyskjv] {
        height: 100vh;
    }

    .editor-container[b-vc7zhyskjv] {
        height: calc(100vh - 100px);
    }
}

/* Button Enhancements */
.btn[b-vc7zhyskjv] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-width: 1.5px;
}

.btn:hover[b-vc7zhyskjv] {
    transform: translateY(-1px);
}

.btn-primary[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.btn-primary:hover[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-secondary[b-vc7zhyskjv] {
    background: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover[b-vc7zhyskjv] {
    background: #5a6268;
    border-color: #545b62;
}

/* Focus States */
.btn:focus[b-vc7zhyskjv],
.form-control:focus[b-vc7zhyskjv] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.25);
}

/* Loading States */
.spinner-border-sm[b-vc7zhyskjv] {
    width: 1rem;
    height: 1rem;
}

/* Flutter Mobile Preview Styles */
.mobile-device-frame[b-vc7zhyskjv] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
    background: linear-gradient(135deg, #f6f8fc 0%, #eef1f7 100%);
    min-height: 100%;
}

.mobile-screen[b-vc7zhyskjv] {
    width: 375px;
    height: 812px;
    background: #000;
    border-radius: 40px;
    padding: 4px;
    box-shadow:
            0 0 0 8px #1a1a1a,
            0 0 0 12px #333,
            0 20px 40px rgba(0, 0, 0, 0.3),
            inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.mobile-screen[b-vc7zhyskjv]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 30px;
    background: #000;
    border-radius: 0 0 20px 20px;
    z-index: 10;
}

.mobile-screen > *[b-vc7zhyskjv] {
    background: #fff;
    border-radius: 36px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Status Bar */
.mobile-status-bar[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 12px 20px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}

.status-left .time[b-vc7zhyskjv] {
    font-weight: 700;
}

.status-right[b-vc7zhyskjv] {
    display: flex;
    gap: 6px;
    font-size: 16px;
}

/* Flutter App Bar */
.flutter-app-bar[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 16px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.app-bar-content[b-vc7zhyskjv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.app-bar-back[b-vc7zhyskjv] {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.app-bar-back:hover[b-vc7zhyskjv] {
    transform: scale(1.1);
}

.app-bar-title[b-vc7zhyskjv] {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
    text-align: center;
}

.app-bar-action[b-vc7zhyskjv] {
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.app-bar-action:hover[b-vc7zhyskjv] {
    transform: scale(1.1);
    color: #ff6b6b;
}

/* Mobile Content */
.mobile-content[b-vc7zhyskjv] {
    flex: 1;
    overflow-y: auto;
    background: #f8f9fa;
    padding-bottom: 80px;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.mobile-content[b-vc7zhyskjv]::-webkit-scrollbar {
    display: none;
}

/* Hero Image */
.flutter-hero-image[b-vc7zhyskjv] {
    position: relative;
    height: 300px;
    background: #fff;
    overflow: hidden;
}

.flutter-hero-image img[b-vc7zhyskjv] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flutter-placeholder[b-vc7zhyskjv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
    color: #9ca3af;
}

.flutter-placeholder i[b-vc7zhyskjv] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    opacity: 0.6;
}

/* Image Indicators */
.image-indicators[b-vc7zhyskjv] {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.indicator[b-vc7zhyskjv] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.indicator.active[b-vc7zhyskjv] {
    background: white;
    transform: scale(1.2);
}

/* Flutter Cards */
.flutter-card[b-vc7zhyskjv] {
    background: white;
    margin: 16px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s ease;
}

.flutter-card:hover[b-vc7zhyskjv] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.card-header[b-vc7zhyskjv] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 12px;
    border-bottom: 1px solid #f0f0f0;
}

.card-title[b-vc7zhyskjv] {
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.expand-btn[b-vc7zhyskjv] {
    background: none;
    border: none;
    color: #667eea;
    font-size: 16px;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.expand-btn:hover[b-vc7zhyskjv] {
    background: #f7fafc;
}

.expand-btn .rotated[b-vc7zhyskjv] {
    transform: rotate(180deg);
}

.indicator[b-vc7zhyskjv] {
    cursor: pointer;
    transition: all 0.3s ease;
}

.card-content[b-vc7zhyskjv] {
    padding: 20px;
}

/* Product Info Card */
.flutter-title[b-vc7zhyskjv] {
    font-size: 24px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.rating-section[b-vc7zhyskjv] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.stars[b-vc7zhyskjv] {
    display: flex;
    gap: 2px;
    color: #ffd700;
    font-size: 16px;
}

.rating-text[b-vc7zhyskjv] {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.price-section[b-vc7zhyskjv] {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.price[b-vc7zhyskjv] {
    font-size: 28px;
    font-weight: 700;
    color: #2d3748;
}

.original-price[b-vc7zhyskjv] {
    font-size: 18px;
    color: #9ca3af;
    text-decoration: line-through;
}

.discount[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
    color: white;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Description Card */
.description-text[b-vc7zhyskjv] {
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
    font-size: 16px;
}

.placeholder-text[b-vc7zhyskjv] {
    color: #9ca3af;
    font-style: italic;
}

/* Features Card */
.feature-list[b-vc7zhyskjv] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.feature-item[b-vc7zhyskjv] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feature-icon[b-vc7zhyskjv] {
    color: #10b981;
    font-size: 18px;
}

.feature-item span[b-vc7zhyskjv] {
    color: #4a5568;
    font-size: 16px;
    font-weight: 500;
}

/* Bottom Action Bar */
.flutter-bottom-bar[b-vc7zhyskjv] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid #e2e8f0;
    padding: 16px 20px;
    border-radius: 0 0 36px 36px;
}

.bottom-bar-content[b-vc7zhyskjv] {
    display: flex;
    gap: 16px;
    align-items: center;
}

.flutter-fab[b-vc7zhyskjv] {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.flutter-fab:hover[b-vc7zhyskjv] {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.flutter-button[b-vc7zhyskjv] {
    flex: 1;
    padding: 16px 24px;
    border: none;
    border-radius: 28px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.flutter-button.primary[b-vc7zhyskjv] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
}

.flutter-button.primary:hover[b-vc7zhyskjv] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

/* Animation Classes */
.fade-in[b-vc7zhyskjv] {
    animation: fadeIn-b-vc7zhyskjv 0.3s ease-in;
}

@keyframes fadeIn-b-vc7zhyskjv {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mobile-device-frame[b-vc7zhyskjv] {
        padding: 1rem;
    }

    .mobile-screen[b-vc7zhyskjv] {
        width: 320px;
        height: 600px;
        border-radius: 30px;
    }

    .mobile-screen > *[b-vc7zhyskjv] {
        border-radius: 26px;
    }
}
/* _content/AG.Web/Components/Pages/ProductsPresentation/Components/ProductHtmlCard.razor.rz.scp.css */
.container-html[b-13jx1ywbgl] {
    max-width: 650px;
    width: 100%;
    background: #FAFAFA; /* bianco */
    border-radius: 8px;
    box-shadow: 0 25px 80px rgba(10, 43, 34, 0.4);
    overflow: hidden;
    position: relative;
    animation: slideUp-b-13jx1ywbgl 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes slideUp-b-13jx1ywbgl {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.image-container[b-13jx1ywbgl] {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #606C38 0%, #0A2B22 100%);
    text-align: center;
    align-content: center;
}

.product-image[b-13jx1ywbgl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.no-image[b-13jx1ywbgl]{
    
}

.container-html:hover .product-image[b-13jx1ywbgl] {
    transform: scale(1.08);
}

.content[b-13jx1ywbgl] {
    padding: 45px;
    background: #FAFAFA;
    position: relative;
}

.barber-decoration[b-13jx1ywbgl] {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #FAFAFA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    font-size: 28px;
}

.title[b-13jx1ywbgl] {
    font-size: 36px;
    font-weight: 800;
    color: #0A2B22;
    margin-bottom: 15px;
    line-height: 1.1;
    text-align: center;
    animation: fadeIn-b-13jx1ywbgl 0.8s ease-out 0.2s both;
}

@keyframes fadeIn-b-13jx1ywbgl {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.description[b-13jx1ywbgl] {
    font-size: 17px;
    color: #4a5568;
    line-height: 1.7;
    margin-bottom: 35px;
    text-align: center;
    animation: fadeIn-b-13jx1ywbgl 0.8s ease-out 0.4s both;
}

.buy-button[b-13jx1ywbgl] {
    display: block;
    width: 100%;
    padding: 20px 40px;
    background: linear-gradient(135deg, #0A2B22 0%, #606C38 100%);
    color: white;
    text-decoration: none;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 30px rgba(10, 43, 34, 0.3);
    position: relative;
    overflow: hidden;
    text-align: center;
    animation: fadeIn-b-13jx1ywbgl 0.8s ease-out 0.6s both;
}

.buy-button[b-13jx1ywbgl]::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.buy-button:hover[b-13jx1ywbgl]::before {
    width: 400px;
    height: 400px;
}

.buy-button:hover[b-13jx1ywbgl] {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(10, 43, 34, 0.4);
}

.buy-button:active[b-13jx1ywbgl] {
    transform: translateY(-1px);
}

@media (max-width: 640px) {
    .content[b-13jx1ywbgl] {
        padding: 30px 20px;
    }

    .title[b-13jx1ywbgl] {
        font-size: 28px;
    }

    .buy-button[b-13jx1ywbgl] {
        padding: 18px 30px;
        font-size: 16px;
    }
}
/* _content/AG.Web/Components/Pages/ProductsPresentation/Products.razor.rz.scp.css */
/* Products Container */
.products-container[b-s4vda2lmot] {
    padding: 2rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
}

.products-header[b-s4vda2lmot] {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    padding: 2rem 0;
}

.products-header .header-content[b-s4vda2lmot] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-s4vda2lmot] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.page-description[b-s4vda2lmot] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    opacity: 0.9;
}

.page-title i[b-s4vda2lmot] {
    color: white;
}

/* Loading Spinner */
.loading-spinner[b-s4vda2lmot] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #6c757d;
}

.loading-spinner p[b-s4vda2lmot] {
    margin-top: 1rem;
    font-size: 1.1rem;
}

/* Products Grid */
.products-grid[b-s4vda2lmot] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.product-card[b-s4vda2lmot] {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-card:hover[b-s4vda2lmot] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.product-image[b-s4vda2lmot] {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1f3f4 0%, #e8eaed 100%);
}

.product-image img[b-s4vda2lmot] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-image img[b-s4vda2lmot] {
    transform: scale(1.05);
}

.no-image[b-s4vda2lmot] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #9ca3af;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.no-image i[b-s4vda2lmot] {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    opacity: 0.6;
}

.product-content[b-s4vda2lmot] {
    padding: 1.5rem;
}

.product-content.full-content[b-s4vda2lmot] {
    padding: 2rem;
}

.product-header-info[b-s4vda2lmot] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.product-status[b-s4vda2lmot] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.product-status.active[b-s4vda2lmot] {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.product-status.inactive[b-s4vda2lmot] {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.product-meta[b-s4vda2lmot] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #20c997;
}

.product-meta small[b-s4vda2lmot] {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
}

.product-meta small i[b-s4vda2lmot] {
    margin-right: 0.5rem;
    width: 14px;
    color: #6c757d;
}

.product-title[b-s4vda2lmot] {
    margin: 0 0 0.75rem 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.product-description[b-s4vda2lmot] {
    margin: 0 0 1.25rem 0;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-actions[b-s4vda2lmot] {
    display: flex;
    gap: 0.75rem;
}

.product-actions .btn[b-s4vda2lmot] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.product-actions .btn i[b-s4vda2lmot] {
    margin-right: 0.5rem;
}

/* Empty State */
.empty-state[b-s4vda2lmot] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.empty-state i[b-s4vda2lmot] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.empty-state h3[b-s4vda2lmot] {
    margin-bottom: 1rem;
    color: #4a5568;
    font-weight: 600;
}

.empty-state p[b-s4vda2lmot] {
    color: #718096;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .products-container[b-s4vda2lmot] {
        padding: 1rem;
    }

    .products-header[b-s4vda2lmot] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .products-grid[b-s4vda2lmot] {
        grid-template-columns: 1fr;
    }
}

/* Button Enhancements for Product List */
.btn[b-s4vda2lmot] {
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
    border-width: 1.5px;
}

.btn:hover[b-s4vda2lmot] {
    transform: translateY(-1px);
}

.btn-primary[b-s4vda2lmot] {
    background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
    border: none;
}

.btn-primary:hover[b-s4vda2lmot] {
    background: linear-gradient(135deg, #1ab386 0%, #218838 100%);
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.4);
}

.btn-outline-primary[b-s4vda2lmot] {
    border-color: #20c997;
    color: #20c997;
}

.btn-outline-primary:hover[b-s4vda2lmot] {
    background: #20c997;
    border-color: #20c997;
    color: white;
}

.btn-outline-danger[b-s4vda2lmot] {
    border-color: #f56565;
    color: #f56565;
}

.btn-outline-danger:hover[b-s4vda2lmot] {
    background: #f56565;
    border-color: #f56565;
    color: white;
}
/* _content/AG.Web/Components/Pages/SchedulerComponets/Components/AppointmentModal.razor.rz.scp.css */
/* Appointment Modal - Modern Design */

.appointment-modal-backdrop[b-rx8itvhoc9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    animation: fadeIn-b-rx8itvhoc9 0.2s ease-out;
}

.appointment-modal[b-rx8itvhoc9] {
    background: white;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    width: 400px;
    max-width: 95vw;
    max-height: 90vh;
    overflow: hidden;
    animation: slideUp-b-rx8itvhoc9 0.3s ease-out;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

/* Header */
.appointment-modal-header[b-rx8itvhoc9] {
    background-color: #e9ecef;
    border-bottom: none;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
}

.header-date[b-rx8itvhoc9] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #495057;
    margin: 0;
}

.header-actions[b-rx8itvhoc9] {
    display: flex;
    gap: 8px;
}

.btn-close-custom[b-rx8itvhoc9] {
    width: 32px;
    height: 32px;
    border: none;
    background: none;
    color: #6c757d;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.btn-close-custom:hover[b-rx8itvhoc9] {
    background-color: rgba(0, 0, 0, 0.05);
}

.btn-save[b-rx8itvhoc9] {
    width: 32px;
    height: 32px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
}

.btn-save:hover[b-rx8itvhoc9] {
    background-color: #0056b3;
}

.btn-save:disabled[b-rx8itvhoc9] {
    background-color: #6c757d;
    cursor: not-allowed;
}

/* Body */
.appointment-modal-body[b-rx8itvhoc9] {
    padding: 24px 20px;
    background-color: white;
    overflow-y: auto;
    max-height: calc(90vh - 150px);
}

.appointment-title[b-rx8itvhoc9] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.client-avatar[b-rx8itvhoc9] {
    width: 36px;
    height: 36px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 0.9rem;
    margin-right: 12px;
    text-transform: uppercase;
}

.client-info[b-rx8itvhoc9] {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding: 12px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.client-details h6[b-rx8itvhoc9] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 500;
    color: #212529;
}

.client-phone[b-rx8itvhoc9] {
    font-size: 0.85rem;
    color: #6c757d;
    margin: 0;
}

/* Form Fields */
.form-row[b-rx8itvhoc9] {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}

.form-row .form-field[b-rx8itvhoc9] {
    flex: 1;
    margin-bottom: 0;
}

.form-field[b-rx8itvhoc9] {
    margin-bottom: 16px;
}

.form-field label[b-rx8itvhoc9] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 6px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-field input[b-rx8itvhoc9],
.form-field select[b-rx8itvhoc9],
.form-field textarea[b-rx8itvhoc9] {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 0.95rem;
    background-color: white;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.form-field input:focus[b-rx8itvhoc9],
.form-field select:focus[b-rx8itvhoc9],
.form-field textarea:focus[b-rx8itvhoc9] {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}

.form-field textarea[b-rx8itvhoc9] {
    resize: vertical;
    min-height: 80px;
}

.duration-field[b-rx8itvhoc9] {
    position: relative;
}

.duration-field input[b-rx8itvhoc9] {
    padding-right: 60px;
}

.duration-suffix[b-rx8itvhoc9] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 0.9rem;
    pointer-events: none;
}

.time-display-container[b-rx8itvhoc9] {
    margin-bottom: 20px;
}

.time-display[b-rx8itvhoc9] {
    padding: 16px;
    background: #f8f9fa;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #dee2e6;
}

.datetime-info[b-rx8itvhoc9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.day-name[b-rx8itvhoc9] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.date-time[b-rx8itvhoc9] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #212529;
}

.date-time .date[b-rx8itvhoc9] {
    font-size: 1rem;
    font-weight: 600;
}

.date-time .separator[b-rx8itvhoc9] {
    font-size: 1rem;
    opacity: 0.6;
}

.date-time .time[b-rx8itvhoc9] {
    font-size: 1.4rem;
    font-weight: 700;
}

.time-display-actions[b-rx8itvhoc9] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.status-badge[b-rx8itvhoc9] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.status-scheduled[b-rx8itvhoc9] {
    background-color: #e3f2fd;
    color: #1976d2;
}

.status-confirmed[b-rx8itvhoc9] {
    background-color: #e8f5e9;
    color: #388e3c;
}

.status-inprogress[b-rx8itvhoc9] {
    background-color: #fff3e0;
    color: #f57c00;
}

.status-completed[b-rx8itvhoc9] {
    background-color: #f1f8e9;
    color: #689f38;
}

.status-cancelled[b-rx8itvhoc9] {
    background-color: #ffebee;
    color: #d32f2f;
}

.btn-edit-time[b-rx8itvhoc9] {
    background: white;
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 8px 14px;
    border-radius: 8px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.btn-edit-time:hover[b-rx8itvhoc9] {
    background: #e9ecef;
    border-color: #adb5bd;
    transform: translateY(-1px);
}

.btn-confirm-time[b-rx8itvhoc9] {
    width: 100%;
    background: #28a745;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 12px;
}

.btn-confirm-time:hover[b-rx8itvhoc9] {
    background: #218838;
    transform: translateY(-1px);
}

/* Action Buttons */
.action-buttons[b-rx8itvhoc9] {
    display: flex;
    gap: 8px;
    padding: 16px;
    background-color: white;
    border-top: 1px solid #e9ecef;
}

.action-btn[b-rx8itvhoc9] {
    flex: 1;
    height: 44px;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-delete[b-rx8itvhoc9] {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
}

.btn-delete:hover[b-rx8itvhoc9] {
    background-color: rgba(220, 53, 69, 0.15);
}

.btn-duplicate[b-rx8itvhoc9] {
    background-color: rgba(108, 117, 125, 0.1);
    color: #495057;
}

.btn-duplicate:hover[b-rx8itvhoc9] {
    background-color: rgba(108, 117, 125, 0.15);
}

.btn-complete[b-rx8itvhoc9] {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.btn-complete:hover[b-rx8itvhoc9] {
    background-color: rgba(40, 167, 69, 0.15);
}

/* Status Badge */
.status-badge[b-rx8itvhoc9] {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-new[b-rx8itvhoc9] {
    background-color: rgba(40, 167, 69, 0.1);
    color: #28a745;
}

.badge-edit[b-rx8itvhoc9] {
    background-color: rgba(255, 193, 7, 0.1);
    color: #ffc107;
}

.badge-duplicate[b-rx8itvhoc9] {
    background-color: rgba(0, 123, 255, 0.1);
    color: #007bff;
}

.badge-birthday[b-rx8itvhoc9] {
    background-color: rgba(255, 193, 7, 0.15);
    color: #f57c00;
    border: 1px solid rgba(255, 193, 7, 0.3);
    font-weight: 600;
    padding: 4px 10px;
}

.badge-birthday i[b-rx8itvhoc9] {
    margin-right: 4px;
}

/* Animations */
@keyframes fadeIn-b-rx8itvhoc9 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-rx8itvhoc9 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .treatwell-modal[b-rx8itvhoc9] {
        width: 95vw;
        margin: 1rem;
    }

    .treatwell-modal-body[b-rx8itvhoc9] {
        padding: 16px;
    }

    .action-buttons[b-rx8itvhoc9] {
        flex-direction: column;
        gap: 8px;
    }

    .action-btn[b-rx8itvhoc9] {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .treatwell-modal[b-rx8itvhoc9] {
        width: 100vw;
        height: 100vh;
        border-radius: 0;
        margin: 0;
    }

    .treatwell-modal-body[b-rx8itvhoc9] {
        max-height: calc(100vh - 120px);
    }
}

.badge-new[b-rx8itvhoc9] {
    background: rgba(34, 197, 94, 0.2);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.badge-edit[b-rx8itvhoc9] {
    background: rgba(59, 130, 246, 0.2);
    color: #2563eb;
    border: 1px solid rgba(59, 130, 246, 0.3);
}

.modal-title[b-rx8itvhoc9] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
}

.header-actions[b-rx8itvhoc9] {
    display: flex;
    gap: 8px;
}

.btn-icon[b-rx8itvhoc9] {
    background: none;
    border: none;
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-icon:hover[b-rx8itvhoc9] {
    background: rgba(255, 255, 255, 0.1);
}

/* Body */
.treatwell-modal-body[b-rx8itvhoc9] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
}

/* Appointment Info Section */
.appointment-info-section[b-rx8itvhoc9] {
    background: #f8fafc;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.date-time-display[b-rx8itvhoc9] {
    display: flex;
    gap: 24px;
    align-items: center;
}

.date-block[b-rx8itvhoc9], .time-block[b-rx8itvhoc9] {
    text-align: center;
}

.weekday[b-rx8itvhoc9] {
    font-size: 0.875rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.date[b-rx8itvhoc9] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
}

.time[b-rx8itvhoc9] {
    font-size: 2rem;
    font-weight: 700;
    color: #667eea;
    margin-bottom: 4px;
}

.duration[b-rx8itvhoc9] {
    font-size: 0.875rem;
    color: #64748b;
}

/* Form Sections */
.form-section[b-rx8itvhoc9] {
    padding: 24px;
    border-bottom: 1px solid #e2e8f0;
}

.form-section:last-child[b-rx8itvhoc9] {
    border-bottom: none;
}

.section-header[b-rx8itvhoc9] {
    display: flex;
    justify-content: between;
    align-items: center;
    margin-bottom: 20px;
}

.section-header h3[b-rx8itvhoc9] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
}

.btn-link[b-rx8itvhoc9] {
    background: none;
    border: none;
    color: #667eea;
    font-size: 0.875rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.btn-link:hover[b-rx8itvhoc9] {
    background: #f1f5f9;
}

/* Form Controls */
.form-row[b-rx8itvhoc9] {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.form-row:last-child[b-rx8itvhoc9] {
    margin-bottom: 0;
}

.form-group[b-rx8itvhoc9] {
    flex: 1;
}

.form-group.full-width[b-rx8itvhoc9] {
    flex: 100%;
}

.form-group label[b-rx8itvhoc9] {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    color: #374151;
    font-size: 0.875rem;
}

.form-control[b-rx8itvhoc9] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 0.875rem;
    transition: all 0.2s;
    background: white;
}

.form-control:focus[b-rx8itvhoc9] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control.error[b-rx8itvhoc9] {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1);
}

.form-control.textarea[b-rx8itvhoc9] {
    min-height: 80px;
    resize: vertical;
}

.error-message[b-rx8itvhoc9] {
    color: #ef4444;
    font-size: 0.75rem;
    margin-top: 4px;
    display: block;
}

/* Services */
.services-list[b-rx8itvhoc9] {
    margin-bottom: 20px;
}

.service-item[b-rx8itvhoc9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 12px;
}

.service-item:last-child[b-rx8itvhoc9] {
    margin-bottom: 0;
}

.service-info[b-rx8itvhoc9] {
    flex: 1;
}

.service-name[b-rx8itvhoc9] {
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 4px;
}

.service-details[b-rx8itvhoc9] {
    display: flex;
    gap: 16px;
    font-size: 0.875rem;
    color: #64748b;
}

.service-details .price[b-rx8itvhoc9] {
    font-weight: 600;
    color: #059669;
}

.service-actions[b-rx8itvhoc9] {
    display: flex;
    gap: 8px;
}

.btn-edit[b-rx8itvhoc9] {
    color: #3b82f6;
}

.btn-remove[b-rx8itvhoc9] {
    color: #ef4444;
}

.empty-state[b-rx8itvhoc9] {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}

.empty-state i[b-rx8itvhoc9] {
    font-size: 3rem;
    margin-bottom: 16px;
    color: #cbd5e1;
}

.empty-state p[b-rx8itvhoc9] {
    margin: 8px 0;
}

.text-muted[b-rx8itvhoc9] {
    color: #94a3b8 !important;
    font-size: 0.875rem;
}

/* Quick Services */
.quick-services[b-rx8itvhoc9] {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e2e8f0;
}

.quick-services h4[b-rx8itvhoc9] {
    margin: 0 0 12px 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.quick-buttons[b-rx8itvhoc9] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.btn-quick[b-rx8itvhoc9] {
    padding: 8px 16px;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 20px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: all 0.2s;
    color: #374151;
}

.btn-quick:hover[b-rx8itvhoc9] {
    background: #667eea;
    color: white;
    border-color: #667eea;
}

/* Staff Selector */
.staff-selector select[b-rx8itvhoc9] {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

/* Summary Section */
.summary-section[b-rx8itvhoc9] {
    background: #f8fafc;
}

.summary-content[b-rx8itvhoc9] {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
}

.summary-row[b-rx8itvhoc9] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    font-size: 0.875rem;
}

.summary-row:last-child[b-rx8itvhoc9] {
    margin-bottom: 0;
    padding-top: 12px;
    border-top: 1px solid #e2e8f0;
    font-weight: 600;
}

.summary-row .value[b-rx8itvhoc9] {
    font-weight: 600;
    color: #1e293b;
}

.summary-row .value.price[b-rx8itvhoc9] {
    color: #059669;
    font-size: 1rem;
}

/* Footer */
.appointment-modal-footer[b-rx8itvhoc9] {
    background: #f8fafc;
    padding: 20px 24px;
    border-top: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left[b-rx8itvhoc9], .footer-right[b-rx8itvhoc9] {
    display: flex;
    gap: 12px;
}

/* Buttons */
.btn-primary[b-rx8itvhoc9] {
    background: #667eea;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    font-size: 0.875rem;
}

.btn-primary:hover:not(:disabled)[b-rx8itvhoc9] {
    background: #5a67d8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-primary:disabled[b-rx8itvhoc9] {
    background: #cbd5e1;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.btn-secondary[b-rx8itvhoc9] {
    background: white;
    color: #64748b;
    border: 1px solid #d1d5db;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    font-size: 0.875rem;
}

.btn-secondary:hover:not(:disabled)[b-rx8itvhoc9] {
    background: #f8fafc;
    border-color: #94a3b8;
}

.btn-danger[b-rx8itvhoc9] {
    background: #ef4444;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s;
    font-size: 0.875rem;
}

.btn-danger:hover:not(:disabled)[b-rx8itvhoc9] {
    background: #dc2626;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}

/* Animations */
@keyframes fadeIn-b-rx8itvhoc9 {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp-b-rx8itvhoc9 {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .appointment-modal[b-rx8itvhoc9] {
        width: 95vw;
        max-height: 95vh;
        margin: 0;
    }

    .form-row[b-rx8itvhoc9] {
        flex-direction: column;
        gap: 12px;
    }

    .date-time-display[b-rx8itvhoc9] {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .section-header[b-rx8itvhoc9] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .quick-buttons[b-rx8itvhoc9] {
        justify-content: center;
    }

    .appointment-modal-footer[b-rx8itvhoc9] {
        flex-direction: column;
        gap: 16px;
    }

    .footer-left[b-rx8itvhoc9], .footer-right[b-rx8itvhoc9] {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .appointment-modal-header[b-rx8itvhoc9] {
        padding: 16px;
    }

    .form-section[b-rx8itvhoc9] {
        padding: 16px;
    }

    .appointment-modal-footer[b-rx8itvhoc9] {
        padding: 16px;
    }

    .modal-title[b-rx8itvhoc9] {
        font-size: 1.25rem;
    }
}

/* Icons (you can replace these with your preferred icon library) */
.icon-minimize[b-rx8itvhoc9]::before { content: "−"; }
.icon-close[b-rx8itvhoc9]::before { content: "×"; }
.icon-search[b-rx8itvhoc9]::before { content: "🔍"; }
.icon-plus[b-rx8itvhoc9]::before { content: "+"; }
.icon-edit[b-rx8itvhoc9]::before { content: "✏️"; }
.icon-trash[b-rx8itvhoc9]::before { content: "🗑️"; }
.icon-check[b-rx8itvhoc9]::before { content: "✓"; }
.icon-service-large[b-rx8itvhoc9]::before { content: "💼"; font-size: 3rem; }

/* User Search Styles */
.selected-user-card[b-rx8itvhoc9] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    padding: 16px;
    margin: 0 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.selected-user-info[b-rx8itvhoc9] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar-large[b-rx8itvhoc9] {
    width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: white;
    font-size: 1.1rem;
    text-transform: uppercase;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.selected-user-details[b-rx8itvhoc9] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.selected-user-details h6[b-rx8itvhoc9] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
}

.selected-user-details small[b-rx8itvhoc9] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    display: block;
}

.btn-change-user[b-rx8itvhoc9] {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: white;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.btn-change-user:hover[b-rx8itvhoc9] {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.search-loading[b-rx8itvhoc9] {
    text-align: center;
    padding: 1rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.search-results[b-rx8itvhoc9] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    margin: 8px 4px 0 4px;
    max-height: 300px;
    overflow-y: auto;
    background: white;
}

.search-result-item[b-rx8itvhoc9] {
    display: flex;
    align-items: center;
    padding: 12px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background-color 0.2s;
}

.search-result-item:last-child[b-rx8itvhoc9] {
    border-bottom: none;
}

.search-result-item:hover[b-rx8itvhoc9] {
    background-color: #f8f9fa;
}

.search-result-item.selected[b-rx8itvhoc9] {
    background-color: #e7f3ff;
    border-left: 3px solid #007bff;
}

.user-avatar[b-rx8itvhoc9] {
    width: 36px;
    height: 36px;
    background-color: #6c757d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 0.9rem;
    margin-right: 12px;
    text-transform: uppercase;
    flex-shrink: 0;
}

.user-details[b-rx8itvhoc9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-details strong[b-rx8itvhoc9] {
    font-size: 0.95rem;
    color: #212529;
}

.user-details small[b-rx8itvhoc9] {
    font-size: 0.85rem;
    color: #6c757d;
}

.pagination-controls[b-rx8itvhoc9] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 16px;
    border-top: 1px solid #e9ecef;
    background-color: #f8f9fa;
}

.btn-page[b-rx8itvhoc9] {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-page:hover:not(:disabled)[b-rx8itvhoc9] {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}

.btn-page:disabled[b-rx8itvhoc9] {
    opacity: 0.5;
    cursor: not-allowed;
}

.page-info[b-rx8itvhoc9] {
    font-size: 0.85rem;
    color: #495057;
    font-weight: 500;
}

.no-results[b-rx8itvhoc9] {
    text-align: center;
    padding: 1.5rem;
    color: #6c757d;
    background-color: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 8px;
    margin: 8px 4px 0 4px;
}

.no-results i[b-rx8itvhoc9] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    display: block;
}
/* _content/AG.Web/Components/Pages/SchedulerComponets/Components/ServiceColorModal.razor.rz.scp.css */
.service-color-list[b-sz5islvepu] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-height: 500px;
    overflow-y: auto;
    padding: 8px;
}

.service-color-item[b-sz5islvepu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
}

.service-color-item:hover[b-sz5islvepu] {
    background-color: #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.service-info[b-sz5islvepu] {
    flex: 1;
}

.service-name[b-sz5islvepu] {
    font-weight: 600;
    font-size: 1rem;
    color: #2c3e50;
    margin-bottom: 4px;
}

.service-details[b-sz5islvepu] {
    font-size: 0.875rem;
}

.color-picker-container[b-sz5islvepu] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.color-input[b-sz5islvepu] {
    width: 60px;
    height: 40px;
    padding: 4px;
    border: 2px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.color-input:hover[b-sz5islvepu] {
    border-color: #0d6efd;
}

.color-input:focus[b-sz5islvepu] {
    outline: none;
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.15);
}

/* Custom scrollbar for service list */
.service-color-list[b-sz5islvepu]::-webkit-scrollbar {
    width: 8px;
}

.service-color-list[b-sz5islvepu]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.service-color-list[b-sz5islvepu]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.service-color-list[b-sz5islvepu]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive adjustments */
@media (max-width: 576px) {
    .service-color-item[b-sz5islvepu] {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .color-picker-container[b-sz5islvepu] {
        width: 100%;
        justify-content: flex-end;
    }
}
/* _content/AG.Web/Components/Pages/SchedulerComponets/Scheduler.razor.rz.scp.css */
/* Scheduler Styles - Matching Application Design */

/* Scheduler Container */
.scheduler-container[b-9ljk3bgp3r] {
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 60px); /* Full viewport height minus top bar */
    min-height: 600px; /* Minimum height fallback */
    /* margin: -1rem; Negative margin to counteract article padding */
    /* padding: 1rem; Add back the padding inside scheduler */
}

/* Schedule wrapper to ensure proper height */
.scheduler-container > :not(.scheduler-toolbar-custom)[b-9ljk3bgp3r] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0; /* Important for flexbox */
}

/* Fullscreen Mode */
.scheduler-container.fullscreen-mode[b-9ljk3bgp3r] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: white;
    padding: 1rem;
    overflow-y: auto;
    height: 100vh;
}

/* Adjust schedule height in fullscreen */
.scheduler-container.fullscreen-mode .e-schedule[b-9ljk3bgp3r] {
    flex: 1;
    min-height: 0;
}

/* Integrated Toolbar */
.scheduler-toolbar-custom[b-9ljk3bgp3r] {
    background: white;
    border-bottom: 3px solid #20c997;
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    border-radius: 8px 8px 0 0;
}

.toolbar-left[b-9ljk3bgp3r] {
    flex-shrink: 0;
}

.toolbar-title[b-9ljk3bgp3r] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.toolbar-title i[b-9ljk3bgp3r] {
    color: #20c997;
}

.toolbar-center[b-9ljk3bgp3r] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.toolbar-filters[b-9ljk3bgp3r] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.filter-group[b-9ljk3bgp3r] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.filter-label[b-9ljk3bgp3r] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    display: flex;
    align-items: center;
}

.filter-label i[b-9ljk3bgp3r] {
    font-size: 0.85rem;
}

.filter-select[b-9ljk3bgp3r] {
    min-width: 180px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.filter-select:focus[b-9ljk3bgp3r] {
    border-color: #20c997;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.15);
}

.toolbar-right[b-9ljk3bgp3r] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-shrink: 0;
}

.toolbar-btn[b-9ljk3bgp3r] {
    border-radius: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    border-width: 2px;
    padding: 0.5rem 1rem;
}

.toolbar-btn:hover:not(:disabled)[b-9ljk3bgp3r] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.toolbar-btn:disabled[b-9ljk3bgp3r] {
    opacity: 0.6;
    cursor: not-allowed;
}

.toolbar-btn.btn-outline-primary[b-9ljk3bgp3r] {
    border-color: #20c997;
    color: #20c997;
    background: white;
}

.toolbar-btn.btn-outline-primary:hover:not(:disabled)[b-9ljk3bgp3r] {
    background: #20c997;
    color: white;
}

.toolbar-btn.btn-primary[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #20c997, #28a745);
    border: none;
    color: white;
}

.toolbar-btn.btn-primary:hover:not(:disabled)[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #1ab386, #218838);
}

.toolbar-btn.btn-outline-secondary[b-9ljk3bgp3r] {
    border-color: #6c757d;
    color: #6c757d;
    background: white;
}

.toolbar-btn.btn-outline-secondary:hover:not(:disabled)[b-9ljk3bgp3r] {
    background: #6c757d;
    color: white;
}

.header-actions .btn-primary[b-9ljk3bgp3r] {
    background: #20c997;
    border-color: #20c997;
}

.header-actions .btn-primary:hover[b-9ljk3bgp3r] {
    background: #1ab386;
    border-color: #1ab386;
    transform: translateY(-1px);
}

/* Loading State */
.scheduler-loading[b-9ljk3bgp3r] {
    background: white;
    border-radius: 12px;
    border: 2px solid #e9ecef;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.scheduler-loading .text-center[b-9ljk3bgp3r] {
    padding: 4rem 2rem;
    color: #6c757d;
}

.scheduler-loading .spinner-border[b-9ljk3bgp3r] {
    width: 3rem;
    height: 3rem;
}

/* Alert Styling */
.alert[b-9ljk3bgp3r] {
    border: none;
    border-radius: 12px;
    border-left: 4px solid;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 2rem;
}

.alert-danger[b-9ljk3bgp3r] {
    border-left-color: #dc3545;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.1) 0%, rgba(220, 53, 69, 0.05) 100%);
    color: #721c24;
}

.alert-danger .bi[b-9ljk3bgp3r] {
    color: #dc3545;
}

/* Schedule Component Overrides */
.e-schedule[b-9ljk3bgp3r] {
    border-radius: 12px;
    border: 2px solid #e9ecef;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Ensure schedule content fills available space */
.e-schedule .e-schedule-content[b-9ljk3bgp3r] {
    flex: 1;
    min-height: 0;
    overflow: auto;
}

.e-schedule .e-toolbar[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #e9ecef;
    padding: 1rem;
}

.e-schedule .e-toolbar .e-toolbar-item[b-9ljk3bgp3r] {
    border-radius: 8px;
    margin: 0 0.25rem;
}

.e-schedule .e-toolbar .e-toolbar-item.e-active[b-9ljk3bgp3r] {
    background: #20c997;
    color: white;
}

.e-schedule .e-toolbar .e-toolbar-item:hover[b-9ljk3bgp3r] {
    background: rgba(32, 201, 151, 0.1);
    color: #20c997;
}

/* Appointment Event Styling */
.e-schedule .e-appointment[b-9ljk3bgp3r] {
    border-radius: 6px;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    font-weight: 500;
}

/* Status-based colors for appointments */
.e-schedule .e-appointment.e-appointment-scheduled[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #17a2b8, #20c997);
    color: white;
}

.e-schedule .e-appointment.e-appointment-confirmed[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
}

.e-schedule .e-appointment.e-appointment-inprogress[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #ffc107, #fd7e14);
    color: #212529;
}

.e-schedule .e-appointment.e-appointment-completed[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #17a2b8, #6610f2);
    color: white;
}

.e-schedule .e-appointment.e-appointment-cancelled[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #dc3545, #fd7e14);
    color: white;
}

/* Birthday promo appointment styling */
.e-schedule .e-appointment.e-appointment-birthday[b-9ljk3bgp3r] {
    position: relative;
    border: 2px solid #ffc107;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.4);
}

.e-schedule .e-appointment.e-appointment-birthday[b-9ljk3bgp3r]::before {
    content: "🎂";
    position: absolute;
    top: 2px;
    right: 4px;
    font-size: 14px;
    z-index: 1;
}

/* Calendar Grid Styling */
.e-schedule .e-work-cells[b-9ljk3bgp3r] {
    border-color: #e9ecef;
}

.e-schedule .e-all-day-cells[b-9ljk3bgp3r] {
    background: #f8f9fa;
}

.e-schedule .e-header-cells[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-color: #e9ecef;
    font-weight: 600;
    color: #495057;
}

.e-schedule .e-time-cells[b-9ljk3bgp3r] {
    border-color: #e9ecef;
    color: #6c757d;
    font-weight: 500;
}

.e-schedule .e-work-hours[b-9ljk3bgp3r] {
    background: rgba(32, 201, 151, 0.02);
}

/* Current time indicator */
.e-schedule .e-current-time[b-9ljk3bgp3r] {
    background: #20c997;
    height: 2px;
}

.e-schedule .e-current-time[b-9ljk3bgp3r]::before {
    background: #20c997;
    border: 2px solid #20c997;
}

/* Weekend styling */
.e-schedule .e-weekend[b-9ljk3bgp3r] {
    background: rgba(108, 117, 125, 0.05);
}

/* Today highlight */
.e-schedule .e-today[b-9ljk3bgp3r] {
    background: rgba(32, 201, 151, 0.08);
}

/* Responsive Design */
@media (max-width: 992px) {
    .scheduler-container[b-9ljk3bgp3r] {
        height: calc(100vh - 60px);
        min-height: 500px;
    }

    .scheduler-toolbar-custom[b-9ljk3bgp3r] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .toolbar-left[b-9ljk3bgp3r] {
        width: 100%;
        text-align: center;
        margin-bottom: 1rem;
    }

    .toolbar-center[b-9ljk3bgp3r] {
        order: 3;
        width: 100%;
    }

    .toolbar-right[b-9ljk3bgp3r] {
        order: 2;
        width: 100%;
        justify-content: center;
    }

    .toolbar-filters[b-9ljk3bgp3r] {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .scheduler-container[b-9ljk3bgp3r] {
        height: calc(100vh - 60px);
        min-height: 450px;
    }

    .scheduler-toolbar-custom[b-9ljk3bgp3r] {
        padding: 1rem;
    }

    .toolbar-title[b-9ljk3bgp3r] {
        font-size: 1.25rem;
    }

    .filter-select[b-9ljk3bgp3r] {
        min-width: 140px;
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }

    .filter-label[b-9ljk3bgp3r] {
        font-size: 0.7rem;
    }

    .toolbar-btn[b-9ljk3bgp3r] {
        font-size: 0.85rem;
        padding: 0.4rem 0.8rem;
    }

    .e-schedule[b-9ljk3bgp3r] {
        border-radius: 8px;
    }

    .e-schedule .e-toolbar[b-9ljk3bgp3r] {
        padding: 0.5rem;
    }

    /* Fullscreen mode adjustments for tablet */
    .scheduler-container.fullscreen-mode[b-9ljk3bgp3r] {
        height: 100vh;
    }

    .scheduler-container.fullscreen-mode .toolbar-filters[b-9ljk3bgp3r] {
        gap: 1rem;
    }
}

@media (max-width: 576px) {
    .scheduler-container[b-9ljk3bgp3r] {
        height: calc(100vh - 60px);
        min-height: 400px;
    }

    .scheduler-toolbar-custom[b-9ljk3bgp3r] {
        padding: 0.75rem;
        gap: 1rem;
    }

    .toolbar-title[b-9ljk3bgp3r] {
        font-size: 1.1rem;
    }

    .toolbar-filters[b-9ljk3bgp3r] {
        flex-direction: column;
        gap: 0.75rem;
        width: 100%;
    }

    .filter-group[b-9ljk3bgp3r] {
        width: 100%;
    }

    .filter-select[b-9ljk3bgp3r] {
        min-width: 100%;
    }

    .toolbar-right[b-9ljk3bgp3r] {
        width: 100%;
        flex-direction: row;
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .toolbar-right .toolbar-btn[b-9ljk3bgp3r] {
        flex: 1;
        min-width: fit-content;
    }

    .header-actions .btn[b-9ljk3bgp3r] {
        width: 100%;
        justify-content: center;
    }

    /* Fullscreen mode adjustments for mobile */
    .scheduler-container.fullscreen-mode[b-9ljk3bgp3r] {
        padding: 0.5rem;
        height: 100vh;
    }

    .scheduler-container.fullscreen-mode .scheduler-toolbar-custom[b-9ljk3bgp3r] {
        padding: 0.5rem;
        margin-bottom: 0.5rem;
    }

    .scheduler-container.fullscreen-mode .toolbar-title[b-9ljk3bgp3r] {
        font-size: 1rem;
    }

    .scheduler-container.fullscreen-mode .toolbar-title i[b-9ljk3bgp3r] {
        display: none;
    }

    .scheduler-container.fullscreen-mode .filter-select[b-9ljk3bgp3r] {
        font-size: 0.75rem;
        padding: 0.35rem 0.7rem;
    }

    .scheduler-container.fullscreen-mode .toolbar-btn[b-9ljk3bgp3r] {
        padding: 0.35rem 0.7rem;
        font-size: 0.8rem;
    }
}

/* Day-specific working hours enhancements */
.e-schedule .e-work-cells.day-specific-hours[b-9ljk3bgp3r] {
    background: rgba(32, 201, 151, 0.08);
    border-left: 3px solid #20c997;
}

/* Enhanced visual feedback for different working hours per day */
.e-schedule .e-work-cells[b-9ljk3bgp3r] {
    transition: background-color 0.3s ease;
}

.e-schedule .e-work-cells:hover[b-9ljk3bgp3r] {
    background-color: rgba(32, 201, 151, 0.12) !important;
}

/* Custom working hours indicator */
.e-schedule .e-work-cells.working-hours-active[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, rgba(32, 201, 151, 0.06) 0%, rgba(32, 201, 151, 0.02) 100%);
    box-shadow: inset 2px 0 0 rgba(32, 201, 151, 0.3);
}

/* Enhanced Syncfusion working hours styling - Clean and Simple */
.e-schedule .e-work-hours[b-9ljk3bgp3r],
.e-schedule .e-work-cells.e-work-hours[b-9ljk3bgp3r],
.e-schedule .e-work-cells.e-work-hours.e-work-time[b-9ljk3bgp3r] {
    background: rgba(40, 167, 69, 0.6) !important;
    border: 3px solid #28a745 !important;
    border-radius: 6px !important;
    position: relative !important;
    box-shadow: 0 0 15px rgba(40, 167, 69, 0.4) !important;
    z-index: 10 !important;
}

/* Alternative selectors for working hours */
.e-schedule .e-work-time[b-9ljk3bgp3r],
.e-schedule .e-work-day[b-9ljk3bgp3r] {
    background: rgba(40, 167, 69, 0.6) !important;
    border: 3px solid #28a745 !important;
}

/* Force Saturday working hours - Override Syncfusion weekend styling */
.e-schedule .e-work-cells.e-weekend[b-9ljk3bgp3r],
.e-schedule .e-weekend .e-work-cells[b-9ljk3bgp3r],
.e-schedule .e-content-wrap .e-weekend[b-9ljk3bgp3r],
.e-schedule .e-content-table .e-weekend[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.3) 0%, rgba(40, 167, 69, 0.4) 100%) !important;
    border-left: 4px solid #28a745 !important;
    border-radius: 3px !important;
    position: relative !important;
}

/* Specifically target Saturday (day 6) */
.e-schedule .e-work-cells:nth-child(7)[b-9ljk3bgp3r],
.e-schedule .e-content-wrap .e-work-cells:nth-child(7)[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.3) 0%, rgba(40, 167, 69, 0.4) 100%) !important;
    border-left: 4px solid #28a745 !important;
}

/* Working hours indicator */
.e-schedule .e-work-hours[b-9ljk3bgp3r]::before {
    content: '🏪';
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 12px;
    color: #28a745;
    font-weight: bold;
    pointer-events: none;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #28a745;
}

/* Enhanced hover effect for working hours */
.e-schedule .e-work-hours:hover[b-9ljk3bgp3r] {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.3) 0%, rgba(40, 167, 69, 0.35) 100%) !important;
    border-left-width: 6px !important;
    transform: scale(1.01) !important;
    transition: all 0.2s ease !important;
}

/* Non-working hours - subtle styling */
.e-schedule .e-work-cells:not(.e-work-hours)[b-9ljk3bgp3r] {
    background: rgba(108, 117, 125, 0.04) !important;
    border-left: 2px solid rgba(108, 117, 125, 0.2) !important;
}

/* Closed hours indicator */
.e-schedule .e-work-cells:not(.e-work-hours)[b-9ljk3bgp3r]::after {
    content: '🔒';
    position: absolute;
    top: 3px;
    right: 3px;
    font-size: 10px;
    color: rgba(108, 117, 125, 0.6);
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
}

/* Day-specific color coding for visual differentiation - removed since using general store hours */
/* .e-schedule .day-monday { background: rgba(255, 87, 34, 0.05); }
.e-schedule .day-tuesday { background: rgba(76, 175, 80, 0.05); }
.e-schedule .day-wednesday { background: rgba(33, 150, 243, 0.05); }
.e-schedule .day-thursday { background: rgba(156, 39, 176, 0.05); }
.e-schedule .day-friday { background: rgba(255, 193, 7, 0.05); }
.e-schedule .day-saturday { background: rgba(121, 85, 72, 0.05); } */

/* Disable clicks on cells outside working hours */
.e-schedule .e-work-cells:not(.working-hours-active)[b-9ljk3bgp3r] {
    cursor: not-allowed;
    position: relative;
}

.e-schedule .e-work-cells:not(.working-hours-active)[b-9ljk3bgp3r]::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

/* Working hours cells have normal cursor */
.e-schedule .e-work-cells.working-hours-active[b-9ljk3bgp3r] {
    cursor: pointer;
}
/* _content/AG.Web/Components/Pages/ServicesPresentation/Components/ServiceEditorModal.razor.rz.scp.css */
/* Service Editor Modal Styles - Component-Specific Only */
/* Note: Base modal styles are in wwwroot/css/modals.css */
/* Note: Base form styles are in wwwroot/css/forms.css */

/* All styles for this modal are already defined in global CSS files */
/* No unique component-specific styles needed */
/* _content/AG.Web/Components/Pages/ServicesPresentation/Services.razor.rz.scp.css */
/**
 * Services Page Styles
 *
 * This page uses the centralized color system from /css/colors.css
 * You can use CSS variables like: var(--gradient-primary), var(--color-primary), etc.
 * See /wwwroot/css/README_COLORS.md for full documentation
 */

.services-container[b-gm4773ilme] {
    padding: 2rem;
    background: var(--bg-page);
    min-height: 100vh;
}

.services-header[b-gm4773ilme] {
    background: var(--gradient-primary);
    color: var(--color-white);
    padding: 2rem 0;
}

.services-header .header-content[b-gm4773ilme] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-gm4773ilme] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.page-description[b-gm4773ilme] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    opacity: 0.9;
}

.page-title i[b-gm4773ilme] {
    color: white;
}

.loading-spinner[b-gm4773ilme] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #6c757d;
}

.loading-spinner p[b-gm4773ilme] {
    margin-top: 1rem;
    font-size: 1.1rem;
}

.services-grid[b-gm4773ilme] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.service-card[b-gm4773ilme] {
    background: var(--bg-card);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    transition: var(--transition-normal);
    border: var(--border-light);
}

.service-card:hover[b-gm4773ilme] {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.service-content[b-gm4773ilme] {
    padding: 1.75rem;
}

.service-header-info[b-gm4773ilme] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
    gap: 1rem;
}

.service-badges[b-gm4773ilme] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

.service-status[b-gm4773ilme] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.service-status.active[b-gm4773ilme] {
    background: rgba(16, 185, 129, 0.1);
    color: #059669;
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.service-status.active:hover[b-gm4773ilme] {
    background: rgba(16, 185, 129, 0.2);
}

.service-status.inactive[b-gm4773ilme] {
    background: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

.service-status.inactive:hover[b-gm4773ilme] {
    background: rgba(239, 68, 68, 0.2);
}

.service-title[b-gm4773ilme] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
    flex: 1;
}

.service-description[b-gm4773ilme] {
    margin: 0 0 1.25rem 0;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-details[b-gm4773ilme] {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background: var(--gradient-green-light);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--color-primary);
}

.service-detail-item[b-gm4773ilme] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #2c3e50;
}

.service-detail-item i[b-gm4773ilme] {
    color: var(--color-primary);
    font-size: 1.1rem;
}

.service-price[b-gm4773ilme] {
    font-size: 1.25rem;
    color: var(--color-primary);
}

.service-meta[b-gm4773ilme] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--color-light);
    border-radius: var(--radius-md);
    border-left: 4px solid var(--color-primary);
}

.service-meta small[b-gm4773ilme] {
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: #6c757d;
}

.service-meta small i[b-gm4773ilme] {
    margin-right: 0.5rem;
    width: 14px;
}

.service-actions[b-gm4773ilme] {
    display: flex;
    gap: 0.75rem;
}

.service-actions .btn[b-gm4773ilme] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
}

.service-actions .btn i[b-gm4773ilme] {
    margin-right: 0.5rem;
}

.empty-state[b-gm4773ilme] {
    text-align: center;
    padding: 4rem 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.empty-state i[b-gm4773ilme] {
    font-size: 4rem;
    color: #cbd5e0;
    margin-bottom: 1.5rem;
}

.empty-state h3[b-gm4773ilme] {
    margin-bottom: 1rem;
    color: #4a5568;
    font-weight: 600;
}

.empty-state p[b-gm4773ilme] {
    color: #718096;
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

@media (max-width: 768px) {
    .services-container[b-gm4773ilme] {
        padding: 1rem;
    }

    .services-header[b-gm4773ilme] {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    .services-grid[b-gm4773ilme] {
        grid-template-columns: 1fr;
    }

    .service-details[b-gm4773ilme] {
        flex-direction: column;
        gap: 0.75rem;
    }
}

.btn[b-gm4773ilme] {
    border-radius: var(--radius-md);
    font-weight: 500;
    transition: var(--transition-fast);
    border-width: 1.5px;
}

.btn:hover[b-gm4773ilme] {
    transform: translateY(-1px);
}

.btn-primary[b-gm4773ilme] {
    background: var(--gradient-primary);
    border: none;
}

.btn-primary:hover[b-gm4773ilme] {
    background: var(--gradient-primary-hover);
    box-shadow: var(--shadow-primary);
}

.btn-outline-primary[b-gm4773ilme] {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.btn-outline-primary:hover[b-gm4773ilme] {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

.btn-outline-danger[b-gm4773ilme] {
    border-color: #f56565;
    color: #f56565;
}

.btn-outline-danger:hover[b-gm4773ilme] {
    background: #f56565;
    border-color: #f56565;
    color: white;
}

.badge[b-gm4773ilme] {
    font-size: 0.7rem;
    padding: 0.3rem 0.6rem;
    font-weight: 600;
}

.bg-warning[b-gm4773ilme] {
    background-color: #ffc107 !important;
    color: #212529;
}
/* _content/AG.Web/Components/Pages/StatisticsPresentation/Statistics.razor.rz.scp.css */
.statistics-container[b-sn6t2d4kr2] {
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.statistics-header[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    padding: 2.5rem 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.header-content[b-sn6t2d4kr2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-sn6t2d4kr2] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.page-description[b-sn6t2d4kr2] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    opacity: 0.95;
}

.header-actions .btn[b-sn6t2d4kr2] {
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.header-actions .btn:hover[b-sn6t2d4kr2] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.loading-spinner[b-sn6t2d4kr2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #667eea;
}

.loading-spinner .spinner-border[b-sn6t2d4kr2] {
    width: 3rem;
    height: 3rem;
}

.loading-spinner p[b-sn6t2d4kr2] {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

.statistics-content[b-sn6t2d4kr2] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

.filters-section[b-sn6t2d4kr2] {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: flex-end;
}

.filter-group[b-sn6t2d4kr2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 200px;
    flex: 1;
}

.filter-label[b-sn6t2d4kr2] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.filter-label i[b-sn6t2d4kr2] {
    color: #667eea;
    font-size: 0.9rem;
}

.filter-select[b-sn6t2d4kr2] {
    padding: 0.75rem 1rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.95rem;
    color: #2c3e50;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
}

.filter-select:hover[b-sn6t2d4kr2] {
    border-color: #667eea;
}

.filter-select:focus[b-sn6t2d4kr2] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.filter-actions[b-sn6t2d4kr2] {
    display: flex;
    align-items: flex-end;
}

.btn-reset[b-sn6t2d4kr2] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #f5f7fa 0%, #e0e0e0 100%);
    color: #2c3e50;
    border: none;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.btn-reset:hover[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #e0e0e0 0%, #d0d0d0 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-reset i[b-sn6t2d4kr2] {
    font-size: 0.85rem;
}

.stats-overview[b-sn6t2d4kr2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.stat-card[b-sn6t2d4kr2] {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.stat-card:hover[b-sn6t2d4kr2] {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.stat-icon[b-sn6t2d4kr2] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    flex-shrink: 0;
}

.stat-card.revenue .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stat-card.monthly-revenue .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.stat-card.appointments .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.stat-card.customers .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.stat-card.avg-revenue .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
    color: white;
}

.stat-card.retention .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #30cfd0 0%, #330867 100%);
    color: white;
}

.stat-card.success .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.stat-card.scheduled .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.stat-card.cancelled .stat-icon[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.stat-info[b-sn6t2d4kr2] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-label[b-sn6t2d4kr2] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.stat-value[b-sn6t2d4kr2] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.stat-sublabel[b-sn6t2d4kr2] {
    font-size: 0.8rem;
    color: #95a5a6;
}

.charts-section[b-sn6t2d4kr2] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.chart-card[b-sn6t2d4kr2] {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.chart-card.large[b-sn6t2d4kr2] {
    grid-column: span 2;
}

.chart-header[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid #dee2e6;
}

.chart-header h3[b-sn6t2d4kr2] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.chart-header i[b-sn6t2d4kr2] {
    color: #667eea;
}

.chart-body[b-sn6t2d4kr2] {
    padding: 1.5rem;
    min-height: 300px;
}

.no-data[b-sn6t2d4kr2] {
    text-align: center;
    padding: 4rem 2rem;
    color: #95a5a6;
    font-size: 1rem;
    font-style: italic;
}

.comparison-section[b-sn6t2d4kr2] {
    margin: 2rem 0;
}

.statistics-section-title[b-sn6t2d4kr2] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.statistics-section-title i[b-sn6t2d4kr2] {
    color: #667eea;
}

.comparison-grid[b-sn6t2d4kr2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.comparison-card[b-sn6t2d4kr2] {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.comparison-header[b-sn6t2d4kr2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
}

.comparison-header h3[b-sn6t2d4kr2] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
}

.growth-badge[b-sn6t2d4kr2] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.growth-badge.positive[b-sn6t2d4kr2] {
    background: rgba(67, 233, 123, 0.15);
    color: #1ea659;
}

.growth-badge.negative[b-sn6t2d4kr2] {
    background: rgba(245, 87, 108, 0.15);
    color: #d32f2f;
}

.comparison-body[b-sn6t2d4kr2] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.comparison-item[b-sn6t2d4kr2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    background: #f8f9fa;
    border-radius: 8px;
}

.comparison-item .label[b-sn6t2d4kr2] {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

.comparison-item .value[b-sn6t2d4kr2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
}

.insights-section[b-sn6t2d4kr2] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.insight-card[b-sn6t2d4kr2] {
    background: white;
    border-radius: 16px;
    padding: 1.75rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.insight-icon[b-sn6t2d4kr2] {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    flex-shrink: 0;
}

.insight-icon.popular[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #f6d365 0%, #fda085 100%);
}

.insight-icon.performer[b-sn6t2d4kr2] {
    background: linear-gradient(135deg, #fbc2eb 0%, #a6c1ee 100%);
}

.insight-content h4[b-sn6t2d4kr2] {
    margin: 0 0 0.5rem 0;
    font-size: 0.95rem;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.insight-content p[b-sn6t2d4kr2] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    color: #2c3e50;
}

@media (max-width: 1200px) {
    .charts-section[b-sn6t2d4kr2] {
        grid-template-columns: 1fr;
    }

    .chart-card.large[b-sn6t2d4kr2] {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    .statistics-header[b-sn6t2d4kr2] {
        padding: 1.5rem 0;
    }

    .header-content[b-sn6t2d4kr2] {
        flex-direction: column;
        gap: 1rem;
        padding: 0 1rem;
    }

    .page-title[b-sn6t2d4kr2] {
        font-size: 1.75rem;
        text-align: center;
    }

    .page-description[b-sn6t2d4kr2] {
        text-align: center;
    }

    .statistics-content[b-sn6t2d4kr2] {
        padding: 1rem;
    }

    .stats-overview[b-sn6t2d4kr2] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-card[b-sn6t2d4kr2] {
        padding: 1.25rem;
    }

    .stat-icon[b-sn6t2d4kr2] {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }

    .stat-value[b-sn6t2d4kr2] {
        font-size: 1.5rem;
    }

    .chart-body[b-sn6t2d4kr2] {
        padding: 1rem;
        min-height: 250px;
    }

    .insights-section[b-sn6t2d4kr2] {
        grid-template-columns: 1fr;
    }
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Components/BookingTabContent.razor.rz.scp.css */
/* Booking Tab Specific Styles - Treatwell Inspired */

/* Navigation Tabs */
.booking-tabs-nav[b-afvsn3amdd] {
    display: flex;
    gap: 8px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 8px;
}

.booking-tab-btn[b-afvsn3amdd] {
    background: none;
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    color: #6c757d;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
}

.booking-tab-btn:hover[b-afvsn3amdd] {
    background-color: #f8f9fa;
    color: #495057;
}

.booking-tab-btn.active[b-afvsn3amdd] {
    background-color: #28a745;
    color: #6c757d;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.booking-tab-btn.active:hover[b-afvsn3amdd] {
    background-color: #218838;
    color: white;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.4);
}

/* Booking Section */
.booking-section[b-afvsn3amdd] {
    min-height: 300px;
}

/* Appointment Cards */
.appointment-card[b-afvsn3amdd] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.appointment-card:hover[b-afvsn3amdd] {
    border-color: #0d6efd;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.appointment-card.upcoming[b-afvsn3amdd] {
    border-left: 4px solid #28a745;
}

.appointment-card.history[b-afvsn3amdd] {
    border-left: 4px solid #6c757d;
}

/* Appointment Header */
.appointment-header[b-afvsn3amdd] {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    gap: 16px;
}

.appointment-date[b-afvsn3amdd] {
    flex-shrink: 0;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    padding: 12px 8px;
    min-width: 60px;
}

.appointment-date .date-day[b-afvsn3amdd] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    line-height: 1;
}

.appointment-date .date-month[b-afvsn3amdd] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
}

.appointment-date .date-year[b-afvsn3amdd] {
    font-size: 0.7rem;
    color: #adb5bd;
    margin-top: 2px;
}

.appointment-details[b-afvsn3amdd] {
    flex: 1;
    min-width: 0;
}

.appointment-service[b-afvsn3amdd] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 8px;
    line-height: 1.3;
}

.appointment-time[b-afvsn3amdd],
.appointment-operator[b-afvsn3amdd] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

.appointment-time i[b-afvsn3amdd],
.appointment-operator i[b-afvsn3amdd] {
    width: 16px;
    color: #0d6efd;
}

.appointment-status[b-afvsn3amdd] {
    flex-shrink: 0;
    text-align: right;
}

/* Status Badges */
.status-badge[b-afvsn3amdd] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 16px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.status-badge.status-scheduled[b-afvsn3amdd] {
    background-color: #fff3cd;
    color: #856404;
}

.status-badge.status-confirmed[b-afvsn3amdd] {
    background-color: #d1ecf1;
    color: #0c5460;
}

.status-badge.status-completed[b-afvsn3amdd] {
    background-color: #d4edda;
    color: #155724;
}

.status-badge.status-cancelled[b-afvsn3amdd] {
    background-color: #f8d7da;
    color: #721c24;
}

.status-badge.status-noshow[b-afvsn3amdd] {
    background-color: #f1f3f4;
    color: #5f6368;
}

.premium-badge[b-afvsn3amdd] {
    display: inline-block;
    background: linear-gradient(135deg, #ffd700, #ffed4a);
    color: #8b6914;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    margin-left: 4px;
}

/* Appointment Footer */
.appointment-footer[b-afvsn3amdd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.appointment-price[b-afvsn3amdd] {
    font-size: 1.1rem;
    color: #2d3748;
}

.appointment-actions[b-afvsn3amdd] {
    display: flex;
    gap: 8px;
}

.appointment-actions .btn[b-afvsn3amdd] {
    font-size: 0.8rem;
    padding: 6px 12px;
}

/* Appointment Notes */
.appointment-notes[b-afvsn3amdd] {
    padding: 12px 20px;
    background-color: #f1f3f4;
    border-top: 1px solid #e9ecef;
    color: #5f6368;
    font-style: italic;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.appointment-notes i[b-afvsn3amdd] {
    color: #0d6efd;
    margin-top: 2px;
    flex-shrink: 0;
}

/* Empty State */
.empty-state[b-afvsn3amdd] {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.empty-state-icon[b-afvsn3amdd] {
    font-size: 3rem;
    color: #adb5bd;
    margin-bottom: 16px;
}

.empty-state-title[b-afvsn3amdd] {
    font-size: 1.2rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 8px;
}

.empty-state-text[b-afvsn3amdd] {
    font-size: 0.9rem;
    color: #6c757d;
    margin-bottom: 0;
}

/* Loading States */
.spinner-border-sm[b-afvsn3amdd] {
    width: 1rem;
    height: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .booking-tabs-nav[b-afvsn3amdd] {
        flex-direction: column;
        gap: 4px;
    }

    .booking-tab-btn[b-afvsn3amdd] {
        justify-content: center;
        text-align: center;
    }

    .appointment-header[b-afvsn3amdd] {
        flex-direction: column;
        gap: 12px;
    }

    .appointment-date[b-afvsn3amdd] {
        align-self: flex-start;
    }

    .appointment-status[b-afvsn3amdd] {
        text-align: left;
    }

    .appointment-footer[b-afvsn3amdd] {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .appointment-actions[b-afvsn3amdd] {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .appointment-card[b-afvsn3amdd] {
        margin: 0 -8px 16px -8px;
        border-radius: 0;
    }

    .appointment-header[b-afvsn3amdd],
    .appointment-footer[b-afvsn3amdd] {
        padding: 16px;
    }

    .appointment-notes[b-afvsn3amdd] {
        padding: 12px 16px;
    }
}

/* Hover and Focus States */
.appointment-card .btn:focus[b-afvsn3amdd] {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.booking-tab-btn:focus[b-afvsn3amdd] {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

/* Animation for new content */
@keyframes fadeInUp-b-afvsn3amdd {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.appointment-card[b-afvsn3amdd] {
    animation: fadeInUp-b-afvsn3amdd 0.3s ease;
}

/* Treatwell-style accent colors */
:root[b-afvsn3amdd] {
    --treatwell-primary: #ff6b6b;
    --treatwell-secondary: #4ecdc4;
    --treatwell-success: #45b7d1;
    --treatwell-warning: #f9ca24;
    --treatwell-danger: #f0932b;
}

/* Optional: Use Treatwell colors for specific elements */
.appointment-card.upcoming[b-afvsn3amdd] {
    border-left-color: var(--treatwell-secondary);
}

.booking-tab-btn.active[b-afvsn3amdd] {
    background-color: var(--treatwell-primary);
}

.booking-tab-btn.active:hover[b-afvsn3amdd] {
    background-color: #ff5252;
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Components/GenericTabPane.razor.rz.scp.css */
/* Tab Pane Styles */
.tab-pane[b-6ueys108ez] {
    display: none;
}

.tab-pane.show.active[b-6ueys108ez] {
    display: block;
    margin-left: 5%;
    margin-right: 5%;
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Components/OverviewTabContent.razor.rz.scp.css */
/* Overview Tab Specific Styles */
.contact-info-grid[b-bhcildd2i5] {
    display: grid;
    gap: 20px;
}

.contact-info-item[b-bhcildd2i5] {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.contact-icon[b-bhcildd2i5] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i[b-bhcildd2i5] {
    font-size: 18px;
}

.contact-details[b-bhcildd2i5] {
    flex: 1;
}

.contact-label[b-bhcildd2i5] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 2px;
}

.contact-value[b-bhcildd2i5] {
    font-weight: 500;
    color: #2d3748;
}

.contact-value a[b-bhcildd2i5] {
    color: #0d6efd;
    text-decoration: none;
}

.contact-value a:hover[b-bhcildd2i5] {
    text-decoration: underline;
}

.status-section[b-bhcildd2i5] {
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
}

.section-title[b-bhcildd2i5] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.status-badges[b-bhcildd2i5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.status-badges .badge[b-bhcildd2i5] {
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

/* Edit Mode Styles */
.contact-info-item .form-control-sm[b-bhcildd2i5] {
    margin-top: 2px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.contact-info-item .form-control-sm:focus[b-bhcildd2i5] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    outline: 0;
}

.contact-info-item .row[b-bhcildd2i5] {
    margin: 0;
}

.contact-info-item .row .col-md-6[b-bhcildd2i5] {
    padding: 0 0.25rem;
}

.contact-info-item .row .col-md-6:first-child[b-bhcildd2i5] {
    padding-left: 0;
}

.contact-info-item .row .col-md-6:last-child[b-bhcildd2i5] {
    padding-right: 0;
}

/* Alert messages */
.alert-sm[b-bhcildd2i5] {
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    font-size: 0.875rem;
}

.alert-danger[b-bhcildd2i5] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success[b-bhcildd2i5] {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

/* Button animations */
.btn-group .btn[b-bhcildd2i5] {
    transition: all 0.2s ease-in-out;
}

.btn:disabled[b-bhcildd2i5] {
    opacity: 0.65;
    cursor: not-allowed;
}

.spinner-border-sm[b-bhcildd2i5] {
    width: 0.875rem;
    height: 0.875rem;
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Components/ProfileImageUpload.razor.rz.scp.css */
/* Profile Image Upload Styles */
.profile-image-upload[b-y5wvp1t08b] {
    background: white;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.section-title[b-y5wvp1t08b] {
    font-size: 1rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Current Image Section */
.current-image-section[b-y5wvp1t08b] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.current-image-container[b-y5wvp1t08b] {
    width: 120px;
    height: 120px;
    margin: 0 auto 1rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #dee2e6;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.current-profile-image[b-y5wvp1t08b] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.no-image-placeholder[b-y5wvp1t08b] {
    color: #6c757d;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.no-image-placeholder i[b-y5wvp1t08b] {
    font-size: 3rem;
}

.no-image-placeholder span[b-y5wvp1t08b] {
    font-size: 0.875rem;
}

/* Upload Form Section */
.upload-form-section[b-y5wvp1t08b] {
    border-top: 1px solid #dee2e6;
    padding-top: 1.5rem;
    animation: slideDown-b-y5wvp1t08b 0.3s ease-out;
}

@keyframes slideDown-b-y5wvp1t08b {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gray-text[b-y5wvp1t08b] {
    color: #6c757d !important;
}

/* Preview Section */
.preview-section[b-y5wvp1t08b] {
    margin: 1rem 0;
}

.preview-container[b-y5wvp1t08b] {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.preview-image[b-y5wvp1t08b] {
    width: 120px;
    height: 120px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(40, 167, 69, 0.3);
    border: 4px solid #28a745;
    transition: all 0.3s ease;
}

.preview-image:hover[b-y5wvp1t08b] {
    transform: scale(1.1);
    box-shadow: 0 6px 16px rgba(40, 167, 69, 0.4);
}

/* Upload Actions */
.upload-actions[b-y5wvp1t08b] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1rem;
}

/* Responsive Design */
@media (max-width: 576px) {
    .profile-image-upload[b-y5wvp1t08b] {
        padding: 1rem;
    }

    .current-image-container[b-y5wvp1t08b] {
        width: 100px;
        height: 100px;
    }

    .upload-actions[b-y5wvp1t08b] {
        flex-direction: column;
    }

    .upload-actions button[b-y5wvp1t08b] {
        width: 100%;
    }
}

/* Success States */
.text-success .upload-icon[b-y5wvp1t08b] {
    color: #28a745 !important;
}

/* Validation Styles */
.field-validation-error[b-y5wvp1t08b] {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

.input-validation-error[b-y5wvp1t08b] {
    border-color: #dc3545;
}

/* Button Styles */
.btn-sm[b-y5wvp1t08b] {
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    border-radius: 0.25rem;
}

/* Hover Effects */
.current-image-container:hover[b-y5wvp1t08b] {
    border-color: #007bff;
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.preview-image:hover[b-y5wvp1t08b] {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Components/SecurityTabContent.razor.rz.scp.css */
/* Security Tab Specific Styles */
.security-info[b-3s5b5uv10z] {
    padding: 0;
}

.security-info .row[b-3s5b5uv10z] {
    align-items: center;
}

.security-info strong[b-3s5b5uv10z] {
    color: #495057;
    font-weight: 600;
}

.security-info .badge[b-3s5b5uv10z] {
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Components/StatisticsTabContent.razor.rz.scp.css */
.statistics-container[b-dkbkn8bk2z] {
    background: white;
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: all 0.2s ease;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.09);
}

.statistics-container .row[b-dkbkn8bk2z]{
    padding: 10px 15px 10px 15px;
}

.statistcs-title[b-dkbkn8bk2z]{
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
}

.statistics-container-title[b-dkbkn8bk2z]{
    font-size: 10px;
    font-weight: 500;
    color: #adb5bd;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 15px;
}

.statistics-container-icon[b-dkbkn8bk2z]{
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.statistics-container-icon i[b-dkbkn8bk2z] {
    font-size: 16px;
}

.statistics-container-text[b-dkbkn8bk2z]{
    font-size: 22px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 5px;
}

.statistics-container-booking-title[b-dkbkn8bk2z]{
    font-size: 10px;
    font-weight: 500;
    color: #adb5bd;
    line-height: 1.3;
    margin-top: 5px;
    margin-bottom: 10px;
}

.statistics-container-booking-text[b-dkbkn8bk2z]{
    font-size: 18px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 10px;
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Components/TabContainer.razor.rz.scp.css */
/* Tab Container Styles */
.profile-tabs[b-ykvouoj8mh] {
    background: white;
    padding: 0 24px;
    border-bottom: 1px solid #e9ecef;
}

.profile-tabs .nav-link[b-ykvouoj8mh] {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 16px;
    background: transparent;
    font-size: 0.875rem;
}

.profile-tabs .nav-link.active[b-ykvouoj8mh] {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background: transparent;
}

.tab-content[b-ykvouoj8mh] {
    padding: 24px;
    min-height: 300px;
}
/* _content/AG.Web/Components/Pages/UsersPresentation/Users.razor.rz.scp.css */
/* Users Page Container */

/* Header Section */
.users-header[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    padding: 2rem 0;
    margin-bottom: 2rem;
}

.header-content[b-qhx0uzdsb5] {
    max-width: 1400px; /* Allargato da 1200px per coerenza */
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-title[b-qhx0uzdsb5] {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: white;
}

.page-description[b-qhx0uzdsb5] {
    font-size: 1.1rem;
    margin: 0.5rem 0 0;
    opacity: 0.9;
}

.header-stats[b-qhx0uzdsb5] {
    text-align: right;
}

.total-count[b-qhx0uzdsb5] {
    font-size: 2rem;
    font-weight: 600;
    display: block;
}

.count-label[b-qhx0uzdsb5] {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Main Content */
.users-content[b-qhx0uzdsb5] {
    max-width: 1400px; /* Allargato da 1200px a 1400px */
    margin: 0 auto;
    padding: 0 1rem;
}

/* Card Styling */
.card[b-qhx0uzdsb5] {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: white;
}

.card-header[b-qhx0uzdsb5] {
    background: white;
    border-bottom: 1px solid #e9ecef;
    padding: 1.5rem;
}

.card-body[b-qhx0uzdsb5] {
    padding: 0;
}

/* Search Section */
.search-section[b-qhx0uzdsb5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.form-control[b-qhx0uzdsb5] {
    border-radius: 8px;
    border: 1px solid #dee2e6;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.form-control:focus[b-qhx0uzdsb5] {
    border-color: #20c997;
    box-shadow: 0 0 0 0.2rem rgba(32, 201, 151, 0.25);
}

.btn[b-qhx0uzdsb5] {
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
    transition: all 0.3s ease;
}

.btn-outline-secondary[b-qhx0uzdsb5] {
    border-color: #6c757d;
    color: #6c757d;
}

.btn-outline-secondary:hover[b-qhx0uzdsb5] {
    background-color: #6c757d;
    border-color: #6c757d;
    transform: translateY(-1px);
}

/* Loading States */
.loading-spinner[b-qhx0uzdsb5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem;
    color: #6c757d;
}

.loading-spinner .spinner-border[b-qhx0uzdsb5] {
    width: 3rem;
    height: 3rem;
}

.loading-spinner p[b-qhx0uzdsb5] {
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
}

/* Alert Styling */
.alert[b-qhx0uzdsb5] {
    border-radius: 8px;
    border: none;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
}

.alert-danger[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
}

.alert-info[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #17a2b8, #138496);
    color: white;
}

.tab-pane[b-qhx0uzdsb5] {
    display: none;
}

.tab-pane.show.active[b-qhx0uzdsb5] {
    display: block;
}

.modal-body[b-qhx0uzdsb5] {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

/* Avatar Styling */
.avatar-circle[b-qhx0uzdsb5] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997, #28a745);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    flex-shrink: 0;
    overflow: hidden;
    border: 2px solid rgba(32, 201, 151, 0.2);
    box-shadow: 0 2px 8px rgba(32, 201, 151, 0.2);
    transition: all 0.3s ease;
}

.avatar-circle:hover[b-qhx0uzdsb5] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(32, 201, 151, 0.3);
}

.avatar-circle img[b-qhx0uzdsb5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Status Badges */
.badge[b-qhx0uzdsb5] {
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.375rem 0.75rem;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    min-width: fit-content; /* Garantisce che il badge non si riduca */
    white-space: nowrap; /* Evita il wrapping del testo nei badge */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.badge.bg-success[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
    border: none;
}

.badge.bg-danger[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #dc3545, #fd7e14) !important;
    border: none;
}

.badge.bg-warning[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #ffc107, #fd7e14) !important;
    color: #212529 !important;
    border: none;
}

.badge.bg-info[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #17a2b8, #6610f2) !important;
    border: none;
}

/* Card Footer */
.card-footer[b-qhx0uzdsb5] {
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
}

/* Search Input Styling */
.search-input[b-qhx0uzdsb5] {
    flex: 1;
    max-width: 400px;
}

.search-actions[b-qhx0uzdsb5] {
    display: flex;
    gap: 0.5rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .page-title[b-qhx0uzdsb5] {
        font-size: 2rem;
    }

    .header-content[b-qhx0uzdsb5] {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .header-stats[b-qhx0uzdsb5] {
        text-align: center;
    }

    .search-section[b-qhx0uzdsb5] {
        flex-direction: column;
        gap: 1rem;
    }

    .search-input[b-qhx0uzdsb5] {
        max-width: 100%;
    }

    .table-responsive[b-qhx0uzdsb5] {
        font-size: 0.875rem;
        overflow-x: auto;
    }

    /* Su mobile, regola le larghezze delle colonne */
    .table thead th:nth-child(1)[b-qhx0uzdsb5] { width: 35%; }
    .table thead th:nth-child(2)[b-qhx0uzdsb5] { width: 40%; }
    .table thead th:nth-child(3)[b-qhx0uzdsb5] { width: 25%; }
    .table thead th:nth-child(4)[b-qhx0uzdsb5] { display: none; } /* Nascondi data su mobile */
    .table thead th:nth-child(5)[b-qhx0uzdsb5] { display: none; } /* Nascondi su mobile */
    .table thead th:nth-child(6)[b-qhx0uzdsb5] { display: none; } /* Nascondi su mobile */

    .table tbody td:nth-child(4)[b-qhx0uzdsb5],
    .table tbody td:nth-child(5)[b-qhx0uzdsb5],
    .table tbody td:nth-child(6)[b-qhx0uzdsb5] {
        display: none; /* Nascondi colonne meno importanti su mobile */
    }

    .avatar-circle[b-qhx0uzdsb5] {
        width: 35px;
        height: 35px;
        font-size: 12px;
    }

    .card-footer[b-qhx0uzdsb5] {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
}

/* Table Styling */
.table-responsive[b-qhx0uzdsb5] {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: auto;
    border-radius: 0 0 12px 12px;
    scrollbar-gutter: stable;
}

.table[b-qhx0uzdsb5] {
    margin-bottom: 0;
    font-size: 0.95rem;
    min-width: 900px;
    table-layout: fixed;
    width: 100%;
}

.table thead th[b-qhx0uzdsb5] {
    position: sticky;
    top: 0;
    vertical-align: middle;
    z-index: 1;
    background: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 1rem 0.75rem;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

/* Larghezze specifiche per le colonne */
.table thead th:nth-child(1)[b-qhx0uzdsb5] { width: 24%; } /* Nome */
.table thead th:nth-child(2)[b-qhx0uzdsb5] { width: 26%; } /* Email - più spazio per email lunghe */
.table thead th:nth-child(3)[b-qhx0uzdsb5] { width: 13%; } /* Telefono */
.table thead th:nth-child(4)[b-qhx0uzdsb5] { width: 13%; } /* Registrato */
.table thead th:nth-child(5)[b-qhx0uzdsb5] { width: 14%; }  /* Email Confermata */
.table thead th:nth-child(6)[b-qhx0uzdsb5] { width: 10%; }  /* Stato */

.table tbody td[b-qhx0uzdsb5] {
    padding: 1rem 0.75rem;
    vertical-align: middle;
    border-bottom: 1px solid #f1f3f4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Permetti wrapping solo per la colonna nome (con avatar) */
.table tbody td:nth-child(1)[b-qhx0uzdsb5] {
    white-space: normal;
    min-width: 0; /* Consente flexbox shrinking */
}

/* Gestione responsive per email lunghe */
.table tbody td:nth-child(2)[b-qhx0uzdsb5] {
    max-width: 0; /* Forza ellipsis per email lunghe */
}

/* Colonne con badge - non applicare ellipsis */
.table tbody td:nth-child(5)[b-qhx0uzdsb5], /* Email Confermata */
.table tbody td:nth-child(6)[b-qhx0uzdsb5]  /* Stato */ {
    white-space: normal;
    text-overflow: clip;
    overflow: visible;
    padding: 0.5rem 0.75rem; /* Padding ridotto per compensare */
}

.table tbody tr[b-qhx0uzdsb5] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.table tbody tr:hover[b-qhx0uzdsb5] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    transform: scale(1.005);
}

.avatar-circle-large[b-qhx0uzdsb5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}

.avatar-circle-large-placeholder[b-qhx0uzdsb5] {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #20c997;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 36px;
}

.table tbody tr[b-qhx0uzdsb5] {
    cursor: pointer;
    vertical-align: middle;
}

.table tbody tr:hover[b-qhx0uzdsb5] {
    background-color: #f8f9fa;
}

.profile-card[b-qhx0uzdsb5] {
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border: none;
}

.profile-header[b-qhx0uzdsb5] {
    flex-shrink: 0;
    padding: 24px 24px 16px;
    background: white;
    border-radius: 12px 12px 0 0;
}

.profile-avatar[b-qhx0uzdsb5] {
    width: 80px;
    height: 80px;
    position: relative;
}

.profile-avatar img[b-qhx0uzdsb5] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.avatar-initials[b-qhx0uzdsb5] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #20c997 0%, #28a745 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 28px;
    border: 3px solid white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.profile-name[b-qhx0uzdsb5] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #2d3748;
    margin: 0;
}

.profile-title[b-qhx0uzdsb5] {
    font-size: 0.95rem;
    margin: 0;
}

.profile-actions[b-qhx0uzdsb5] {
    margin-top: 12px;
}

.profile-tabs[b-qhx0uzdsb5] {
    background: #f8f9fa;
    padding: 0 24px;
    border-bottom: 1px solid #e9ecef;
}

.profile-tabs .nav-link[b-qhx0uzdsb5] {
    border: none;
    color: #6c757d;
    font-weight: 500;
    padding: 12px 16px;
    background: transparent;
}

.profile-tabs .nav-link.active[b-qhx0uzdsb5] {
    color: #0d6efd;
    border-bottom: 2px solid #0d6efd;
    background: transparent;
}

.contact-info-grid[b-qhx0uzdsb5] {
    display: grid;
    gap: 20px;
}

.contact-info-item[b-qhx0uzdsb5] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-icon[b-qhx0uzdsb5] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-icon i[b-qhx0uzdsb5] {
    font-size: 18px;
}

.contact-details[b-qhx0uzdsb5] {
    flex: 1;
}

.contact-label[b-qhx0uzdsb5] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 2px;
}

.contact-value[b-qhx0uzdsb5] {
    font-weight: 500;
    color: #2d3748;
}

.contact-value a[b-qhx0uzdsb5] {
    color: #0d6efd;
    text-decoration: none;
}

.contact-value a:hover[b-qhx0uzdsb5] {
    text-decoration: underline;
}

.status-section[b-qhx0uzdsb5] {
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
}

.section-title[b-qhx0uzdsb5] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.status-badges[b-qhx0uzdsb5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.status-badges .badge[b-qhx0uzdsb5] {
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 20px;
    font-weight: 500;
}

.tab-content[b-qhx0uzdsb5] {
    padding: 24px;
}


/* Animation for modal */
.modal.fade.show[b-qhx0uzdsb5] {
    animation: slideInDown-b-qhx0uzdsb5 0.05s ease-out;
}

@keyframes slideInDown-b-qhx0uzdsb5 {
    from {
        opacity: 0;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}
