/* _content/Filas/Components/Layout/LoginLayout.razor.rz.scp.css */
.body[b-pq3grcjxqc] {
    margin: 0;
    padding: 0;
    height: 100%;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    background-attachment: fixed !important;
}

.main-layout[b-pq3grcjxqc] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content[b-pq3grcjxqc] {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
/* _content/Filas/Components/Layout/MainLayout.razor.rz.scp.css */
/* Reset e Estilos Globais */
*[b-ta895mgxzq] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ta895mgxzq] {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: #333333 !important;
    background-color: #F1F4FA !important;
    overflow-x: hidden;
}

/* Layout Principal */
.page[b-ta895mgxzq] {
    display: flex;
    min-height: 100vh;
    position: relative;
}

/* Top Bar para Mobile */
.top-bar-mobile[b-ta895mgxzq] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 999;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
}

.top-bar-content[b-ta895mgxzq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 100%;
}

.mobile-menu-toggle[b-ta895mgxzq] {
    font-size: 24px;
    color: #6042ff;
    cursor: pointer;
}

.mobile-logo[b-ta895mgxzq] {
    height: 40px;
    cursor: pointer;
}

.mobile-profile-icon[b-ta895mgxzq] {
    font-size: 28px;
    color: #6042ff;
    cursor: pointer;
}

/* Overlay para mobile */
.mobile-overlay[b-ta895mgxzq] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .mobile-overlay.active[b-ta895mgxzq] {
        display: block;
        opacity: 1;
    }

/* Sidebar - Estilos Gerais */
.sidebar[b-ta895mgxzq] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 260px;
    background: #ffffff !important;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.05);
    z-index: 1000;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

    .sidebar.close[b-ta895mgxzq] {
        width: 78px;
    }

/* �rea do Logo */
.logo-details[b-ta895mgxzq] {
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
    min-height: 70px;
    position: relative;
}

.close-mobile-menu[b-ta895mgxzq] {
    display: none;
    font-size: 24px;
    color: #6042ff;
    cursor: pointer;
    position: absolute;
    right: 20px;
}

