/* _content/LaundryClienteHotel/Components/Controls/Password.razor.rz.scp.css */
.password-container[b-tkpyn4enr3] {
    position: relative;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: .25rem 4px;
}


.btn-ver-detalhes-black[b-tkpyn4enr3] {
    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-tkpyn4enr3] {
    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/LaundryClienteHotel/Components/Layout/LoginLayout.razor.rz.scp.css */
.page[b-aqsuk9cf4z] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-aqsuk9cf4z] {
    flex: 1;
    margin-top: 0;
    padding: 0; /* importante */
   
    padding: 0 !important;
    margin: 0 !important;


}
article.content > *:first-child[b-aqsuk9cf4z] {
    margin-top: 0 !important;
}


.headerbar[b-aqsuk9cf4z] {
    background-color: #0c645b;
    width: 100%;
    height: 60px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
}

.applogo[b-aqsuk9cf4z] {
    height: 37px;
    width: 60px;
    background-image: url('/css/images/dorilimpa-logo-BuxRSxix_white.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: inline-block;
}

/* Top menu fixo */
.top-row[b-aqsuk9cf4z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    margin-bottom: 0;
    padding: 0 1rem; /* define padding lateral */
    margin-bottom: 4px;
}

    /* Links dentro do top-row */
    .top-row[b-aqsuk9cf4z]  a,
    .top-row[b-aqsuk9cf4z]  .btn-link {
        white-space: nowrap;
        margin-left: 1rem;
        text-decoration: none;
    }

        .top-row[b-aqsuk9cf4z]  a:hover,
        .top-row[b-aqsuk9cf4z]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-aqsuk9cf4z]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

article.content[b-aqsuk9cf4z] {
    margin: 0;
    padding: 1rem;
}

.footer[b-aqsuk9cf4z] {
    text-align: center;
    border-top: #e5e7eb 1px solid;
    padding-top: 10px;
    height: 40px;
    display: inline-block;
    width: 100%;
}

.footer .text[b-aqsuk9cf4z] {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    margin-bottom: 0.3rem;
}

.footer .image[b-aqsuk9cf4z] {
    padding-left: 20px;
    height: 24px
}


/* MOBILE */
@media (max-width: 640.98px) {
    .top-row[b-aqsuk9cf4z] {
        justify-content: space-between;
    }

        .top-row[b-aqsuk9cf4z]  a,
        .top-row[b-aqsuk9cf4z]  .btn-link {
            margin-left: 0.5rem;
        }
}

/* DESKTOP */
@media (min-width: 641px) {
    .page[b-aqsuk9cf4z] {
        flex-direction: column; /* topo fixo + conte�do */
    }

    .top-row.auth[b-aqsuk9cf4z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-aqsuk9cf4z], article.content[b-aqsuk9cf4z] {
        padding-left: 0 !important;
        padding-right: 0!important;
    }
}
/* _content/LaundryClienteHotel/Components/Layout/MainLayout.razor.rz.scp.css */


.page[b-zobnb1rcj1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-zobnb1rcj1] {
    flex: 1;
    margin-top: 0;
    padding: 0; /* importante */
   
    padding: 0 !important;
    margin: 0 !important;


}
article.content > *:first-child[b-zobnb1rcj1] {
    margin-top: 0 !important;
}


/* Top menu fixo */
.top-row[b-zobnb1rcj1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 10;
    margin-bottom: 0;
    padding: 0 1rem; /* define padding lateral */
    margin-bottom: 4px;
}

    /* Links dentro do top-row */
    .top-row[b-zobnb1rcj1]  a,
    .top-row[b-zobnb1rcj1]  .btn-link {
        white-space: nowrap;
        margin-left: 1rem;
        text-decoration: none;
    }

        .top-row[b-zobnb1rcj1]  a:hover,
        .top-row[b-zobnb1rcj1]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-zobnb1rcj1]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

article.content[b-zobnb1rcj1] {
    margin: 0;
    padding: 1rem;
}

.footer[b-zobnb1rcj1] {
    text-align: center;
    border-top: #e5e7eb 1px solid;
    padding-top: 10px;
    height: 40px;
    display: inline-block;
    width: 100%;
}

.footer .text[b-zobnb1rcj1] {
    font-size: 15px;
    font-weight: normal;
    color: #555;
    margin-bottom: 0.3rem;
}

.footer .image[b-zobnb1rcj1] {
    padding-left: 20px;
    height: 24px
}



/* Modal atualizado com 70% da largura */
.modal-backdrop[b-zobnb1rcj1] {
    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 0.3s ease;
}

.modal-content[b-zobnb1rcj1] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    max-width: 600px;
    animation: slideIn 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

.main_body[b-zobnb1rcj1] {
    height: 100%;
    width: calc(100vw - 270px);
    float: left;
    display: inline-block;
}

.body_page[b-zobnb1rcj1] {
    width: 100%;
    min-height: calc(100vh - 90px);
    float: left;
    display: inline-block;
    padding: 20px;
}

.area_article[b-zobnb1rcj1] {
    padding: 0px !important;
    height: 100% !important;
    padding-top: 0px !important;
}

/* MOBILE */
@media (max-width: 768px) {
    .area_article[b-zobnb1rcj1] {
        padding-left: 0px !important;
    }

    .main_body[b-zobnb1rcj1] {
        width: 100vw;
    }

    .top-row[b-zobnb1rcj1] {
        justify-content: space-between;
    }

        .top-row[b-zobnb1rcj1]  a,
        .top-row[b-zobnb1rcj1]  .btn-link {
            margin-left: 0.5rem;
        }
}

/* DESKTOP */
@media (min-width: 641px) {
    .page[b-zobnb1rcj1] {
        flex-direction: column; /* topo fixo + conte�do */
    }

    .top-row.auth[b-zobnb1rcj1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zobnb1rcj1], article.content[b-zobnb1rcj1] {
        padding-left: 0 !important;
        padding-right: 0!important;
    }
}
/* _content/LaundryClienteHotel/Components/Layout/MainLayout_old.razor.rz.scp.css */
#blazor-error-ui[b-r1xkj16n9e] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r1xkj16n9e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/LaundryClienteHotel/Components/Layout/NavMenu.razor.rz.scp.css */

html[b-d0au12roc4], body[b-d0au12roc4] {
    height: 100%;
    margin: 0;
}

.menubar[b-d0au12roc4] {
    background-color: #0c645b;
    width: 250px;
    min-height: 100vh;
    height: 100%;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    float: left;
    display: inline-block;
}

.mb-header[b-d0au12roc4] {
    padding: 20px;
    width: 100%;
    height: 80px;
    border-bottom: solid 1px hsl(174 60% 28%);
    display: inline-block;
}
.mb-items[b-d0au12roc4] {
    padding: 0px 20px 20px 20px;
    width: 100%;
    height: calc(100vh - 160px);
    min-height: calc(100% - 160px);
    display: inline-block;
}
.mb-footer[b-d0au12roc4] {
    padding: 20px;
    width: 100%;
    height: 80px;
    border-top: solid 1px hsl(174 60% 28%);
    display: inline-block;
}

.mb-footer-body[b-d0au12roc4] {
    gap: .75rem;
    align-items: center;
    display: flex;
}

.mb-footer-ico[b-d0au12roc4] {
    background-color: hsl(174 60% 28%);
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    display: flex;
}
.mb-footer-ico svg[b-d0au12roc4] {
    color:hsl(0 0% 100%);
}

.mb-footer-areauser[b-d0au12roc4] {
    font-size: .875rem;
    line-height: 1.25rem;
}

.mb-footer-user[b-d0au12roc4] {
    font-weight: 500;
}

.mb-footer-perfil[b-d0au12roc4] {
    opacity: .6;
    font-size: .75rem;
    line-height: 1rem;
}

