/* /Components/Dropdown.razor.rz.scp.css */
.disable-dropdown-styles[b-b6uxcrohu9] {
    transform: unset !important;
    top: unset !important;
    left: unset !important;
    will-change: unset !important;
}

.dropdown-menu.showCustom[b-b6uxcrohu9] {
    display: block !important;
    max-height: 50vh !important;
    max-width: 30vw !important;
    overflow: auto !important;
    padding:15px ;
}
/* /Components/SocialNavBar.razor.rz.scp.css */
.social-nav-bar[b-w8t3yuh7ja] {
    background-color: #071033;
    width: 100%;
    padding: 0 40px 10px 40px;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
}

.collapsed[b-w8t3yuh7ja] {
    height: 50px;
}

.social-nav-bar a img[b-w8t3yuh7ja] {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
/* /Components/SyntelpActionButton.razor.rz.scp.css */
.syntelp-action-button[b-k9vg7t81wq],
.syntelp-action-button-refresh[b-k9vg7t81wq] {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 35px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 5px;
    margin-left: 15px;
    border: none;
}

    .syntelp-action-button span[b-k9vg7t81wq] {
        color: white;
        font-weight: 50;
    }

.action-select[b-k9vg7t81wq] {
    border: solid;
    border-color: black !important;
}
/* /Components/SyntelpButton.razor.rz.scp.css */
.syntelp-button[b-21mvj6g8p2] {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 0 15px;
    height: 38px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    border: none;
    color: white;
}

.secondary[b-21mvj6g8p2] {
    background: var(--primary-color);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}
/* /Components/SyntelpDialog.razor.rz.scp.css */
/* Estilo para garantir que o conte�do n�o vaze do modal */
.modal-content[b-ka7x3nov59] {
    overflow: hidden; /* Impede o conte�do de sair do modal */
}

/* Ajustes para os bot�es dentro do modal */
.button-container[b-ka7x3nov59] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Permite que os bot�es quebrem linha se necess�rio */
    gap: 8px; /* Adiciona espa�amento entre os bot�es */
}

/* Ajuste para o tamanho do modal */
.modal-dialog[b-ka7x3nov59] {
    max-width: auto; /* Define uma largura m�xima para o modal */
    width: 100%; /* O modal ajusta-se � largura dispon�vel */
}

.buttom-requests[b-ka7x3nov59] {
    max-width: 2000px; /* Define uma largura m�xima para o modal */
}

.modal-body[b-ka7x3nov59] {
    padding: 20px; /* Espa�amento interno para o corpo do modal */
}

/* Estilos para a centraliza��o do modal na tela */
#myModal[b-ka7x3nov59] {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* Estilos espec�ficos para textos do modal */
.dialog-title[b-ka7x3nov59] {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
}

.dialog-message[b-ka7x3nov59] {
    font-weight: 300;
    font-size: 16px;
}

/* Responsividade para telas pequenas */
@media (max-width: 768px) {
    .modal-dialog[b-ka7x3nov59] {
        width: 100%; /* O modal ocupar� mais espa�o em telas pequenas */
    }

    .button-container[b-ka7x3nov59] {
        flex-direction: column; /* Bot�es empilhados verticalmente em telas menores */
    }
}
/* /Components/SyntelpDialogChat.razor.rz.scp.css */
.dialog-title[b-4flw4tn2io] {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}

.dialog-message[b-4flw4tn2io] {
    font-weight: 300;
    font-size: 18px;
}

.modal-dialog[b-4flw4tn2io] {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-content[b-4flw4tn2io] {
    height: auto;
    border-color: transparent;
}

.modal-body[b-4flw4tn2io] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white; /* Cor de fundo da modal, altere conforme necess�rio */
    border-radius: 5px;
    border-color: transparent;
    z-index: 1000; /* Garanta que a modal esteja acima de outros conte�dos */
    padding: 20px; /* Adicione algum espa�amento interno */
}

#myModal[b-4flw4tn2io] {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 100vw rgba(0, 0, 0, 1);
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.dropdown-menu.show[b-4flw4tn2io] {
    transform: none !important;
}
/* /Components/SyntelpDropdown.razor.rz.scp.css */
.input-label[b-w2cvij890n] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.syntelp-input-wrapper[b-w2cvij890n] {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
}

.syntelp-input[b-w2cvij890n] {
    height: 40px;
    background: var(--primary-color);
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    border-color: transparent;
    width: 100%;
}

.input-find[b-w2cvij890n] {
    width: 100%;
}

.secondary[b-w2cvij890n] {
    background: var(--secondary-color);
    border-radius: 5px;
    color: white;
    border-color: transparent;
}
/* /Components/SyntelpFilePicker.razor.rz.scp.css */
/* /Components/SyntelpInput.razor.rz.scp.css */
.input-label[b-e6cnezq282] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.syntelp-input-wrapper[b-e6cnezq282] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.syntelp-input[b-e6cnezq282] {
    height: 38px;
    border-color: var(--primary-color);
    padding: 5px 10px;
    color: black;
    border-radius: 5px;
    outline: none;
}

    .syntelp-input[b-e6cnezq282]::placeholder {
        color: lightgray; /* Altere essa cor para a cor desejada */
    }

    /* Para inputs preenchidos automaticamente no Chrome */
    .syntelp-input:-webkit-autofill[b-e6cnezq282],
    .syntelp-input:-webkit-autofill:hover[b-e6cnezq282],
    .syntelp-input:-webkit-autofill:focus[b-e6cnezq282],
    .syntelp-input:-webkit-autofill:active[b-e6cnezq282] {
        -webkit-text-fill-color: white !important; /* Define a cor do texto para branco */
        -webkit-box-shadow: 0 0 0 1000px var(--primary-color) inset !important; /* Remove a sombra */
        transition: background-color 5000s ease-in-out 0s; /* Mant�m o estilo aplicado */
    }

.secondary[b-e6cnezq282] {
    background: var(--secondary-color);
    border-radius: 5px;
    color: white !important;
    border-color: transparent;
}

.button[b-e6cnezq282] {
    align-items: center;
    flex: 1;
    background-color: var(--primary-color);
    color: white;
    border: none;
    cursor: pointer;
}

.input-textbox[b-e6cnezq282] {
    width: 100%;
    min-height: 50px; /* Altura inicial */
    max-height: 50px; /* Altura m�xima */
    overflow-y: auto; /* Adiciona barra de rolagem vertical quando necess�rio */
    resize: vertical; /* Permite redimensionamento vertical */
    border-color: var(--secondary-color);
    border-radius: 5px;
    background-color: #f1f1f1;
}
/* /Components/SyntelpLink.razor.rz.scp.css */
.syntelp-header-link[b-piqrjcv3ah] {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #071033;
    text-decoration: none;
    cursor: pointer;
}

.disabled-link[b-piqrjcv3ah] {
    text-decoration: line-through solid black 2px;
}

.itens-menu a[b-piqrjcv3ah] {
    padding: 10px;
    font-size: 13px;
    transition: transform 0.9s;
}

    .itens-menu a:hover[b-piqrjcv3ah] {
        background-color: var(--primary-color);
        color: white;
    }
/* /Components/SyntelpPageTitle.razor.rz.scp.css */
.container-title[b-ezpnq2qn8p] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 80px !important; /* Ajuste conforme necess�rio */
    padding:45px !important;
    width: 100%;
    background-color: #fbfbfb !important;
}

    .container-title .element[b-ezpnq2qn8p] {
        position: absolute;
        left: 0px;
        display: flex;
        align-items: center;
        height: 100%;
    }

    .container-title .title[b-ezpnq2qn8p] {
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        color: var(--primary-color);
    }

.syntelp-title[b-ezpnq2qn8p], .syntelp-title-navbar[b-ezpnq2qn8p] {
    margin: 0;
    line-height: 1;
}

.dropdown-menu[b-ezpnq2qn8p] {
    position: relative;
    padding: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.notificationItem[b-ezpnq2qn8p] {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    height: 5vh;
    margin-bottom: 5px;
}

.button-close[b-ezpnq2qn8p] {
    display: flex;
    align-content: center;
    align-items: center;
    border: none;
    background-color: dimgrey;
    border-radius: 5px;
    height: 4vh;
    color: white;
    font-size: 20px;
    font-weight: 700;
}

    .button-close span[b-ezpnq2qn8p] {
        font-weight: 700;
    }

    .button-close:hover[b-ezpnq2qn8p] {
        background-color: var(--primary-color);
        color: white;
    }

.button-close-all[b-ezpnq2qn8p] {
    display: flex;
    padding: 15px;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 30px; /* ou a altura desejada */
    border: none;
    background-color: dimgrey;
    text-align: center;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}

    .button-close-all label[b-ezpnq2qn8p] {
        margin-top: 5px;
    }

    .button-close-all:hover[b-ezpnq2qn8p] {
        background-color: var(--primary-color);
        color: white;
    }

/* Estilo para o submenu */
.dropdown-submenu[b-ezpnq2qn8p] {
    position: relative;
}

.dropdown-menu[b-ezpnq2qn8p] {
    padding: 20px;
}

.dropdown-item[b-ezpnq2qn8p] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .dropdown-item:hover[b-ezpnq2qn8p] {
        background-color: var(--primary-color);
        border-radius: 5px;
        color: white !important;
    }

.email-truncated[b-ezpnq2qn8p] {
    display: flex;
    justify-content: center;
    max-width: 300px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    font-size: 16px;
    margin-bottom: 10px !important;
}

.dropdown-submenu .dropdown-menu[b-ezpnq2qn8p] {
    position: absolute;
    top: 0;
    left: -205px;
    margin-top: -6px;
    margin-left: 0;
    display: block; /* Escondido por padr�o */
    visibility: hidden; /* Garante que o menu n�o seja clic�vel enquanto invis�vel */
    transition: opacity 0.5s ease, transform 1s ease, visibility 0s 1s; /* Suavidade + atraso de visibilidade */
}

/* Mostrar o submenu ao passar o mouse sobre o item pai */
.dropdown-submenu:hover .dropdown-menu[b-ezpnq2qn8p] {
    visibility: visible; /* Fica clic�vel imediatamente */
    transform: translateY(5px); /* Move para a posi��o original */
    height: auto;
    transition: opacity 0.7s ease, transform 0.7s ease, visibility 0s; /* Remove atraso de visibilidade */
}

.notification-long[b-ezpnq2qn8p] {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.form-switch .form-check-input[b-ezpnq2qn8p] {
    margin-left: 1vw;
}

.container-title .buttons-dropdown[b-ezpnq2qn8p] {
    position: absolute;
    right: 0px;
    display: flex;
    align-items: center;
    height: 100%;
}

ul[b-ezpnq2qn8p] {
    list-style-type: none;
    padding-left: 0; /* Remove o espa�amento � esquerda, se necess�rio */
}

/* Estilo da janela de notifica��o */
.notification-window[b-ezpnq2qn8p] {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: none;
    z-index: 1000;
    text-align: center;
    cursor: pointer;
}

    .notification-window.show[b-ezpnq2qn8p] {
        display: block;
    }

.notification-content[b-ezpnq2qn8p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-ok[b-ezpnq2qn8p] {
    text-align: center;
    padding: 10px 20px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    align-self: center;
    margin: 10px;
}

.notification-window:hover .btn-ok[b-ezpnq2qn8p] {
    background-color: #ffffff;
    color: black;
}

.notification-item[b-ezpnq2qn8p] {
    cursor: pointer;
    color: black;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
}

    .notification-item:hover[b-ezpnq2qn8p], .notification-window:hover[b-ezpnq2qn8p] {
        background-color: var(--primary-color);
        color: white;
    }

.button-notification[b-ezpnq2qn8p] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pos-f-t[b-ezpnq2qn8p] {
    display: none;
}

.notification[b-ezpnq2qn8p] {
    width: 500px !important;
    max-width: 500px;
    max-height:500px;
    overflow:auto;
}

@media (max-width: 992px) {
    .syntelp-title[b-ezpnq2qn8p] {
        display: none;
    }

    .syntelp-title-navbar[b-ezpnq2qn8p] {
        font-size: 15px;
    }

    .dropdown-menu[b-ezpnq2qn8p] {
        min-width: 25vw;
    }
}
/* /Components/SyntelpProgressBar.razor.rz.scp.css */
.container[b-zei8gs3fcm] {
    width: 400px;
    margin: auto;
}

.progress-bar[b-zei8gs3fcm] {
    height: 4px;
    background: transparent;
    width: 100%;
    overflow: hidden;
}

.progress-bar-value[b-zei8gs3fcm] {
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    animation: indeterminateAnimation-b-zei8gs3fcm 1s infinite linear;
    transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation-b-zei8gs3fcm {
    0% {
        transform: translateX(0) scaleX(0);
    }

    40% {
        transform: translateX(0) scaleX(0.4);
    }

    100% {
        transform: translateX(100%) scaleX(0.5);
    }
}
/* /Components/SyntelpSelect.razor.rz.scp.css */
.input-label[b-rjfrxf9l5b] {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}

.syntelp-input-wrapper[b-rjfrxf9l5b] {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
}

.syntelp-input[b-rjfrxf9l5b] {
    height: 40px;
    border-color: transparent;
    box-shadow: 1px 1px 1px 1px rgb(0, 0, 0, 0.1);
    padding: 5px 10px;
    color: black;
    border-radius: 5px;
    width: 100%;
    outline: none;
}

    .syntelp-input:hover[b-rjfrxf9l5b] {
        border-color: var(--primary-color);
    }

.secondary[b-rjfrxf9l5b] {
    background: var(--secondary-color);
    border-radius: 5px;
    color: white;
    border-color: transparent;
}
/* /Components/SyntelpTable/SyntelpTable.razor.rz.scp.css */
.syntelp-table-header[b-798ubcy51w] {
    background-color: var(--primary-color);
}

.table th[b-798ubcy51w] {
    color: white;
    border-color: black;
    border: 5px;
}

.syntelp-table-header th[b-798ubcy51w] {
    position: sticky;
    top: 0;
    background-color: var(--primary-color);
    z-index: 2; /* Garante que o cabe�alho fique sobreposto aos elementos de rolagem */
    /* Centraliza��o horizontal e vertical */
    text-align: center; /* Centraliza o texto horizontalmente */
    vertical-align: middle; /* Centraliza o texto verticalmente */
    /* Alternativa usando Flexbox para centraliza��o completa */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
}

.syntelp-table-actions[b-798ubcy51w] {
    display: flex;
    justify-content: flex-end; /* Alinha horizontalmente � direita */
    align-items: center; /* Alinha verticalmente ao centro */
    height: 70px;
}

.table th:first-child[b-798ubcy51w] {
    font-weight: bold;
}

.table td[b-798ubcy51w], .table th[b-798ubcy51w] {
    padding: 8px;
    text-align: center;
}

.table tbody tr:nth-child(odd)[b-798ubcy51w] {
    background-color: #f9f9f9;
}

.table tbody tr:nth-child(even)[b-798ubcy51w] {
    background-color: #e0e0e0;
}

.syntelp-progress-bar[b-798ubcy51w] {
    margin-top: 10px;
}

form-check.form-switch[b-798ubcy51w] {
    cursor: pointer
}

.custom-switch-input:checked[b-798ubcy51w] {
    border-color: transparent;
    background-color: var(--primary-color); /* Cor quando o switch est� ligado */
}

.botao-limpeza[b-798ubcy51w] {
    display: flex;
    justify-content: center;
    color: white;
    border: none;
    height: auto;
    width: 15vw;
    border-radius: 5px;
    padding: 8px 5px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
}

    .botao-limpeza.solicitar[b-798ubcy51w] {
        background-color: #A5D6A7; /* Verde claro */
    }

    .botao-limpeza.cancelar[b-798ubcy51w] {
        background-color: #E57373; /* Vermelho claro */
    }

/* Estilo geral do modal */
.modal.show[b-798ubcy51w] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    overflow-y: auto; /* Permite rolagem vertical se necess�rio */
    overflow-x: hidden; /* Impede o overflow horizontal */
}

.modal-dialog[b-798ubcy51w] {
    max-width: 500px; /* Limita a largura do modal */
    width: 90%; /* Permite ajuste em telas menores */
    margin: 1.75rem auto; /* Centra o modal verticalmente */
}

.modal-content[b-798ubcy51w] {
    background-color: #fff; /* Fundo branco para o conte�do */
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra leve */
    padding: 20px; /* Espa�amento interno */
    position: relative;
    overflow-y: auto; /* Habilita rolagem interna se necess�rio */
    overflow-x: hidden; /* Impede o overflow horizontal */
}

.modal-header[b-798ubcy51w] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5; /* Linha de divis�o sutil */
}

.modal-title[b-798ubcy51w] {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Estilo para a avalia��o por estrelas */
.star-rating[b-798ubcy51w] {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .star-rating .star[b-798ubcy51w] {
        font-size: 1.5rem; /* Tamanho das estrelas */
        color: #ffc107; /* Cor dourada para estrelas */
        margin-right: 5px;
    }

/* Estilo para observa��o */
.modal-body p[b-798ubcy51w] {
    margin-top: 15px;
    font-size: 1rem;
    color: #555; /* Cor de texto sutil */
    white-space: pre-wrap; /* Mant�m as quebras de linha */
    word-wrap: break-word; /* Quebra palavras longas */
    overflow-wrap: break-word; /* Quebra palavras longas */
    word-break: break-word; /* Quebra palavras longas */
}

@media (max-width: 768px) {
    .botao-limpeza[b-798ubcy51w] {
        font-size: 10px;
    }

    .form-check[b-798ubcy51w] {
        margin-left: 20px;
    }
}
/* /Components/SyntelpTable/TableChat/SyntelpTableChat.razor.rz.scp.css */
.table[b-sa0u0a4vmk] {
    display: flex;
    justify-content: center;
    border-color: transparent;
    height: 60vh;
    max-height: 60vh;
    overflow-x: auto;
}

.container-info[b-sa0u0a4vmk] {
    display: flex;
    flex-direction: column;
}

.name[b-sa0u0a4vmk] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px; /* Ajuste conforme necess�rio */
    display: inline-block;
}

.room-info[b-sa0u0a4vmk] {
    font-size: 10px;
    color: #666;
    font-weight: bold;
}

.date-time[b-sa0u0a4vmk] {
    font-size: 12px;
    min-width:120px;
}

.syntelp-table-header tr[b-sa0u0a4vmk] {
    text-align: center;
}

td[b-sa0u0a4vmk] {
    display: flex;
    width: 100%;
}

.rows-table[b-sa0u0a4vmk] {
    border-color: transparent;
}

.syntelp-table-actions[b-sa0u0a4vmk] {
    justify-content: end;
    height: 100px
}

/*For�ar style bootstrap*/
.table td[b-sa0u0a4vmk], .table th[b-sa0u0a4vmk] {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid rgb(222 226 230 / 0%);
}
/**/

.syntelp-table-actions SyntelpActionButton[b-sa0u0a4vmk] {
    width: 5px;
    padding: 7px;
}

.separated[b-sa0u0a4vmk] {
    display: flex;
    justify-content: center;
    padding: 5px;
}

.avatar-image[b-sa0u0a4vmk] {
    width: 60px;
    height: auto;
    border-radius: 50px;
}

.notification[b-sa0u0a4vmk] {
    border-radius: 5px;
    background-color: red;
    width: 20px;
    height: 20px;
}

.dropdown button[b-sa0u0a4vmk] {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: transparent;
    border: none;
    color: black;
    cursor: pointer;
}

.dropdown-menu[b-sa0u0a4vmk] {
    position: relative;
    top: 25%;
}

#perfis[b-sa0u0a4vmk] {
    display: flex;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    height: 100px;
    width: 30vw;
    transition: transform 0.3s;
    background-color: white;
    border-color: transparent;
    border: groove;
    border-color: rgba(0,0,0,0.1);
}

    #perfis:hover[b-sa0u0a4vmk] {
        border: groove;
        border-color: rgba(0,0,0,0.2);
    }

.dropdown-item:hover[b-sa0u0a4vmk] {
    background-color: var(--primary-color);
    color: white;
}

.message-info[b-sa0u0a4vmk] {
    background-color: var(--primary-color);
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    padding: 10px 20px;
    max-width: 20vw;
    text-align: center;
    margin-top: 10vh;
    font-family: "Arial", sans-serif;
}

@media (max-width: 768px) {
    #perfis[b-sa0u0a4vmk] {
        width: 80vw;
        border: groove;
        border-color: rgba(0,0,0,0.2);
    }

    .message-info[b-sa0u0a4vmk] {
        background-color: var(--primary-color);
        color: #FFF;
        font-size: 16px;
        border-radius: 5px;
        padding: 10px 20px;
        max-width: 40vw;
        text-align: center;
        margin-top: 10vh;
        font-family: "Arial", sans-serif;
    }
}
/* /Components/SyntelpTable/TableMenu/SyntelpTableMenu.razor.rz.scp.css */
.syntelp-table-header[b-4i8fgeptzw] {
    background-color: var(--primary-color);
}

