/* _content/LaundryAlojamentoLocal/Pages/Controls/Password.razor.rz.scp.css */
.password-container[b-4sl07dm0jg] {
    padding: 0px !important;
    position: relative;
}


.btn-ver-detalhes-black[b-4sl07dm0jg] {
    background: url(/css/images/eye.png);
    background-position-y: center;
    margin-left: -24px;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
    border: none;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    position: absolute;
}

.btn-ver-detalhes-blue[b-4sl07dm0jg] {
    background: url("/css/images/eye_blue.png");
    background-position-y: center;
    margin-left: -24px;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 100%;
    border: none;
    background-color: transparent;
    display: inline-block;
    cursor: pointer;
    position: absolute;
}
/* _content/LaundryAlojamentoLocal/Pages/Loading.razor.rz.scp.css */

/* Modal atualizado com 70% da largura */
.modal-backdrop[b-ye2ik7f80t] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-ye2ik7f80t 0.3s ease;
}

.modal-content[b-ye2ik7f80t] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 250px;
    animation: slideIn-b-ye2ik7f80t 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* Animações */
@keyframes fadeIn-b-ye2ik7f80t {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-ye2ik7f80t {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.imagem-spinner[b-ye2ik7f80t] {
    width: 100px;
    height: 100px;
    animation: rotacao-b-ye2ik7f80t 4s linear infinite;
    border: none;
}

@keyframes rotacao-b-ye2ik7f80t {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/* _content/LaundryAlojamentoLocal/Pages/LoginForm.razor.rz.scp.css */
body[b-779ymmmoij] {
}

.alert-danger[b-779ymmmoij] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.description-limited[b-779ymmmoij] {
    max-height: 6em; /* Limita a altura a 4 linhas, ajustável conforme o seu conteúdo */
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.description-expanded[b-779ymmmoij] {
    max-height: none;
    overflow: visible;
}

.modal-overlay[b-779ymmmoij] {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-779ymmmoij] {
    background-color: #f5f5f5;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s, box-shadow 0.3s;
}

    .modal-content h3[b-779ymmmoij] {
        color: #333;
        margin-bottom: 15px;
    }

    .modal-content label[b-779ymmmoij] {
        color: #555;
        margin-bottom: 8px;
        display: block;
    }

    .modal-content .label2[b-779ymmmoij] {
        color: #555;
        margin: 0px;
        margin-top: 10px;
        font-weight: bold;
        display: block;
        font-size: smaller;
    }

    .modal-content select[b-779ymmmoij] {
        background-color: #fff;
        color: #333;
        border: 1px solid #ccc;
        padding: 8px;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

        .modal-content select option[b-779ymmmoij] {
            font-size: 1.1rem;
            padding: 10px;
            background-color: #f5f5f5;
            color: #333;
        }


.modal-buttons[b-779ymmmoij] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form-group[b-779ymmmoij] {
    margin-top:15px;
}

.btn-button2[b-779ymmmoij] {
    background-color: #2094f3 !important;
    color: #FFFFFF !important;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-button3[b-779ymmmoij] {
    background-color: white !important;
    color: #55baa1 !important;
    border: 1px #55baa1 solid;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-success[b-779ymmmoij] {
    background-color: #007bff;
    color: #fff;
}

    .btn-success:hover[b-779ymmmoij] {
        background-color: #0056b3;
    }




.botao-lado[b-779ymmmoij] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px; /* Espaço entre os botões */
    margin-top: 0.5rem;
}

    .botao-lado .btn-link[b-779ymmmoij] {
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }




h2[b-779ymmmoij] {
    font-size: 2rem;
    color: #2e7d32; /* verde escuro elegante */
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #a8e6a1; /* mesma cor do botão */
    padding-bottom: 0.5rem;
    letter-spacing: 1px;
}

button:focus[b-779ymmmoij] {
    outline: none !important;
    box-shadow: none !important;
}


.btn-alternativo[b-779ymmmoij] {
    border-radius: 5px;
    margin-left: 25px;
    padding: 0.4rem 1rem;
    margin-block-end: 15px;
}


.adicionar[b-779ymmmoij] {
    display: flex;
    gap: 10px; /* Espaçamento entre os botões */
    justify-content: flex-end;
    align-items: center; /* Centraliza os botões verticalmente */
    margin-right: 25px;
    border: none;
    outline: none;
}

button.text[b-779ymmmoij], a.link[b-779ymmmoij] {
    background-color: transparent;
    color: #373F41;
    text-decoration: none;
}

/* Botão primário desativado */
button.primary:disabled[b-779ymmmoij] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão secundário desativado */
button.secondary:disabled[b-779ymmmoij] {
    background-color: #F8F8F8;
    color: #CCCCCC;
    cursor: not-allowed;
}




/* Modal atualizado com 70% da largura */
.modal-backdrop[b-779ymmmoij] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-779ymmmoij 0.3s ease;
}

.modal-content[b-779ymmmoij] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    max-width: 600px;
    animation: slideIn-b-779ymmmoij 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Animações */
@keyframes fadeIn-b-779ymmmoij {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-779ymmmoij {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.campo[b-779ymmmoij] {
    width: 150px;
}

@media (min-width: 769px) {
    .table-responsive[b-779ymmmoij] {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    h2[b-779ymmmoij] {
        font-size: 1.4rem;
    }

    .btn-button2[b-779ymmmoij] {
        /*
        margin-top: 0.5rem;
        */
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }

    .btn-alternativo[b-779ymmmoij] {
        /*display: none;  Oculta o botão de alternar visualização */
    }


    th[b-779ymmmoij] {
        font-size: 0.80rem;
    }

    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-779ymmmoij] {
        width: 80%; /* Usar 90% da largura da tela em dispositivos móveis */
        padding: 20px; /* Menos padding para não ocupar muito espaço */
    }


    /* Ajustes no modal-overlay para garantir que ele ocupe toda a tela no mobile */
    .modal-overlay[b-779ymmmoij] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-779ymmmoij] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-779ymmmoij] {
        font-size: 12px; /* Reduzir o tamanho da fonte para ser mais legível em telas pequenas */
        margin-bottom: 8px; /* Adicionar um pequeno espaço abaixo da mensagem de erro */
    }
}

/* Telas até 400px */
@media (max-width: 400px) {
    h2[b-779ymmmoij] {
        font-size: 1.2rem;
    }

    .campo[b-779ymmmoij] {
        width: 100%;
    }


    .btn-alternativo[b-779ymmmoij] {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    th[b-779ymmmoij] {
        font-size: 0.75rem;
    }
    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-779ymmmoij] {
        width: 80%; /* Usar 90% da largura da tela em dispositivos móveis */
        padding: 12px; /* Menos padding para não ocupar muito espaço */
    }


    /* Ajustes no modal-overlay para garantir que ele ocupe toda a tela no mobile */
    .modal-overlay[b-779ymmmoij] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-779ymmmoij] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-779ymmmoij] {
        font-size: 12px; /* Reduzir o tamanho da fonte para ser mais legível em telas pequenas */
        margin-bottom: 8px; /* Adicionar um pequeno espaço abaixo da mensagem de erro */
    }
}

@media only screen and (orientation: landscape) {
    .modal-backdrop[b-779ymmmoij] {
       position:absolute;
       top:0px;
       height:100%;
    }
}

/* _content/LaundryAlojamentoLocal/Pages/Logout.razor.rz.scp.css */
body[b-krkb184uwg] {
}
.alert-danger[b-krkb184uwg] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.description-limited[b-krkb184uwg] {
    max-height: 6em; /* Limita a altura a 4 linhas, ajustável conforme o seu conteúdo */
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.description-expanded[b-krkb184uwg] {
    max-height: none;
    overflow: visible;
}

.modal-overlay[b-krkb184uwg] {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-krkb184uwg] {
    background-color: #f5f5f5;
    color: #333;
    padding: 20px;
    border-radius: 8px;
    width: 400px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    transition: background-color 0.3s, box-shadow 0.3s;
}

    .modal-content h3[b-krkb184uwg] {
        color: #333;
        margin-bottom: 15px;
    }

    .modal-content label[b-krkb184uwg] {
        color: #555;
        margin-bottom: 8px;
        display: block;
    }

    .modal-content select[b-krkb184uwg] {
        background-color: #fff;
        color: #333;
        border: 1px solid #ccc;
        padding: 8px;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

        .modal-content select option[b-krkb184uwg] {
            font-size: 1.1rem;
            padding: 10px;
            background-color: #f5f5f5;
            color: #333;
        }


.modal-buttons[b-krkb184uwg] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form-group[b-krkb184uwg] {
    margin-top:15px;
}


.btn-primary_[b-krkb184uwg] {
    background-color: #0c6259;
    color: #FFFFFF;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.btn-success[b-krkb184uwg] {
    background-color: #007bff;
    color: #fff;
}

    .btn-success:hover[b-krkb184uwg] {
        background-color: #0056b3;
    }




.botao-lado[b-krkb184uwg] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px; /* Espaço entre os botões */
    margin-top: 0.5rem;
}

    .botao-lado .btn-link[b-krkb184uwg] {
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }




h2[b-krkb184uwg] {
    font-size: 2rem;
    color: #2e7d32; /* verde escuro elegante */
    margin-bottom: 1rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #a8e6a1; /* mesma cor do botão */
    padding-bottom: 0.5rem;
    letter-spacing: 1px;
}

button:focus[b-krkb184uwg] {
    outline: none !important;
    box-shadow: none !important;
}


.btn-alternativo[b-krkb184uwg] {
    border-radius: 5px;
    margin-left: 25px;
    padding: 0.4rem 1rem;
    margin-block-end: 15px;
}


.adicionar[b-krkb184uwg] {
    display: flex;
    gap: 10px; /* Espaçamento entre os botões */
    justify-content: flex-end;
    align-items: center; /* Centraliza os botões verticalmente */
    margin-right: 25px;
    border: none;
    outline: none;
}

button.text[b-krkb184uwg], a.link[b-krkb184uwg] {
    background-color: transparent;
    color: #373F41;
    text-decoration: none;
}

/* Botão primário desativado */
button.primary:disabled[b-krkb184uwg] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão secundário desativado */
button.secondary:disabled[b-krkb184uwg] {
    background-color: #F8F8F8;
    color: #CCCCCC;
    cursor: not-allowed;
}




/* Modal atualizado com 70% da largura */
.modal-backdrop[b-krkb184uwg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    animation: fadeIn-b-krkb184uwg 0.3s ease;
}

.modal-content[b-krkb184uwg] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    max-width: 600px;
    animation: slideIn-b-krkb184uwg 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Animações */
@keyframes fadeIn-b-krkb184uwg {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-krkb184uwg {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.campo[b-krkb184uwg] {
    width: 150px;
}

@media (min-width: 769px) {
    .table-responsive[b-krkb184uwg] {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    h2[b-krkb184uwg] {
        font-size: 1.4rem;
    }

    .btn-alternativo[b-krkb184uwg] {
        /*display: none;  Oculta o botão de alternar visualização */
    }


    th[b-krkb184uwg] {
        font-size: 0.80rem;
    }

    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-krkb184uwg] {
        width: 80%; /* Usar 90% da largura da tela em dispositivos móveis */
        padding: 20px; /* Menos padding para não ocupar muito espaço */
    }


    /* Ajustes no modal-overlay para garantir que ele ocupe toda a tela no mobile */
    .modal-overlay[b-krkb184uwg] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-krkb184uwg] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-krkb184uwg] {
        font-size: 12px; /* Reduzir o tamanho da fonte para ser mais legível em telas pequenas */
        margin-bottom: 8px; /* Adicionar um pequeno espaço abaixo da mensagem de erro */
    }
}

/* Telas até 400px */
@media (max-width: 400px) {
    h2[b-krkb184uwg] {
        font-size: 1.2rem;
    }

    .campo[b-krkb184uwg] {
        width: 100%;
    }


    .btn-alternativo[b-krkb184uwg] {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    th[b-krkb184uwg] {
        font-size: 0.75rem;
    }
    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-krkb184uwg] {
        width: 80%; /* Usar 90% da largura da tela em dispositivos móveis */
        padding: 12px; /* Menos padding para não ocupar muito espaço */
    }


    /* Ajustes no modal-overlay para garantir que ele ocupe toda a tela no mobile */
    .modal-overlay[b-krkb184uwg] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-krkb184uwg] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-krkb184uwg] {
        font-size: 12px; /* Reduzir o tamanho da fonte para ser mais legível em telas pequenas */
        margin-bottom: 8px; /* Adicionar um pequeno espaço abaixo da mensagem de erro */
    }
}

/* _content/LaundryAlojamentoLocal/Shared/MainLayout.razor.rz.scp.css */
.page[b-h3e62ho0fy] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-h3e62ho0fy] {
    flex: 1;
}

.sidebar[b-h3e62ho0fy] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-h3e62ho0fy] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-h3e62ho0fy]  a, .top-row .btn-link[b-h3e62ho0fy] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-h3e62ho0fy] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-h3e62ho0fy] {
        display: none;
    }

    .top-row.auth[b-h3e62ho0fy] {
        justify-content: space-between;
    }

    .top-row a[b-h3e62ho0fy], .top-row .btn-link[b-h3e62ho0fy] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-h3e62ho0fy] {
        flex-direction: row;
    }

    .sidebar[b-h3e62ho0fy] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-h3e62ho0fy] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-h3e62ho0fy], article[b-h3e62ho0fy] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