.applogo[b-d0au12roc4] {
    height: 37px;
    width: 60px;
    /*
    background-image: url('/css/images/logo.png');
    */
    background-image: url('/css/images/dorilimpa-logo-BuxRSxix_white.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    display: inline-block;
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.menuitems-header[b-d0au12roc4] {
    margin-bottom: 15px;
    padding-top: 8px;
    opacity: .6;

    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 0.75rem;
    line-height: 1rem;
}

.menuItem[b-d0au12roc4] {
    background-repeat: no-repeat;
    background-size: 18px;
    background-position-y: center;
    background-position-x: 4px;
    height: 40px !important;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-block;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    vertical-align: middle;
    align-content: center;
    align-items: center;
    display: flex;
    font-family: Inter, sans-serif, verdana;
    background-position-x: 10px;
}

.menuItem:hover[b-d0au12roc4] {
    background-color: hsl(174deg 60% 28% / 50%);
    border-radius: 0.75rem;
    color: white;
}

.menuItem_active[b-d0au12roc4] {
    cursor: default;
    color: white !important;
    border-radius: 0.75rem;
    background-color: hsl(174 60% 28%);
}
.menuItem_active a[b-d0au12roc4] {
    color: white !important;
}

.menuItem_inactive[b-d0au12roc4] {
    cursor: pointer;
    color: hsl(0deg 0% 100% / 70%) !important;
}

.menuItem_active svg[b-d0au12roc4] {
    color: white;
}

.menuItem_inactive svg[b-d0au12roc4] {
    color: hsl(0deg 0% 100% / 70%);
}

.menuItem-dashboard[b-d0au12roc4] {
    background-image: url(/css/images/dashboard2.png);
}

.menuItem-entradasaida[b-d0au12roc4] {
    background-image: url(/css/images/entrada_saida.png);
}

.menuItem-stock[b-d0au12roc4] {
    background-image: url(/css/images/stock.png);
}

.menuItem-fatura[b-d0au12roc4] {
    background-image: url(/css/images/Fatura.png);
}

.menuItem-documento[b-d0au12roc4] {
    background-image: url(/css/images/documento.png);
}

.menuItem-mensagem[b-d0au12roc4] {
    background-image: url(/css/images/mensagem.png);
}

.menuItem-ajuda[b-d0au12roc4] {
    background-image: url(/css/images/ajuda.png);
}


.burgerbutton[b-d0au12roc4] {
    width: 36px;
    height: 36px;
    float: left;
    display: none;
    font-size: 18pt;
    text-align: center;
    margin: 2px;
    cursor: pointer;
}

.menu-checkbox[b-d0au12roc4] {
    display: none;
}

.menu-checkbox[b-d0au12roc4] {
    opacity: 1;
    visibility: visible;
}

.animate-menu[b-d0au12roc4] {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 768px) {
    .burgerbutton[b-d0au12roc4] {
        display: inline-block;
    }

    .animate-menu[b-d0au12roc4] {
        position: fixed;
        top: 50px;
        left: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-20px);
        transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    }

    .menu-checkbox:checked ~ .animate-menu[b-d0au12roc4] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0); /* Slides down into view */
    }

    .menubar[b-d0au12roc4] {
        min-height: calc(100% - 160px);
        height: 100vh;
    }

    .mb-items[b-d0au12roc4] {
        height: calc(100vh - 210px);
        min-height: calc(100% - 210px);
    }    
}
/* _content/LaundryClienteHotel/Components/Pages/Ajuda.razor.rz.scp.css */
.hidden[b-zfq8du3lk3] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-zfq8du3lk3] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-zfq8du3lk3] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-zfq8du3lk3] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-zfq8du3lk3] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-zfq8du3lk3] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-zfq8du3lk3] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-zfq8du3lk3] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-zfq8du3lk3] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-zfq8du3lk3] {
        color: #357ab7;
    }





.input-group input[b-zfq8du3lk3] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-zfq8du3lk3] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}

button.primary:disabled[b-zfq8du3lk3] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-zfq8du3lk3] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-zfq8du3lk3] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-zfq8du3lk3] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-zfq8du3lk3] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-zfq8du3lk3] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-zfq8du3lk3] {
        transform: scale(1.05);
    }


.titulo[b-zfq8du3lk3] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-zfq8du3lk3], .apresentacao[b-zfq8du3lk3] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}


.chat-container.chat-expandido[b-zfq8du3lk3] {
    margin: -15px auto 0 auto;
    height: 70vh !important;
    max-height: 70vh !important;
    min-height: 400px;
}
.userIn .chat-expandido[b-zfq8du3lk3] {
    margin-bottom: -20px;
}
    /* Contêiner do chat */
.chat-container[b-zfq8du3lk3] {
    width: 90%;
    transition: height 0.3s ease;
    background-color: white;
    border-radius: 12px;
    border: #c58734 1px solid;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
    margin: -10px auto 0 auto;
    height: 52vh !important;
    max-height: calc(100vh - 280px);
}


/* Histórico de mensagens */
.chat-messages[b-zfq8du3lk3] {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.chat-messages-submit[b-zfq8du3lk3] {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Comportamento adaptativo: cresce com o conteúdo */
.chat-container.auto-height .chat-messages[b-zfq8du3lk3] {
    overflow-y: auto; /* Garante que o scroll funcione mesmo no modo auto-height */
    scroll-behavior: smooth; /* Rolagem suave */
}

/* Campo de entrada */
.input-messege[b-zfq8du3lk3] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-zfq8du3lk3] {
        margin-bottom: 10px;
    }
/* Estilo das mensagens */
.chat-message[b-zfq8du3lk3] {
    display: flex;
    margin-bottom: 5px;
    align-items: flex-start;
}

    .chat-message.user[b-zfq8du3lk3] {
        flex-direction: row-reverse;
    }

.nome[b-zfq8du3lk3] {
    font-size: 18px;
    margin: 60px 0px 0 0;
}

.chat-bubble[b-zfq8du3lk3] {
    max-width: 75%;
    padding: 10px 15px;
    border-radius: 20px;
    word-break: break-word;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.85rem
}

    .chat-bubble.user[b-zfq8du3lk3] {
        background-color: #0c6259;
        color: white;
        border-bottom-right-radius: 0;
        text-align: right;
    }

    .chat-bubble.bot[b-zfq8du3lk3] {
        background-color: #F6F4EE;
        color: #2B303B;
        border-bottom-left-radius: 0;
        text-align: left;
    }


.referencias-list[b-zfq8du3lk3] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}


.chat-bubble.referencia[b-zfq8du3lk3]{
    background-color: #f1f9ff;
    color: #003366;
    border: 1px solid #cce4ff;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 14px;
    max-width: 100%;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
}
.referencias-container[b-zfq8du3lk3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* espaço entre os blocos */
    align-items: flex-start;
}

.referencias-container[b-zfq8du3lk3] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    align-items: flex-start;
}

.referencia[b-zfq8du3lk3] {
    background-color: white;
    color: #62847b;
    border: 1px solid #cfe2de;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}

    .referencia.destaque[b-zfq8du3lk3] {
        background-color: white;
        border: 1px solid #57b79f;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }





.chat-bubble.referencia:hover[b-zfq8du3lk3] {
    background-color: #e0f0ff;
}

.chat-bubble.referencia.bot[b-zfq8du3lk3] {
    background-color: #55BAA1;
    color: white;
    border-radius: 12px;
    padding: 0.4rem;
    margin-bottom: 0.1rem;
    position: relative;
    max-width: 100%;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}




.modal-overlay[b-zfq8du3lk3] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-zfq8du3lk3] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-zfq8du3lk3] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-zfq8du3lk3] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-zfq8du3lk3] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-zfq8du3lk3] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-zfq8du3lk3] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-zfq8du3lk3] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-zfq8du3lk3] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-zfq8du3lk3] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-zfq8du3lk3] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-zfq8du3lk3] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-zfq8du3lk3] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-zfq8du3lk3] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-zfq8du3lk3] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-zfq8du3lk3] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
    .chat-container[b-zfq8du3lk3] {
        height: auto;
        max-height: 74vh;
        border-radius: 0;
    }

    .chat-bubble[b-zfq8du3lk3] {
        max-width: 90%;
        font-size: 0.7rem;
    }
    /*
    .card-scroll-item {
        width: 100%;
    }*/

    .titulo[b-zfq8du3lk3] {
        font-size: 16px;
    }

    .subtitulo[b-zfq8du3lk3] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-zfq8du3lk3] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-zfq8du3lk3] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-zfq8du3lk3] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-zfq8du3lk3],
    .modal-direita[b-zfq8du3lk3] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-zfq8du3lk3] {
        font-size: 14px;
    }

    .referencia[b-zfq8du3lk3] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-zfq8du3lk3] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-zfq8du3lk3] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-zfq8du3lk3] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .chat-container[b-zfq8du3lk3] {
        padding: 10px;
    }

    .input-container[b-zfq8du3lk3] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-zfq8du3lk3] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-zfq8du3lk3] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-zfq8du3lk3],
    .modal-direita[b-zfq8du3lk3] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-zfq8du3lk3] {
        font-size: 13px;
    }

    .referencia[b-zfq8du3lk3] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-zfq8du3lk3] {
        font-size: 11px;
    }

    .abrir-btn[b-zfq8du3lk3] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-zfq8du3lk3] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/Assistente.razor.rz.scp.css */