.title-table[b-4i8fgeptzw] {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: white;
}

.table th[b-4i8fgeptzw] {
    color: white;
    border-color: black;
    border: 5px;
}

.syntelp-table-header th[b-4i8fgeptzw] {
    position: sticky;
    top: 20px;
    background-color: var(--primary-color);
    z-index: 2; /* Garante que o cabe�alho fique sobreposto aos elementos de rolagem */
    /* Centraliza��o horizontal e vertical */
    text-align: center; /* Centraliza o texto horizontalmente */
    vertical-align: middle; /* Centraliza o texto verticalmente */
    /* Alternativa usando Flexbox para centraliza��o completa */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
}

.syntelp-table-actions[b-4i8fgeptzw] {
    display: flex;
    justify-content: flex-end; /* Alinha horizontalmente � direita */
    align-items: center; /* Alinha verticalmente ao centro */
    height: 70px;
    border: none;
    margin-left: 50px;
}

.table th:first-child[b-4i8fgeptzw] {
    font-weight: bold;
}

.table td[b-4i8fgeptzw], .table th[b-4i8fgeptzw] {
    padding: 8px;
    text-align: center;
}

.table tbody tr:nth-child(odd)[b-4i8fgeptzw] {
    background-color: #f9f9f9;
}

.table tbody tr:nth-child(even)[b-4i8fgeptzw] {
    background-color: #e0e0e0;
}

.syntelp-progress-bar[b-4i8fgeptzw] {
    margin-top: 10px;
}

form-check.form-switch[b-4i8fgeptzw] {
    cursor: pointer
}

.custom-switch-input:checked[b-4i8fgeptzw] {
    border-color: transparent;
    background-color: var(--primary-color); /* Cor quando o switch est� ligado */
}

.botao-limpeza[b-4i8fgeptzw] {
    display: flex;
    justify-content: center;
    color: white;
    border: none;
    height: auto;
    width: 15vw;
    border-radius: 5px;
    padding: 8px 5px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
}

    .botao-limpeza.solicitar[b-4i8fgeptzw] {
        background-color: #A5D6A7; /* Verde claro */
    }

    .botao-limpeza.cancelar[b-4i8fgeptzw] {
        background-color: #E57373; /* Vermelho claro */
    }

/* Estilo geral do modal */
.modal.show[b-4i8fgeptzw] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    overflow-y: auto; /* Permite rolagem vertical se necess�rio */
    overflow-x: hidden; /* Impede o overflow horizontal */
}

.modal-dialog[b-4i8fgeptzw] {
    max-width: 500px; /* Limita a largura do modal */
    width: 90%; /* Permite ajuste em telas menores */
    margin: 1.75rem auto; /* Centra o modal verticalmente */
}

.modal-content[b-4i8fgeptzw] {
    background-color: #fff; /* Fundo branco para o conte�do */
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra leve */
    padding: 20px; /* Espa�amento interno */
    position: relative;
    overflow-y: auto; /* Habilita rolagem interna se necess�rio */
    overflow-x: hidden; /* Impede o overflow horizontal */
}

.modal-header[b-4i8fgeptzw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5; /* Linha de divis�o sutil */
}

.modal-title[b-4i8fgeptzw] {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Estilo para a avalia��o por estrelas */
.star-rating[b-4i8fgeptzw] {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .star-rating .star[b-4i8fgeptzw] {
        font-size: 1.5rem; /* Tamanho das estrelas */
        color: #ffc107; /* Cor dourada para estrelas */
        margin-right: 5px;
    }

/* Estilo para observa��o */
.modal-body p[b-4i8fgeptzw] {
    margin-top: 15px;
    font-size: 1rem;
    color: #555; /* Cor de texto sutil */
    white-space: pre-wrap; /* Mant�m as quebras de linha */
    word-wrap: break-word; /* Quebra palavras longas */
    overflow-wrap: break-word; /* Quebra palavras longas */
    word-break: break-word; /* Quebra palavras longas */
}

@media (max-width: 768px) {
    .botao-limpeza[b-4i8fgeptzw] {
        font-size: 10px;
    }

    .form-check[b-4i8fgeptzw] {
        margin-left: 20px;
    }
}
/* /Components/SyntelpTable/TableRequest/SyntelpTableRequest.razor.rz.scp.css */
.table[b-vm4wx9biyw] {
    border-color: transparent;
}

    .table th[b-vm4wx9biyw] {
        color: white;
        border-color: black;
        border: 5px;
    }

.syntelp-table-header[b-vm4wx9biyw] {
    background-color: var(--primary-color);
    color: white;
    position: sticky; /* Adicione esta linha */
    top: 0; /* Adicione esta linha */
    z-index: 1; /* Adicione esta linha para garantir que o cabe�alho fique acima do conte�do */
}

    .syntelp-table-header tr[b-vm4wx9biyw] {
        text-align: center;
    }

.rows-table[b-vm4wx9biyw] {
    border-color: transparent;
}

.separated[b-vm4wx9biyw] {
    padding: 5px;
    background-color: white;
}

.request[b-vm4wx9biyw] {
    display: flex;
    justify-content: center;
    text-align: center;
}

    .request:hover[b-vm4wx9biyw] {
        transform: scale(1.05);
    }

.syntelp-table-actions[b-vm4wx9biyw] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.table td[b-vm4wx9biyw], .table th[b-vm4wx9biyw] {
    padding: 0rem;
    vertical-align: auto;
    border: none;
}

#Pendente[b-vm4wx9biyw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #003cffa4;
    color: white;
    width: 95%;
}

#PendenteNot[b-vm4wx9biyw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #003cffa4;
    color: white;
    width: 95%;
}

#Aceito[b-vm4wx9biyw] {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: #9e9f3ba4;
    color: white;
    width: 95%;
}

#Finalizado[b-vm4wx9biyw] {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: rgb(0, 126, 22, 0.93);
    color: white;
    width: 95%;
}

#Cancelado[b-vm4wx9biyw], #Cancelado2[b-vm4wx9biyw], #Cancelado3[b-vm4wx9biyw] {
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    background-color: rgb(255, 0, 0, 0.66);
    color: white;
    width: 95%;
}
/* /Components/SyntelpTable/TableReservation/SyntelpTableReservation.razor.rz.scp.css */
/* Estilos gerais */
.syntelp-table-header[b-1veohx58eh] {
    background-color: var(--primary-color);
}

.table th[b-1veohx58eh] {
    color: white;
    border-color: black;
    border: 5px;
}

.syntelp-table-header th[b-1veohx58eh] {
    position: sticky;
    top: 0;
    background-color: var(--primary-color);
    z-index: 2; /* Garante que o cabe�alho fique sobreposto aos elementos de rolagem */
    text-align: start;
    vertical-align: middle;
}

.syntelp-table-actions[b-1veohx58eh] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.table th:first-child[b-1veohx58eh] {
    font-weight: bold;
}

.table td[b-1veohx58eh], .table th[b-1veohx58eh] {
    padding: 8px;
    text-align: center;
    border-color: transparent
}

/* Estilo do container do checkbox */
.check-box-out[b-1veohx58eh] {
    display: flex;
    align-items: center;
    padding: 10px;
}

    /* Estilo padr�o do checkbox */
    .check-box-out input[type="checkbox"][b-1veohx58eh] {
        appearance: none;
        width: 20px;
        height: 20px;
        margin-left: 20px;
        border: 2px solid #ccc;
        border-radius: 4px;
        transition: background-color 0.3s, border-color 0.3s;
    }

        /* Estilo do checkbox marcado */
        .check-box-out input[type="checkbox"]:checked[b-1veohx58eh] {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }

            /* Estilo do checkmark */
            .check-box-out input[type="checkbox"]:checked[b-1veohx58eh]::after {
                content: '';
                display: block;
                width: 6px;
                height: 12px;
                border: solid white;
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
                margin-left: 6px;
                margin-top: 2px;
            }

        /* Estilo ao passar o mouse */
        .check-box-out input[type="checkbox"]:hover[b-1veohx58eh] {
            border-color: #888;
        }

.table tbody tr:nth-child(4n)[b-1veohx58eh],
.table tbody tr:nth-child(4n-1)[b-1veohx58eh] {
    background-color: #e0e0e0; /* Cor mais escura */
}

.table tbody tr:nth-child(4n-2)[b-1veohx58eh],
.table tbody tr:nth-child(4n-3)[b-1veohx58eh] {
    background-color: #f9f9f9; /* Cor clara */
}

.detail-container[b-1veohx58eh] {
    display: flex;
    flex-direction: column;
    list-style: none; /* Remove o estilo de lista padr�o */
}

/* Estilo de expans�o de detalhes da linha */
details[b-1veohx58eh] {
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: start;
}

    details[open][b-1veohx58eh] {
        padding: 15px;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    }

    details summary[b-1veohx58eh] {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
    }

    details p[b-1veohx58eh] {
        font-size: 1rem;
        color: #666;
    }

    details li[b-1veohx58eh] {
        font-size: 18px;
        color: #555;
        padding-left: 20px;
    }

/* Estilo para os h�spedes */
/* Estilos para a lista de h�spedes */
.guest-list[b-1veohx58eh] {
    list-style-type: none; /* Remove o estilo de lista padr�o */
    padding: 0;
    margin: 0;
}

/* Estilos para cada item da lista */
.guest-item[b-1veohx58eh] {
    background-color: #f1f1f1;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    color: #333;
    transition: background-color 0.3s ease;
}

    /* Altera��o do fundo ao passar o mouse */
    .guest-item:hover[b-1veohx58eh] {
        background-color: #e0e0e0;
    }

/* Estilo para o nome do h�spede */
.guest-name[b-1veohx58eh] {
    font-weight: bold;
    color: #333;
}

/* Estilo para o CPF do h�spede */
.guest-cpf[b-1veohx58eh] {
    font-style: italic;
    color: #555;
}

/* Melhorias no modal */
.modal.show[b-1veohx58eh] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: auto;
}

.modal-dialog[b-1veohx58eh] {
    max-width: 500px;
    width: 90%;
    margin: 1.75rem auto;
}

.modal-content[b-1veohx58eh] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.modal-header[b-1veohx58eh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.custom-switch-input:checked[b-1veohx58eh] {
    border-color: transparent;
    background-color: var(--primary-color); /* Cor quando o switch est� ligado */
}

.modal-title[b-1veohx58eh] {
    font-size: 1.5rem;
    font-weight: bold;
}

.star-rating[b-1veohx58eh] {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .star-rating .star[b-1veohx58eh] {
        font-size: 1.5rem;
        color: #ffc107;
        margin-right: 5px;
    }

.modal-body p[b-1veohx58eh] {
    margin-top: 15px;
    font-size: 1rem;
    color: #555;
}

/* Bot�es de limpeza */
.botao-limpeza[b-1veohx58eh] {
    display: flex;
    justify-content: center;
    color: white;
    border: none;
    height: auto;
    width: 15vw;
    border-radius: 5px;
    padding: 8px 5px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
}

    .botao-limpeza.solicitar[b-1veohx58eh] {
        background-color: #A5D6A7;
    }

    .botao-limpeza.cancelar[b-1veohx58eh] {
        background-color: #E57373;
    }

/* Responsividade */
@media (max-width: 768px) {
    .botao-limpeza[b-1veohx58eh] {
        font-size: 10px;
    }

    .form-check[b-1veohx58eh] {
        margin-left: 20px;
    }
}
/* /Components/SyntelpTable/TableStock/SyntelpTableStock.razor.rz.scp.css */
.syntelp-table-header[b-47rlggrb4u] {
    background-color: var(--primary-color);
}

.title-table[b-47rlggrb4u] {
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: white;
}

.table th[b-47rlggrb4u] {
    color: white;
    border-color: black;
    border: 5px;
}

.syntelp-table-header th[b-47rlggrb4u] {
    position: sticky;
    top: 0px;
    background-color: var(--primary-color);
    z-index: 2; /* Garante que o cabe�alho fique sobreposto aos elementos de rolagem */
    /* Centraliza��o horizontal e vertical */
    text-align: center; /* Centraliza o texto horizontalmente */
    vertical-align: middle; /* Centraliza o texto verticalmente */
    /* Alternativa usando Flexbox para centraliza��o completa */
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
}

.syntelp-table-actions[b-47rlggrb4u] {
    display: flex;
    justify-content: center; /* Alinha horizontalmente � direita */
    margin-right: 70px;
    align-items: center; /* Alinha verticalmente ao centro */
    height: 70px;
    border: none;
    margin-left: 50px;
}

.table th:first-child[b-47rlggrb4u] {
    font-weight: bold;
}

.table td[b-47rlggrb4u], .table th[b-47rlggrb4u] {
    padding: 8px;
    text-align: center;
}

.table tbody tr:nth-child(odd)[b-47rlggrb4u] {
    background-color: #f9f9f9;
}

.table tbody tr:nth-child(even)[b-47rlggrb4u] {
    background-color: #e0e0e0;
}

.syntelp-progress-bar[b-47rlggrb4u] {
    margin-top: 10px;
}

form-check.form-switch[b-47rlggrb4u] {
    cursor: pointer
}

.custom-switch-input:checked[b-47rlggrb4u] {
    border-color: transparent;
    background-color: var(--primary-color); /* Cor quando o switch est� ligado */
}

.botao-limpeza[b-47rlggrb4u] {
    display: flex;
    justify-content: center;
    color: white;
    border: none;
    height: auto;
    width: 15vw;
    border-radius: 5px;
    padding: 8px 5px;
    cursor: pointer;
    text-align: center;
    margin: 5px;
}

    .botao-limpeza.solicitar[b-47rlggrb4u] {
        background-color: #A5D6A7; /* Verde claro */
    }

    .botao-limpeza.cancelar[b-47rlggrb4u] {
        background-color: #E57373; /* Vermelho claro */
    }

/* Estilo geral do modal */
.modal.show[b-47rlggrb4u] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    overflow-y: auto; /* Permite rolagem vertical se necess�rio */
    overflow-x: hidden; /* Impede o overflow horizontal */
}

.modal-dialog[b-47rlggrb4u] {
    max-width: 500px; /* Limita a largura do modal */
    width: 90%; /* Permite ajuste em telas menores */
    margin: 1.75rem auto; /* Centra o modal verticalmente */
}

.modal-content[b-47rlggrb4u] {
    background-color: #fff; /* Fundo branco para o conte�do */
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra leve */
    padding: 20px; /* Espa�amento interno */
    position: relative;
    overflow-y: auto; /* Habilita rolagem interna se necess�rio */
    overflow-x: hidden; /* Impede o overflow horizontal */
}

.modal-header[b-47rlggrb4u] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5; /* Linha de divis�o sutil */
}

.modal-title[b-47rlggrb4u] {
    font-size: 1.5rem;
    font-weight: bold;
}

/* Estilo para a avalia��o por estrelas */
.star-rating[b-47rlggrb4u] {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

    .star-rating .star[b-47rlggrb4u] {
        font-size: 1.5rem; /* Tamanho das estrelas */
        color: #ffc107; /* Cor dourada para estrelas */
        margin-right: 5px;
    }

/* Estilo para observa��o */
.modal-body p[b-47rlggrb4u] {
    margin-top: 15px;
    font-size: 1rem;
    color: #555; /* Cor de texto sutil */
    white-space: pre-wrap; /* Mant�m as quebras de linha */
    word-wrap: break-word; /* Quebra palavras longas */
    overflow-wrap: break-word; /* Quebra palavras longas */
    word-break: break-word; /* Quebra palavras longas */
}

@media (max-width: 768px) {
    .botao-limpeza[b-47rlggrb4u] {
        font-size: 10px;
    }

    .form-check[b-47rlggrb4u] {
        margin-left: 20px;
    }
}
/* /Components/TransferChatModal.razor.rz.scp.css */
.transfer-modal-overlay[b-o3yly6rwep] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.transfer-modal-overlay.visible[b-o3yly6rwep] {
    opacity: 1;
    visibility: visible;
}

.transfer-modal-content[b-o3yly6rwep] {
    background: white;
    border-radius: 12px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    animation: modalSlideIn-b-o3yly6rwep 0.3s ease-out;
    overflow: hidden; /* Garante que o conteúdo não vaze do modal */
}

@keyframes modalSlideIn-b-o3yly6rwep {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.transfer-modal-header[b-o3yly6rwep] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e7eb;
}

.transfer-modal-header h3[b-o3yly6rwep] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
}

