/* _content/ProjetoSuporteBlazor/Layouts/MainLayout.razor.rz.scp.css */
.page[b-zl0ocrqhc4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zl0ocrqhc4] {
    flex: 1;
}

.sidebar[b-zl0ocrqhc4] {
    background-color: #dddddd !important;
}

.top-row[b-zl0ocrqhc4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zl0ocrqhc4]  a, .top-row[b-zl0ocrqhc4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-zl0ocrqhc4]  a:hover, .top-row[b-zl0ocrqhc4]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-zl0ocrqhc4]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-zl0ocrqhc4] {
        justify-content: space-between;
    }

        .top-row[b-zl0ocrqhc4]  a, .top-row[b-zl0ocrqhc4]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-zl0ocrqhc4] {
        flex-direction: row;
    }

    .sidebar[b-zl0ocrqhc4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zl0ocrqhc4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-zl0ocrqhc4]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-zl0ocrqhc4], article[b-zl0ocrqhc4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (max-width: 600px) {
    #containerPrincipal[b-zl0ocrqhc4] {
        display: block;
    }

    #navMenuSSheet[b-zl0ocrqhc4] {
        width: 100% !important;
    }
}
/* _content/ProjetoSuporteBlazor/Layouts/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.bi {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #fff;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item ::deep a.active {
            background-color: #12354f;
            color: white;
        }

        .nav-item ::deep a:hover {
            background-color: rgba(255,255,255,0.1);*/
            /*background-color: #12354f;
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {**//*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;
    }
    
    .nav-scrollable {*/*/
        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/


/* Estilos padr�o */
.navMenu[b-l1fmpucdlt] {
    background-color: #dddddd;
    width: 250px; /* Largura padr�o do menu */
    transition: width 0.3s ease;
}

.nav-link[b-l1fmpucdlt] {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.navItem[b-l1fmpucdlt] {
    color: #fefeff;
    background-color: #085a97;
    margin: 0.5rem 0;
    border-radius: 4px;
}

    .navItem svg[b-l1fmpucdlt] {
        margin-right: 0.5rem;
    }

/* Estilos para telas menores que 800px */
@media (max-width: 1000px) {
    .navMenu[b-l1fmpucdlt] {
        width: 60px; /* Largura reduzida */
    }

    .nav-link span[b-l1fmpucdlt] {
        display: none; /* Oculta o texto dos links */
    }

    .navItem svg[b-l1fmpucdlt] {
        margin-right: 0; /* Remove a margem do �cone */
    }

    .navItem[b-l1fmpucdlt] {
        justify-content: center; /* Centraliza os �cones */
    }
}

@media (max-width: 600px) {
    #menuPrincipal[b-l1fmpucdlt] {
        display: flex !important;
        padding-bottom: 20px !important;
        width: 100% !important;
        flex-direction: column;
        padding-top: 10px;
    }

    .px-3[b-l1fmpucdlt] {
        width: 100% !important;
    }

    .container-menus[b-l1fmpucdlt] {
        display: flex;
    }

    .navItem[b-l1fmpucdlt] {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0px !important;
    }
}
/* _content/ProjetoSuporteBlazor/Pages/Atendimentos.razor.rz.scp.css */
@media (max-width: 600px) {
    .margin20[b-lzk5penaef] {
        margin-right: 5px;
    }
}
/* _content/ProjetoSuporteBlazor/Pages/Avaliacoes.razor.rz.scp.css */
@media (max-width: 800px) {
    #lista-filtros[b-xz384xuwp2] {
        flex-direction: column;
        width: 100%;
    }
}
/* _content/ProjetoSuporteBlazor/Pages/Configuracoes.razor.rz.scp.css */
/* Estilos padrão */
.div-config[b-fi26vxpa8i] {
    display: flex;
    flex-direction: row; /* Layout padrão: menu à esquerda, conteúdo à direita */
}

.sideMenu-config[b-fi26vxpa8i] {
    width: 250px; /* Largura padrão do menu */
    transition: width 0.3s ease;
    background-color: #f8f9fa; /* Cor de fundo do menu */
    padding: 10px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

#center-screen[b-fi26vxpa8i] {
    flex: 1; /* Ocupa o restante do espaço */
    padding: 20px;
    box-shadow: -4px 9px 6px 1px #ebeff3;
}