.hidden[b-rn6z7610ef] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-rn6z7610ef] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-rn6z7610ef] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-rn6z7610ef] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-rn6z7610ef] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-rn6z7610ef] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-rn6z7610ef] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-rn6z7610ef] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-rn6z7610ef] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-rn6z7610ef] {
        color: #357ab7;
    }





.input-group input[b-rn6z7610ef] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-rn6z7610ef] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}

button.primary:disabled[b-rn6z7610ef] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-rn6z7610ef] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-rn6z7610ef] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-rn6z7610ef] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-rn6z7610ef] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-rn6z7610ef] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-rn6z7610ef] {
        transform: scale(1.05);
    }


.titulo[b-rn6z7610ef] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-rn6z7610ef], .apresentacao[b-rn6z7610ef] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}


.chat-container.chat-expandido[b-rn6z7610ef] {
    margin: -15px auto 0 auto;
    height: 70vh !important;
    max-height: 70vh !important;
    min-height: 400px;
}
.userIn .chat-expandido[b-rn6z7610ef] {
    margin-bottom: -20px;
}
    /* Contêiner do chat */
.chat-container[b-rn6z7610ef] {
    width: 90%;
    transition: height 0.3s ease;
    background-color: white;
    border-radius: 12px;
    border: #c58734 1px solid;
    display: flex;
    flex-direction: column;
    overflow: auto;
    position: relative;
    margin: -10px auto 0 auto;
    height: 52vh !important;
    max-height: calc(100vh - 280px);
}


/* Histórico de mensagens */
.chat-messages[b-rn6z7610ef] {
    flex-grow: 1;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    scroll-behavior: smooth;
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.chat-messages-submit[b-rn6z7610ef] {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

/* Comportamento adaptativo: cresce com o conteúdo */
.chat-container.auto-height .chat-messages[b-rn6z7610ef] {
    overflow-y: auto; /* Garante que o scroll funcione mesmo no modo auto-height */
    scroll-behavior: smooth; /* Rolagem suave */
}

/* Campo de entrada */
.input-messege[b-rn6z7610ef] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-rn6z7610ef] {
        margin-bottom: 10px;
    }
/* Estilo das mensagens */
.chat-message[b-rn6z7610ef] {
    display: flex;
    margin-bottom: 5px;
    align-items: flex-start;
}

    .chat-message.user[b-rn6z7610ef] {
        flex-direction: row-reverse;
    }

.nome[b-rn6z7610ef] {
    font-size: 18px;
    margin: 60px 0px 0 0;
}

.chat-bubble[b-rn6z7610ef] {
    max-width: 75%;
    padding: 10px 15px;
    border-radius: 20px;
    word-break: break-word;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 0.85rem
}

    .chat-bubble.user[b-rn6z7610ef] {
        background-color: #0c6259;
        color: white;
        border-bottom-right-radius: 0;
        text-align: right;
    }

    .chat-bubble.bot[b-rn6z7610ef] {
        background-color: #F6F4EE;
        color: #2B303B;
        border-bottom-left-radius: 0;
        text-align: left;
    }


.referencias-list[b-rn6z7610ef] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}


.chat-bubble.referencia[b-rn6z7610ef]{
    background-color: #f1f9ff;
    color: #003366;
    border: 1px solid #cce4ff;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 14px;
    max-width: 100%;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
}
.referencias-container[b-rn6z7610ef] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* espaço entre os blocos */
    align-items: flex-start;
}

.referencias-container[b-rn6z7610ef] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    align-items: flex-start;
}

.referencia[b-rn6z7610ef] {
    background-color: white;
    color: #62847b;
    border: 1px solid #cfe2de;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}

    .referencia.destaque[b-rn6z7610ef] {
        background-color: white;
        border: 1px solid #57b79f;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }





.chat-bubble.referencia:hover[b-rn6z7610ef] {
    background-color: #e0f0ff;
}

.chat-bubble.referencia.bot[b-rn6z7610ef] {
    background-color: #55BAA1;
    color: white;
    border-radius: 12px;
    padding: 0.4rem;
    margin-bottom: 0.1rem;
    position: relative;
    max-width: 100%;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}




.modal-overlay[b-rn6z7610ef] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-rn6z7610ef] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-rn6z7610ef] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-rn6z7610ef] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-rn6z7610ef] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-rn6z7610ef] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-rn6z7610ef] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-rn6z7610ef] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-rn6z7610ef] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-rn6z7610ef] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-rn6z7610ef] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-rn6z7610ef] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-rn6z7610ef] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-rn6z7610ef] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-rn6z7610ef] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-rn6z7610ef] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
    .chat-container[b-rn6z7610ef] {
        height: auto;
        max-height: 74vh;
        border-radius: 0;
    }

    .chat-bubble[b-rn6z7610ef] {
        max-width: 90%;
        font-size: 0.7rem;
    }
    /*
    .card-scroll-item {
        width: 100%;
    }*/

    .titulo[b-rn6z7610ef] {
        font-size: 16px;
    }

    .subtitulo[b-rn6z7610ef] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-rn6z7610ef] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-rn6z7610ef] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-rn6z7610ef] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-rn6z7610ef],
    .modal-direita[b-rn6z7610ef] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-rn6z7610ef] {
        font-size: 14px;
    }

    .referencia[b-rn6z7610ef] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-rn6z7610ef] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-rn6z7610ef] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-rn6z7610ef] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .chat-container[b-rn6z7610ef] {
        padding: 10px;
    }

    .input-container[b-rn6z7610ef] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-rn6z7610ef] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-rn6z7610ef] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-rn6z7610ef],
    .modal-direita[b-rn6z7610ef] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-rn6z7610ef] {
        font-size: 13px;
    }

    .referencia[b-rn6z7610ef] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-rn6z7610ef] {
        font-size: 11px;
    }

    .abrir-btn[b-rn6z7610ef] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-rn6z7610ef] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/Authentication.razor.rz.scp.css */
body[b-sfiupdnvoe] {
}
.alert-danger[b-sfiupdnvoe] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.description-limited[b-sfiupdnvoe] {
    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-sfiupdnvoe] {
    max-height: none;
    overflow: visible;
}