.close-button[b-o3yly6rwep] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    color: #6b7280;
    transition: all 0.2s ease;
}

.close-button:hover[b-o3yly6rwep] {
    background: #f3f4f6;
    color: #374151;
}

.transfer-modal-body[b-o3yly6rwep] {
    padding: 24px;
    flex: 1;
    overflow-y: auto;
}

.transfer-description[b-o3yly6rwep] {
    margin: 0 0 20px 0;
    color: #6b7280;
    font-size: 14px;
}

.loading-users[b-o3yly6rwep] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 16px;
}

.loading-users p[b-o3yly6rwep] {
    margin: 0;
    color: #6b7280;
    font-size: 14px;
}

.no-users[b-o3yly6rwep] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    gap: 16px;
    color: #6b7280;
}

.no-users .material-symbols-outlined[b-o3yly6rwep] {
    font-size: 48px;
    opacity: 0.5;
}

.no-users p[b-o3yly6rwep] {
    margin: 0;
    font-size: 14px;
}

.users-search-container[b-o3yly6rwep] {
    margin-bottom: 16px;
}

.search-input-wrapper[b-o3yly6rwep] {
    position: relative;
    display: flex;
    align-items: center;
}

.search-icon[b-o3yly6rwep] {
    position: absolute;
    left: 12px;
    color: #6b7280;
    font-size: 20px;
    z-index: 1;
}

.search-input[b-o3yly6rwep] {
    width: 100%;
    padding: 10px 12px 10px 40px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.search-input:focus[b-o3yly6rwep] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.clear-search[b-o3yly6rwep] {
    position: absolute;
    right: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    border-radius: 4px;
    color: #6b7280;
    transition: all 0.2s ease;
}

.clear-search:hover[b-o3yly6rwep] {
    background: #f3f4f6;
    color: #374151;
}

.users-list[b-o3yly6rwep] {
    flex: 1; /* Ocupa o espaço restante disponível */
    min-height: 200px; /* Altura mínima para evitar lista muito pequena */
    max-height: 400px; /* Altura máxima para evitar lista muito grande */
    overflow-y: auto;
}

.user-item[b-o3yly6rwep] {
    display: flex;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.user-item:hover[b-o3yly6rwep] {
    background: #f8fafc;
    border-color: #e2e8f0;
}

.user-item.selected[b-o3yly6rwep] {
    background: #eff6ff;
    border-color: #3b82f6;
}

.user-avatar[b-o3yly6rwep] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 12px;
    flex-shrink: 0;
}

.user-avatar img[b-o3yly6rwep] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-info[b-o3yly6rwep] {
    flex: 1;
    min-width: 0;
}

.user-name[b-o3yly6rwep] {
    display: block;
    font-weight: 500;
    color: #1f2937;
    font-size: 14px;
    margin-bottom: 2px;
}

.user-role[b-o3yly6rwep] {
    display: block;
    font-size: 12px;
    color: #6b7280;
}

.selected-indicator[b-o3yly6rwep] {
    color: #3b82f6;
    margin-left: 8px;
}

.selected-indicator .material-symbols-outlined[b-o3yly6rwep] {
    font-size: 20px;
}

.transfer-modal-footer[b-o3yly6rwep] {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid #e5e7eb;
}

.cancel-button[b-o3yly6rwep],
.transfer-button[b-o3yly6rwep] {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cancel-button[b-o3yly6rwep] {
    background: white;
    border: 1px solid #d1d5db;
    color: #374151;
}

.cancel-button:hover:not(:disabled)[b-o3yly6rwep] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.transfer-button[b-o3yly6rwep] {
    background: #3b82f6;
    border: 1px solid #3b82f6;
    color: white;
}

.transfer-button:hover:not(:disabled)[b-o3yly6rwep] {
    background: #2563eb;
    border-color: #2563eb;
}

.cancel-button:disabled[b-o3yly6rwep],
.transfer-button:disabled[b-o3yly6rwep] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Scrollbar styling */
.users-list[b-o3yly6rwep]::-webkit-scrollbar {
    width: 6px;
}

.users-list[b-o3yly6rwep]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.users-list[b-o3yly6rwep]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.users-list[b-o3yly6rwep]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
/* /Shared/DashboardLayout.razor.rz.scp.css */
.container-principal[b-ng2r35yd1w] {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    /* Controla a visibilidade do conteiner */
}

.container-principal iframe[b-ng2r35yd1w] {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    display: block;
    /* N�o use display: flex aqui */
}

.container-principal.hidden[b-ng2r35yd1w] {
    /* Esconde sem remover do DOM */
    visibility: hidden;
    position: absolute;
    left: -9999px;
}

.show[b-ng2r35yd1w] {
    visibility: visible !important;
    position: static !important;
    left: auto !important;
}

.container-main-nav[b-ng2r35yd1w] {
    display: flex;
    visibility: visible;
    flex-direction: row;
    position: relative;
}

.container-nav[b-ng2r35yd1w] {
    display: flex;
    flex-direction: column;
    max-height: 100vh;
    width: 5vw;
    min-width: 5vw;
    transition: width 0.3s ease;
    position: relative;
}

.close-bar[b-ng2r35yd1w] {
    display: flex;
    align-items: center;
    width: 15vw; /* Largura ao expandir a barra de navega��o */
}

.main-container[b-ng2r35yd1w] {
    display: flex;
    width: 93vw;
    margin-left:2vw;
    flex-direction: column;
    align-items: center;
    max-height: 100vh;
    transition: width 0.3s ease;
    position: relative;
    z-index: 1; /* Z-index baixo para o conte�do principal */
}

.close-bar ~ .main-container[b-ng2r35yd1w] {
    width: 85vw; /* Reduzir a largura do main container quando a barra de navega��o est� expandida */
}

/* Estilo da janela de notifica��o */
.notification-window[b-ng2r35yd1w] {
    position: fixed !important;
    top: 10px;
    left: 50%;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    display: none;
    z-index: 1500; /* Z-index muito alto para notifica��es */
    text-align: center;
    cursor: pointer;
}

    .notification-window.show[b-ng2r35yd1w] {
        display: block;
    }

.notification-content[b-ng2r35yd1w] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.btn-ok[b-ng2r35yd1w] {
    text-align: center;
    padding: 10px 20px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
    align-self: center;
    margin: 10px;
}

@media (max-width: 769px) {
    .container-nav[b-ng2r35yd1w] {
        display: none;
    }
}
/* /View/Accessories/Accessories.razor.rz.scp.css */
.search-menu[b-odoyiq7z0p] {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.users-table[b-odoyiq7z0p] {
    max-height: 65vh;
    min-height: 65vh;
    margin: 15px;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.syntelp-table-header[b-odoyiq7z0p] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-odoyiq7z0p] {
    display: flex;
    justify-content: end;
}

@media (max-width: 768px) {
    .search-menu[b-odoyiq7z0p] {
        flex-wrap: wrap;
    }
}
/* /View/Accessories/UpsertAccessory.razor.rz.scp.css */
.user-picture[b-7i0d06m6d3] {
    gap: 20px;
    margin-top: 60px;
}

    .user-picture .user-avatar[b-7i0d06m6d3] {
        width: 81px;
        height: 81px;
        background: rgba(23, 231, 249, 0.2);
        border-radius: 5px;
    }

.user-picture-actions div[b-7i0d06m6d3] {
    margin-top: 10px;
}

.new-user[b-7i0d06m6d3] {
    margin: 40px 0;
    width: 100%;
}

    .new-user div[b-7i0d06m6d3] {
        margin-bottom: 20px;
    }

.avatar-image[b-7i0d06m6d3] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.form[b-7i0d06m6d3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

form-check.form-switch[b-7i0d06m6d3] {
    cursor: pointer;
}

.custom-switch-input:checked[b-7i0d06m6d3] {
    margin-left: 5px;
    border-color: transparent;
    background-color: var(--primary-color); /* Cor quando o switch est� ligado */
}

.custom-switch-input:not(:checked)[b-7i0d06m6d3] {
    margin-left: 5px;
}
/* /View/Bedrooms/Bedrooms.razor.rz.scp.css */
.search-menu[b-zlg4s0yy49] {
    width: 98%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.users-table[b-zlg4s0yy49] {
    max-height: 65vh;
    min-height: 65vh;
    margin: 50px;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.syntelp-table-header[b-zlg4s0yy49] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-zlg4s0yy49] {
    display: flex;
    justify-content: end;
}

@media (max-width: 768px) {
    .search-menu[b-zlg4s0yy49] {
        flex-wrap: wrap;
    }
}
/* /View/Bedrooms/UpsertBedroom.razor.rz.scp.css */
.user-picture[b-ik7yq39yzl] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.user-picture-actions[b-ik7yq39yzl] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.user-picture .user-avatar[b-ik7yq39yzl] {
    width: 81px;
    height: 81px;
    background: rgba(23, 231, 249, 0.2);
    border-radius: 5px;
}

.user-picture-actions div[b-ik7yq39yzl] {
    margin-top: 10px;
}

.new-user[b-ik7yq39yzl] {
    margin: 40px 0;
    width: 100%;
}

    .new-user div[b-ik7yq39yzl] {
        margin-bottom: 20px;
    }

.avatar-image[b-ik7yq39yzl] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.form[b-ik7yq39yzl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}
/* /View/BootMessage/BootMessages.razor.rz.scp.css */
.search-menu[b-aet9zfn76l] {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.users-table[b-aet9zfn76l] {
    max-height: 65vh;
    min-height: 65vh;
    margin: 15px;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.syntelp-table-header[b-aet9zfn76l] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-aet9zfn76l] {
    display: flex;
    justify-content: end;
}
/* /View/BootMessage/UpsertBootMessage.razor.rz.scp.css */
.user-picture[b-vfycdjqpcd] {
    gap: 20px;
    margin-top: 60px;
}

    .user-picture .user-avatar[b-vfycdjqpcd] {
        width: 81px;
        height: 81px;
        background: rgba(23, 231, 249, 0.2);
        border-radius: 5px;
    }

.user-picture-actions div[b-vfycdjqpcd] {
    margin-top: 10px;
}

.new-user[b-vfycdjqpcd] {
    margin: 40px 0;
    width: 100%;
}

    .new-user div[b-vfycdjqpcd] {
        margin-bottom: 20px;
    }

.avatar-image[b-vfycdjqpcd] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.form[b-vfycdjqpcd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

form-check.form-switch[b-vfycdjqpcd] {
    cursor: pointer;
}

.custom-switch-input:checked[b-vfycdjqpcd] {
    margin-left: 5px;
    border-color: transparent;
    background-color: var(--primary-color); /* Cor quando o switch está ligado */
}

.custom-switch-input:not(:checked)[b-vfycdjqpcd] {
    margin-left: 5px;
}
/* /View/Chat/Chat.Razor.rz.scp.css */
/* GERAL E VARIÁVEIS DE CORES */
:root[b-hawrkr66d8] {
    --bg-main: #F0F2F5;
    --bg-panel: #FFFFFF;
    --bg-hover: #F5F5F5;
    --bg-active: #E9E9E9;
    --color-primary: var(--primary-color, #007BFF);
    --bubble-sent-bg: var(--primary-color, #007BFF);
    --bubble-sent-text: #FFFFFF;
    --bubble-received-bg: #E4E6EB;
    --bubble-received-text: #050505;
    --text-primary: #050505;
    --text-secondary: #65676B;
    --border-color: #CED0D4;
    --notification-color: #DC3545;
}

*[b-hawrkr66d8] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* CONTAINER PRINCIPAL */
#app-container[b-hawrkr66d8] {
    display: flex;
    width: 100%;
    max-width: 1400px;
    height: 95vh;
    background-color: var(--bg-panel);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    position: relative;
    margin: 15px auto;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* PAINEL DA LISTA DE CHATS (ESQUERDA) */
#chat-list-panel[b-hawrkr66d8] {
    display: flex;
    flex-direction: column;
    width: 380px;
    min-width: 320px;
    border-right: 1px solid var(--border-color);
    transition: transform 0.3s ease-in-out;
}

.chat-list-header[b-hawrkr66d8] {
    padding: 16px;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-panel);
}

.header-title h2[b-hawrkr66d8] {
    font-size: 1.5rem;
    color: var(--text-primary);
    margin: 0 0 12px 0;
    font-weight: 500;
}

.chat-filters-container[b-hawrkr66d8] {
    display: flex;
    align-items: center;
    position: relative;
    gap: 4px;
}

.chat-filters[b-hawrkr66d8] {
    display: flex;
    gap: 8px;
    overflow: hidden;
    scroll-behavior: smooth;
    flex: 1;
    transition: scroll-left 0.3s ease;
}

.filter-scroll-btn[b-hawrkr66d8] {
    background: var(--bg-hover);
    border: 1px solid var(--border-color);
    cursor: pointer;
    padding: 6px;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    font-size: 16px;
    flex-shrink: 0;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    min-width: 32px;
}

.filter-scroll-btn:hover:not(:disabled)[b-hawrkr66d8] {
    color: var(--color-primary);
    background-color: var(--bg-active);
    border-color: var(--color-primary);
}

.filter-scroll-btn:disabled[b-hawrkr66d8] {
    color: #ccc;
    cursor: not-allowed;
    opacity: 0.4;
    background-color: var(--bg-hover);
}

.filter-scroll-btn .material-symbols-outlined[b-hawrkr66d8] {
    font-size: 18px;
}

.filter-btn[b-hawrkr66d8] {
    padding: 6px 12px;
    border: none;
    border-radius: 20px;
    background-color: var(--bg-hover);
    color: var(--text-primary);
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    flex-shrink: 0;
}

.filter-btn:hover[b-hawrkr66d8] {
    background-color: #ddd;
}

.filter-btn.active[b-hawrkr66d8] {
    background-color: var(--color-primary);
    color: white;
}

.filter-btn:disabled[b-hawrkr66d8] {
    opacity: 0.6;
    cursor: not-allowed;
}

.filter-btn .badge[b-hawrkr66d8] {
    background-color: red;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    margin-left: 6px;
}

.search-container[b-hawrkr66d8] {
    padding: 12px 16px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    gap: 8px;
    align-items: center;
    background-color: var(--bg-panel);
}

.search-container input[b-hawrkr66d8] {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    outline: none;
    font-size: 0.9rem;
    background-color: var(--bg-hover);
    transition: background-color 0.2s;
}

.search-container input:focus[b-hawrkr66d8] {
    border-color: var(--color-primary);
    background-color: white;
    box-shadow: 0 0 0 2px var(--color-primary);
}

.chat-list[b-hawrkr66d8] {
    flex-grow: 1;
    overflow-y: auto;
    background-color: var(--bg-panel);
}

.chat-item[b-hawrkr66d8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.chat-item:hover[b-hawrkr66d8] {
    background-color: var(--bg-hover);
}

.chat-item.active[b-hawrkr66d8] {
    background-color: var(--bg-active);
}

.avatar-image[b-hawrkr66d8] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 2px solid var(--border-color);
}

.chat-info[b-hawrkr66d8] {
    flex-grow: 1;
    overflow: hidden;
    min-width: 0;
}

.chat-info .contact-name[b-hawrkr66d8] {
    font-weight: 500;
    color: var(--text-primary);
    display: block;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    max-width: 180px; /* Largura máxima antes de truncar */
}

.chat-info .room-info[b-hawrkr66d8] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.chat-info .last-message[b-hawrkr66d8] {
    font-size: 0.9rem;
    color: var(--text-secondary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.chat-info .last-message-time[b-hawrkr66d8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 2px;
}

.chat-info .attendant-info[b-hawrkr66d8] {
    font-size: 0.8rem;
    color: var(--color-primary);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
}

.chat-meta[b-hawrkr66d8] {
    text-align: right;
    font-size: 0.75rem;
    color: var(--text-secondary);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    flex-shrink: 0;
    min-width: 80px;
}

/* Meta styles para finalizados - data em cima, quarto embaixo */
.chat-meta .meta-date[b-hawrkr66d8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    font-weight: 500;
    order: 1;
}

.chat-meta .meta-room[b-hawrkr66d8] {
    font-size: 0.7rem;
    color: var(--text-secondary);
    order: 2;
}

/* Meta styles para outros status - apenas quarto */
.chat-meta .meta-room-only[b-hawrkr66d8] {
    font-size: 0.8rem;
    color: var(--text-primary);
    font-weight: 500;
}

.notification-badge[b-hawrkr66d8] {
    background-color: var(--notification-color);
    color: white;
    font-weight: bold;
    border-radius: 50%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    order: 3;
}

.empty-state[b-hawrkr66d8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: var(--text-secondary);
    text-align: center;
    padding: 20px;
}

.pagination[b-hawrkr66d8] {
    padding: 12px 16px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bg-panel);
}

.pagination button[b-hawrkr66d8] {
    padding: 6px 12px;
    border: 1px solid var(--border-color);
    background: white;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
}

.pagination button:disabled[b-hawrkr66d8] {
    opacity: 0.5;
    cursor: not-allowed;
}

.pagination button:hover:not(:disabled)[b-hawrkr66d8] {
    background-color: var(--bg-hover);
}

/* PAINEL DA CONVERSA (DIREITA) */
#conversation-panel[b-hawrkr66d8] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-main);
}

.chat-header[b-hawrkr66d8] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--bg-panel);
}

.chat-header .contact-info[b-hawrkr66d8] {
    flex-grow: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-header .contact-details[b-hawrkr66d8] {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
}

.chat-header .contact-name[b-hawrkr66d8] {
    font-weight: 500;
    font-size: 1rem;
    color: var(--text-primary);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 300px; /* Largura máxima no header */
}

.chat-header .chat-details[b-hawrkr66d8] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-top: 2px;
}

.chat-header .room-detail[b-hawrkr66d8] {
    font-size: 0.8rem;
    color: var(--color-primary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-header .attendant-detail[b-hawrkr66d8] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    gap: 4px;
}

.chat-header .attendant-detail strong[b-hawrkr66d8] {
    color: var(--color-primary);
}

.chat-header .chat-actions[b-hawrkr66d8] {
    display: flex;
    align-items: center;
}

.back-button[b-hawrkr66d8] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    color: var(--text-secondary);
}

.back-button:hover[b-hawrkr66d8] {
    background-color: var(--bg-hover);
}

#message-container[b-hawrkr66d8] {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
    scroll-behavior: smooth;
}

.loading-messages[b-hawrkr66d8] {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.load-more-btn[b-hawrkr66d8] {
    padding: 8px 16px;
    background-color: var(--bg-panel);
    color: var(--color-primary);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.2s;
}

.load-more-btn:hover[b-hawrkr66d8] {
    background-color: var(--bg-hover);
    border-color: var(--color-primary);
}

.message[b-hawrkr66d8] {
    display: flex;
    flex-direction: column;
    max-width: 65%;
    animation: fadeInMessage-b-hawrkr66d8 0.3s ease-out;
}

@keyframes fadeInMessage-b-hawrkr66d8 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.message-bubble[b-hawrkr66d8] {
    padding: 10px 15px;
    border-radius: 18px;
    font-size: 0.95rem;
    word-wrap: break-word;
    line-height: 1.4;
    white-space: pre-wrap; /* Preserva quebras de linha */
}

.message .message-time[b-hawrkr66d8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
    margin-top: 4px;
}

.message.sent[b-hawrkr66d8] {
    align-self: flex-end;
    align-items: flex-end;
}

.message.sent .message-bubble[b-hawrkr66d8] {
    border-bottom-right-radius: 4px;
}

.message.received[b-hawrkr66d8] {
    align-self: flex-start;
    align-items: flex-start;
}

.message.received .message-bubble[b-hawrkr66d8] {
    border-bottom-left-radius: 4px;
}

.message.received .message-bubble audio[b-hawrkr66d8] {
    width: 200px;
}

.empty-conversation[b-hawrkr66d8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--text-secondary);
    text-align: center;
}

.empty-conversation img[b-hawrkr66d8] {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
    opacity: 0.6;
}

.chat-input-area[b-hawrkr66d8] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 12px 16px;
    border-top: 1px solid var(--border-color);
    background-color: var(--bg-panel);
    position: relative;
}

/* Emoji Picker Styles */
.emoji-picker[b-hawrkr66d8] {
    position: absolute;
    bottom: 100%;
    left: 16px;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    z-index: 1000;
    padding: 16px;
    max-width: 320px;
    max-height: 240px;
    overflow-y: auto;
}

.emoji-grid[b-hawrkr66d8] {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 4px;
}

.emoji-item[b-hawrkr66d8] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    font-size: 18px;
    transition: background-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
}

.emoji-item:hover[b-hawrkr66d8] {
    background-color: var(--bg-hover);
}

.emoji-btn[b-hawrkr66d8] {
    position: relative;
}

#message-input[b-hawrkr66d8] {
    flex-grow: 1;
    border: none;
    background-color: var(--bg-hover);
    padding: 10px 16px;
    border-radius: 20px;
    outline: none;
    font-size: 1rem;
    transition: background-color 0.2s;
    font-family: inherit;
    resize: none;
    line-height: 1.4;
    max-height: 120px;
    min-height: 40px;
}

#message-input:focus[b-hawrkr66d8] {
    background-color: white;
    box-shadow: 0 0 0 2px var(--color-primary);
}