.div-link[b-fi26vxpa8i] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.title-link[b-fi26vxpa8i] {
    margin: 0px;
    margin-left: 5px;
}

.nav-item-config[b-fi26vxpa8i] {
    box-shadow: -4px 2px 6px 1px #ebeff3;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    background-color: #fff;
}

.lista-config[b-fi26vxpa8i] {
    padding: 0px;
    list-style-type: none;
}

/* Estilos para telas menores que 800px */
@media (max-width: 800px) {
    .div-config[b-fi26vxpa8i] {
        flex-direction: column; /* Altera o layout para vertical */
    }

    .sideMenu-config[b-fi26vxpa8i] {
        width: 100%; /* Ocupa toda a largura */
        height: auto; /* Altura automática */
        padding: 10px 0; /* Reduz o padding */
    }

    .nav-item-config[b-fi26vxpa8i] {
        padding: 8px; /* Reduz o padding dos itens */
    }

    .title-link[b-fi26vxpa8i] {
        font-size: 14px; /* Reduz o tamanho da fonte */
    }

    .div-link p[b-fi26vxpa8i] {
        display: none; /* Oculta a descrição dos itens */
    }

    #center-screen[b-fi26vxpa8i] {
        padding: 10px; /* Reduz o padding do conteúdo principal */
    }
}
/* _content/ProjetoSuporteBlazor/Pages/Emails.razor.rz.scp.css */
/* Estilos gerais */
ul[b-4lt3pq9kkj] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li[b-4lt3pq9kkj] {
        margin-bottom: 10px;
    }

.div-tab[b-4lt3pq9kkj] {
    display: flex;
    flex-direction: row; /* Layout padrão: horizontal */
    align-items: center;
    gap: 10px; /* Espaçamento entre os elementos */
}

.div-email[b-4lt3pq9kkj] {
    display: flex;
    justify-content: space-between;
    gap: 10px; /* Espaçamento entre os elementos */
}

.btn-salvar[b-4lt3pq9kkj] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

/* Estilos para telas menores que 800px */
@media (max-width: 800px) {
    .div-tab[b-4lt3pq9kkj] {
        flex-direction: column; /* Altera o layout para vertical */
        align-items: flex-start; /* Alinha os itens à esquerda */
    }

        .div-tab > div[b-4lt3pq9kkj] {
            width: 100% !important; /* Força a largura total */
        }

    .div-email[b-4lt3pq9kkj] {
        flex-direction: column; /* Altera o layout para vertical */
    }

    .btn-salvar[b-4lt3pq9kkj] {
        justify-content: center; /* Centraliza o botão */
    }

    /* Ajustes para os inputs e textareas */
    input[b-4lt3pq9kkj], textarea[b-4lt3pq9kkj] {
        width: 100%; /* Ocupa toda a largura disponível */
    }
}