.modal-overlay[b-sfiupdnvoe] {
    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-sfiupdnvoe] {
    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-sfiupdnvoe] {
        color: #333;
        margin-bottom: 15px;
    }

    .modal-content label[b-sfiupdnvoe] {
        color: #555;
        margin-bottom: 8px;
        display: block;
    }

    .modal-content select[b-sfiupdnvoe] {
        background-color: #fff;
        color: #333;
        border: 1px solid #ccc;
        padding: 8px;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

        .modal-content select option[b-sfiupdnvoe] {
            font-size: 1.1rem;
            padding: 10px;
            background-color: #f5f5f5;
            color: #333;
        }


.modal-buttons[b-sfiupdnvoe] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form-group[b-sfiupdnvoe] {
    margin-top:15px;
}


.btn-primary_[b-sfiupdnvoe] {
    background-color: #0c6259;
    color: #FFFFFF;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.btn-secondary[b-sfiupdnvoe] {
    background-color: #ddd;
    color: #333;
}

    .btn-secondary:hover[b-sfiupdnvoe] {
        background-color: #ccc;
    }

.btn-success[b-sfiupdnvoe] {
    background-color: #007bff;
    color: #fff;
}

    .btn-success:hover[b-sfiupdnvoe] {
        background-color: #0056b3;
    }




.botao-lado[b-sfiupdnvoe] {
    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-sfiupdnvoe] {
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }




h2[b-sfiupdnvoe] {
    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-sfiupdnvoe] {
    outline: none !important;
    box-shadow: none !important;
}


.btn-alternativo[b-sfiupdnvoe] {
    border-radius: 5px;
    margin-left: 25px;
    padding: 0.4rem 1rem;
    margin-block-end: 15px;
}


.adicionar[b-sfiupdnvoe] {
    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-sfiupdnvoe], a.link[b-sfiupdnvoe] {
    background-color: transparent;
    color: #373F41;
    text-decoration: none;
}

/* Botão primário desativado */
button.primary:disabled[b-sfiupdnvoe] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão secundário desativado */
button.secondary:disabled[b-sfiupdnvoe] {
    background-color: #F8F8F8;
    color: #CCCCCC;
    cursor: not-allowed;
}




/* Modal atualizado com 70% da largura */
.modal-backdrop[b-sfiupdnvoe] {
    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-sfiupdnvoe 0.3s ease;
}

.modal-content[b-sfiupdnvoe] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    max-width: 600px;
    animation: slideIn-b-sfiupdnvoe 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Animações */
@keyframes fadeIn-b-sfiupdnvoe {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-sfiupdnvoe {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.campo[b-sfiupdnvoe] {
    width: 150px;
}

@media (min-width: 769px) {
    .table-responsive[b-sfiupdnvoe] {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    h2[b-sfiupdnvoe] {
        font-size: 1.4rem;
    }

    .btn-alternativo[b-sfiupdnvoe] {
        /*display: none;  Oculta o botão de alternar visualização */
    }


    th[b-sfiupdnvoe] {
        font-size: 0.80rem;
    }

    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-sfiupdnvoe] {
        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-sfiupdnvoe] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-sfiupdnvoe] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-sfiupdnvoe] {
        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-sfiupdnvoe] {
        font-size: 1.2rem;
    }

    .campo[b-sfiupdnvoe] {
        width: 100%;
    }


    .btn-alternativo[b-sfiupdnvoe] {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    th[b-sfiupdnvoe] {
        font-size: 0.75rem;
    }
    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-sfiupdnvoe] {
        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-sfiupdnvoe] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-sfiupdnvoe] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-sfiupdnvoe] {
        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/LaundryClienteHotel/Components/Pages/Contato.razor.rz.scp.css */
.hidden[b-th8gdq0vy2] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-th8gdq0vy2] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-th8gdq0vy2] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-th8gdq0vy2] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-th8gdq0vy2] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-th8gdq0vy2] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-th8gdq0vy2] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-th8gdq0vy2] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-th8gdq0vy2] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-th8gdq0vy2] {
        color: #357ab7;
    }





.input-group input[b-th8gdq0vy2] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-th8gdq0vy2] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}


button.primary:disabled[b-th8gdq0vy2] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-th8gdq0vy2] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-th8gdq0vy2] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-th8gdq0vy2] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-th8gdq0vy2] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-th8gdq0vy2] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-th8gdq0vy2] {
        transform: scale(1.05);
    }


.titulo[b-th8gdq0vy2] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-th8gdq0vy2], .apresentacao[b-th8gdq0vy2] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}


/* Campo de entrada */
.input-messege[b-th8gdq0vy2] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-th8gdq0vy2] {
        margin-bottom: 10px;
    }
/* Estilo das mensagens */

.nome[b-th8gdq0vy2] {
    font-size: 18px;
    margin: 60px 0px 0 0;
}

.modal-overlay[b-th8gdq0vy2] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-th8gdq0vy2] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-th8gdq0vy2] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-th8gdq0vy2] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-th8gdq0vy2] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-th8gdq0vy2] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-th8gdq0vy2] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-th8gdq0vy2] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-th8gdq0vy2] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-th8gdq0vy2] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-th8gdq0vy2] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-th8gdq0vy2] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-th8gdq0vy2] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-th8gdq0vy2] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-th8gdq0vy2] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-th8gdq0vy2] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
    
    .titulo[b-th8gdq0vy2] {
        font-size: 16px;
    }

    .subtitulo[b-th8gdq0vy2] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-th8gdq0vy2] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-th8gdq0vy2] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-th8gdq0vy2] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-th8gdq0vy2],
    .modal-direita[b-th8gdq0vy2] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-th8gdq0vy2] {
        font-size: 14px;
    }

    .referencia[b-th8gdq0vy2] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-th8gdq0vy2] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-th8gdq0vy2] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-th8gdq0vy2] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .input-container[b-th8gdq0vy2] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-th8gdq0vy2] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-th8gdq0vy2] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-th8gdq0vy2],
    .modal-direita[b-th8gdq0vy2] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-th8gdq0vy2] {
        font-size: 13px;
    }

    .referencia[b-th8gdq0vy2] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-th8gdq0vy2] {
        font-size: 11px;
    }

    .abrir-btn[b-th8gdq0vy2] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-th8gdq0vy2] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/Dashboard.razor.rz.scp.css */
/* _content/LaundryClienteHotel/Components/Pages/Documentos.razor.rz.scp.css */
.hidden[b-vyi09sjlrg] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-vyi09sjlrg] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-vyi09sjlrg] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-vyi09sjlrg] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-vyi09sjlrg] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-vyi09sjlrg] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-vyi09sjlrg] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-vyi09sjlrg] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-vyi09sjlrg] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-vyi09sjlrg] {
        color: #357ab7;
    }





.input-group input[b-vyi09sjlrg] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-vyi09sjlrg] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}
}

button.primary:disabled[b-vyi09sjlrg] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-vyi09sjlrg] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-vyi09sjlrg] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-vyi09sjlrg] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-vyi09sjlrg] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-vyi09sjlrg] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-vyi09sjlrg] {
        transform: scale(1.05);
    }


.titulo[b-vyi09sjlrg] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-vyi09sjlrg], .apresentacao[b-vyi09sjlrg] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}


/* Campo de entrada */
.input-messege[b-vyi09sjlrg] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-vyi09sjlrg] {
        margin-bottom: 10px;
    }
/* Estilo das mensagens */

.nome[b-vyi09sjlrg] {
    font-size: 18px;
    margin: 60px 0px 0 0;
}


.referencias-container[b-vyi09sjlrg] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* espaço entre os blocos */
    align-items: flex-start;
}

.referencias-container[b-vyi09sjlrg] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    align-items: flex-start;
}

.referencia[b-vyi09sjlrg] {
    background-color: white;
    color: #62847b;
    border: 1px solid #cfe2de;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}

    .referencia.destaque[b-vyi09sjlrg] {
        background-color: white;
        border: 1px solid #57b79f;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }




.modal-overlay[b-vyi09sjlrg] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-vyi09sjlrg] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-vyi09sjlrg] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-vyi09sjlrg] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-vyi09sjlrg] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-vyi09sjlrg] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-vyi09sjlrg] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-vyi09sjlrg] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-vyi09sjlrg] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-vyi09sjlrg] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-vyi09sjlrg] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-vyi09sjlrg] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-vyi09sjlrg] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-vyi09sjlrg] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-vyi09sjlrg] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-vyi09sjlrg] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
    
    .titulo[b-vyi09sjlrg] {
        font-size: 16px;
    }

    .subtitulo[b-vyi09sjlrg] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-vyi09sjlrg] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-vyi09sjlrg] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-vyi09sjlrg] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-vyi09sjlrg],
    .modal-direita[b-vyi09sjlrg] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-vyi09sjlrg] {
        font-size: 14px;
    }

    .referencia[b-vyi09sjlrg] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-vyi09sjlrg] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-vyi09sjlrg] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-vyi09sjlrg] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .input-container[b-vyi09sjlrg] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-vyi09sjlrg] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-vyi09sjlrg] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-vyi09sjlrg],
    .modal-direita[b-vyi09sjlrg] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-vyi09sjlrg] {
        font-size: 13px;
    }

    .referencia[b-vyi09sjlrg] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-vyi09sjlrg] {
        font-size: 11px;
    }

    .abrir-btn[b-vyi09sjlrg] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-vyi09sjlrg] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/EntradasSaidas.razor.rz.scp.css */
.hidden[b-p6hps1us6j] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-p6hps1us6j] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-p6hps1us6j] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-p6hps1us6j] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-p6hps1us6j] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-p6hps1us6j] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-p6hps1us6j] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-p6hps1us6j] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-p6hps1us6j] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-p6hps1us6j] {
        color: #357ab7;
    }





.input-group input[b-p6hps1us6j] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-p6hps1us6j] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}