.action-btn[b-hawrkr66d8] {
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-secondary);
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.action-btn:hover:not(:disabled)[b-hawrkr66d8] {
    background-color: var(--bg-hover);
}

.action-btn:disabled[b-hawrkr66d8] {
    opacity: 0.4;
    cursor: not-allowed;
}

.action-btn.send-btn[b-hawrkr66d8] {
    color: var(--color-primary);
}

.action-btn.transfer-btn[b-hawrkr66d8] {
    color: #2563eb;
}

.action-btn.transfer-btn:hover:not(:disabled)[b-hawrkr66d8] {
    background-color: #eff6ff;
    color: #1d4ed8;
}

.action-btn.finalize-btn[b-hawrkr66d8] {
    color: #16a34a;
}

.action-btn.finalize-btn:hover:not(:disabled)[b-hawrkr66d8] {
    background-color: #f0fdf4;
    color: #15803d;
}

.recording-timer[b-hawrkr66d8] {
    font-size: 0.9rem;
    color: var(--notification-color);
    font-weight: bold;
    padding: 8px 12px;
}

.chat-action-button[b-hawrkr66d8] {
    padding: 12px 24px;
    background-color: var(--color-primary);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
    margin: 16px;
    transition: background-color 0.2s;
}

.chat-action-button:hover[b-hawrkr66d8] {
    background-color: #0056b3;
}

.chat-action-button.reopen-button[b-hawrkr66d8] {
    background-color: #28a745;
}

.chat-action-button.reopen-button:hover[b-hawrkr66d8] {
    background-color: #1e7e34;
}

/* RESPONSIVIDADE */
@media (max-width: 768px) {
    #app-container[b-hawrkr66d8] {
        border-radius: 0;
        height: 100vh;
        max-height: 100vh;
        margin: 0;
    }
    
    #chat-list-panel[b-hawrkr66d8] {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 10;
        transform: translateX(0);
        background-color: var(--bg-panel);
    }
    
    #conversation-panel[b-hawrkr66d8] {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 5;
        transform: translateX(100%);
        transition: transform 0.3s ease-in-out;
    }
    
    #app-container.mobile-conversation-view #chat-list-panel[b-hawrkr66d8] {
        transform: translateX(-100%);
    }
    
    #app-container.mobile-conversation-view #conversation-panel[b-hawrkr66d8] {
        transform: translateX(0);
    }
    
    .back-button[b-hawrkr66d8] {
        display: flex;
    }
    
    .chat-filters-container .filter-scroll-btn[b-hawrkr66d8] {
        display: none;
    }
    
    .chat-filters[b-hawrkr66d8] {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    
    .filter-btn[b-hawrkr66d8] {
        font-size: 0.85rem;
    }

    .chat-info .contact-name[b-hawrkr66d8] {
        max-width: 140px; /* Menor largura no mobile */
    }

    .chat-header .contact-name[b-hawrkr66d8] {
        max-width: 200px; /* Menor largura no mobile */
    }

    .emoji-picker[b-hawrkr66d8] {
        left: 8px;
        right: 8px;
        max-width: none;
    }

    .emoji-grid[b-hawrkr66d8] {
        grid-template-columns: repeat(8, 1fr);
    }

    .chat-header .chat-details[b-hawrkr66d8] {
        gap: 1px;
    }

    .chat-header .room-detail[b-hawrkr66d8],
    .chat-header .attendant-detail[b-hawrkr66d8] {
        font-size: 0.75rem;
    }
}
/* /View/Configuration/Configuration.razor.rz.scp.css */
.product-form-container[b-lmghb62k4m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 20px auto;
}

.button-submit[b-lmghb62k4m] {
    width: 10%
}

.user-picture[b-lmghb62k4m] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
}

.color-picker[b-lmghb62k4m] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#primaryColor[b-lmghb62k4m], #secondaryColor[b-lmghb62k4m] {
    display: flex;
    justify-content: center;
    width: 30vw;
    height: 15vh;
}

.banner[b-lmghb62k4m] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-container[b-lmghb62k4m] {
    display: flex;
    flex-direction: row;
}

.user-avatar[b-lmghb62k4m] {
    width: 120px;
    height: 120px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-image[b-lmghb62k4m] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-picture-actions[b-lmghb62k4m] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form[b-lmghb62k4m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.new-user[b-lmghb62k4m] {
    width: 100%;
}

.input-group[b-lmghb62k4m] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 10px;
    justify-content: center;
}

    .input-group .syntelp-input-wrapper[b-lmghb62k4m] {
        flex: 1;
    }

.syntelp-input-wrapper[b-lmghb62k4m] {
    flex: 1;
}

.syntelp-input[b-lmghb62k4m],
.syntelp-dropdown[b-lmghb62k4m] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: black;
}

.syntelp-input-label[b-lmghb62k4m],
.input-label[b-lmghb62k4m] {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-actions[b-lmghb62k4m] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.syntelp-button[b-lmghb62k4m] {
    background-color: #ffd700;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .syntelp-button:hover[b-lmghb62k4m] {
        background-color: #e5c100;
    }

.spacer-10[b-lmghb62k4m] {
    width: 10px;
}

#progress-container[b-lmghb62k4m] {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    position: relative;
    margin-top: 10px;
}

#progress-bar[b-lmghb62k4m] {
    height: 100%;
    width: 0;
    background-color: #76c7c0;
    transition: width 0.2s;
}

#progress-text[b-lmghb62k4m] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
/* /View/Dashboard/Dashboard.razor.rz.scp.css */
/* Overlay Moderno */
.boot-overlay[b-ogd63763ia] {
    position: fixed;
    inset: 0;
    background: radial-gradient(1200px 400px at 10% 10%, rgba(0,0,0,.25), transparent 60%), radial-gradient(1200px 400px at 90% 90%, rgba(0,0,0,.35), transparent 60%), #0B0F1A;
    display: grid;
    place-items: center;
    z-index: 9999;
    backdrop-filter: blur(6px) saturate(120%);
}

.loader-wrap[b-ogd63763ia] {
    display: grid;
    gap: 18px;
    padding: 28px 32px;
    border-radius: 20px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 8px 40px rgba(0,0,0,.45), inset 0 0 40px rgba(255,255,255,.02);
    min-width: 320px;
    text-align: center;
}

.logo-pulse[b-ogd63763ia] {
    position: relative;
    width: 84px;
    height: 84px;
    margin: 0 auto;
}

    .logo-pulse .ring[b-ogd63763ia] {
        position: absolute;
        inset: 0;
        border-radius: 999px;
        border: 3px solid transparent;
        animation: spin-b-ogd63763ia 1.4s linear infinite;
        background: radial-gradient(farthest-side, rgba(255,255,255,.9) 97%, rgba(255,255,255,0)) border-box, conic-gradient(from 0deg, var(--primary-color, #0E4C8E), var(--secondary-color, #FF5722), var(--primary-color, #0E4C8E)) border-box;
        -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
        -webkit-mask-composite: xor;
        mask-composite: exclude;
    }

    .logo-pulse .dot[b-ogd63763ia] {
        position: absolute;
        inset: 10px;
        border-radius: 999px;
        background: linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.02));
        box-shadow: inset 0 0 40px rgba(255,255,255,.08);
    }

@keyframes spin-b-ogd63763ia {
    to {
        transform: rotate(360deg);
    }
}

.loader-text[b-ogd63763ia] {
    color: #F3F6FB;
    font-weight: 600;
    letter-spacing: .2px;
}

    .loader-text small[b-ogd63763ia] {
        display: block;
        margin-top: 6px;
        color: #c8d2e1;
        font-weight: 400;
        opacity: .85;
    }

/* Suave desfoque do conteúdo de fundo enquanto carrega */
.blurred[b-ogd63763ia] {
    filter: blur(2px);
    transition: filter .25s ease;
}

/* --------- Estilos originais (organizados) ---------- */

.dashboard-containerDesktop[b-ogd63763ia] {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    overflow: auto;
    border-radius: 5px;
    padding: 10px;
}

.title[b-ogd63763ia] {
    display: flex;
    justify-content: center;
}

.dashboard-containerMobile[b-ogd63763ia] {
    display: none;
}

.ocult[b-ogd63763ia] {
    visibility: hidden;
}

.search-menu[b-ogd63763ia] {
    display: flex;
    flex-direction: row;
    align-items: end;
    gap: 5px;
    transform: scale(0.75);
}

.relatory[b-ogd63763ia] {
    width: 40%;
    margin-left: -4vw;
}

.main-content[b-ogd63763ia] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 100vh;
}

.charts-container[b-ogd63763ia] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 3;
}

.chart-row[b-ogd63763ia] {
    display: flex;
    gap: 20px;
}

.chart-colum[b-ogd63763ia] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.chart2-container[b-ogd63763ia] {
    flex-direction: column;
    align-content: start;
    justify-content: center;
    width: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    text-align: center;
    font-size: 1em;
    color: #333333;
}

.chart-container-wrap[b-ogd63763ia] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.chart[b-ogd63763ia] {
    width: 100% !important;
    height: auto !important;
}

.assessment-wrapper[b-ogd63763ia] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
    overflow-y: auto;
}

.InfoBox[b-ogd63763ia] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    align-items: center;
}

.InfoBox-son[b-ogd63763ia] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50px;
    font-size: 10px;
    background-color: cornflowerblue;
    padding: 10px;
    color: white;
    border-radius: 5px;
    font-weight: bold;
}

.assessment-summary[b-ogd63763ia] {
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #333333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.assessment-container[b-ogd63763ia] {
    overflow-y: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 60vh;
}

.assessment-chat[b-ogd63763ia] {
    display: flex;
    margin-bottom: 20px;
    padding: 5px;
    border-radius: 5px;
    background-color: #f0f0f0;
    color: #333333;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.profile-pic[b-ogd63763ia] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 20px;
}

.review-content[b-ogd63763ia] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.review-header[b-ogd63763ia] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.review-author[b-ogd63763ia] {
    font-weight: bold;
    font-size: 1.1em;
}

.review-timestamp[b-ogd63763ia] {
    font-size: 0.9em;
    color: gray;
}

.review-body[b-ogd63763ia] {
    margin-top: 10px;
}

.review-rating[b-ogd63763ia] {
    margin-bottom: 10px;
}

.star[b-ogd63763ia], .filled[b-ogd63763ia] {
    font-size: 1.2em;
    color: gold;
}

.review-text[b-ogd63763ia] {
    font-size: 1em;
    color: #333333;
}

@media (max-width: 768px) {
    .dashboard-containerDesktop[b-ogd63763ia] {
        display: none;
    }

    .InfoBox[b-ogd63763ia] {
        flex-direction: row;
    }

    .InfoBox-son[b-ogd63763ia] {
        text-align: center;
        height: 70px;
    }

    .dashboard-containerMobile[b-ogd63763ia] {
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        width: 100%;
        transform: scale(0.9);
    }

    .ocult[b-ogd63763ia] {
        visibility: hidden;
    }

    .charts-container[b-ogd63763ia] {
        flex-direction: column;
        margin: 0px;
        width: 90%;
    }

    .chart-container[b-ogd63763ia] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 5px;
        background-color: #ffffff;
        text-align: center;
        font-size: 1em;
        color: #333333;
    }

    .chart2-container[b-ogd63763ia] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        border-radius: 5px;
        background-color: #ffffff;
        text-align: center;
        font-size: 1em;
        color: #333333;
    }

    .chart-row[b-ogd63763ia] {
        flex-direction: column;
        margin: 0px;
    }
}
/* /View/Gestor_Bedrroms/GestorBedrooms.razor.rz.scp.css */
.search-menu[b-s03eaza6n7] {
    width: 97%;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.room-grid[b-s03eaza6n7] {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 10px;
}

.door-handle[b-s03eaza6n7] {
    display: flex;
    justify-content: end;
    margin-bottom: 40px;
}

.room-grid[b-s03eaza6n7] {
    overflow: auto;
    height: 90vh;
    width: 98%;
}

.room[b-s03eaza6n7] {
    display: flex;
    flex-direction: column;
    width: auto;
    height: 180px;
    padding: 15px;
    margin: 10px;
    justify-content: center; /* Alinha verticalmente */
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s;
    text-align: center;
}

.reservation-content[b-s03eaza6n7] {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

.reservation-body[b-s03eaza6n7] {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center !important;
}

.container-button[b-s03eaza6n7] {
    display: flex;
    margin-top: 10px;
    gap: 10px;
}

.room:hover[b-s03eaza6n7] {
    transform: scale(1.05);
}

.room-number[b-s03eaza6n7] {
    font-size: 18px;
}

.calendar-header[b-s03eaza6n7] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 98%;
    margin-bottom: 20px;
    padding: 20px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.month-buttons[b-s03eaza6n7] {
    display: flex;
    gap: 8px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 8px;
    justify-content: space-between;
}

.month-btn[b-s03eaza6n7] {
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    flex: 1;
    font-size: 0.95em;
}

.month-btn:hover[b-s03eaza6n7] {
    background-color: #008ac4;
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.date-controls[b-s03eaza6n7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 20px;
    background-color: var(--secondary-color);
    border-radius: 8px;
    color: white;
}

.year-controls[b-s03eaza6n7] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px;
    justify-content: center;
}

.year-btn[b-s03eaza6n7] {
    padding: 6px 10px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.1em;
}

.year-btn:hover[b-s03eaza6n7] {
    background-color: #008ac4;
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.current-year[b-s03eaza6n7] {
    font-size: 1.4em;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}

.current-date[b-s03eaza6n7] {
    font-size: 1.2em;
    font-weight: 500;
    opacity: 0.9;
}

/* Estilização da barra de rolagem dos meses */
.month-buttons[b-s03eaza6n7]::-webkit-scrollbar {
    height: 6px;
}

.month-buttons[b-s03eaza6n7]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.month-buttons[b-s03eaza6n7]::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 3px;
}

.month-buttons[b-s03eaza6n7]::-webkit-scrollbar-thumb:hover {
    background: #008ac4;
}

.calendar-container[b-s03eaza6n7] {
    width: 100%;
    height: 60vh;
    overflow: auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

/* Estilização da barra de rolagem */
.calendar-container[b-s03eaza6n7]::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.calendar-container[b-s03eaza6n7]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.calendar-container[b-s03eaza6n7]::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 4px;
}

.calendar-container[b-s03eaza6n7]::-webkit-scrollbar-thumb:hover {
    background: #008ac4;
}
/* /View/Guests/Guests.razor.rz.scp.css */
.search-menu[b-uy9o7i7wy1] {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
    width: 98%;
}

.users-table[b-uy9o7i7wy1] {
    max-height: 65vh;
    min-height: 65vh;
    margin: 15px;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.syntelp-table-header[b-uy9o7i7wy1] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-uy9o7i7wy1] {
    display: flex;
    justify-content: end;
}

.pagination[b-uy9o7i7wy1] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .pagination button[b-uy9o7i7wy1] {
        padding: 8px 16px;
        margin: 0 5px;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        color: #333;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s, color 0.3s;
        border-radius: 5px;
    }

        .pagination button:hover[b-uy9o7i7wy1] {
            background-color: #e0e0e0;
        }

        .pagination button:disabled[b-uy9o7i7wy1] {
            opacity: 0.6;
            cursor: not-allowed;
        }

    .pagination span[b-uy9o7i7wy1] {
        margin: 0 10px;
        font-size: 14px;
        color: #666;
    }

    .pagination button .arrow[b-uy9o7i7wy1] {
        margin-right: 5px;
    }

@media (max-width: 768px) {
    .search-menu[b-uy9o7i7wy1] {
        flex-wrap: wrap;
    }
}
/* /View/Guests/UpsertGuest.razor.rz.scp.css */
.user-picture[b-aw9lelvv5q] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.user-picture-actions[b-aw9lelvv5q] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.user-picture .user-avatar[b-aw9lelvv5q] {
    width: 81px;
    height: 81px;
    background: rgba(23, 231, 249, 0.2);
    border-radius: 50%;
}

.user-picture-actions div[b-aw9lelvv5q] {
    margin-top: 10px;
}

.new-user[b-aw9lelvv5q] {
    width: 150%;
}

.new-user div[b-aw9lelvv5q] {
    margin-bottom: 10px;
}

.avatar-image[b-aw9lelvv5q] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.form[b-aw9lelvv5q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

/*Dropdown*/

.custom-select[b-aw9lelvv5q] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0.5rem 2.5rem 0.5rem 0.75rem;
    font-size: 1rem;
    color: #333;
    outline: none;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    transition: border-color 0.2s;
}

    .custom-select:focus[b-aw9lelvv5q] {
        border-color: #5a9bf6;
        box-shadow: 0 0 0 2px rgba(90, 155, 246, 0.2);
    }
/* /View/Login/Login.Razor.rz.scp.css */
/* Estilo geral */
.container-all[b-xo0esrgh8p] {
    display: flex;
    background-color: #f7f9fc;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.container-login[b-xo0esrgh8p] {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 95%;
    height: 95vh;
}

.info[b-xo0esrgh8p] {
    display: flex;
    background-image: url('images/recepcao.jpg');
    background-size: cover;
    background-position: center;
    width: 80%;
}

#container[b-xo0esrgh8p] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #004161;
}

.login-panel[b-xo0esrgh8p] {
    box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 350px;
    background-color: white;
}

.info-content[b-xo0esrgh8p] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    padding: 40px;
    background: rgba(0, 65, 120, 0.4);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

    .info-content h2[b-xo0esrgh8p] {
        font-size: 28px;
        margin-bottom: 20px;
        color: #f7f9fc;
    }

.features[b-xo0esrgh8p] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
}