ul[b-4lt3pq9kkj] {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul li[b-4lt3pq9kkj] {
        margin-bottom: 10px;
    }

.div-tab[b-4lt3pq9kkj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.div-email[b-4lt3pq9kkj] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btn-salvar[b-4lt3pq9kkj] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

@media (max-width: 800px) {
    .div-tab[b-4lt3pq9kkj] {
        flex-direction: column;
        align-items: flex-start;
    }

        .div-tab > div[b-4lt3pq9kkj] {
            width: 100% !important;
        }

    .div-email[b-4lt3pq9kkj] {
        flex-direction: column;
    }

    .btn-salvar[b-4lt3pq9kkj] {
        justify-content: center;
    }

    input[b-4lt3pq9kkj], textarea[b-4lt3pq9kkj] {
        width: 100%;
    }

    .modal-content[b-4lt3pq9kkj] {
        width: 90%;
        margin: 10px auto;
    }

    .modal-body input[b-4lt3pq9kkj], .modal-body textarea[b-4lt3pq9kkj] {
        width: 100%;
    }
}


ul[b-4lt3pq9kkj] {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul li[b-4lt3pq9kkj] {
    margin-bottom: 10px;
}

.div-tab[b-4lt3pq9kkj] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.div-email[b-4lt3pq9kkj] {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.btn-salvar[b-4lt3pq9kkj] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

@media (max-width: 800px) {
    .div-tab[b-4lt3pq9kkj] {
        flex-direction: column;
        align-items: flex-start;
    }

        .div-tab > div[b-4lt3pq9kkj] {
            width: 100% !important;
        }

    .div-email[b-4lt3pq9kkj] {
        flex-direction: column;
    }

    .btn-salvar[b-4lt3pq9kkj] {
        justify-content: center;
    }

    input[b-4lt3pq9kkj], textarea[b-4lt3pq9kkj] {
        width: 100%;
    }

    .modal-content[b-4lt3pq9kkj] {
        width: 90%;
        margin: 10px auto;
    }

    .modal-body input[b-4lt3pq9kkj], .modal-body textarea[b-4lt3pq9kkj] {
        width: 100%;
    }
}
/* _content/ProjetoSuporteBlazor/Pages/Login.razor.rz.scp.css */
@media (max-width: 700px) {
    #ImgPrincipal[b-tsa0okq7tt] {
        height: auto !important;
        width: 200px !important;
    }
}

@media (max-width: 380px) {
    .page[b-tsa0okq7tt] {
        height: auto;
    }
}

@media (max-height: 850px) {
    .page[b-tsa0okq7tt] {
        height: auto;
    }
}

/* _content/ProjetoSuporteBlazor/Pages/Menu.razor.rz.scp.css */
.card-status[b-8zwzh3v3e1] {
    width: 100%;
    border: solid 1px #c7c7c7c7;
    margin-right: 15px;
    text-align: center;
}

@media (max-width: 600px) {
    #div-status[b-8zwzh3v3e1] {
        display: block !important;
        padding: 10px !important;
        width: 100% !important;
    }

    .card-status[b-8zwzh3v3e1] {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* _content/ProjetoSuporteBlazor/Pages/RecuperarSenha.razor.rz.scp.css */

.div-main[b-ot5w5rgbc8] {
    padding: 30px;
    border: 1px solid #000;
    border-radius: 10px;
}

.form-bottom[b-ot5w5rgbc8] {
    display: flex;
    text-align: center;
}

.ant-form[b-ot5w5rgbc8] {
    font-size: 20px;
}

.title[b-ot5w5rgbc8] {
    color: #085a97;
    font-weight: bolder;
    margin-bottom: 20px !important;
}

.form-list[b-ot5w5rgbc8] {
    padding: 0px;
    margin: 0px;
}

.div-button[b-ot5w5rgbc8] {
    display: flex;
    justify-content: center;
}

.input-mail[b-ot5w5rgbc8] {
    border-left: 0px !important;
    border-right: 0px !important;
    border-top: 0px !important;
    border-radius: 0px !important;
}

.btn-left[b-ot5w5rgbc8] {
    padding-left: 10px;
}


/* ==========================  TESTE  =============================== */
body[b-ot5w5rgbc8] {
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
    color: #023047
}

.page[b-ot5w5rgbc8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    background-color: #085a97;
}

.formLogin[b-ot5w5rgbc8] {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 7px;
    padding: 40px;
    box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.4);
    gap: 5px;
}

.areaLogin img[b-ot5w5rgbc8] {
    width: 420px;
}

.formLogin h1[b-ot5w5rgbc8] {
    padding: 0;
    margin: 0;
    font-weight: 500;
    font-size: 2.3em;
}

.formLogin p[b-ot5w5rgbc8] {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.formLogin input[b-ot5w5rgbc8] {
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 4px;
    transition: all linear 160ms;
    outline: none;
}

    .formLogin input:focus[b-ot5w5rgbc8] {
        border: 1px solid #085a97;
    }

.formLogin label[b-ot5w5rgbc8] {
    font-size: 14px;
    font-weight: 600;
}

.formLogin a[b-ot5w5rgbc8] {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 13px;
    color: #555;
    transition: all linear 160ms;
}

    .formLogin a:hover[b-ot5w5rgbc8] {
        color: #085a97;
    }

.btn[b-ot5w5rgbc8] {
    background-color: #085a97;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none !important;
    transition: all linear 160ms;
    cursor: pointer;
    margin: 0 !important;
    width: 30%;
}

    .btn:hover[b-ot5w5rgbc8] {
        transform: scale(1.05);
        background-color: #085a97;
        color: #c4c4c4;
    }

.avatar[b-ot5w5rgbc8] {
    border: solid 1px #c7c7c7;
}

.div-perfil[b-ot5w5rgbc8] {
    border: solid 1px #c7c7c7;
    border-top: 0px;
    padding: 10px;
}

.titulo-perfil[b-ot5w5rgbc8] {
    margin-left: 30px;
    padding: 5px;
}

.alert[b-ot5w5rgbc8] {
    position: absolute;
    top: 0;
}

.custom-password-icon[b-ot5w5rgbc8] {
    color: rgba(0,0,0,.45);
    cursor: pointer;
    transition: all .3s;
}

@media (max-width: 700px) {
    .btn[b-ot5w5rgbc8] {
        width: 100% !important;
        background-color: #970831;
    }
}
/* _content/ProjetoSuporteBlazor/Pages/VisualizarAtendimento.razor.rz.scp.css */
/* Estilos gerais */
html[b-ylcuw2e124], body[b-ylcuw2e124] {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
}

#main-div[b-ylcuw2e124] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100vw;
    overflow: auto;
    padding: 20px;
    box-sizing: border-box;
}

.div-main-appointment[b-ylcuw2e124] {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: auto;
}

/* Menu lateral */
#menuFixo[b-ylcuw2e124] {
    width: 250px;
    min-height: 100vh;
    background-color: #f5f5f5;
    padding: 20px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    /*    left: 0;
    top: 0;*/
    z-index: 1000; /* Garante que o menu fique acima do conteúdo */
}

/* Conteúdo principal */
#conteudoPrincipal[b-ylcuw2e124] {
    margin-left: 270px; /* Espaço para o menu lateral */
    padding: 20px;
    flex-grow: 1;
}

#div-principal-view[b-ylcuw2e124] {
    display: flex;
}