button.primary:disabled[b-p6hps1us6j] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-p6hps1us6j] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-p6hps1us6j] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-p6hps1us6j] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-p6hps1us6j] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-p6hps1us6j] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-p6hps1us6j] {
        transform: scale(1.05);
    }


.titulo[b-p6hps1us6j] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-p6hps1us6j], .apresentacao[b-p6hps1us6j] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}




/* Campo de entrada */
.input-messege[b-p6hps1us6j] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-p6hps1us6j] {
        margin-bottom: 10px;
    }


.nome[b-p6hps1us6j] {
    font-size: 18px;
    margin: 60px 0px 0 0;
}


.referencia[b-p6hps1us6j] {
    background-color: white;
    color: #62847b;
    border: 1px solid #cfe2de;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}

    .referencia.destaque[b-p6hps1us6j] {
        background-color: white;
        border: 1px solid #57b79f;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }







.modal-overlay[b-p6hps1us6j] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-p6hps1us6j] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-p6hps1us6j] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-p6hps1us6j] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-p6hps1us6j] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-p6hps1us6j] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-p6hps1us6j] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-p6hps1us6j] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-p6hps1us6j] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-p6hps1us6j] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-p6hps1us6j] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-p6hps1us6j] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-p6hps1us6j] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-p6hps1us6j] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-p6hps1us6j] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-p6hps1us6j] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
    


    .titulo[b-p6hps1us6j] {
        font-size: 16px;
    }

    .subtitulo[b-p6hps1us6j] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-p6hps1us6j] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-p6hps1us6j] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-p6hps1us6j] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-p6hps1us6j],
    .modal-direita[b-p6hps1us6j] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-p6hps1us6j] {
        font-size: 14px;
    }

    .referencia[b-p6hps1us6j] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-p6hps1us6j] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-p6hps1us6j] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-p6hps1us6j] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .input-container[b-p6hps1us6j] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-p6hps1us6j] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-p6hps1us6j] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-p6hps1us6j],
    .modal-direita[b-p6hps1us6j] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-p6hps1us6j] {
        font-size: 13px;
    }

    .referencia[b-p6hps1us6j] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-p6hps1us6j] {
        font-size: 11px;
    }

    .abrir-btn[b-p6hps1us6j] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-p6hps1us6j] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/Faturacao.razor.rz.scp.css */
.hidden[b-yp0yd6aj4j] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-yp0yd6aj4j] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-yp0yd6aj4j] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-yp0yd6aj4j] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-yp0yd6aj4j] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-yp0yd6aj4j] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-yp0yd6aj4j] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-yp0yd6aj4j] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-yp0yd6aj4j] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-yp0yd6aj4j] {
        color: #357ab7;
    }





.input-group input[b-yp0yd6aj4j] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-yp0yd6aj4j] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}

button.primary:disabled[b-yp0yd6aj4j] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-yp0yd6aj4j] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-yp0yd6aj4j] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-yp0yd6aj4j] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-yp0yd6aj4j] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-yp0yd6aj4j] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-yp0yd6aj4j] {
        transform: scale(1.05);
    }


.titulo[b-yp0yd6aj4j] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-yp0yd6aj4j], .apresentacao[b-yp0yd6aj4j] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}


.chat-container.chat-expandido[b-yp0yd6aj4j] {
    margin: -15px auto 0 auto;
    height: 70vh !important;
    max-height: 70vh !important;
    min-height: 400px;
}
.userIn .chat-expandido[b-yp0yd6aj4j] {
    margin-bottom: -20px;
}
    /* Contêiner do chat */


/* Campo de entrada */
.input-messege[b-yp0yd6aj4j] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-yp0yd6aj4j] {
        margin-bottom: 10px;
    }


.nome[b-yp0yd6aj4j] {
    font-size: 18px;
    margin: 60px 0px 0 0;
}


.referencia[b-yp0yd6aj4j] {
    background-color: white;
    color: #62847b;
    border: 1px solid #cfe2de;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}

    .referencia.destaque[b-yp0yd6aj4j] {
        background-color: white;
        border: 1px solid #57b79f;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }


.modal-overlay[b-yp0yd6aj4j] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-yp0yd6aj4j] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-yp0yd6aj4j] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-yp0yd6aj4j] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-yp0yd6aj4j] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-yp0yd6aj4j] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-yp0yd6aj4j] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-yp0yd6aj4j] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-yp0yd6aj4j] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-yp0yd6aj4j] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-yp0yd6aj4j] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-yp0yd6aj4j] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-yp0yd6aj4j] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-yp0yd6aj4j] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-yp0yd6aj4j] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-yp0yd6aj4j] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
 

    .titulo[b-yp0yd6aj4j] {
        font-size: 16px;
    }

    .subtitulo[b-yp0yd6aj4j] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-yp0yd6aj4j] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-yp0yd6aj4j] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-yp0yd6aj4j] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-yp0yd6aj4j],
    .modal-direita[b-yp0yd6aj4j] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-yp0yd6aj4j] {
        font-size: 14px;
    }

    .referencia[b-yp0yd6aj4j] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-yp0yd6aj4j] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-yp0yd6aj4j] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-yp0yd6aj4j] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .input-container[b-yp0yd6aj4j] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-yp0yd6aj4j] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-yp0yd6aj4j] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-yp0yd6aj4j],
    .modal-direita[b-yp0yd6aj4j] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-yp0yd6aj4j] {
        font-size: 13px;
    }

    .referencia[b-yp0yd6aj4j] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-yp0yd6aj4j] {
        font-size: 11px;
    }

    .abrir-btn[b-yp0yd6aj4j] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-yp0yd6aj4j] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/HeaderCliente.razor.rz.scp.css */
.login_entity_header[b-knld2dwhm3] {
    width: calc(100vw - 262px);
    height: 50px;
    display: inline-block;
    float: right;
    align-content: center;
    border-bottom: silver 1px solid;
    padding: 5px;
    position: relative;
}

.login_entity[b-knld2dwhm3] {
    color: hsl(200 10% 45%);
    display: inline-flex;
    height: 100%;
    width: fit-content;
    float: right;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.entity_icon[b-knld2dwhm3] {
    color: hsl(0 0% 100%);
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: hsl(174 78% 22%);
    border-radius: 9999px;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    margin-left: 8px;
}

.entity_icon_2[b-knld2dwhm3] {
    position: absolute;
    left: 14px;
    top: 16px;
    z-index: 10;
    color: hsl(174 78% 22%);
}

.input-hotel[b-knld2dwhm3] {
    width: fit-content;
    color: #9ea8ad;
}

.hidden[b-knld2dwhm3] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-knld2dwhm3] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-knld2dwhm3] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-knld2dwhm3] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-knld2dwhm3] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-knld2dwhm3] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-knld2dwhm3] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-knld2dwhm3] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-knld2dwhm3] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-knld2dwhm3] {
        color: #357ab7;
    }





.input-group input[b-knld2dwhm3] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-knld2dwhm3] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}

button.primary:disabled[b-knld2dwhm3] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-knld2dwhm3] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-knld2dwhm3] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-knld2dwhm3] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-knld2dwhm3] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-knld2dwhm3] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-knld2dwhm3] {
        transform: scale(1.05);
    }


.titulo[b-knld2dwhm3] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-knld2dwhm3], .apresentacao[b-knld2dwhm3] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}


.userIn .chat-expandido[b-knld2dwhm3] {
    margin-bottom: -20px;
}



/* Campo de entrada */
.input-messege[b-knld2dwhm3] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-knld2dwhm3] {
        margin-bottom: 10px;
    }

.nome[b-knld2dwhm3] {
    font-size: 18px;
    margin: 60px 0px 0 0;
}

.referencia[b-knld2dwhm3] {
    background-color: white;
    color: #62847b;
    border: 1px solid #cfe2de;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}

    .referencia.destaque[b-knld2dwhm3] {
        background-color: white;
        border: 1px solid #57b79f;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }



.modal-overlay[b-knld2dwhm3] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-knld2dwhm3] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-knld2dwhm3] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-knld2dwhm3] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-knld2dwhm3] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-knld2dwhm3] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-knld2dwhm3] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-knld2dwhm3] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-knld2dwhm3] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-knld2dwhm3] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-knld2dwhm3] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-knld2dwhm3] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-knld2dwhm3] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-knld2dwhm3] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-knld2dwhm3] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-knld2dwhm3] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
    

    .titulo[b-knld2dwhm3] {
        font-size: 16px;
    }

    .subtitulo[b-knld2dwhm3] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-knld2dwhm3] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-knld2dwhm3] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-knld2dwhm3] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-knld2dwhm3],
    .modal-direita[b-knld2dwhm3] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-knld2dwhm3] {
        font-size: 14px;
    }

    .referencia[b-knld2dwhm3] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-knld2dwhm3] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-knld2dwhm3] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}