.feature-item[b-xo0esrgh8p] {
    display: flex;
    align-items: start;
    gap: 10px;
}

    .feature-item i[b-xo0esrgh8p] {
        font-size: 24px;
        color: #ffcc00;
    }

    .feature-item p[b-xo0esrgh8p] {
        font-size: 16px;
        color: #f7f9fc;
    }

.learn-more[b-xo0esrgh8p] {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    color: #fff;
    background-color: #ffcc00;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

    .learn-more:hover[b-xo0esrgh8p] {
        background-color: #e6b800;
    }

.syntelp-logo[b-xo0esrgh8p] {
    width: 250px;
    margin-bottom: 30px;
}

.input-container[b-xo0esrgh8p] {
    position: relative;
    margin-bottom: 20px;
}

.input-icon[b-xo0esrgh8p] {
    position: relative;
    right: 30px;
    transform: translateY(60px);
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    transition: color 0.3s;
}

.input-field[b-xo0esrgh8p] {
    width: 100%;
    padding: 10px 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s;
}

    .input-field:focus[b-xo0esrgh8p] {
        border-color: #004161;
        outline: none;
        box-shadow: 0 0 5px rgba(0, 65, 97, 0.5);
    }

.show-password[b-xo0esrgh8p] {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-20%);
    background: none;
    border: none;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
    transition: color 0.3s;
}

    .show-password:hover[b-xo0esrgh8p] {
        color: #004161;
    }

.error-message[b-xo0esrgh8p] {
    color: #e63946;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
}

.material-symbols-outlined[b-xo0esrgh8p] {
    display: inline-block;
    animation: spin-b-xo0esrgh8p 1.5s infinite linear;
    height: 20px;
    width: 20px;
}

@keyframes spin-b-xo0esrgh8p {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* Bot�o de login */
.syntelp-button[b-xo0esrgh8p] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #fff;
    background-color: #004161;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

    .syntelp-button:hover[b-xo0esrgh8p] {
        background-color: #005b7f;
    }

@media (max-width: 768px) {
    .container-login[b-xo0esrgh8p] {
        flex-direction: column;
        justify-content: center;
    }

    .info[b-xo0esrgh8p] {
        display: none;
    }

    #container[b-xo0esrgh8p] {
        width: 100%;
        height: 100%;
    }

    .login-panel[b-xo0esrgh8p] {
        width: 100%;
        justify-content: center;
    }
}
/* /View/Menu/menu.razor.rz.scp.css */
.search-menu[b-bujarx1s3n] {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.users-table[b-bujarx1s3n] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    max-height: 70vh;
    min-height: 70vh;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.separated-table[b-bujarx1s3n] {
    overflow: auto;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.syntelp-table-header[b-bujarx1s3n] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-bujarx1s3n] {
    display: flex;
    justify-content: end;
}

.modal-overlay[b-bujarx1s3n] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.button-price[b-bujarx1s3n] {
    margin: 5px;
}

.modal-content[b-bujarx1s3n] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
}

    .modal-content h3[b-bujarx1s3n] {
        margin-top: 0;
    }

.price-table[b-bujarx1s3n] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .price-table th[b-bujarx1s3n], .price-table td[b-bujarx1s3n] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
    }

    .price-table input[b-bujarx1s3n] {
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
    }

.modal-actions[b-bujarx1s3n] {
    display: flex;
    justify-content: space-between;
}

.button-price[b-bujarx1s3n] {
    border-color: transparent;
    border-radius: 5px;
}

.input-price[b-bujarx1s3n] {
    border-radius: 5px;
}

@media (max-width: 768px) {
    .search-menu[b-bujarx1s3n] {
        flex-wrap: wrap;
    }
}
/* /View/NavBar/NavBar.razor.rz.scp.css */
.navbar-vertical[b-285oh51qhy] {
    display: flex;
    height: 100vh;
    transition: width 0.3s ease-in-out;
    overflow: auto;
    white-space: nowrap;
    transition: width 0.2s ease-in, width 0.5s ease-out;
    background-color: #fbfbfb !important;
    align-items: start;
    justify-content: center;
}

    /* Ocultar a barra de rolagem */
    .navbar-vertical[b-285oh51qhy]::-webkit-scrollbar {
        width: 0;
        height: 0;
    }

.menu[b-285oh51qhy] {
    font-weight: 1000;
    font-size: 27px !important;
    cursor: pointer;
}

    .menu:hover[b-285oh51qhy] {
        color: white;
    }

a label[b-285oh51qhy] {
    cursor: pointer;
}

.nav-link[b-285oh51qhy] {
    color: #444444 !important;
}

    .nav-link label[b-285oh51qhy] {
        opacity: 0; /* Invisível por padrão */
        transform: translateX(-10px); /* Deslocado para a esquerda */
        visibility: hidden; /* Oculta sem remover do fluxo */
        transition: opacity 0.8s ease, transform 0.8s ease; /* Suaviza entrada e saída */
    }

.nav-item[b-285oh51qhy] {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: black;
}

.nav-link span[b-285oh51qhy] {
    transform: translateX(2.7vw); /* Deslocado para a esquerda */
    transition: opacity 0.8s ease, transform 0.8s ease; /* Suaviza entrada e saída */
}

.close-bar .nav-link label[b-285oh51qhy] {
    transform: translateX(-3vw); /* Deslocado para a esquerda */
    opacity: 1; /* Torna visível */
    transform: translateX(0); /* Move para a posição original */
    visibility: visible; /* Torna visível no fluxo */
}

.close-bar .nav-link span[b-285oh51qhy] {
    transform: translateY(-2px); /* Deslocado para a esquerda */
}