/* Estilos para telas menores que 800px */
@media (max-width: 950px) {
    #menuFixo[b-ylcuw2e124] {
        width: 100% !important; /* Ocupa toda a largura */
        min-height: auto; /* Altura automática */
        position: static !important; /* Remove a posição fixa */
        margin-bottom: 20px; /* Espaçamento abaixo do menu */
        box-shadow: none; /* Remove a sombra */
    }

    #conteudoPrincipal[b-ylcuw2e124] {
        margin-left: 0px !important; /* Remove o espaçamento do menu */
    }
}

@media (max-width: 800px) {
    /*#menuFixo {
        width: 100% !important;*/ /* Ocupa toda a largura */
    /*min-height: auto !important;*/ /* Altura automática */
    /*position: static !important;*/ /* Remove a posição fixa */
    /*margin-bottom: 20px !important;*/ /* Espaçamento abaixo do menu */
    /*box-shadow: none !important;*/ /* Remove a sombra */
    /*display: flex !important;*/ /* Layout flexível */
    /*flex-direction: row !important;*/ /* Alinha os itens horizontalmente */
    /*align-items: center !important;*/ /* Centraliza os itens verticalmente */
    /*justify-content: space-between !important;*/ /* Distribui os itens horizontalmente */
    /*padding: 10px !important;*/ /* Reduz o padding */
    /*}

        #menuFixo h3 {
            margin: 0;*/ /* Remove a margem do título */
    /*}

        #menuFixo p {
            margin: 0 10px;*/ /* Adiciona espaçamento entre os parágrafos */
    /*}

        #menuFixo div {
            margin: 0 10px;*/ /* Adiciona espaçamento entre os botões */
    /*}

    #conteudoPrincipal {
        margin-left: 0 !important;*/ /* Remove o espaçamento do menu */
    /*}*/
    #div-principal-view[b-ylcuw2e124] {
        display: flex !important;
        flex-direction: column !important;
    }

    #menuFixo[b-ylcuw2e124] {
        display: flex;
        justify-content: space-around;
        min-height: auto !important;
        padding: 5px !important;
    }
}

@media (max-width: 650px) {
    main[b-ylcuw2e124] {
        padding-top: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 650px) {
    header[b-ylcuw2e124] {
        width: 100vh;
    }
}