@media (max-width: 768px) {
    .login_entity_header[b-knld2dwhm3] {
        width: calc(100vw - 52px);
    }


    .input-container input[b-knld2dwhm3] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .input-container[b-knld2dwhm3] {
        margin-left: 24px;
        margin-right: 8px;
    }

    form[b-knld2dwhm3] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-knld2dwhm3] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-knld2dwhm3],
    .modal-direita[b-knld2dwhm3] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-knld2dwhm3] {
        font-size: 13px;
    }

    .referencia[b-knld2dwhm3] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-knld2dwhm3] {
        font-size: 11px;
    }

    .abrir-btn[b-knld2dwhm3] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-knld2dwhm3] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/Index.razor.rz.scp.css */
.hidden[b-c83onu6pg1] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-c83onu6pg1] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-c83onu6pg1] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-c83onu6pg1] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-c83onu6pg1] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-c83onu6pg1] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-c83onu6pg1] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-c83onu6pg1] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-c83onu6pg1] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-c83onu6pg1] {
        color: #357ab7;
    }





.input-group input[b-c83onu6pg1] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-c83onu6pg1] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}

button.primary:disabled[b-c83onu6pg1] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-c83onu6pg1] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-c83onu6pg1] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-c83onu6pg1] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-c83onu6pg1] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-c83onu6pg1] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-c83onu6pg1] {
        transform: scale(1.05);
    }


.titulo[b-c83onu6pg1] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-c83onu6pg1], .apresentacao[b-c83onu6pg1] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}



.referencia[b-c83onu6pg1] {
    background-color: white;
    color: #62847b;
    border: 1px solid #cfe2de;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 12px;
    word-wrap: break-word;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: background-color 0.2s;
    cursor: pointer;
    width: fit-content;
    white-space: nowrap;
}

    .referencia.destaque[b-c83onu6pg1] {
        background-color: white;
        border: 1px solid #57b79f;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        transition: all 0.3s ease;
    }



.modal-overlay[b-c83onu6pg1] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-c83onu6pg1] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-c83onu6pg1] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-c83onu6pg1] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-c83onu6pg1] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-c83onu6pg1] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-c83onu6pg1] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-c83onu6pg1] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-c83onu6pg1] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-c83onu6pg1] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-c83onu6pg1] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-c83onu6pg1] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-c83onu6pg1] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-c83onu6pg1] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-c83onu6pg1] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-c83onu6pg1] {
    transition: background 0.2s;
}




@media (max-width: 768px) {


    .titulo[b-c83onu6pg1] {
        font-size: 16px;
    }

    .subtitulo[b-c83onu6pg1] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-c83onu6pg1] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-c83onu6pg1] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-c83onu6pg1] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-c83onu6pg1],
    .modal-direita[b-c83onu6pg1] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-c83onu6pg1] {
        font-size: 14px;
    }

    .referencia[b-c83onu6pg1] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-c83onu6pg1] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-c83onu6pg1] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-c83onu6pg1] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .input-container[b-c83onu6pg1] {
        margin-left: 24px;
        margin-right: 8px;
    }
    form[b-c83onu6pg1] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-c83onu6pg1] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-c83onu6pg1],
    .modal-direita[b-c83onu6pg1] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-c83onu6pg1] {
        font-size: 13px;
    }

    .referencia[b-c83onu6pg1] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-c83onu6pg1] {
        font-size: 11px;
    }

    .abrir-btn[b-c83onu6pg1] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-c83onu6pg1] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/LoginForm.razor.rz.scp.css */
body[b-dvsaee3s5b] {
}

.alert-danger[b-dvsaee3s5b] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.description-limited[b-dvsaee3s5b] {
    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-dvsaee3s5b] {
    max-height: none;
    overflow: visible;
}

.modal-overlay[b-dvsaee3s5b] {
    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-dvsaee3s5b] {
    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-dvsaee3s5b] {
        color: #333;
        margin-bottom: 15px;
    }

    .modal-content label[b-dvsaee3s5b] {
        color: #555;
        margin-bottom: 8px;
        display: block;
    }

    .modal-content .label2[b-dvsaee3s5b] {
        color: #555;
        margin: 0px;
        margin-top: 10px;
        font-weight: bold;
        display: block;
        font-size: smaller;
    }

    .modal-content select[b-dvsaee3s5b] {
        background-color: #fff;
        color: #333;
        border: 1px solid #ccc;
        padding: 8px;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

        .modal-content select option[b-dvsaee3s5b] {
            font-size: 1.1rem;
            padding: 10px;
            background-color: #f5f5f5;
            color: #333;
        }


.modal-buttons[b-dvsaee3s5b] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form-group[b-dvsaee3s5b] {
    margin-top:15px;
}

.btn-button2[b-dvsaee3s5b] {
    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-dvsaee3s5b] {
    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-secondary:hover[b-dvsaee3s5b] {
    background-color: #ccc;
}

.btn-success[b-dvsaee3s5b] {
    background-color: #007bff;
    color: #fff;
}

    .btn-success:hover[b-dvsaee3s5b] {
        background-color: #0056b3;
    }




.botao-lado[b-dvsaee3s5b] {
    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-dvsaee3s5b] {
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }




h2[b-dvsaee3s5b] {
    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-dvsaee3s5b] {
    outline: none !important;
    box-shadow: none !important;
}


.btn-alternativo[b-dvsaee3s5b] {
    border-radius: 5px;
    margin-left: 25px;
    padding: 0.4rem 1rem;
    margin-block-end: 15px;
}


.adicionar[b-dvsaee3s5b] {
    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-dvsaee3s5b], a.link[b-dvsaee3s5b] {
    background-color: transparent;
    color: #373F41;
    text-decoration: none;
}

/* Botão primário desativado */
button.primary:disabled[b-dvsaee3s5b] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão secundário desativado */
button.secondary:disabled[b-dvsaee3s5b] {
    background-color: #F8F8F8;
    color: #CCCCCC;
    cursor: not-allowed;
}




/* Modal atualizado com 70% da largura */
.modal-backdrop[b-dvsaee3s5b] {
    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-dvsaee3s5b 0.3s ease;
}

.modal-content[b-dvsaee3s5b] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    max-width: 600px;
    animation: slideIn-b-dvsaee3s5b 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Animações */
@keyframes fadeIn-b-dvsaee3s5b {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-dvsaee3s5b {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.campo[b-dvsaee3s5b] {
    width: 150px;
}

@media (min-width: 769px) {
    .table-responsive[b-dvsaee3s5b] {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    h2[b-dvsaee3s5b] {
        font-size: 1.4rem;
    }

    .btn-button2[b-dvsaee3s5b] {
        /*
        margin-top: 0.5rem;
        */
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
    }

    .btn-alternativo[b-dvsaee3s5b] {
        /*display: none;  Oculta o botão de alternar visualização */
    }


    th[b-dvsaee3s5b] {
        font-size: 0.80rem;
    }

    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-dvsaee3s5b] {
        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-dvsaee3s5b] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-dvsaee3s5b] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-dvsaee3s5b] {
        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-dvsaee3s5b] {
        font-size: 1.2rem;
    }

    .campo[b-dvsaee3s5b] {
        width: 100%;
    }


    .btn-alternativo[b-dvsaee3s5b] {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    th[b-dvsaee3s5b] {
        font-size: 0.75rem;
    }
    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-dvsaee3s5b] {
        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-dvsaee3s5b] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-dvsaee3s5b] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-dvsaee3s5b] {
        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-dvsaee3s5b] {
       position:absolute;
       top:0px;
       height:100%;
    }
}