.menu-toggle[b-ta895mgxzq] {
    font-size: 24px;
    color: #6042ff !important;
    cursor: pointer;
    margin-right: 15px;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.sidebar.close .menu-toggle[b-ta895mgxzq] {
    transform: rotate(180deg);
    margin-right: 0;
}

.logo_name[b-ta895mgxzq] {
    /*height: 60px;*/
    transition: opacity 0.3s ease;
    object-fit: contain;
}

.sidebar.close .logo_name[b-ta895mgxzq] {
    opacity: 0;
    width: 0;
    margin: 0;
}

/* Caixa de Pesquisa */
.search-box[b-ta895mgxzq] {
    padding: 15px;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
    transition: all 0.3s ease;
}

.sidebar.close .search-box[b-ta895mgxzq] {
    opacity: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: none;
}

/* Itens do Menu */
.menu-items[b-ta895mgxzq] {
    flex: 1;
    overflow-y: auto;
    padding: 10px 0;
    scrollbar-width: thin;
    scrollbar-color: #7a5cff transparent;
}

    .menu-items[b-ta895mgxzq]::-webkit-scrollbar {
        width: 4px;
    }

    .menu-items[b-ta895mgxzq]::-webkit-scrollbar-thumb {
        background-color: #7a5cff !important;
        border-radius: 4px;
    }

.nav-links[b-ta895mgxzq] {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .nav-links li[b-ta895mgxzq] {
        position: relative;
    }

.nav-item[b-ta895mgxzq] {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #6042ff !important;
    text-decoration: none;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    white-space: nowrap;
}

.nav-links li:hover[b-ta895mgxzq] {
    background: rgba(96, 66, 255, 0.1);
}

.nav-links li.active[b-ta895mgxzq] {
    background: rgba(96, 66, 255, 0.1);
    border-left: 3px solid #6042ff !important;
}

.nav-links li i[b-ta895mgxzq] {
    font-size: 30px;
    min-width: 45px;
    color: #6042ff !important;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.material-symbols-outlined[b-ta895mgxzq] {
    font-size: 22px;
    color: #6042ff !important;
}

.link_name[b-ta895mgxzq] {
    font-size: 15px;
    font-weight: 500;
    transition: opacity 0.3s ease;
    overflow: hidden;
}

.sidebar.close .link_name[b-ta895mgxzq] {
    opacity: 0;
    width: 0;
}

/* Submenu */
.iocn-link[b-ta895mgxzq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.arrow[b-ta895mgxzq] {
    font-size: 16px;
    color: #6042ff !important;
    transition: transform 0.3s ease;
    margin-right: 15px;
    cursor: pointer;
}

    .arrow.rotated[b-ta895mgxzq] {
        transform: rotate(180deg);
    }

.sidebar.close .arrow[b-ta895mgxzq] {
    display: none;
}

.sub-menu[b-ta895mgxzq] {
    padding-left: 30px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    list-style: none;
}

    .sub-menu.show[b-ta895mgxzq] {
        max-height: 500px;
    }

.submenu-item[b-ta895mgxzq] {
    padding: 5px 15px 5px 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #6042ff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .submenu-item:hover[b-ta895mgxzq] {
        color: #6042ff !important;
        background: rgba(96, 66, 255, 0.1);
    }

.sub-menu li i[b-ta895mgxzq] {
    font-size: 16px;
    min-width: 30px;
}

/* Se��o do Perfil */
.profile-section[b-ta895mgxzq] {
    padding: 15px;
    border-top: 1px solid rgba(96, 66, 255, 0.1);
    margin-top: auto;
}

.profile-details[b-ta895mgxzq] {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.profile-info[b-ta895mgxzq] {
    flex: 1;
    overflow: hidden;
    transition: all 0.3s ease;
}

.profile_name[b-ta895mgxzq] {
    font-size: 14px;
    font-weight: 500;
    color: #6042ff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job[b-ta895mgxzq] {
    font-size: 12px;
    color: #666666 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logout-icon[b-ta895mgxzq] {
    font-size: 20px;
    color: #6042ff !important;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

    .logout-icon:hover[b-ta895mgxzq] {
        color: #4d2bd4 !important;
        transform: scale(1.1);
    }

.sidebar.close .profile-info[b-ta895mgxzq],
.sidebar.close .logout-icon[b-ta895mgxzq] {
    opacity: 0;
    width: 0;
    margin: 0;
}

/* �rea de Conte�do */
.content-section[b-ta895mgxzq] {
    margin-left: 260px;
    width: calc(100% - 260px);
    transition: all 0.3s ease;
    min-height: 100vh;
}

.sidebar.close ~ .content-section[b-ta895mgxzq] {
    margin-left: 78px;
    width: calc(100% - 78px);
}

.content-container[b-ta895mgxzq] {
    padding: 20px;
    min-height: 100vh;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%) !important;
    background-attachment: fixed !important;
}

/* Responsividade - Mobile */
@media (max-width: 768px) {
    .top-bar-mobile[b-ta895mgxzq] {
        display: block;
    }

    .sidebar[b-ta895mgxzq] {
        transform: translateX(-100%);
        width: 280px;
        box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
    }

        .sidebar.mobile-open[b-ta895mgxzq] {
            transform: translateX(0);
        }

    .close-mobile-menu[b-ta895mgxzq] {
        display: block;
    }

    .content-section[b-ta895mgxzq] {
        margin-left: 0 !important;
        width: 100% !important;
        padding-top: 60px; /* Compensa a altura da top bar */
    }

    .content-container[b-ta895mgxzq] {
        padding: 15px;
    }

    /* Ajustes para o menu mobile */
    .logo-details[b-ta895mgxzq] {
        padding: 20px;
        min-height: 60px;
    }

    .menu-toggle[b-ta895mgxzq] {
        display: none; /* Esconde o toggle original no mobile */
    }
}

/* Blazor Error UI */
#blazor-error-ui[b-ta895mgxzq] {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    color: #856404;
    border-top: 1px solid #ffeeba;
    font-size: 14px;
}

    #blazor-error-ui .dismiss[b-ta895mgxzq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #856404;
        font-weight: bold;
    }

    #blazor-error-ui .reload[b-ta895mgxzq] {
        color: #6042ff;
        text-decoration: underline;
        margin-left: 10px;
    }

/* Efeitos de Transi��o */
.nav-item[b-ta895mgxzq], .submenu-item[b-ta895mgxzq], .profile-details[b-ta895mgxzq], .menu-toggle[b-ta895mgxzq], .logout-icon[b-ta895mgxzq] {
    transition: all 0.3s ease;
}

.profile-content[b-ta895mgxzq] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-icon[b-ta895mgxzq] {
    font-size: 40px;
    color: #6042ff;
    background-color: rgba(96, 66, 255, 0.1);
    border-radius: 50%;
    padding: 5px;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .profile-icon:hover[b-ta895mgxzq] {
        background-color: rgba(96, 66, 255, 0.2);
        transform: scale(1.05);
    }

.sidebar.close .profile-icon[b-ta895mgxzq] {
    font-size: 30px;
    width: 40px;
    height: 40px;
}

/* Melhorias para RadzenTextBox */
.rz-textbox[b-ta895mgxzq] {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    transition: all 0.3s !important;
}

    .rz-textbox:focus[b-ta895mgxzq] {
        border-color: #6042ff !important;
        box-shadow: 0 0 0 2px rgba(96, 66, 255, 0.2) !important;
        outline: none !important;
    }

.custom-textbox input.rz-inputtext[b-ta895mgxzq] {
    border: 1px solid #ddd !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    transition: all 0.3s ease !important;
}

    .custom-textbox input.rz-inputtext:focus[b-ta895mgxzq] {
        border-color: #6042ff !important;
        box-shadow: 0 0 0 2px rgba(96, 66, 255, 0.2) !important;
        outline: none !important;
    }

/* Tooltips */
[tooltip][b-ta895mgxzq] {
    position: relative;
}

    [tooltip][b-ta895mgxzq]::after {
        content: attr(tooltip);
        position: absolute;
        left: 50%;
        bottom: 100%;
        transform: translateX(-50%);
        background: #333;
        color: #fff;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
        white-space: nowrap;
        opacity: 0;
        transition: opacity 0.3s;
        pointer-events: none;
        margin-bottom: 5px;
    }

    [tooltip]:hover[b-ta895mgxzq]::after {
        opacity: 1;
    }

/* Submenu quando o menu est� fechado */
.sidebar.close .nav-links > li > .sub-menu[b-ta895mgxzq] {
    position: absolute;
    left: 78px; /* Largura do menu fechado */
    top: 0;
    min-width: 220px;
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    border-radius: 0 6px 6px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 10px 0;
    z-index: 1000;
}

.sidebar.close .nav-links > li:hover > .sub-menu[b-ta895mgxzq] {
    opacity: 1;
    pointer-events: auto;
}

/* Itens do submenu */
.sidebar.close .sub-menu li a[b-ta895mgxzq] {
    padding: 8px 20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

/* �cones no submenu fechado */
.sidebar.close .sub-menu li i[b-ta895mgxzq] {
    margin-right: 10px;
    font-size: 18px;
}

/* Seta quando fechado */
.sidebar.close .arrow[b-ta895mgxzq] {
    display: none;
}

/* Ajuste do hover */
.sidebar.close .nav-links > li:hover[b-ta895mgxzq] {
    background: rgba(96, 66, 255, 0.1);
}

.sidebar.close .menu-items[b-ta895mgxzq] {
    overflow: hidden;
}

/* Menu fechado - hover e submenus */
.sidebar.close .nav-links > li[b-ta895mgxzq] {
    position: relative;
}

    .sidebar.close .nav-links > li:hover[b-ta895mgxzq] {
        background: rgba(96, 66, 255, 0.1);
    }

        .sidebar.close .nav-links > li:hover > .sub-menu[b-ta895mgxzq] {
            display: block;
            opacity: 1;
            pointer-events: auto;
        }

.sidebar.close .sub-menu[b-ta895mgxzq] {
    position: absolute;
    left: 100%;
    top: 0;
    width: 220px;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    border-radius: 0 8px 8px 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    display: none;
    padding: 10px 0;
    z-index: 1000;
    max-height: none;
}

    .sidebar.close .sub-menu.show[b-ta895mgxzq] {
        display: block;
        opacity: 1;
    }
/* _content/Filas/Components/Layout/TVLayout.razor.rz.scp.css */
.body[b-ghyqd4qz87] {
    margin: 0;
    padding: 0;
    height: 100%;
    background-attachment: fixed !important;
}

.main-layout[b-ghyqd4qz87] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.content[b-ghyqd4qz87] {
    margin: 10px;
}
/* _content/Filas/Components/Pages/Alerta.razor.rz.scp.css */
.alert-dialog-container[b-g409mcbrmo] {
    display: flex;
    flex-direction: column;
    min-width: 350px;
    max-width: 600px;
    padding: 1.5rem;
    gap: 1.5rem;
}

.alert-header[b-g409mcbrmo] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.alert-icon[b-g409mcbrmo] {
    font-size: 34px;
    margin-right: 12px;
}

.alert-icon-wrapper[b-g409mcbrmo] {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.alert-icon-wrapper:hover[b-g409mcbrmo] {
    transform: scale(1.1);
}

.alert-icon-success[b-g409mcbrmo] {
    color: var(--rz-success);
}

.alert-icon-warning[b-g409mcbrmo] {
    color: var(--rz-warning);
}

.alert-icon-error[b-g409mcbrmo] {
    color: var(--rz-danger);
}

.alert-icon-info[b-g409mcbrmo] {
    color: var(--rz-info);
}

.alert-title[b-g409mcbrmo] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
}

.alert-body[b-g409mcbrmo] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.alert-message[b-g409mcbrmo] {
    font-size: 1rem;
    color: var(--rz-text-secondary);
    line-height: 1.5;
}

.alert-footer[b-g409mcbrmo] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
}

.alert-button[b-g409mcbrmo] {
    min-width: 250px !important;
}

/* Responsividade */
@media (max-width: 600px) {
    .alert-dialog-container[b-g409mcbrmo] {
        min-width: unset;
        width: 100%;
    }

    .alert-footer[b-g409mcbrmo] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .alert-button[b-g409mcbrmo] {
        width: 100%;
    }

    .alert-icon-wrapper[b-g409mcbrmo] {
        margin-bottom: 0.5rem;
    }

    .alert-header[b-g409mcbrmo] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/Filas/Components/Pages/Fila/PainelFilas.razor.rz.scp.css */
*[b-xwvxdpkv74] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body[b-xwvxdpkv74] {
    background-color: #f0f2f5;
    color: #333;
    min-height: 100vh;
}

.container[b-xwvxdpkv74] {
    max-width: 1600px;
    margin: 0 auto;
}

/* Cabeçalho com logo e nome da empresa */
.header[b-xwvxdpkv74] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 2px solid #3498db;
}

.company-info[b-xwvxdpkv74] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo-container[b-xwvxdpkv74] {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #2c3e50;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.logo[b-xwvxdpkv74] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company-name[b-xwvxdpkv74] {
    font-size: 2.5rem;
    font-weight: bold;
    color: #2c3e50;
    letter-spacing: 1px;
}

.company-subtitle[b-xwvxdpkv74] {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-top: 5px;
}

.system-title[b-xwvxdpkv74] {
    text-align: right;
}

    .system-title h1[b-xwvxdpkv74] {
        color: #2c3e50;
        margin-bottom: 5px;
        font-size: 1.8rem;
    }

.system-subtitle[b-xwvxdpkv74] {
    color: #7f8c8d;
    font-size: 1rem;
}

.main-layout[b-xwvxdpkv74] {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 25px;
    margin-bottom: 30px;
}

.queue-section[b-xwvxdpkv74] {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    min-height: 500px;
    display: flex;
    flex-direction: column;
}

.queue-title[b-xwvxdpkv74] {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid;
}

.loading-title[b-xwvxdpkv74] {
    color: #e74c3c;
    border-color: #e74c3c;
}

.center-title[b-xwvxdpkv74] {
    color: #2c3e50;
    border-color: #2c3e50;
}

.unloading-title[b-xwvxdpkv74] {
    color: #27ae60;
    border-color: #27ae60;
}

/* CONTAINER PARA FILAS LADO A LADO */
.queue-columns[b-xwvxdpkv74] {
    display: flex;
    gap: 20px;
    flex: 1;
}

.queue-column[b-xwvxdpkv74] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.queue-column-title[b-xwvxdpkv74] {
    font-size: 1.4rem;
    margin: 15px 0;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    color: #2c3e50;
    text-align: center;
}

.granel-title[b-xwvxdpkv74] {
    color: #e74c3c;
    border-color: #e74c3c;
}

.ensacado-title[b-xwvxdpkv74] {
    color: #e67e22;
    border-color: #e67e22;
}

.truck-title[b-xwvxdpkv74] {
    color: #27ae60;
    border-color: #27ae60;
}

.carreta-title[b-xwvxdpkv74] {
    color: #16a085;
    border-color: #16a085;
}

.queue-list[b-xwvxdpkv74] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.queue-item[b-xwvxdpkv74] {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border-left: 5px solid;
    transition: transform 0.2s, box-shadow 0.2s;
}

    .queue-item:hover[b-xwvxdpkv74] {
        transform: translateY(-3px);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .queue-item.granel[b-xwvxdpkv74] {
        border-left-color: #e74c3c;
    }

    .queue-item.ensacado[b-xwvxdpkv74] {
        border-left-color: #e67e22;
    }

    .queue-item.truck[b-xwvxdpkv74] {
        border-left-color: #27ae60;
    }

    .queue-item.carreta[b-xwvxdpkv74] {
        border-left-color: #16a085;
    }

.license-plate[b-xwvxdpkv74] {
    font-weight: bold;
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 5px;
}

.driver-name[b-xwvxdpkv74] {
    color: #7f8c8d;
    font-size: 1rem;
}

.queue-number[b-xwvxdpkv74] {
    display: inline-block;
    background-color: #ecf0f1;
    color: #2c3e50;
    font-weight: bold;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
}

/* Área Central */
.center-section[b-xwvxdpkv74] {
    width: 450px;
    display: flex;
    flex-direction: column;
}

.current-ticket[b-xwvxdpkv74] {
    text-align: center;
    background-color: #2c3e50;
    color: white;
    border-radius: 10px;
    padding: 30px;
    margin-top: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 30px;
}

.current-ticket-label[b-xwvxdpkv74] {
    font-size: 1.1rem;
    color: #ecf0f1;
    margin-bottom: 15px;
}

.current-plate[b-xwvxdpkv74] {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #fff;
}

.current-driver[b-xwvxdpkv74] {
    font-size: 1.6rem;
    color: #ecf0f1;
}

.queue-info[b-xwvxdpkv74] {
    margin-top: 15px;
    font-size: 1rem;
    color: #bdc3c7;
}

/* Próximas senhas */
.next-tickets[b-xwvxdpkv74] {
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.next-tickets-title[b-xwvxdpkv74] {
    font-size: 1.3rem;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px solid #3498db;
}

.next-tickets-list[b-xwvxdpkv74] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.next-ticket-item[b-xwvxdpkv74] {
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    border-left: 4px solid #3498db;
}

.next-ticket-plate[b-xwvxdpkv74] {
    font-weight: bold;
    font-size: 1.2rem;
    color: #2c3e50;
}

.next-ticket-info[b-xwvxdpkv74] {
    color: #7f8c8d;
    font-size: 0.9rem;
    margin-top: 3px;
}

/* Contadores */
.queue-stats[b-xwvxdpkv74] {
    display: flex;
    justify-content: space-between;
    background-color: #ecf0f1;
    padding: 10px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 1rem;
}

.stat-item[b-xwvxdpkv74] {
    text-align: center;
}

.stat-count[b-xwvxdpkv74] {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    color: #2c3e50;
}

.stat-label[b-xwvxdpkv74] {
    font-size: 0.9rem;
    color: #7f8c8d;
}

/* Controles */
.controls[b-xwvxdpkv74] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

button[b-xwvxdpkv74] {
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 1rem;
}

.next-btn[b-xwvxdpkv74] {
    background-color: #3498db;
    color: white;
}

    .next-btn:hover[b-xwvxdpkv74] {
        background-color: #2980b9;
    }

.add-btn[b-xwvxdpkv74] {
    background-color: #27ae60;
    color: white;
}

    .add-btn:hover[b-xwvxdpkv74] {
        background-color: #219653;
    }

.reset-btn[b-xwvxdpkv74] {
    background-color: #e74c3c;
    color: white;
}

    .reset-btn:hover[b-xwvxdpkv74] {
        background-color: #c0392b;
    }

.empty-queue[b-xwvxdpkv74] {
    text-align: center;
    color: #95a5a6;
    font-style: italic;
    padding: 40px 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    border: 2px dashed #bdc3c7;
}

/* Data e hora */
.datetime[b-xwvxdpkv74] {
    position: absolute;
    top: 30px;
    right: 20px;
    text-align: right;
    font-size: 1rem;
    color: #7f8c8d;
}

.time[b-xwvxdpkv74] {
    font-size: 1.5rem;
    color: #2c3e50;
    font-weight: bold;
}

/* Responsividade */
@media (max-width: 1400px) {
    .main-layout[b-xwvxdpkv74] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 20px;
    }

    .center-section[b-xwvxdpkv74] {
        width: 100%;
        order: 1;
    }

    .queue-section[b-xwvxdpkv74] {
        min-height: 400px;
    }

    .queue-columns[b-xwvxdpkv74] {
        flex-direction: column;
    }

    .header[b-xwvxdpkv74] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .company-info[b-xwvxdpkv74] {
        flex-direction: column;
        gap: 10px;
    }

    .system-title[b-xwvxdpkv74] {
        text-align: center;
    }
}

/* Animações */
@keyframes fadeIn-b-xwvxdpkv74 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.queue-item[b-xwvxdpkv74] {
    animation: fadeIn-b-xwvxdpkv74 0.3s ease-out;
}
/* _content/Filas/Components/Pages/Home.razor.rz.scp.css */
*[b-e6l9l71hvy] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

body[b-e6l9l71hvy] {
    padding: 30px;
}

.dashboard-title[b-e6l9l71hvy] {
    margin-bottom: 30px;
}

    .dashboard-title h1[b-e6l9l71hvy] {
        color: #2c3e50;
        font-size: 24px;
        font-weight: 500;
    }

    .dashboard-title p[b-e6l9l71hvy] {
        color: #7f8c8d;
        font-size: 14px;
        margin-top: 5px;
    }

.cards-grid[b-e6l9l71hvy] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 1200px;
}

.card[b-e6l9l71hvy] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #eef2f7;
    overflow: hidden;
}

.card-header[b-e6l9l71hvy] {
    padding: 18px 20px;
    border-bottom: 1px solid #eef2f7;
    background-color: #fafbfc;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .card-header h3[b-e6l9l71hvy] {
        color: #2c3e50;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .card-header .header-icon[b-e6l9l71hvy] {
        font-size: 18px;
        color: #5a6a7e;
    }

.card-body[b-e6l9l71hvy] {
    padding: 20px;
}

/* Card 1 - Granel e Ensacado (CARREGAMENTO) */
.stats-list[b-e6l9l71hvy] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.stat-item[b-e6l9l71hvy] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.stat-label[b-e6l9l71hvy] {
    color: #5a6a7e;
    font-size: 14px;
    font-weight: 500;
}

.stat-value[b-e6l9l71hvy] {
    color: #1e2b3a;
    font-size: 20px;
    font-weight: 600;
}

.stat-sub[b-e6l9l71hvy] {
    color: #7f8c8d;
    font-size: 12px;
    margin-left: 5px;
    font-weight: normal;
}

/* Card 2 - Truck e Carreta (DESCARREGAMENTO) */
.vehicle-stats[b-e6l9l71hvy] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vehicle-item[b-e6l9l71hvy] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.vehicle-icon[b-e6l9l71hvy] {
    width: 36px;
    height: 36px;
    background-color: #f0f4f8;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c3e50;
    font-size: 18px;
}

.vehicle-info[b-e6l9l71hvy] {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .vehicle-info span:first-child[b-e6l9l71hvy] {
        color: #5a6a7e;
        font-size: 14px;
        font-weight: 500;
    }

    .vehicle-info .vehicle-number[b-e6l9l71hvy] {
        color: #1e2b3a;
        font-size: 18px;
        font-weight: 600;
    }

/* Card 3 - Integração */
.integration-stats[b-e6l9l71hvy] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.integration-item[b-e6l9l71hvy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    border-radius: 4px;
}

    .integration-item.success[b-e6l9l71hvy] {
        background-color: #f0f9f4;
        border-left: 3px solid #27ae60;
    }

    .integration-item.error[b-e6l9l71hvy] {
        background-color: #fef5f5;
        border-left: 3px solid #e74c3c;
    }

.integration-left[b-e6l9l71hvy] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.integration-icon[b-e6l9l71hvy] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.integration-item.success .integration-icon[b-e6l9l71hvy] {
    background-color: #27ae60;
    color: white;
}

.integration-item.error .integration-icon[b-e6l9l71hvy] {
    background-color: #e74c3c;
    color: white;
}

.integration-text[b-e6l9l71hvy] {
    display: flex;
    flex-direction: column;
}

    .integration-text .label[b-e6l9l71hvy] {
        color: #5a6a7e;
        font-size: 12px;
    }

    .integration-text .value[b-e6l9l71hvy] {
        color: #1e2b3a;
        font-size: 18px;
        font-weight: 600;
        margin-top: 2px;
    }

.integration-badge[b-e6l9l71hvy] {
    font-size: 13px;
    font-weight: 500;
    padding: 4px 8px;
    border-radius: 4px;
}

.integration-item.success .integration-badge[b-e6l9l71hvy] {
    background-color: #27ae60;
    color: white;
}

.integration-item.error .integration-badge[b-e6l9l71hvy] {
    background-color: #e74c3c;
    color: white;
}

.card-footer[b-e6l9l71hvy] {
    padding: 15px 20px;
    background-color: #fafbfc;
    border-top: 1px solid #eef2f7;
    font-size: 13px;
    color: #5a6a7e;
}

.total-highlight[b-e6l9l71hvy] {
    font-weight: 600;
    color: #2c3e50;
}

hr[b-e6l9l71hvy] {
    border: none;
    border-top: 1px solid #eef2f7;
    margin: 15px 0;
}

@media (max-width: 900px) {
    .cards-grid[b-e6l9l71hvy] {
        grid-template-columns: 1fr;
    }

    body[b-e6l9l71hvy] {
        padding: 15px;
    }
}
/* _content/Filas/Components/Pages/Login/Login.razor.rz.scp.css */
/* Variáveis de design */
:root[b-1vw0t1gr7n] {
    --primary-color: #4361ee;
    --primary-hover: #3a56d4;
    --text-color: #2b2d42;
    --light-gray: #f8f9fa;
    --border-radius: 12px;
    --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* Reset e estilos base */
*[b-1vw0t1gr7n] {
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Layout da página */
.login-page[b-1vw0t1gr7n] {
    width: 100%;
    max-width: 480px;
    padding: 20px;
}

/* Container do formulário */
.form-container[b-1vw0t1gr7n] {
    width: 100%;
    background: #fff;
    padding: 2.5rem;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    position: relative;
}

    .form-container[b-1vw0t1gr7n]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 8px;
        background: linear-gradient(90deg, var(--primary-color), #3f37c9);
    }

/* Estilos de texto */
.form-title[b-1vw0t1gr7n] {
    font-size: 1.75rem;
    color: var(--text-color);
    text-align: center;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-subtitle[b-1vw0t1gr7n] {
    font-size: 0.875rem;
    color: #6c757d;
    text-align: center;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

/* Logo */
.logo-container[b-1vw0t1gr7n] {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

    .logo-container img[b-1vw0t1gr7n] {
        max-width: 180px;
        height: auto;
        transition: var(--transition);
    }

/* Campos do formulário */
.form-group[b-1vw0t1gr7n] {
    margin-bottom: 1.5rem;
    position: relative;
}

.form-control[b-1vw0t1gr7n] {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.9375rem;
    transition: var(--transition);
}

    .form-control:focus[b-1vw0t1gr7n] {
        border-color: var(--primary-color);
        box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.2);
        outline: none;
    }

.password-toggle[b-1vw0t1gr7n] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #6c757d;
}

/* Botões */
.btn-primary2[b-1vw0t1gr7n] {
    background-color: #4361ee;
    color: white;
    border: none;
    padding: 15px;
    border-radius: var(--border-radius);
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: var(--transition);
    width: 100%;
    margin-top: 1rem;
    display: block;
    text-align: center;
}

    .btn-primary2:hover[b-1vw0t1gr7n] {
        background-color: #3a56d4;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3);
    }

    .btn-primary2:disabled[b-1vw0t1gr7n] {
        background-color: #cccccc;
        cursor: not-allowed;
        transform: none;
        box-shadow: none;
    }

/* Links */
.form-link[b-1vw0t1gr7n] {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 0.875rem;
    display: block;
    text-align: right;
    margin-bottom: 1.5rem;
    cursor: pointer;
    transition: var(--transition);
}

    .form-link:hover[b-1vw0t1gr7n] {
        text-decoration: underline;
    }

/* Alertas */
.alert[b-1vw0t1gr7n] {
    padding: 0.75rem 1.25rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.alert-danger[b-1vw0t1gr7n] {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.alert-success[b-1vw0t1gr7n] {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

/* Rodapé */
.form-footer[b-1vw0t1gr7n] {
    font-size: 0.75rem;
    color: #6c757d;
    text-align: center;
    margin-top: 2rem;
    padding-top: 1rem;
    border-top: 1px solid #e9ecef;
}

/* Checkbox */
.checkbox-container[b-1vw0t1gr7n] {
    display: flex;
    align-items: center;
    margin: 1.5rem 0;
}

    .checkbox-container input[b-1vw0t1gr7n] {
        margin-right: 10px;
    }

/* Responsividade */
@media (max-width: 768px) {
    .form-container[b-1vw0t1gr7n] {
        padding: 2rem 1.5rem;
    }

    .logo-container img[b-1vw0t1gr7n] {
        max-width: 150px;
    }
}

/* Animações */
@keyframes fadeIn-b-1vw0t1gr7n {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.form-container[b-1vw0t1gr7n] {
    animation: fadeIn-b-1vw0t1gr7n 0.8s ease-out forwards;
    opacity: 0; /* Garante que comece invisível */
}

@keyframes fadeIn-b-1vw0t1gr7n {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Estilos específicos para o botão de login */
button.btn-primary[b-1vw0t1gr7n] {
    background-color: var(--primary-color) !important;
    color: white !important;
    border: none !important;
    padding: 15px !important;
    border-radius: var(--border-radius) !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    width: 100% !important;
    margin-top: 1rem !important;
    display: block !important;
    text-align: center !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    transition: all 0.3s ease !important;
}

    button.btn-primary:hover[b-1vw0t1gr7n] {
        background-color: var(--primary-hover) !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 5px 15px rgba(67, 97, 238, 0.3) !important;
    }

    button.btn-primary:disabled[b-1vw0t1gr7n] {
        background-color: #cccccc !important;
        cursor: not-allowed !important;
    }
/* _content/Filas/Components/Pages/TemplateBloco.razor.rz.scp.css */
.page-title[b-l0ykc5k9fb] {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(96, 66, 255, 0.1);
}

.title-text[b-l0ykc5k9fb] {
    font-size: 18px;
    font-weight: 600;
    color: #6042ff;
    padding-left: 15px;
    border-left: 3px solid #6042ff;
}

.bloco[b-l0ykc5k9fb] {
    background-color: #ffffff;
    height: auto;
    min-height: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-top: 5px;
    transition: margin-left 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%; /* Adicionado */
}

.bloco-header[b-l0ykc5k9fb] {
    width: 100%; /* Adicionado */
}

.bloco-content[b-l0ykc5k9fb] {
    width: 100%; /* Modificado */
    flex: 1; /* Adicionado para preencher espaço */
}

    /* Adicione estas regras para garantir que as colunas se expandam */
    .bloco-content .row[b-l0ykc5k9fb] {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

        .bloco-content .row > [class^="col-"][b-l0ykc5k9fb] {
            padding-left: 15px;
            padding-right: 15px;
        }