.navbar-nav[b-285oh51qhy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.nav-item[b-285oh51qhy] {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

    .nav-item span.material-symbols-outlined[b-285oh51qhy] {
        font-size: 24px;
    }

.nav-link[b-285oh51qhy] {
    display: flex;
    margin-top: 0px;
    align-items: start;
    text-decoration: none;
    color: black;
    font-size: 14px;
    overflow: hidden;
    width: 10vw;
}

    .nav-link:hover[b-285oh51qhy] {
        background-color: var(--primary-color);
        border-radius: 5px;
        color: white !important;
    }

.badge[b-285oh51qhy] {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 12px;
}

.notification[b-285oh51qhy] {
    font-size: 14px;
    max-height: 40vh;
    overflow: auto;
}
/* /View/Partners/Partners.razor.rz.scp.css */
.search-menu[b-tzxn7xdmgw] {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.users-table[b-tzxn7xdmgw] {
    max-height: 65vh;
    min-height: 65vh;
    margin: 15px;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.syntelp-table-header[b-tzxn7xdmgw] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-tzxn7xdmgw] {
    display: flex;
    justify-content: end;
}
/* /View/Partners/UpsertPartner.razor.rz.scp.css */
.user-picture[b-5thxugtaw7] {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    overflow: auto;
    margin-top: 60px;
}

    .user-picture .user-avatar[b-5thxugtaw7] {
        width: 81px;
        height: 81px;
        background: rgba(23, 231, 249, 0.2);
        border-radius: 5px;
    }

.user-picture-actions[b-5thxugtaw7] {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    gap: 10px;
}

    .user-picture-actions div[b-5thxugtaw7] {
        margin-top: 10px;
    }

.new-user[b-5thxugtaw7] {
    margin-bottom: 20px;
    width: 40%
}

.avatar-image[b-5thxugtaw7] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.input-textbox[b-5thxugtaw7] {
    height: 500px;
}

.form[b-5thxugtaw7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
/* /View/PDV/Index.razor.rz.scp.css */
.pos-container[b-kszie9y5vn] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
    height: 100vh;
    width: 100%;
    padding: 20px;
    max-width: 100vw;
    overflow-x: hidden;
}

.product-grid[b-kszie9y5vn] {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    overflow-x: hidden;
}

.search-bar[b-kszie9y5vn] {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.price-input[b-kszie9y5vn] {
    max-width: 60px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.search-bar input[b-kszie9y5vn] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
}

.products[b-kszie9y5vn], .product-view[b-kszie9y5vn] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    max-width: 100%;
    gap: 15px;
    overflow-x: hidden;
}

.group-card[b-kszie9y5vn], .product-card[b-kszie9y5vn] {
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    flex-shrink: 1;
}

    .group-card:hover[b-kszie9y5vn], .product-card:hover[b-kszie9y5vn] {
        box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
    }

.back-button[b-kszie9y5vn] {
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: #007bff;
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.button-relatory[b-kszie9y5vn] {
    height: 50px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    margin-left: auto; /* empurra pra direita */
}


.back-button:hover[b-kszie9y5vn] {
    background-color: #0056b3;
}

.order-panel[b-kszie9y5vn] {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    min-width: 50vw;
    overflow-x: hidden;
}

.order-items[b-kszie9y5vn] {
    overflow-x: auto;
    max-width: 100%;
}

    .order-items table[b-kszie9y5vn] {
        width: 100%;
        border-collapse: collapse;
        margin: 15px 0;
    }

    .order-items th[b-kszie9y5vn], .order-items td[b-kszie9y5vn] {
        padding: 12px;
        text-align: left;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        white-space: nowrap;
    }

td .name-product[b-kszie9y5vn] {
    max-width: 100px; /* Define um limite de largura */
    word-wrap: break-word; /* Garante quebra de palavras */
    overflow-wrap: break-word; /* Alternativa para quebra */
    white-space: normal; /* Permite a quebra de linha */
    display: block; /* Garante que o texto obedeça a largura e quebre */
    text-align: center; /* Centraliza o texto */
}

td[b-kszie9y5vn] {
    max-width: 120px; /* Limita a largura da célula */
    white-space: normal !important; /* Permite a quebra de linha */
    word-break: break-word; /* Garante a quebra de palavras longas */
    overflow-wrap: anywhere; /* Força a quebra de texto */
}

.order-total[b-kszie9y5vn] {
    margin-top: auto;
    font-size: 1.8em;
    font-weight: bold;
    padding: 15px 0;
    text-align: right;
    color: #333;
}

.order-actions[b-kszie9y5vn] {
    display: flex;
    gap: 15px;
}

.btn-cancel[b-kszie9y5vn], .btn-finish[b-kszie9y5vn] {
    flex: 1;
    padding: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    color: white !important
}

.btn-cancel[b-kszie9y5vn] {
    background-color: lightcoral;
    color: white;
}

.btn-finish[b-kszie9y5vn] {
    background-color: lightseagreen;
    color: white;
}

.btn-kitchen[b-kszie9y5vn] {
    flex: 1;
    padding: 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: all 0.3s ease;
    color: white !important;
    background-color: sandybrown;
}

.btn-cancel:hover[b-kszie9y5vn], .btn-finish:hover[b-kszie9y5vn] {
    opacity: 0.9;
}

.customer-info[b-kszie9y5vn] {
    margin-bottom: 20px;
}

.customer-display[b-kszie9y5vn] {
    padding: 12px;
    background-color: #e9ecef;
    border-radius: 6px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.validation-message[b-kszie9y5vn] {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}

.guest-modal[b-kszie9y5vn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    z-index:1002 !important;
    justify-content: center;
    align-items: center;
}

.guest-modal-content[b-kszie9y5vn] {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 50px;
    width: 80vw;
    max-width: 80vw;
    height: 70vh;
    min-height: 70vh;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

    .guest-modal-content h3[b-kszie9y5vn] {
        margin-bottom: 30px;
    }

.button-increment[b-kszie9y5vn] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 700
}

.button-close[b-kszie9y5vn] {
    display: flex;
    justify-content: end;
    align-items: end;
    width: 100%;
    height: 100%;
    margin-top: -20px;
}

.guest-grid[b-kszie9y5vn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    min-height: 45vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.guest-card[b-kszie9y5vn] {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    text-align: center;
    cursor: pointer;
    height: 150px;
    overflow-y: auto;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    .guest-card:hover[b-kszie9y5vn] {
        background-color: #efefef;
    }

.guest-name[b-kszie9y5vn] {
    font-weight: bold;
    margin-bottom: 5px;
}

.guest-room[b-kszie9y5vn] {
    color: #888;
}

button[b-kszie9y5vn] {
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    background-color: #007bff;
    color: white;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

    button:hover[b-kszie9y5vn] {
        background-color: #0056b3;
    }

    button.close-btn[b-kszie9y5vn] {
        background-color: #dc3545;
        margin-top: 20px;
    }

        button.close-btn:hover[b-kszie9y5vn] {
            background-color: #c82333;
        }

.custom-alert[b-kszie9y5vn] {
    position: fixed;
    top: 20px;
    left: 20px;
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1000;
}

.close-alert[b-kszie9y5vn] {
    background: transparent;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.modal-overlay[b-kszie9y5vn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content[b-kszie9y5vn] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    width: 500px;
}

.modal-buttons[b-kszie9y5vn] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.finalized-btn[b-kszie9y5vn] {
    background: #28a745;
    color: white;
}

.kitchen-btn[b-kszie9y5vn] {
    background: #ffcc00;
    color: white;
}

.cancel-btn[b-kszie9y5vn] {
    background: #dc3545;
    color: white;
}

.custom-alert[b-kszie9y5vn] {
    position: fixed;
    top: 5%;
    left: 53%;
    transform: translate(-50%, -50%);
    background: #d4edda;
    color: #155724;
    padding: 15px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    font-weight: bold;
}

}

.fade-in[b-kszie9y5vn] {
    opacity: 1;
}

/*Commads*/
.command-modal[b-kszie9y5vn] {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #fff;
    padding: 50px 50px 100px; /* Aumentei o padding inferior para criar espaço para a paginação */
    width: 100vw;
    max-width: 90vw;
    height: 80vh;
    min-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative; /* Necessário para a fixação do rodapé */
}

/* Estilo para a grade dos itens do modal */
.command-items-grid[b-kszie9y5vn] {
    display: grid;
    overflow-x: hidden;
    overflow-y: auto;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    flex-grow: 1; /* Garante que o conteúdo ocupe o espaço restante */
}

/* Comportamento das caixas de item */
.command-item[b-kszie9y5vn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    padding: 1px;
    overflow: auto;
}

/* Estilo das caixas de item */
.command-item-container[b-kszie9y5vn] {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background: linear-gradient(145deg, #ffffff, #f3f3f3);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1), -3px -3px 6px rgba(255, 255, 255, 0.7);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    min-height: 250px;
    max-height: 250px;
}

    .command-item-container:hover[b-kszie9y5vn] {
        background: linear-gradient(145deg, #f0f0f0, #e0e0e0);
        box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15), -4px -4px 10px rgba(255, 255, 255, 0.9);
    }

    .command-item-container:active[b-kszie9y5vn] {
        background: linear-gradient(145deg, #e0e0e0, #d0d0d0);
        box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15), inset -2px -2px 4px rgba(255, 255, 255, 0.9);
        transform: scale(0.98);
    }

.find-button[b-kszie9y5vn] {
    margin-top: 8px;
}

/* Estilo para os controles de paginação */
.pagination-controls[b-kszie9y5vn] {
    position: absolute;
    bottom: 20px; /* Distância do rodapé do modal */
    left: 50%;
    transform: translateX(-50%); /* Centraliza os controles de paginação */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: white;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    z-index: 1; /* Garante que a paginação fique sobre os outros conteúdos */
}

/* Responsividade para garantir que a paginação não saia do modal */
.command-modal .pagination-controls[b-kszie9y5vn] {
    position: absolute;
    width: calc(100% - 20px); /* Considerando o padding do modal */
    bottom: 10px;
}



.btn-delete[b-kszie9y5vn] {
    background-color: #ff4d4d;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

    .btn-delete:hover[b-kszie9y5vn] {
        background-color: #ff1a1a;
    }

.modal-overlay[b-kszie9y5vn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content[b-kszie9y5vn] {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

/*Tabbed Pages*/

.command-tabs[b-kszie9y5vn] {
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px;
}

.tab-button[b-kszie9y5vn] {
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    background: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

    .tab-button.active[b-kszie9y5vn] {
        color: #007bff;
    }

    .tab-button:hover[b-kszie9y5vn] {
        background-color: transparent;
    }

    .tab-button[b-kszie9y5vn]::after {
        content: "";
        display: block;
        height: 3px;
        width: 0;
        background: #007bff;
        transition: width 0.3s ease-in-out;
        position: absolute;
        bottom: -2px;
        left: 50%;
        transform: translateX(-50%);
    }

    .tab-button.active[b-kszie9y5vn]::after {
        width: 100%;
    }

    .tab-button:hover[b-kszie9y5vn] {
        color: #0056b3;
    }

/*create*/
.modal-overlay-create-command[b-kszie9y5vn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content-create-command[b-kszie9y5vn] {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

.modal-content h3[b-kszie9y5vn] {
    margin-bottom: 20px;
}

.modal-content div[b-kszie9y5vn] {
    margin-bottom: 15px;
}

.modal-content label[b-kszie9y5vn] {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.modal-content input[type="text"][b-kszie9y5vn],
.modal-content input[type="number"][b-kszie9y5vn] {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.modal-buttons-create[b-kszie9y5vn] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.modal-buttons[b-kszie9y5vn] {
    margin-bottom: 15px;
}

    .modal-buttons button[b-kszie9y5vn] {
        background-color: var(--primary-color);
        color: #fff;
        border: none;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

.modal-buttons-item[b-kszie9y5vn] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    margin-left: -5px;
    margin-top: 5px;
}
/*Pedidos*/
/* Overlay com fundo escuro semi-transparente */
.custom-modal-overlay[b-kszie9y5vn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
}

/* Container do modal com design moderno e responsivo */
.custom-modal-content-requests[b-kszie9y5vn] {
    display: flex;
    flex-direction: column;
    background: #fff;
    width: 95%;
    max-width: 1100px;
    max-height: 90vh;
    min-height: 90vh;
    overflow-y: auto;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    animation: fadeIn-b-kszie9y5vn 0.3s ease-out;
}

/* Título do modal */
.modal-title[b-kszie9y5vn] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center;
    margin-bottom: 20px;
}

/* Responsividade da tabela */
.table-responsive[b-kszie9y5vn] {
    overflow-x: auto;
    max-height: 60vh;
    min-height: 60vh;
    overflow-y: auto;
    flex-grow: 1; /* Isso permite que a tabela ocupe o espaço restante */
}

.custom-table-requests[b-kszie9y5vn] {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
}

    .custom-table-requests thead th[b-kszie9y5vn] {
        background-color: var(--primary-color);
        color: #fff;
        padding: 12px 15px;
        font-weight: 600;
        text-align: left;
        position: sticky;
        top: 0;
        z-index: 2;
    }

    .custom-table-requests tbody tr:nth-child(even)[b-kszie9y5vn] {
        background-color: #f2f2f2;
    }

    .custom-table-requests tbody td[b-kszie9y5vn] {
        border: 1px solid #ddd;
        padding: 12px 15px;
        color: #333;
        font-size: 0.95rem;
    }

.details-container[b-kszie9y5vn] {
    max-height: 150px;
    min-height: 150px;
    overflow-y: auto;
}

.details-column[b-kszie9y5vn] {
    max-width: 200px;
    overflow-x: auto;
    white-space: nowrap;
}

    .details-column div[b-kszie9y5vn] {
        background-color: #ecf0f1;
        padding: 6px 8px;
        border-radius: 6px;
        margin-bottom: 5px;
        font-size: 0.9rem;
        color: #34495e;
    }

/* Exibição do total dos pedidos finalizados */
.total-finalizados[b-kszie9y5vn] {
    font-size: 1.2rem;
    font-weight: 600;
    text-align: right;
    margin-bottom: 20px;
    color: #27ae60;
}

/* Rodapé com os botões fixos ao final */
.custom-modal-content-requests-foot[b-kszie9y5vn] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 10px;
}

/* Botões do modal */
.custom-modal-buttons[b-kszie9y5vn] {
    display: flex;
    justify-content: flex-end !important;
    align-items: center !important;
    gap: 15px;
}

.btn-custom-imprimir[b-kszie9y5vn],
.btn-custom-fechar[b-kszie9y5vn] {
    padding: 7px 28px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.25s ease-in-out;
}

.btn-custom-fechar[b-kszie9y5vn] {
    background-color: #e74c3c;
    color: #fff;
    margin-top: 0px !important;
    max-height: 40px;
}

    .btn-custom-fechar:hover[b-kszie9y5vn] {
        background-color: #c0392b;
    }


/* Animação para entrada suave do modal */
@keyframes fadeIn-b-kszie9y5vn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.confirmation-modal[b-kszie9y5vn] {
    position: fixed;
    top: 30%;
    margin-right: 100px;
    background: white;
    padding: 20px;
    width: 350px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 1000;
    animation: fadeIn-b-kszie9y5vn 0.3s ease-in-out;
}

    .confirmation-modal p[b-kszie9y5vn] {
        font-size: 18px;
        color: #333;
        margin-bottom: 15px;
    }

.modal-buttons[b-kszie9y5vn] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

    .modal-buttons button[b-kszie9y5vn] {
        padding: 10px 15px;
        font-size: 16px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        transition: background 0.2s;
    }

.search-container[b-kszie9y5vn] {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.modal-overlay[b-kszie9y5vn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.error-border[b-kszie9y5vn] {
    border: 2px solid red !important;
    padding: 5px;
    border-radius: 5px;
}

/* Relatorio Caixa*/

/* Overlay que cobre a tela toda com leve transparência */
.dialog-overlay[b-kszie9y5vn] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Container do modal */
.dialog[b-kszie9y5vn] {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    padding: 30px;
    max-width: 400px;
    width: 100%;
    text-align: center;
}

    /* Título do modal */
    .dialog h3[b-kszie9y5vn] {
        margin-bottom: 20px;
        font-size: 1.5em;
        color: #333;
    }

    /* Estilo refinado para o input de data */
    .dialog input[type="date"][b-kszie9y5vn] {
        width: calc(100% - 20px);
        padding: 10px;
        font-size: 1em;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-bottom: 20px;
        box-sizing: border-box;
        text-align: center;
    }

/* Container dos botões */
.dialog-buttons[b-kszie9y5vn] {
    display: flex;
    justify-content: center;
    gap: 15px;
}

    /* Botões do modal */
    .dialog-buttons button[b-kszie9y5vn] {
        padding: 10px 20px;
        font-size: 1em;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        /* Botão de confirmação */
        .dialog-buttons button:first-child[b-kszie9y5vn] {
            background-color: var(--primary-color);
            color: #fff;
        }

            .dialog-buttons button:first-child:hover[b-kszie9y5vn] {
                background-color: #218838;
            }

        /* Botão de cancelamento */
        .dialog-buttons button:last-child[b-kszie9y5vn] {
            background-color: #dc3545;
            color: #fff;
        }

            .dialog-buttons button:last-child:hover[b-kszie9y5vn] {
                background-color: #c82333;
            }

/* Estilos mobile */


@media (max-width: 769px) {
    .guest-modal-content[b-kszie9y5vn] {
        height: auto !important;
        padding: 10px;
    }

    .search-container[b-kszie9y5vn] {
        display: none;
    }

    .modal-buttons h3[b-kszie9y5vn] {
        display: none;
    }

    .modal-buttons[b-kszie9y5vn] {
        gap: 20px;
    }

    .mobile-container[b-kszie9y5vn] {
        padding: 1rem;
        font-family: 'Segoe UI', sans-serif;
        background-color: #f7f7f7;
        min-height: 100vh;
    }

    .stepper-header[b-kszie9y5vn] {
        text-align: center;
        font-size: 1.2rem;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .stepper-progress[b-kszie9y5vn] {
        display: flex;
        justify-content: space-between;
        height: 6px;
        background: #e0e0e0;
        border-radius: 10px;
        margin-bottom: 1rem;
    }

        .stepper-progress div[b-kszie9y5vn] {
            flex: 1;
            margin: 0 2px;
            background: #c5c5c5;
            border-radius: 10px;
            transition: background 0.3s;
        }

        .stepper-progress .active[b-kszie9y5vn] {
            background: #4caf50;
        }

    .mobile-step[b-kszie9y5vn] {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .mobile-btn[b-kszie9y5vn] {
        width: 100%;
        padding: 0.8rem;
        font-size: 1rem;
        border: none;
        border-radius: 10px;
        color: #fff;
        background-color: #2196f3;
        cursor: pointer;
        margin-bottom: 0.5rem;
    }

    .guest-btn[b-kszie9y5vn] {
        background-color: #673ab7;
    }

    .command-btn[b-kszie9y5vn] {
        background-color: #ff9800;
    }

    .selection-card[b-kszie9y5vn] {
        background: #fff;
        border-radius: 10px;
        padding: 1rem;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

        .selection-card h4[b-kszie9y5vn] {
            margin: 0 0 0.5rem 0;
        }

        .selection-card p[b-kszie9y5vn] {
            margin: 0.2rem 0;
        }

    .mobile-search input[b-kszie9y5vn] {
        width: 100%;
        padding: 0.75rem;
        border-radius: 10px;
        border: 1px solid #ccc;
        font-size: 1rem;
    }

    .mobile-products[b-kszie9y5vn] {
        max-height: 60vh;
        min-height: 60vh;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
    }

    .mobile-product-card[b-kszie9y5vn] {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        border-radius: 10px;
        padding: 0.75rem;
        min-width:95vw;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        transition: background 0.2s;
    }

        .mobile-product-card:hover[b-kszie9y5vn] {
            background: #f1f1f1;
        }

    .product-info h4[b-kszie9y5vn] {
        margin: 0;
        font-size: 1rem;
    }

    .product-info span[b-kszie9y5vn] {
        font-size: 0.9rem;
        color: #777;
    }

    .product-quantity[b-kszie9y5vn] {
        background: var(--primary-color);
        color: white;
        font-weight: bold;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .confirmation-summary[b-kszie9y5vn] {
        background: #fff;
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        max-height: 70vh;
        min-height: 70vh;
        overflow-y: auto;
    }

        .confirmation-summary h4[b-kszie9y5vn] {
            font-size: 1.1rem;
            margin-bottom: 1rem;
            text-align: center;
        }

    .order-item[b-kszie9y5vn] {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 1rem;
        padding: 0.5rem 0;
        border-bottom: 1px solid #eee;
    }

        .order-item span[b-kszie9y5vn] {
            font-size: 0.95rem;
        }

    .item-details[b-kszie9y5vn] {
        text-align: right;
        display: flex;
        flex-direction: column;
        gap: 2px;
        min-width:150px;
    }

    .order-total[b-kszie9y5vn] {
        font-size: 1.2rem;
        font-weight: bold;
        text-align: right;
        margin-top: 1rem;
    }

    .mobile-step-actions[b-kszie9y5vn] {
        display: flex;
        justify-content: space-between;
        margin-top: 1rem;
        gap: 0.5rem;
    }

    .btn-back[b-kszie9y5vn],
    .btn-next[b-kszie9y5vn],
    .btn-confirm[b-kszie9y5vn] {
        flex: 1;
        padding: 0.8rem;
        font-size: 1rem;
        border: none;
        border-radius: 10px;
        color: #fff;
        cursor: pointer;
    }

    .btn-back[b-kszie9y5vn] {
        background-color: #9e9e9e;
    }

    .btn-next[b-kszie9y5vn] {
        background-color: #4caf50;
    }

        .btn-next:disabled[b-kszie9y5vn] {
            background-color: #a5d6a7;
            cursor: not-allowed;
        }

    .btn-confirm[b-kszie9y5vn] {
        background-color: #388e3c;
    }

    .product-actions[b-kszie9y5vn] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .qty-btn[b-kszie9y5vn] {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align:center;
        background-color: var(--primary-color);
        color: white;
        border: none;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
        cursor: pointer;
    }

    .confirmation-modal[b-kszie9y5vn]{
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: white;
        padding: 20px;
        width: 350px;
        border-radius: 8px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.8);
        text-align: center;
        z-index: 1000;
    }

    /*Visualuzação de pedidos*/
    .custom-modal-overlay[b-kszie9y5vn] {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.5);
        overflow-y: auto;
        z-index: 1000;
        padding: 1rem;
        box-sizing: border-box;
    }

    .custom-modal-content-requests[b-kszie9y5vn] {
        background: white;
        border-radius: 12px;
        padding: 1rem;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .modal-title[b-kszie9y5vn] {
        font-size: 1.25rem;
        font-weight: bold;
        text-align: center;
    }

    .table-responsive[b-kszie9y5vn] {
        overflow-x: auto;
    }

    .custom-table-requests[b-kszie9y5vn] {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px; /* Para scroll horizontal */
    }

        .custom-table-requests th[b-kszie9y5vn],
        .custom-table-requests td[b-kszie9y5vn] {
            padding: 0.5rem;
            text-align: left;
            font-size: 0.9rem;
            border-bottom: 1px solid #ddd;
        }

    .details-column[b-kszie9y5vn] {
        white-space: nowrap;
    }

    .details-container div[b-kszie9y5vn] {
        font-size: 0.85rem;
    }

    .custom-modal-content-requests-foot[b-kszie9y5vn] {
        display: flex;
        flex-direction: column;
        gap: 0.75rem;
        padding-top: 1rem;
        border-top: 1px solid #eee;
    }

    .total-finalizados[b-kszie9y5vn] {
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
    }

    .custom-modal-buttons[b-kszie9y5vn] {
        display: flex;
        justify-content: center !important;
        align-content: center;
        align-items: center;
        flex-direction: row;
        gap: 0.5rem;
    }

        .custom-modal-buttons button[b-kszie9y5vn],
        .custom-modal-buttons .syntelp-button[b-kszie9y5vn] {
            width: 100%;
            padding: 0.75rem;
            font-size: 1rem;
            border-radius: 5px;
        }

    .btn-custom-fechar[b-kszie9y5vn] {
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
        background-color: #f44336;
        color: white;
        border: none;
        width: 100px !important;
    }

        .btn-custom-fechar:hover[b-kszie9y5vn] {
            background-color: #d32f2f;
        }
}
/* /View/Products/UpsertProduct.razor.rz.scp.css */
.product-form-container[b-pkelwi6r54] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 90vh;
    overflow: auto;
}

.user-picture[b-pkelwi6r54] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
}

.user-avatar[b-pkelwi6r54] {
    width: 120px;
    height: 120px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-primary[b-pkelwi6r54]{
    height:50px !important;
}

.syntelp-input-wrapper button[b-pkelwi6r54]{
    max-height:20px !important;
}

.avatar-image[b-pkelwi6r54] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-picture-actions[b-pkelwi6r54] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form[b-pkelwi6r54] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.new-user[b-pkelwi6r54] {
    width: 100%;
}

.input-group[b-pkelwi6r54] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

    .input-group .syntelp-input-wrapper[b-pkelwi6r54] {
        flex: 1;
    }

.syntelp-input-wrapper[b-pkelwi6r54] {
    flex: 1;
}

.syntelp-input[b-pkelwi6r54],
.syntelp-dropdown[b-pkelwi6r54] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: black;
}

.syntelp-input-label[b-pkelwi6r54],
.input-label[b-pkelwi6r54] {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-actions[b-pkelwi6r54] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.syntelp-button[b-pkelwi6r54] {
    background-color: #ffd700;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .syntelp-button:hover[b-pkelwi6r54] {
        background-color: #e5c100;
    }

.spacer-10[b-pkelwi6r54] {
    width: 10px;
}
/* /View/QrCodes/QrCodeView.razor.rz.scp.css */
.product-form-container[b-azpxmunrzp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4f4f4;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin: 20px auto;
}

.user-picture[b-azpxmunrzp] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
    justify-content: center;
}

.color-picker[b-azpxmunrzp] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#primaryColor[b-azpxmunrzp], #secondaryColor[b-azpxmunrzp] {
    display: flex;
    justify-content: center;
    width: 30vw;
    height: 15vh;
}

.banner[b-azpxmunrzp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.banner-container[b-azpxmunrzp] {
    display: flex;
    flex-direction: row;
}

.user-avatar[b-azpxmunrzp] {
    width: 120px;
    height: 120px;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.avatar-image[b-azpxmunrzp] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-picture-actions[b-azpxmunrzp] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form[b-azpxmunrzp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.new-user[b-azpxmunrzp] {
    width: 100%;
}

.input-group[b-azpxmunrzp] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

    .input-group .syntelp-input-wrapper[b-azpxmunrzp] {
        flex: 1;
    }

.syntelp-input-wrapper[b-azpxmunrzp] {
    flex: 1;
}

.syntelp-input[b-azpxmunrzp],
.syntelp-dropdown[b-azpxmunrzp] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: black;
}

.syntelp-input-label[b-azpxmunrzp],
.input-label[b-azpxmunrzp] {
    font-weight: bold;
    margin-bottom: 5px;
}

.form-actions[b-azpxmunrzp] {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.syntelp-button[b-azpxmunrzp] {
    background-color: #ffd700;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .syntelp-button:hover[b-azpxmunrzp] {
        background-color: #e5c100;
    }

.spacer-10[b-azpxmunrzp] {
    width: 10px;
}

#progress-container[b-azpxmunrzp] {
    width: 100%;
    height: 20px;
    background-color: dimgray;
    border-radius: 5px;
    position: relative;
    margin-top: 10px;
}

#progress-bar[b-azpxmunrzp] {
    height: 100%;
    width: 0;
    background-color: var(--primary-color);
    border-radius: 5px;
    transition: width 0.2s;
}

#progress-text[b-azpxmunrzp] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    font-weight: bold;
    color: white;
}
/* /View/Requests/Requests.razor.rz.scp.css */
.search-menu[b-repnjn88vp] {
    width: 98%;
    display: flex;
    justify-content: center; /* Garante que os itens se distribuam no espa�o total */
    align-items: flex-end; /* Alinha os itens pela parte inferior */
    gap: 10px; /* Espa�amento entre os itens */
    margin-top: 20px;
}

    .search-menu > div[b-repnjn88vp] {
        display: flex;
        flex-grow: 1; /* Faz com que cada div se expanda para ocupar o espa�o dispon�vel */
        justify-content: center;
    }

#table-fila[b-repnjn88vp] {
    width: 50%;
    max-height: 65vh;
    min-height: 65vh;
    margin: 15px;
    overflow: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

#table-filaMobile[b-repnjn88vp] {
    display: none;
}

#table-control[b-repnjn88vp] {
    width: 50%;
    max-height: 65vh;
    min-height: 65vh;
    margin: 15px;
    overflow: auto;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.users-table[b-repnjn88vp] {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    width: 100%;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-header[b-repnjn88vp] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-repnjn88vp] {
    display: flex;
    justify-content: end;
}

#pedido[b-repnjn88vp] {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.container[b-repnjn88vp] {
    width: 100%;
    max-height: 60vh;
    overflow: auto;
    margin: 20px auto;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 5px;
    margin: 10px;
}

.header[b-repnjn88vp] {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.header-not[b-repnjn88vp] {
    text-align: center;
    font-size: 18px;
}

.user-info[b-repnjn88vp] {
    margin-bottom: 20px;
    word-wrap: break-word; /* Quebra a palavra para ajustar ao cont�iner */
}

.phone-info[b-repnjn88vp] {
    margin-bottom: 20px;
}

.order-info[b-repnjn88vp] {
    margin-bottom: 20px;
}

.order-table[b-repnjn88vp] {
    width: 100%;
    border-collapse: collapse;
}

    .order-table th[b-repnjn88vp],
    .order-table td[b-repnjn88vp] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
    }

    .order-table th[b-repnjn88vp] {
        background-color: #f2f2f2;
    }

.syntelp-button[b-repnjn88vp] {
    background: var(--primary-color);
    border-radius: 5px;
    padding: 0 15px;
    height: 38px;
    width: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    border: none;
    color: white;
}

@media (max-width: 768px) {
    .users-table[b-repnjn88vp] {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    #table-control[b-repnjn88vp] {
        display: none;
    }

    #table-fila[b-repnjn88vp] {
        display: none;
    }

    #table-filaMobile[b-repnjn88vp] {
        display: flex;
        overflow: auto;
        min-height: 50vh;
        max-height: 50vh;
        width: 100%;
    }

    .search-menu[b-repnjn88vp] {
        display: flex;
        flex-wrap: wrap; /* Permite que os itens "quebrem" em v�rias linhas, se necess�rio */
        justify-content: center;
    }

    #input-name[b-repnjn88vp] {
        display: none;
    }

    #input-type[b-repnjn88vp] {
        order: 2;
        flex: 1 1 100%; /* Flex item ocupa toda a linha */
    }

    #input-date-start[b-repnjn88vp] {
        order: 3;
        flex: 1 1 48%; /* Flex item ocupa 48% da linha, para ter dois itens na mesma linha */
    }

    #input-date-end[b-repnjn88vp] {
        order: 4;
        flex: 1 1 48%; /* Flex item ocupa 48% da linha, para ter dois itens na mesma linha */
    }

    #filter-date[b-repnjn88vp] {
        order: 5;
    }

    .syntelp-button[b-repnjn88vp] {
        width: 50%;
    }
}
/* /View/Reservations/ReservationResume.razor.rz.scp.css */
.container[b-oxj4mszzd6] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.table-container[b-oxj4mszzd6] {
    margin-top: 10px;
    max-height: 400px; /* Defina a altura m�xima desejada */
    overflow-y: auto;
}

.table thead th[b-oxj4mszzd6] {
    position: sticky;
    top: 0;
    margin: 0;
}

.search-menu[b-oxj4mszzd6] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.molde[b-oxj4mszzd6] {
    padding: 15px;
    margin-top: 15px;
    min-width: 15vw;
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #ccc; /* Adicionado contorno */
    height: 80px;
}

.light[b-oxj4mszzd6] {
    background-color: #F2F2F2;
    color: #333;
}

.dark[b-oxj4mszzd6] {
    background-color: #D9D9D9;
    color: #666;
}

.filter-section[b-oxj4mszzd6] {
    display: flex;
    align-items: center;
}

.filter-label[b-oxj4mszzd6] {
    margin-right: 10px;
    font-size: 18px;
}

.form-select[b-oxj4mszzd6] {
    padding: 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 200px;
    max-width: 100%;
}

.table[b-oxj4mszzd6] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

    .table th[b-oxj4mszzd6], .table td[b-oxj4mszzd6] {
        border: 1px solid #ddd;
        padding: 15px;
        text-align: left;
    }

    .table th[b-oxj4mszzd6] {
        background-color: var(--primary-color);
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }

    .table td[b-oxj4mszzd6] {
        font-size: 16px;
    }

    .table tr.even[b-oxj4mszzd6] {
        background-color: #f9f9f9;
    }

    .table tr.odd[b-oxj4mszzd6] {
        background-color: #e9e9e9;
    }

.price[b-oxj4mszzd6] {
    text-align: right;
}

.no-requests[b-oxj4mszzd6] {
    font-style: italic;
    color: #999;
    font-size: 18px;
}
/* /View/Reservations/Reservations.razor.rz.scp.css */
.search-menu[b-uc3216ilm6] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
    width: 98%;
}

.users-table[b-uc3216ilm6] {
    max-height: 65vh;
    min-height: 65vh;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.syntelp-table-header[b-uc3216ilm6] {
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
    background-color: #17E7F9;
}

.syntelp-table-actions[b-uc3216ilm6] {
    display: flex;
    justify-content: end;
}

/*Pagination*/
.pagination[b-uc3216ilm6] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .pagination button[b-uc3216ilm6] {
        padding: 8px 16px;
        margin: 0 5px;
        border: 1px solid #ccc;
        background-color: #f9f9f9;
        color: #333;
        cursor: pointer;
        outline: none;
        transition: background-color 0.3s, color 0.3s;
        border-radius: 5px;
    }

        .pagination button:hover[b-uc3216ilm6] {
            background-color: #e0e0e0;
        }

        .pagination button:disabled[b-uc3216ilm6] {
            opacity: 0.6;
            cursor: not-allowed;
        }

    .pagination span[b-uc3216ilm6] {
        margin: 0 10px;
        font-size: 14px;
        color: #666;
    }

    .pagination button .arrow[b-uc3216ilm6] {
        margin-right: 5px;
    }

@media (max-width: 768px) {
    .search-menu[b-uc3216ilm6] {
        flex-wrap: wrap;
    }
}
/* /View/Reservations/UpsertReservation.razor.rz.scp.css */
.user-picture[b-u9xke20lgk] {
    gap: 20px;
    margin-top: 60px;
}

    .user-picture .user-avatar[b-u9xke20lgk] {
        width: 200px;
        height: 120px;
        background: rgba(23, 231, 249, 0.2);
        border-radius: 5px;
    }

.user-picture-actions div[b-u9xke20lgk] {
    margin-top: 10px;
}

.new-user[b-u9xke20lgk] {
    margin: 40px 0;
    width: 100%;
}

    .new-user div[b-u9xke20lgk] {
        margin-bottom: 20px;
    }

.avatar-image[b-u9xke20lgk] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.form[b-u9xke20lgk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50vw;
}

.guest-list[b-u9xke20lgk] {
    margin-top: 30px;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.guest-item[b-u9xke20lgk] {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.add-guest[b-u9xke20lgk] {
    margin-top: 20px;
}

.remove-guest[b-u9xke20lgk] {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

    .remove-guest:hover[b-u9xke20lgk] {
        background-color: #c0392b;
    }

.modal-overlay[b-u9xke20lgk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-container[b-u9xke20lgk] {
    background: white;
    border-radius: 8px;
    width: 60vw;
    align-items: start;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.container-guest[b-u9xke20lgk] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest-select-overlay[b-u9xke20lgk] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.guest-select-modal[b-u9xke20lgk] {
    background: #fff;
    border-radius: 10px;
    width: 450px;
    padding: 20px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    animation: fadeIn 0.2s ease-in-out;
}

.guest-select-body[b-u9xke20lgk] {
    max-height: 45vh;
    min-height: 45vh;
}

.guest-select-header[b-u9xke20lgk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.guest-select-close[b-u9xke20lgk] {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

.guest-select-search[b-u9xke20lgk] {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.guest-select-list[b-u9xke20lgk] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 300px;
    overflow-y: auto;
}

    .guest-select-list li[b-u9xke20lgk] {
        padding: 10px;
        border-bottom: 1px solid #eee;
        cursor: pointer;
    }

        .guest-select-list li:hover[b-u9xke20lgk] {
            background: #f0f0f0;
        }

.guest-select-empty[b-u9xke20lgk] {
    text-align: center;
    color: #999;
}
.btn-secondary[b-u9xke20lgk]{
    background-color:var(--primary-color)
}
/* /View/Schedule/NewSchedule.razor.rz.scp.css */
/* CSS Variables for NewSchedule Component */
:root[b-t3vxrw2fjk] {
    --text-color: #333;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
    --light-color: #f8f9fa;
    --dark-color: #343a40;
    --border-color: #e9ecef;
    --shadow-color: rgba(0, 0, 0, 0.1);
}

.header-container[b-t3vxrw2fjk] {
    display: flex;
    flex-direction: row;
    width:90%;
    height: 10vh; /* Reduzido de 15vh */
}
/* Schedule Header */
.schedule-header[b-t3vxrw2fjk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem; /* Reduzido de 1rem */
    width: 90%;
    background: var(--primary-color);
    border-top-left-radius: 8px; /* Reduzido de 12px */
    border-bottom-left-radius: 8px;
    box-shadow: 0 2px 4px var(--shadow-color);
}

.view-controls[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    gap: 1rem; /* Reduzido de 2rem */
}

.page-title[b-t3vxrw2fjk] {
    color: white;
    margin: 0;
    font-size: 1.3rem; /* Reduzido de 1.8rem */
    font-weight: 600;
}

.view-toggle[b-t3vxrw2fjk] {
    display: flex;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px; /* Reduzido de 8px */
    padding: 2px; /* Reduzido de 4px */
    gap: 2px; /* Reduzido de 4px */
}

.toggle-btn[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    padding: 0.5rem 0.8rem; /* Reduzido de 0.75rem 1.25rem */
    background: transparent;
    color: white;
    border: none;
    border-radius: 4px; /* Reduzido de 6px */
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.85rem; /* Adicionado tamanho menor */
}

.toggle-btn:hover[b-t3vxrw2fjk] {
    background: rgba(255, 255, 255, 0.2);
}

.toggle-btn.active[b-t3vxrw2fjk] {
    background: white;
    color: var(--secondary-color);
    box-shadow: 0 1px 2px var(--shadow-color);
}

.toggle-btn i[b-t3vxrw2fjk] {
    font-size: 0.9rem; /* Reduzido de 1.1rem */
}

.action-controls[b-t3vxrw2fjk] {
    display: flex;
    margin: 0.5rem; /* Reduzido de 1rem */
}

/* Filters Section */
.filters-section[b-t3vxrw2fjk] {
    padding: 0.1rem; /* Reduzido de 0.2rem */
    background: var(--primary-color);
    border-top-right-radius: 8px; /* Reduzido de 12px */
    border-bottom-right-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
    height: 10vh; /* Reduzido de 15vh */
}

.filters-container[b-t3vxrw2fjk] {
    display: flex;
    align-items: end;
}

.filter-group[b-t3vxrw2fjk] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    min-width: 180px; /* Reduzido de 200px */
}

.filter-label[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    font-weight: 600;
    color: white;
    font-size: 0.75rem; /* Reduzido de 0.9rem */
}

.filter-label i[b-t3vxrw2fjk] {
    color: var(--primary-color);
}

.filter-input[b-t3vxrw2fjk] {
    padding: 0.01rem; /* Reduzido de 0.75rem */
    border: 2px solid var(--border-color);
    border-radius: 6px; /* Reduzido de 8px */
    margin: 3px; /* Reduzido de 5px */
    font-size: 0.8rem; /* Reduzido de 0.95rem */
    transition: all 0.3s ease;
    background: white;
}

.filter-input:focus[b-t3vxrw2fjk] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(176, 224, 230, 0.2);
}

.clear-filters-btn[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    padding: 0.5rem 0.8rem; /* Reduzido de 0.75rem 1.25rem */
    background: var(--light-color);
    color: #6c757d;
    border: 2px solid var(--border-color);
    border-radius: 6px; /* Reduzido de 8px */
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.8rem; /* Adicionado */
}

.clear-filters-btn:hover[b-t3vxrw2fjk] {
    background: var(--border-color);
    color: #495057;
}

/* List View */
.list-view-container[b-t3vxrw2fjk] {
    display: flex;
    padding: 1rem; /* Reduzido de 1.5rem */
    margin-top: 0.5vh; /* Reduzido de 1vh */
    overflow-x: auto;
    width: 90%;
    justify-content:center;
}

.list-container[b-t3vxrw2fjk]{
    display:flex;
}
/* Table Styles */
.schedules-table[b-t3vxrw2fjk] {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 0.8rem; /* Reduzido de 0.95rem */
    border-radius: 6px; /* Reduzido de 8px */
    overflow: hidden;
    box-shadow: 0 1px 4px var(--shadow-color);
}

.schedules-table thead[b-t3vxrw2fjk] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
}

.schedules-table th[b-t3vxrw2fjk] {
    padding: 0.6rem 0.5rem; /* Reduzido de 1rem 0.75rem */
    text-align: left;
    font-weight: 600;
    font-size: 0.75rem; /* Reduzido de 0.9rem */
    text-transform: uppercase;
    letter-spacing: 0.3px; /* Reduzido de 0.5px */
    border: none;
}

.schedules-table th i[b-t3vxrw2fjk] {
    margin-right: 0.3rem; /* Reduzido de 0.5rem */
    opacity: 0.9;
    font-size: 0.7rem; /* Adicionado */
}

.schedules-table tbody[b-t3vxrw2fjk] {
    background: white;
}

.schedules-table tbody tr[b-t3vxrw2fjk] {
    border-bottom: 1px solid var(--border-color);
    transition: all 0.3s ease;
}

.schedules-table tbody tr:nth-child(odd)[b-t3vxrw2fjk] {
    background-color: #f9f9f9;
}

.schedules-table tbody tr:nth-child(even)[b-t3vxrw2fjk] {
    background-color: #ffffff;
}

.schedules-table tbody tr:hover[b-t3vxrw2fjk] {
    background-color: #f0f8ff;
    box-shadow: 0 1px 4px var(--shadow-color);
}

.schedules-table tbody tr.past-schedule[b-t3vxrw2fjk] {
    opacity: 0.7;
    background-color: #f8f9fa;
}

.schedules-table tbody tr.past-schedule:nth-child(odd)[b-t3vxrw2fjk] {
    background-color: #f1f3f4;
}

.schedules-table td[b-t3vxrw2fjk] {
    padding: 0.6rem 0.5rem; /* Reduzido de 1rem 0.75rem */
    vertical-align: middle;
    border: none;
}

/* Table Cell Specific Styles */
.room-cell[b-t3vxrw2fjk] {
    font-weight: 600;
    color: var(--secondary-color);
}

.room-number[b-t3vxrw2fjk] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    padding: 0.15rem 0.5rem; /* Reduzido de 0.25rem 0.75rem */
    background: linear-gradient(135deg, var(--primary-color), #8fd3e1);
    color: white;
    border-radius: 15px; /* Reduzido de 20px */
    font-size: 0.7rem; /* Reduzido de 0.85rem */
    font-weight: 600;
}

.guest-cell[b-t3vxrw2fjk] {
    font-weight: 500;
    color: var(--text-color);
    font-size: 0.8rem; /* Adicionado */
}

.guest-name[b-t3vxrw2fjk] {
    font-weight: 600;
}

.date-cell[b-t3vxrw2fjk] {
    color: #000;
    font-family: 'Courier New', monospace;
    font-size: 0.75rem; /* Adicionado */
}

.date-value[b-t3vxrw2fjk] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.3rem; /* Reduzido de 0.25rem 0.5rem */
    background: var(--light-color);
    border-radius: 3px; /* Reduzido de 4px */
    font-size: 0.75rem; /* Reduzido de 0.9rem */
}

.status-cell[b-t3vxrw2fjk] {
    text-align: center;
}

.status-badge[b-t3vxrw2fjk] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem; /* Reduzido de 0.4rem 0.8rem */
    border-radius: 15px; /* Reduzido de 20px */
    font-size: 0.65rem; /* Reduzido de 0.8rem */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px; /* Reduzido de 0.5px */
}

.status-scheduled[b-t3vxrw2fjk] {
    background: #d1ecf1;
    color: #0c5460;
}

.status-finished[b-t3vxrw2fjk] {
    background: #d4edda;
    color: #155724;
}

.actions-cell[b-t3vxrw2fjk] {
    text-align: center;
    width: 100px; /* Reduzido de 120px */
}

.table-actions[b-t3vxrw2fjk] {
    display: flex;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    justify-content: center;
    align-items: center;
}

.action-btn[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px; /* Reduzido de 36px */
    height: 28px; /* Reduzido de 36px */
    border: none;
    border-radius: 4px; /* Reduzido de 6px */
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.7rem; /* Reduzido de 0.85rem */
}

.edit-btn[b-t3vxrw2fjk] {
    background: var(--primary-color);
    color: white;
}

.edit-btn:hover[b-t3vxrw2fjk] {
    background: #8fd3e1;
}

.delete-btn[b-t3vxrw2fjk] {
    background: var(--danger-color);
    color: #222;
}

.delete-btn:hover[b-t3vxrw2fjk] {
    background: #c82333;
}

/* Empty State */
.empty-state[b-t3vxrw2fjk] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 2rem; /* Reduzido de 3rem */
    color: #6c757d;
}

.empty-state i[b-t3vxrw2fjk] {
    font-size: 3rem; /* Reduzido de 4rem */
    color: var(--primary-color);
    margin-bottom: 0.8rem; /* Reduzido de 1rem */
}

.empty-state h3[b-t3vxrw2fjk] {
    color: var(--secondary-color);
    margin-bottom: 0.3rem; /* Reduzido de 0.5rem */
    font-size: 1.1rem; /* Adicionado */
}

.empty-state p[b-t3vxrw2fjk] {
    font-size: 0.9rem; /* Adicionado */
}

/* Calendar Improvements */
.calendar-container[b-t3vxrw2fjk] {
    background: white;
    border-radius: 8px; /* Reduzido de 12px */
    padding: 1rem; /* Reduzido de 1.5rem */
    width: 90%;
    max-height: 80vh; /* Aumentado de 75vh para aproveitar mais espaço */
    overflow:auto;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.calendar-header[b-t3vxrw2fjk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem; /* Reduzido de 2rem */
    padding: 0.8rem; /* Reduzido de 1rem */
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 6px; /* Reduzido de 8px */
}

.nav-btn[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px; /* Reduzido de 45px */
    height: 35px; /* Reduzido de 45px */
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 6px; /* Reduzido de 8px */
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem; /* Reduzido de 1.1rem */
}

.nav-btn:hover[b-t3vxrw2fjk] {
    background: rgba(255, 255, 255, 0.3);
}

.current-month[b-t3vxrw2fjk] {
    color: white;
    margin: 0;
    font-size: 1.1rem; /* Reduzido de 1.4rem */
    font-weight: 600;
    text-transform: capitalize;
}

.calendar-grid[b-t3vxrw2fjk] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px; /* Reduzido de 8px */
    max-width: 100%;
    overflow: visible;
}

.calendar-day-name[b-t3vxrw2fjk] {
    font-weight: 700;
    text-align: center;
    background: var(--secondary-color);
    color: white;
    padding: 0.6rem 0.3rem; /* Reduzido de 1rem 0.5rem */
    border-radius: 6px; /* Reduzido de 8px */
    font-size: 0.75rem; /* Reduzido de 0.9rem */
    text-transform: uppercase;
    letter-spacing: 0.3px; /* Reduzido de 0.5px */
}

.calendar-day[b-t3vxrw2fjk] {
    border: 2px solid var(--border-color);
    min-height: 90px; /* Reduzido de 120px */
    padding: 0.5rem; /* Reduzido de 0.75rem */
    background: white;
    border-radius: 6px; /* Reduzido de 8px */
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.calendar-day:hover[b-t3vxrw2fjk] {
    border-color: var(--primary-color);
    box-shadow: 0 2px 4px var(--shadow-color);
}

.calendar-day.empty[b-t3vxrw2fjk] {
    background: var(--light-color);
    border-color: #dee2e6;
}

.calendar-day.today[b-t3vxrw2fjk] {
    border-color: var(--secondary-color);
    background: linear-gradient(135deg, #fff, #f0f8ff);
}

.day-number[b-t3vxrw2fjk] {
    font-weight: 700;
    margin-bottom: 0.3rem; /* Reduzido de 0.5rem */
    color: var(--secondary-color);
    font-size: 0.9rem; /* Reduzido de 1.1rem */
}

.events-container[b-t3vxrw2fjk] {
    display: flex;
    flex-direction: column;
    gap: 2px; /* Reduzido de 4px */
    flex: 1;
}

.event-item[b-t3vxrw2fjk] {
    background: linear-gradient(135deg, var(--primary-color), #8fd3e1);
    color: white;
    padding: 2px 4px; /* Reduzido de 4px 6px */
    border-radius: 3px; /* Reduzido de 4px */
    font-size: 0.65rem; /* Reduzido de 0.75rem */
    display: flex;
    align-items: center;
    gap: 2px; /* Reduzido de 4px */
    box-shadow: 0 1px 2px var(--shadow-color);
}

.room-badge[b-t3vxrw2fjk] {
    background: rgba(255, 255, 255, 0.3);
    padding: 1px 4px; /* Reduzido de 2px 6px */
    border-radius: 2px; /* Reduzido de 3px */
    font-weight: 700;
    font-size: 0.6rem; /* Reduzido de 0.7rem */
}

.guest-name[b-t3vxrw2fjk] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.more-events[b-t3vxrw2fjk] {
    background: rgba(0, 0, 0, 0.1);
    color: #666;
    padding: 1px 2px; /* Reduzido de 2px 4px */
    border-radius: 2px; /* Reduzido de 3px */
    font-size: 0.6rem; /* Reduzido de 0.7rem */
    text-align: center;
    font-style: italic;
}

.past-day[b-t3vxrw2fjk] {
    background: var(--light-color);
    color: #aaa;
}

.past-day .day-number[b-t3vxrw2fjk] {
    color: #aaa;
}

.future-day[b-t3vxrw2fjk] {
    background: #ffffff;
}

/* Modal Improvements */
.modal-overlay[b-t3vxrw2fjk] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    padding: 1rem;
}

.modal-container[b-t3vxrw2fjk] {
    background: white;
    border-radius: 12px; /* Reduzido de 16px */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    max-width: 550px; /* Reduzido de 600px */
    width: 100%;
    max-height: 90vh;
    overflow: hidden;
    animation: modalAppear-b-t3vxrw2fjk 0.3s ease-out;
}

@keyframes modalAppear-b-t3vxrw2fjk {
    from {
        opacity: 0;
        transform: scale(0.9) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.modal-header[b-t3vxrw2fjk] {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    color: white;
    padding: 1.5rem; /* Reduzido de 2rem */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title[b-t3vxrw2fjk] {
    margin: 0;
    font-size: 1.1rem; /* Reduzido de 1.3rem */
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Reduzido de 0.75rem */
}

.close-btn[b-t3vxrw2fjk] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 32px; /* Reduzido de 40px */
    height: 32px; /* Reduzido de 40px */
    border-radius: 6px; /* Reduzido de 8px */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    font-size: 0.8rem; /* Adicionado */
}

.close-btn:hover[b-t3vxrw2fjk] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.modal-body[b-t3vxrw2fjk] {
    padding: 1.5rem; /* Reduzido de 2rem */
    max-height: calc(90vh - 150px); /* Reduzido de 200px */
    overflow-y: auto;
}

.form-group[b-t3vxrw2fjk] {
    margin-bottom: 1rem; /* Reduzido de 1.5rem */
}

.form-row[b-t3vxrw2fjk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem; /* Reduzido de 1.5rem */
}

.form-label[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    margin-bottom: 0.3rem; /* Reduzido de 0.5rem */
    font-weight: 600;
    color: var(--secondary-color);
    font-size: 0.85rem; /* Adicionado */
}

.form-label i[b-t3vxrw2fjk] {
    color: var(--primary-color);
    font-size: 0.8rem; /* Adicionado */
}

.form-input[b-t3vxrw2fjk] {
    width: 100%;
    padding: 0.7rem; /* Reduzido de 1rem */
    border: 2px solid var(--border-color);
    border-radius: 6px; /* Reduzido de 8px */
    font-size: 0.85rem; /* Reduzido de 1rem */
    transition: all 0.3s ease;
}

.form-input:focus[b-t3vxrw2fjk] {
    outline: none;
    border-color: var(--primary-color);
    box-shadow: 0 0 0 2px rgba(176, 224, 230, 0.2);
}

.modal-actions[b-t3vxrw2fjk] {
    display: flex;
    gap: 0.8rem; /* Reduzido de 1rem */
    justify-content: flex-end;
    margin-top: 2rem; /* Reduzido de 3rem */
    padding-top: 1rem; /* Reduzido de 1.5rem */
    border-top: 1px solid var(--border-color);
}

.btn-primary[b-t3vxrw2fjk], .btn-secondary[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    gap: 0.3rem; /* Reduzido de 0.5rem */
    padding: 0.6rem 1.2rem; /* Reduzido de 0.75rem 1.5rem */
    border: none;
    border-radius: 6px; /* Reduzido de 8px */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 0.85rem; /* Adicionado */
}

.btn-primary[b-t3vxrw2fjk] {
    background: var(--secondary-color);
    color: white;
}

.btn-primary:hover[b-t3vxrw2fjk] {
    background: #003147;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.btn-secondary[b-t3vxrw2fjk] {
    background: #6c757d;
    color: white;
}

.btn-secondary:hover[b-t3vxrw2fjk] {
    background: #5a6268;
    transform: translateY(-1px);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.validation-summary[b-t3vxrw2fjk] {
    background: #f8d7da;
    color: #721c24;
    padding: 0.8rem; /* Reduzido de 1rem */
    border-radius: 6px; /* Reduzido de 8px */
    margin-bottom: 1rem; /* Reduzido de 1.5rem */
    font-size: 0.8rem; /* Adicionado */
}

/* Day Events Modal Styles */
.day-events-list[b-t3vxrw2fjk] {
    display: flex;
    flex-direction: column;
    gap: 0.8rem; /* Reduzido de 1rem */
    max-height: 350px; /* Reduzido de 400px */
}

.day-event-item[b-t3vxrw2fjk] {
    display: flex !important;
    align-items: center;
    gap: 0.8rem; /* Reduzido de 1rem */
    height: 80px; /* Reduzido de 100px */
    flex-direction: row;
    background: white;
    border: 2px solid var(--border-color);
    border-radius: 8px; /* Reduzido de 12px */
    padding: 1rem; /* Reduzido de 1.5rem */
    transition: all 0.3s ease;
    box-shadow: 0 1px 3px var(--shadow-color);
    margin-bottom: 0.3rem; /* Reduzido de 0.5rem */
}

.day-event-item:hover[b-t3vxrw2fjk] {
    border-color: var(--primary-color);
    box-shadow: 0 2px 6px var(--shadow-color);
    transform: translateY(-1px);
}

.day-event-item.past-event[b-t3vxrw2fjk] {
    opacity: 0.7;
    background-color: #f8f9fa;
    border-color: #dee2e6;
}

.event-header[b-t3vxrw2fjk] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.6rem; /* Reduzido de 1rem */
    padding-bottom: 0.3rem; /* Reduzido de 0.5rem */
    border-bottom: 1px solid var(--border-color);
}

.room-info[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
}

.room-badge-large[b-t3vxrw2fjk] {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.7rem; /* Reduzido de 0.5rem 1rem */
    background: linear-gradient(135deg, var(--primary-color), #8fd3e1);
    color: white;
    border-radius: 15px; /* Reduzido de 20px */
    font-size: 0.75rem; /* Reduzido de 0.9rem */
    font-weight: 600;
    white-space: nowrap;
}

.event-status[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
}

.event-content[b-t3vxrw2fjk] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem; /* Reduzido de 0.75rem */
    margin-bottom: 0.6rem; /* Reduzido de 1rem */
    padding: 0.3rem 0; /* Reduzido de 0.5rem 0 */
}

.guest-info[b-t3vxrw2fjk],
.date-range[b-t3vxrw2fjk] {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* Reduzido de 0.75rem */
    color: var(--text-color);
    font-size: 0.8rem; /* Reduzido de 0.95rem */
    padding: 0.15rem 0; /* Reduzido de 0.25rem 0 */
}

.guest-info i[b-t3vxrw2fjk],
.date-range i[b-t3vxrw2fjk] {
    color: var(--primary-color);
    width: 14px; /* Reduzido de 18px */
    text-align: center;
    flex-shrink: 0;
    font-size: 0.75rem; /* Adicionado */
}

.guest-info strong[b-t3vxrw2fjk] {
    font-weight: 600;
    color: var(--secondary-color);
}

.event-actions[b-t3vxrw2fjk] {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem; /* Reduzido de 0.75rem */
    padding-top: 0.6rem; /* Reduzido de 1rem */
    border-top: 1px solid var(--border-color);
    margin-top: auto;
}

.empty-day-events[b-t3vxrw2fjk] {
    text-align: center;
    padding: 2rem 1.5rem; /* Reduzido de 3rem 2rem */
    color: #6c757d;
}

.empty-day-events i[b-t3vxrw2fjk] {
    font-size: 2.5rem; /* Reduzido de 3.5rem */
    color: var(--primary-color);
    margin-bottom: 1rem; /* Reduzido de 1.5rem */
    display: block;
}

.empty-day-events h4[b-t3vxrw2fjk] {
    color: var(--secondary-color);
    margin-bottom: 0.5rem; /* Reduzido de 0.75rem */
    font-size: 1rem; /* Reduzido de 1.2rem */
}

.empty-day-events p[b-t3vxrw2fjk] {
    font-size: 0.8rem; /* Reduzido de 0.95rem */
    line-height: 1.4; /* Reduzido de 1.5 */
}

/* Enhanced modal container for day events */
.modal-container .day-events-list .day-event-item:first-child[b-t3vxrw2fjk] {
    margin-top: 0;
}

.modal-container .day-events-list .day-event-item:last-child[b-t3vxrw2fjk] {
    margin-bottom: 0;
}

/* Responsive adjustments for day events modal */
@media (max-width: 768px) {
    .day-events-list[b-t3vxrw2fjk] {
        padding: 0;
        gap: 0.5rem; /* Reduzido de 0.75rem */
    }
    
    .day-event-item[b-t3vxrw2fjk] {
        padding: 1rem; /* Reduzido de 1.25rem */
        margin-bottom: 0.2rem; /* Reduzido de 0.25rem */
        height: auto; /* Permitir altura automática em mobile */
    }
    
    .event-header[b-t3vxrw2fjk] {
        flex-direction: column;
        gap: 0.5rem; /* Reduzido de 0.75rem */
        align-items: flex-start;
        margin-bottom: 0.5rem; /* Reduzido de 0.75rem */
    }
    
    .event-content[b-t3vxrw2fjk] {
        gap: 0.3rem; /* Reduzido de 0.5rem */
    }
    
    .event-actions[b-t3vxrw2fjk] {
        justify-content: center;
        gap: 0.3rem; /* Reduzido de 0.5rem */
    }
    
    .empty-day-events[b-t3vxrw2fjk] {
        padding: 1.5rem 0.8rem; /* Reduzido de 2rem 1rem */
    }
    
    .empty-day-events i[b-t3vxrw2fjk] {
        font-size: 2rem; /* Reduzido de 2.5rem */
        margin-bottom: 0.8rem; /* Reduzido de 1rem */
    }
}
/* /View/StockMovement/StockMovement.razor.rz.scp.css */
.search-menu[b-oya26hdqfg] {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.users-table[b-oya26hdqfg] {
    display: flex;
    flex-direction: row;
    gap: 15px;
    max-height: 70vh;
    min-height: 70vh;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

.separated-table[b-oya26hdqfg] {
    overflow: auto;
    text-align: center;
    font-size: 16px;
    width: 100%;
}

.syntelp-table-header[b-oya26hdqfg] {
    background-color: #17E7F9;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    border-radius: 5px;
}

.syntelp-table-actions[b-oya26hdqfg] {
    display: flex;
    justify-content: end;
}

.modal-overlay[b-oya26hdqfg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.button-price[b-oya26hdqfg] {
    margin: 5px;
}

.modal-content[b-oya26hdqfg] {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 800px;
    width: 100%;
}

    .modal-content h3[b-oya26hdqfg] {
        margin-top: 0;
    }

.price-table[b-oya26hdqfg] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .price-table th[b-oya26hdqfg], .price-table td[b-oya26hdqfg] {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: center;
    }

    .price-table input[b-oya26hdqfg] {
        width: 100%;
        padding: 4px;
        box-sizing: border-box;
    }

.modal-actions[b-oya26hdqfg] {
    display: flex;
    justify-content: space-between;
}

.button-price[b-oya26hdqfg] {
    border-color: transparent;
    border-radius: 5px;
}

.input-price[b-oya26hdqfg] {
    border-radius: 5px;
}

@media (max-width: 768px) {
    .search-menu[b-oya26hdqfg] {
        flex-wrap: wrap;
    }
}
/* /View/Users/UpsertUser.razor.rz.scp.css */
.user-picture[b-6adgroju8h] {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

.user-picture-actions[b-6adgroju8h] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.user-picture .user-avatar[b-6adgroju8h] {
    width: 81px;
    height: 81px;
    background: rgba(23, 231, 249, 0.2);
    border-radius: 50%;
}

.user-picture-actions div[b-6adgroju8h] {
    margin-top: 10px;
}

.new-user[b-6adgroju8h] {
    margin: 40px 0;
    width: 100%;
}

    .new-user div[b-6adgroju8h] {
        margin-bottom: 20px;
    }

.avatar-image[b-6adgroju8h] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.form[b-6adgroju8h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
}

form-check.form-switch[b-6adgroju8h] {
    cursor: pointer;
}

.custom-switch-input:checked[b-6adgroju8h] {
    margin-left: 5px;
    border-color: transparent;
    background-color: var(--primary-color); /* Cor quando o switch est� ligado */
}

.custom-switch-input:not(:checked)[b-6adgroju8h] {
    margin-left: 5px;
}

/*Modal*/

/* Estilo do modal */
.custom-modal[b-6adgroju8h] {
    background: white;
    border-radius: 8px;
    width: 400px;
    padding: 20px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

/* Estilo da header do modal */
.modal-header[b-6adgroju8h] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* Estilo do bot�o de fechar */
.close-button[b-6adgroju8h] {
    background: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

/* Estilo do corpo do modal */
.modal-body[b-6adgroju8h] {
    padding: 20px 0;
}

/* Estilo do footer do modal */
.modal-footer[b-6adgroju8h] {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

/* Estilo dos inputs */
.form-control[b-6adgroju8h] {
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}

/* Estilo do bot�o de a��o */
.btn[b-6adgroju8h] {
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}

.btn-secondary[b-6adgroju8h] {
    background-color: #6c757d;
    color: white;
    border: none;
}

.btn-primary[b-6adgroju8h] {
    background-color: #007bff;
    color: white;
    border: none;
}

/* Estilo de erro */
.text-danger[b-6adgroju8h] {
    color: red;
    font-size: 14px;
}
/* /View/Users/Users.razor.rz.scp.css */
.search-menu[b-zt9tq2o3l7] {
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 10px;
}

.users-table[b-zt9tq2o3l7] {
    max-height: 50vh;
    min-height: 50vh;
    overflow: auto;
    box-shadow: 3px 3px 3px 3px rgba(136, 136, 136, 0.2);
    margin-top: 20px;
    width: 98%;
}

@media (max-width: 768px) {
    .search-menu[b-zt9tq2o3l7] {
        flex-wrap: wrap;
        justify-content: start;
        gap: 5px;
    }
}