/* _content/LaundryClienteHotel/Components/Pages/Logout.razor.rz.scp.css */
body[b-xzc2dk9yws] {
}
.alert-danger[b-xzc2dk9yws] {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.description-limited[b-xzc2dk9yws] {
    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-xzc2dk9yws] {
    max-height: none;
    overflow: visible;
}

.modal-overlay[b-xzc2dk9yws] {
    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-xzc2dk9yws] {
    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-xzc2dk9yws] {
        color: #333;
        margin-bottom: 15px;
    }

    .modal-content label[b-xzc2dk9yws] {
        color: #555;
        margin-bottom: 8px;
        display: block;
    }

    .modal-content select[b-xzc2dk9yws] {
        background-color: #fff;
        color: #333;
        border: 1px solid #ccc;
        padding: 8px;
        width: 100%;
        margin-bottom: 15px;
        border-radius: 4px;
    }

        .modal-content select option[b-xzc2dk9yws] {
            font-size: 1.1rem;
            padding: 10px;
            background-color: #f5f5f5;
            color: #333;
        }


.modal-buttons[b-xzc2dk9yws] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.form-group[b-xzc2dk9yws] {
    margin-top:15px;
}


.btn-primary_[b-xzc2dk9yws] {
    background-color: #0c6259;
    color: #FFFFFF;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}


.btn-secondary[b-xzc2dk9yws] {
    background-color: #ddd;
    color: #333;
}

    .btn-secondary:hover[b-xzc2dk9yws] {
        background-color: #ccc;
    }

.btn-success[b-xzc2dk9yws] {
    background-color: #007bff;
    color: #fff;
}

    .btn-success:hover[b-xzc2dk9yws] {
        background-color: #0056b3;
    }




.botao-lado[b-xzc2dk9yws] {
    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-xzc2dk9yws] {
        align-self: flex-start;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
    }




h2[b-xzc2dk9yws] {
    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-xzc2dk9yws] {
    outline: none !important;
    box-shadow: none !important;
}


.btn-alternativo[b-xzc2dk9yws] {
    border-radius: 5px;
    margin-left: 25px;
    padding: 0.4rem 1rem;
    margin-block-end: 15px;
}


.adicionar[b-xzc2dk9yws] {
    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-xzc2dk9yws], a.link[b-xzc2dk9yws] {
    background-color: transparent;
    color: #373F41;
    text-decoration: none;
}

/* Botão primário desativado */
button.primary:disabled[b-xzc2dk9yws] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão secundário desativado */
button.secondary:disabled[b-xzc2dk9yws] {
    background-color: #F8F8F8;
    color: #CCCCCC;
    cursor: not-allowed;
}




/* Modal atualizado com 70% da largura */
.modal-backdrop[b-xzc2dk9yws] {
    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-xzc2dk9yws 0.3s ease;
}

.modal-content[b-xzc2dk9yws] {
    background: white;
    padding: 30px;
    border-radius: 10px;
    width: 70%;
    max-width: 600px;
    animation: slideIn-b-xzc2dk9yws 0.4s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* Animações */
@keyframes fadeIn-b-xzc2dk9yws {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-xzc2dk9yws {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.campo[b-xzc2dk9yws] {
    width: 150px;
}

@media (min-width: 769px) {
    .table-responsive[b-xzc2dk9yws] {
        overflow-x: hidden;
    }
}

@media (max-width: 768px) {
    h2[b-xzc2dk9yws] {
        font-size: 1.4rem;
    }

    .btn-alternativo[b-xzc2dk9yws] {
        /*display: none;  Oculta o botão de alternar visualização */
    }


    th[b-xzc2dk9yws] {
        font-size: 0.80rem;
    }

    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-xzc2dk9yws] {
        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-xzc2dk9yws] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-xzc2dk9yws] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-xzc2dk9yws] {
        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-xzc2dk9yws] {
        font-size: 1.2rem;
    }

    .campo[b-xzc2dk9yws] {
        width: 100%;
    }


    .btn-alternativo[b-xzc2dk9yws] {
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    th[b-xzc2dk9yws] {
        font-size: 0.75rem;
    }
    /* Ajuste a largura do modal para dispositivos móveis */
    .modal-content[b-xzc2dk9yws] {
        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-xzc2dk9yws] {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Adicionar margem nos botões do modal */
    .modal-buttons button[b-xzc2dk9yws] {
        margin-top: 8px;
        width: 90%;
    }

    /* Mensagem de erro adaptada para o modo mobile */
    .alert[b-xzc2dk9yws] {
        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/LaundryClienteHotel/Components/Pages/Stocks.razor.rz.scp.css */
.hidden[b-3ydx1qvs6c] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-3ydx1qvs6c] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-3ydx1qvs6c] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-3ydx1qvs6c] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-3ydx1qvs6c] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-3ydx1qvs6c] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-3ydx1qvs6c] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-3ydx1qvs6c] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-3ydx1qvs6c] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-3ydx1qvs6c] {
        color: #357ab7;
    }





.input-group input[b-3ydx1qvs6c] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-3ydx1qvs6c] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}


button.primary:disabled[b-3ydx1qvs6c] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-3ydx1qvs6c] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-3ydx1qvs6c] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-3ydx1qvs6c] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-3ydx1qvs6c] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-3ydx1qvs6c] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-3ydx1qvs6c] {
        transform: scale(1.05);
    }


.titulo[b-3ydx1qvs6c] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-3ydx1qvs6c], .apresentacao[b-3ydx1qvs6c] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}





.modal-overlay[b-3ydx1qvs6c] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-3ydx1qvs6c] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-3ydx1qvs6c] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-3ydx1qvs6c] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-3ydx1qvs6c] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-3ydx1qvs6c] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-3ydx1qvs6c] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-3ydx1qvs6c] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-3ydx1qvs6c] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-3ydx1qvs6c] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-3ydx1qvs6c] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-3ydx1qvs6c] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-3ydx1qvs6c] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-3ydx1qvs6c] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-3ydx1qvs6c] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-3ydx1qvs6c] {
    transition: background 0.2s;
}




@media (max-width: 768px) {

    .titulo[b-3ydx1qvs6c] {
        font-size: 16px;
    }

    .subtitulo[b-3ydx1qvs6c] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-3ydx1qvs6c] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-3ydx1qvs6c] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-3ydx1qvs6c] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-3ydx1qvs6c],
    .modal-direita[b-3ydx1qvs6c] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-3ydx1qvs6c] {
        font-size: 14px;
    }

    .referencia[b-3ydx1qvs6c] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-3ydx1qvs6c] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-3ydx1qvs6c] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-3ydx1qvs6c] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }

    .input-container[b-3ydx1qvs6c] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-3ydx1qvs6c] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-3ydx1qvs6c] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-3ydx1qvs6c],
    .modal-direita[b-3ydx1qvs6c] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-3ydx1qvs6c] {
        font-size: 13px;
    }

    .referencia[b-3ydx1qvs6c] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-3ydx1qvs6c] {
        font-size: 11px;
    }

    .abrir-btn[b-3ydx1qvs6c] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-3ydx1qvs6c] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
/* _content/LaundryClienteHotel/Components/Pages/Stock_Detalhes.razor.rz.scp.css */
.hidden[b-p6cjf3wccs] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s ease-in-out;
}

body[b-p6cjf3wccs] {
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
}

h3[b-p6cjf3wccs] {
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}

/* Formulário de busca */
form[b-p6cjf3wccs] {/*
    max-width: 700px;
    margin: 8px auto 8px auto;  margem reduzida */
}

.input-messege[b-p6cjf3wccs] {
    /*width: 80%;
    max-width: 700px;
    margin: 0.3rem auto;*/
}

.input-container[b-p6cjf3wccs] {
    position: relative;
    display: flex;
    margin-left: 8px;
    margin-right: 15px;
}

    .input-container input[b-p6cjf3wccs] {
        width: 100%;
        padding: 1.2rem 3.5rem 1.2rem 1rem; /* espaço pro botão à direita */
        height: 2.2rem;
        font-size: 0.8rem;
        border: 1px solid #bebbbb;
        border-radius: 0.75rem;
        outline: none;
        background-color: white;/* #f8f8f8; */
    }

    .input-container .bottominput[b-p6cjf3wccs] {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-bottom: none;
    }

    .input-container button[b-p6cjf3wccs] {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        background-color: transparent;
        border: none;
        font-size: 1.3rem;
        color: #4a90e2;
        cursor: pointer;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .input-container button:hover[b-p6cjf3wccs] {
        color: #357ab7;
    }





.input-group input[b-p6cjf3wccs] {
    margin-top: -15px;
    border-radius: 0.375rem 0 0 0.375rem;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0 0.5rem;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    color: #555;
}

.input-group .btn[b-p6cjf3wccs] {
    margin-top: -15px;
    border-radius: 0 0.375rem 0.375rem 0;
    height: 2.2rem;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    border: 1px solid #ccc;
    border-left: none;
    transition: background-color 0.2s ease;
}


button.primary:disabled[b-p6cjf3wccs] {
    background-color: #CCCCCC;
    color: #F8F8F8;
    cursor: not-allowed;
}

/* Botão de fechar (X) */
.custom-close[b-p6cjf3wccs] {
    color: #F8F8F8;
    border-radius: 50%;
    padding: 0.35rem;
    font-size: 0.5rem;
    opacity: 0.9;
    z-index: 1;
    border: none;
    margin-left: 4px;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .custom-close:hover[b-p6cjf3wccs] {
        background-color: #CCCCCC;
        color: #0c6259;
    }

/* Contêiner de rolagem para os cards
.card-scroll-wrapper {
    margin-top: -25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 6px 10px 0 10px;
    width: 100%;
    height: 125px;
}

.card-scroll-row {
    margin-top: 2px;
    gap: 1rem;
    padding-bottom: 0.5rem;
    margin-left: 0.25rem;
    width:100%;
    height: 125px;
}

.card-scroll-item {
    display:inline-block;
    width: 110px;
    height: 110px;
    margin: 5px 10px 0  10px; 
    justify-content: center;
    vertical-align:top;
}

.cidade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.cidade-nome {
    font-size: 0.80rem;
    font-weight: bold;
    color: #444;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    cursor: default;
    margin-left:8px;
}
 */
.icone-destaque[b-p6cjf3wccs] {
    margin-top:-0.2rem;
    font-size: 0.85rem;
    line-height: 1;
    margin-bottom: 0.2rem;
}

.info-secundaria[b-p6cjf3wccs] {
    font-size: 0.70rem;
    color: #777;
}




.small-card[b-p6cjf3wccs] {
    margin-top: 5px;
    font-size: 0.70rem;
    border-radius: 12px;
    background-color: #fefefe;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease-in-out;
}

    .small-card:hover[b-p6cjf3wccs] {
        transform: scale(1.05);
    }


.titulo[b-p6cjf3wccs] {
    margin-top: -5px;
    font-size: 19px;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.3rem;
}

.subtitulo[b-p6cjf3wccs], .apresentacao[b-p6cjf3wccs] {
    font-size: 15px;
    font-weight: normal; 
    color: #555; 
    margin-bottom: 0.3rem; 
}



/* Campo de entrada */
.input-messege[b-p6cjf3wccs] {
    margin-top:-15px;
    background-color: #ffffff;
    
    
}

    .input-messege.compact[b-p6cjf3wccs] {
        margin-bottom: 10px;
    }



.modal-overlay[b-p6cjf3wccs] {
    background: none;
    width: 100%;
    margin-top: -15px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 9999;
    padding: 0;
    align-items: flex-end;
}

.modal-content[b-p6cjf3wccs] {
    height: fit-content;
    background-color: #EEF8F5;
    color: white;
    width: 100%;
    min-width: 220px;
    margin: 0;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: row;
    padding: 12px 10px;
    gap: 12px;
    border: none;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-top: 0;
}


.modal-esquerda[b-p6cjf3wccs] {
    /*
    overflow-y: auto;
    flex: 1;
    border-right: 1px solid #cce4ff;
    width: 50%;
    max-width: 50%;
    */
    padding-right: 8px;
    margin-top: 10px;
}

.modal-direita[b-p6cjf3wccs] {
    /*
    overflow-y: auto;
    flex: 2;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    width: 50%;
    max-width: 50%;
    */
    justify-content: space-between;
    margin-top: 10px;
}

.conteudo-referencia[b-p6cjf3wccs] {
    flex-grow: 1;
    /*overflow-y: auto;*/
    font-size: 0.95em;
    color: #003366;
    padding-bottom: 8px;
}
.tipo[b-p6cjf3wccs] {
    margin-top: -16px;
    font-size: 13px;
}
.tituloRef[b-p6cjf3wccs] {
    font-size: 15px;
    text-align: left;
}

.tipo[b-p6cjf3wccs] {
    margin-top: -16px;
    font-size: 13px;
}

.tituloRef[b-p6cjf3wccs] {
    font-size: 15px;
    text-align: left;
}

.botao-container[b-p6cjf3wccs] {
    margin-top: 8px;
    text-align: center;
    background-color: transparent;
    border: none;
}

.abrir-btn[b-p6cjf3wccs] {
    text-align: center;
    background-color: #57b79f;
    color: white;
    border: none;
    border-radius: 5px !important;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.75em;
}

.abrir-btn:disabled[b-p6cjf3wccs] {
    background-color: #ccc;
    cursor: not-allowed;
}

.referencia-item[b-p6cjf3wccs] {
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
    font-size: 14px;
    color: #333;
}

    .referencia-item:hover[b-p6cjf3wccs] {
        background-color: #e6f2ff;
    }


.modal-fechar[b-p6cjf3wccs] {
    position: absolute;
    top: 10px;
    right: 16px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
    font-weight: bold;
    color: #444;
    z-index: 10000;
}


.referencia-item.destaque[b-p6cjf3wccs] {
    transition: background 0.2s;
}




@media (max-width: 768px) {
    
    .titulo[b-p6cjf3wccs] {
        font-size: 16px;
    }

    .subtitulo[b-p6cjf3wccs] {
        font-size: 13px;
    }
    /*
    form {
        max-width: 300px;
    }*/

    .input-group input[b-p6cjf3wccs] {
        height: 1.8rem;
        font-size: 0.8rem;
    }

    .input-group .btn[b-p6cjf3wccs] {
        height: 1.8rem;
        font-size: 0.75rem;
        padding: 0.3rem 0.5rem;
    }

    /* MODAL RESPONSIVO */
    .modal-content[b-p6cjf3wccs] {
        height: fit-content;
        max-width: 95%;
        margin-left: 8px;
        margin-right: 8px;
        gap: 8px;
    }

    .modal-esquerda[b-p6cjf3wccs],
    .modal-direita[b-p6cjf3wccs] {
        /*
        width: 48%;
        max-width: 48%;
        */
        padding: 0 4px;
        margin-top: 6px;
    }

    .tituloRef[b-p6cjf3wccs] {
        font-size: 14px;
    }

    .referencia[b-p6cjf3wccs] {
        font-size: 12px;
        padding: 5px 10px;
    }

    .abrir-btn[b-p6cjf3wccs] {
        padding: 5px 10px;
        font-size: 0.75em;
    }

    .modal-fechar[b-p6cjf3wccs] {
        top: 8px;
        right: 12px;
        font-size: 20px;
    }
}

@media (max-width: 400px) {
    .input-container input[b-p6cjf3wccs] {
        padding: 0.5rem 2rem 0.5rem 0.5rem;
        font-size: 0.7rem;
    }


    .input-container[b-p6cjf3wccs] {
        margin-left: 24px;
        margin-right: 8px;
    }

    /*
    .card-scroll-item {
    } 

    */

    form[b-p6cjf3wccs] {
        /*max-width: 250px; */
        width: 100%
    }

    /* MODAL RESPONSIVO PARA TELAS MENORES */
    .modal-content[b-p6cjf3wccs] {
        height: fit-content;
        padding: 8px;
        gap: 6px;
    }

    .modal-esquerda[b-p6cjf3wccs],
    .modal-direita[b-p6cjf3wccs] {
        /*
        width: 50%;
        max-width: 50%; 
        */
        padding: 0 2px;
        margin-top: 4px;
    }

    .tituloRef[b-p6cjf3wccs] {
        font-size: 13px;
    }

    .referencia[b-p6cjf3wccs] {
        font-size: 11px;
        padding: 3px 6px;
    }

    .referencia-conteudo[b-p6cjf3wccs] {
        font-size: 11px;
    }

    .abrir-btn[b-p6cjf3wccs] {
        font-size: 0.7em;
        padding: 4px 8px;
    }

    .modal-fechar[b-p6cjf3wccs] {
        font-size: 18px;
        top: 6px;
        right: 10px;
    }
}
