/* _content/HomeSenior/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4cb5ojhbl8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4cb5ojhbl8] {
    flex: 1;
}

.sidebar[b-4cb5ojhbl8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4cb5ojhbl8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4cb5ojhbl8]  a, .top-row[b-4cb5ojhbl8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4cb5ojhbl8]  a:hover, .top-row[b-4cb5ojhbl8]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4cb5ojhbl8]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4cb5ojhbl8] {
        justify-content: space-between;
    }

    .top-row[b-4cb5ojhbl8]  a, .top-row[b-4cb5ojhbl8]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4cb5ojhbl8] {
        flex-direction: row;
    }

    .sidebar[b-4cb5ojhbl8] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4cb5ojhbl8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4cb5ojhbl8]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4cb5ojhbl8], article[b-4cb5ojhbl8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4cb5ojhbl8] {
    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-4cb5ojhbl8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HomeSenior/Components/Layout/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked {
    background-color: rgba(255, 255, 255, 0.5);
}

.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 .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item ::deep .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .nav-scrollable {*/
        /* Never collapse the sidebar for wide screens */
        /*display: block;*/

        /* Allow sidebar to scroll for tall menus */
        /*height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}*/
/* _content/HomeSenior/Components/Pages/Cliente/CuidadorSelecionado.razor.rz.scp.css */
.container[b-rub6usrxe8] {
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
    overflow: hidden;
}

    /* Imagem principal */
    .container img[b-rub6usrxe8] {
        width: 100%;
        height: auto;
        display: block;
    }

.header[b-rub6usrxe8] {
    height: 58px;
    width: 100%;
    background-color: white;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}

.btn-arrow[b-rub6usrxe8] {
    width: 30px;
    height: 30px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    background: transparent;
    color: #38B3E7;
    border: 2px solid transparent;
    font-size: 25px;
}
    .btn-arrow:active[b-rub6usrxe8] {
        border-color: #EAF7FD;
    }

/* Barra superior */
.top-bar[b-rub6usrxe8] {
    width: 100%;
    height: 58px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f5f5;
}

    /* Nome pequeno */
    .top-bar .name[b-rub6usrxe8] {
        color: black;
        font-size: 12px;
        font-family: Inter, sans-serif;
        font-weight: 400;
    }

/* Card de informações */
.info-card[b-rub6usrxe8] {
    width: 100%;
    padding: 24px 16px;
    background: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    /* Nome grande */
    .info-card .title[b-rub6usrxe8] {
        color: #A1C23F;
        font-size: 38px;
        font-family: Inter, sans-serif;
        font-weight: 700;
    }

    /* Texto descritivo */
    .info-card .description[b-rub6usrxe8] {
        text-align: center;
        color: black;
        font-size: 20px;
        font-family: Inter, sans-serif;
        font-weight: 400;
    }

/* Separador */
.divider[b-rub6usrxe8] {
    align-self: stretch;
    height: 0;
    outline: 1px solid #C4C4C4;
    outline-offset: -0.5px;
}

/* Seções (Localização, Qualificação, Serviços) */
.section-title[b-rub6usrxe8] {
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    color: black;
}

.section-item[b-rub6usrxe8] {
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    color: black;
    display: flex;
    justify-content: space-between;
}

/* Calendário */
.calendar-header[b-rub6usrxe8] {
    background: white;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 8.97px 17.94px;
}

    .calendar-header .month[b-rub6usrxe8] {
        color: #38B3E7;
        font-size: 17.94px;
        font-family: Roboto, sans-serif;
        font-weight: 700;
    }

#calendar-days span[b-rub6usrxe8] {
    display: inline-block;
    width: 32px; /* largura fixa */
    height: 32px; /* altura fixa */
    line-height: 32px; /* centraliza o número verticalmente */
    text-align: center; /* centraliza horizontalmente */
    margin: 2px; /* espaço entre os dias */
    border-radius: 50%; /* círculo perfeito */
    cursor: pointer;
    transition: background 0.3s ease;
}

    #calendar-days span.selected[b-rub6usrxe8] {
        background-color: #38B3E7;
        color: white;
    }


/* Rodapé com preço e botão */
.footer[b-rub6usrxe8] {
    width: 100%;
    padding: 24px;
    background: white;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.20);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .footer .price[b-rub6usrxe8] {
        font-size: 16px;
        font-family: Inter, sans-serif;
        font-weight: 700;
        color: black;
        display: flex;
        justify-content: space-between;
    }

    .footer .button[b-rub6usrxe8] {
        height: 52px;
        padding: 16px 10px;
        background: #38B3E7;
        border-radius: 12px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 20px;
        font-family: Inter, sans-serif;
        font-weight: 500;
        cursor: pointer;
    }


.calendar-container[b-rub6usrxe8] {
    width: 90%;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    text-align: center;
}

.calendar-header[b-rub6usrxe8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.calendar-weekdays[b-rub6usrxe8], #calendar-days[b-rub6usrxe8] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    
}

    .calendar-weekdays span[b-rub6usrxe8] {
        font-weight: bold;
        color: #38B3E7;
    }

    #calendar-days span[b-rub6usrxe8] {
        padding: 8px;
        border-radius: 4px;
        cursor: pointer;
        text-align: center;
    }

        #calendar-days span:hover[b-rub6usrxe8] {
            background: #e0f7fa;
        }

        #calendar-days span.selected[b-rub6usrxe8] {
            background-color: #A1C23F; /* verde */
            color: white;
            font-weight: bold;
            border-radius: 4px;
        }

.calendar-header button[b-rub6usrxe8] {
    background-color: #38B3E7;
    color: white;
    border: none;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .calendar-header button:hover[b-rub6usrxe8] {
        background-color: #2a8bb5;
    }


.telaflut[b-rub6usrxe8] {
    position: fixed; /* fixa na tela, independente do scroll */
    top: 50%; /* centraliza verticalmente */
    left: 50%; /* centraliza horizontalmente */
    transform: translate(-50%, -50%); /* ajusta para o centro exato */
    background-color: #fff; /* fundo branco */
    padding: 20px; /* espaço interno */
    border-radius: 8px; /* cantos arredondados */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* sombra para destacar */
    z-index: 1000; /* fica acima dos outros elementos */
    min-width: 300px; /* largura mínima */
    width: 80%;
    height: 85%;
    display: flex;
    flex-direction: column;
}

.overlay-telaflut[b-rub6usrxe8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 100, 150, 0.6); /* cinza semitransparente */
    z-index: 999; /* abaixo da tela flutuante */
}

.btn-irParaHomeSenior[b-rub6usrxe8] {
    position: absolute;
    bottom: 15px;
    width: 90%;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: white;
    height: 52px;
    margin-top: 10px;
    background-color: #38B3E7;
}

.star i[b-rub6usrxe8] {
    font-size: 24px;
    color: #555; /* cor padrão */
}

    .star i.favorito[b-rub6usrxe8] {
        color: red; /* cor amarela quando favorito */
    }

/* _content/HomeSenior/Components/Pages/Cliente/EntrarCli.razor.rz.scp.css */
html[b-gqqexkdhg1], body[b-gqqexkdhg1] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.container[b-gqqexkdhg1] {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: aqua;
    /*background-image: url("https://placehold.co/394x700");*/
    background-image: url("/imagens/ImagemEntrarCli.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*imagem*/
.bg-image[b-gqqexkdhg1] {
    position: relative;
    top: 50%; /* joga para o meio vertical */
    left: 50%; /* joga para o meio horizontal */
    transform: translate(-50%, -50%); /* corrige o deslocamento */
    width: 500px; /* tamanho fixo da imagem */
    height: 700px; /* tamanho fixo da imagem */
}

.page[b-gqqexkdhg1] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-end;
}
/* texto */
.hero-text[b-gqqexkdhg1] {
    margin: 16px;
    color: white;
    font-size: clamp(32px, 10vw, 48px);
    font-family: Arial;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1000
}

.hero-subtext[b-gqqexkdhg1] {
    align-self: stretch;
    color: var(--BAckgrownd, white);
    font-size: clamp(12px, 10vw, 18px);
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
/* bottom sheet */
.bottom-sheet[b-gqqexkdhg1] {
    background: white;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.21);
    z-index: 1000
}
/* overlays */
.overlay[b-gqqexkdhg1] {
    position: absolute;
    inset: -20%;
}

.overlay-primary[b-gqqexkdhg1] {
    position: absolute;
    background: #A1C23F;
    opacity: 0.57;
    mix-blend-mode: color;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-gradient[b-gqqexkdhg1] {
    position: absolute;
    opacity: 0.57;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 2deg, #0F227D 0%, #8B93C0 37%, #ffffff 98% );
}

/* botões */
button[b-gqqexkdhg1] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
}

    button:focus[b-gqqexkdhg1], button:active[b-gqqexkdhg1] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-gqqexkdhg1]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-gqqexkdhg1]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.btn-tertiary[b-gqqexkdhg1] {
    padding: 16px 10px;
    border-radius: 12px;
    color: #38B3E7;
    font-size: 14px;
    font-weight: 500;
}
/* _content/HomeSenior/Components/Pages/Cliente/Etapa1Cli.razor.rz.scp.css */
.container[b-a5fbqg8xdk] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

.card[b-a5fbqg8xdk] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none;
    box-shadow: none;
}

.card-header[b-a5fbqg8xdk] {
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.steps[b-a5fbqg8xdk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-title[b-a5fbqg8xdk] {
    color: black;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.step-subtitle[b-a5fbqg8xdk] {
    color: #8B8B8B;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.card-body[b-a5fbqg8xdk] {
    flex: 1; /* ocupa o espaço entre topo e footer */
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.form-section[b-a5fbqg8xdk] {
    flex: 1; /* garante espaço entre o campo e o footer */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-field[b-a5fbqg8xdk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-a5fbqg8xdk] {
    color: #8B8B8B;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.required[b-a5fbqg8xdk] {
    color: #CA0000;
    margin-left: 5px;
}

.input[b-a5fbqg8xdk] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.card-footer[b-a5fbqg8xdk] {
    padding: 16px;
    /*border-top: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.btn-primary[b-a5fbqg8xdk] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    background-color: white;
    color: #38B3E7;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

button[b-a5fbqg8xdk] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: #38B3E7; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

    button:focus[b-a5fbqg8xdk], button:active[b-a5fbqg8xdk] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: #38B3E7; /* força a mesma cor */
        color: white; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-a5fbqg8xdk]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-a5fbqg8xdk]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.intro[b-a5fbqg8xdk] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-title[b-a5fbqg8xdk] {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.intro-subtitle[b-a5fbqg8xdk] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
/* _content/HomeSenior/Components/Pages/Cliente/Etapa2Cli.razor.rz.scp.css */
.container[b-ylp2jqkj21] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

.card[b-ylp2jqkj21] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none;
    box-shadow: none;
}

.card-header[b-ylp2jqkj21] {
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.steps[b-ylp2jqkj21] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-title[b-ylp2jqkj21] {
    color: black;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.step-subtitle[b-ylp2jqkj21] {
    color: #8B8B8B;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.card-body[b-ylp2jqkj21] {
    flex: 1; /* ocupa o espaço entre topo e footer */
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.form-section[b-ylp2jqkj21] {
    flex: 1; /* garante espaço entre o campo e o footer */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-field[b-ylp2jqkj21] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-ylp2jqkj21] {
    color: #8B8B8B;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.required[b-ylp2jqkj21] {
    color: #CA0000;
}

.input[b-ylp2jqkj21] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.card-footer[b-ylp2jqkj21] {
    padding: 16px;
    /*border-top: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.btn-primary[b-ylp2jqkj21] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    background-color: white;
    color: #38B3E7;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

button[b-ylp2jqkj21] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: #38B3E7; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

    button:focus[b-ylp2jqkj21], button:active[b-ylp2jqkj21] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: #38B3E7; /* força a mesma cor */
        color: white; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-ylp2jqkj21]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-ylp2jqkj21]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.intro[b-ylp2jqkj21] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-title[b-ylp2jqkj21] {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.intro-subtitle[b-ylp2jqkj21] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
/* _content/HomeSenior/Components/Pages/Cliente/Etapa3Cli.razor.rz.scp.css */
.container[b-u21smfltf8] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

.card[b-u21smfltf8] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none;
    box-shadow: none;
}

.card-header[b-u21smfltf8] {
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.steps[b-u21smfltf8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-title[b-u21smfltf8] {
    color: black;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.step-subtitle[b-u21smfltf8] {
    color: #8B8B8B;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.card-body[b-u21smfltf8] {
    flex: 1; /* ocupa o espaço entre topo e footer */
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.form-section[b-u21smfltf8] {
    flex: 1; /* garante espaço entre o campo e o footer */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-field[b-u21smfltf8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-u21smfltf8] {
    color: #8B8B8B;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.required[b-u21smfltf8] {
    color: #CA0000;
}

.input[b-u21smfltf8] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.card-footer[b-u21smfltf8] {
    padding: 16px;
    /*border-top: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.btn-primary[b-u21smfltf8] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    background-color: white;
    color: #38B3E7;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

button[b-u21smfltf8] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: #38B3E7; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: white;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

    button:focus[b-u21smfltf8], button:active[b-u21smfltf8] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: #38B3E7; /* força a mesma cor */
        color: white; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-u21smfltf8]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-u21smfltf8]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.intro[b-u21smfltf8] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-title[b-u21smfltf8] {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.intro-subtitle[b-u21smfltf8] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.telaflut[b-u21smfltf8] {
    position: fixed; /* fixa na tela, independente do scroll */
    top: 50%; /* centraliza verticalmente */
    left: 50%; /* centraliza horizontalmente */
    transform: translate(-50%, -50%); /* ajusta para o centro exato */
    background-color: #fff; /* fundo branco */
    padding: 20px; /* espaço interno */
    border-radius: 8px; /* cantos arredondados */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* sombra para destacar */
    z-index: 1000; /* fica acima dos outros elementos */
    min-width: 300px; /* largura mínima */
    width: 80%;
    height: 85%;
    display: flex;
    flex-direction: column;
}

.overlay-telaflut[b-u21smfltf8] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 100, 150, 0.6); /* cinza semitransparente */
    z-index: 999; /* abaixo da tela flutuante */
}

.btn-irParaHomeSenior[b-u21smfltf8] {
    position: absolute;
    bottom: 15px;
    width: 90%;
}








.card-title[b-u21smfltf8] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
}

.preview-card[b-u21smfltf8] {
    margin: 20px auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 6px 14px rgba(0,0,0,0.1);
    width: 280px;
}

.preview-img[b-u21smfltf8] {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #38B3E7;
    margin-bottom: 15px;
}

.placeholder[b-u21smfltf8] {
    width: 220px;
    height: 220px;
    border: 2px dashed #aaa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 14px;
    margin: 0 auto 15px auto;
}

.upload-label[b-u21smfltf8] {
    display: inline-block;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}


    .upload-label input[type="file"][b-u21smfltf8] {
        display: none;
    }

.btn-salvar[b-u21smfltf8] {
    margin-top: 15px;
    background-color: #2196F3;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

    .btn-salvar:hover[b-u21smfltf8] {
        background-color: #1976D2;
    }
/* _content/HomeSenior/Components/Pages/Cliente/HomeCli.razor.rz.scp.css */
body[b-gx8717yxe5] {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f9f9f9;
}

header[b-gx8717yxe5] {
    background-color: white;
    padding: 10px;
    text-align: center;
    display: flex;
}

    header input[b-gx8717yxe5] {
        width: 80%;
        padding: 10px;
        border-radius: 20px;
        border: 2px solid lightblue;
        min-width: 10px;
    }

.btnpesq[b-gx8717yxe5] {
    margin-left: 10px;
    border-radius: 60px;
    width: 60px;
    height: 40px;
    background-color: lightskyblue;
    border: 2px solid lightblue;
    color: darkblue;
}
    .btnpesq:active[b-gx8717yxe5] {
        background: radial-gradient(circle, lightskyblue 0%, lightblue 100%);
    }

.container[b-gx8717yxe5] {
}

.mensagem[b-gx8717yxe5] {
    font-family: 'Poppins', sans-serif; /* fonte mais moderna */
    font-size: 1.2rem; /* tamanho agradável */
    text-align: center; /* centraliza horizontalmente */
    margin-top: 50%; /* centraliza verticalmente de forma simples */
    color: #555; /* tom cinza suave */
}

.scroll-area[b-gx8717yxe5] {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    /*max-width : 1000px;*/
}

    .scroll-area[b-gx8717yxe5]::-webkit-scrollbar {
        height: 8px;
    }

    .scroll-area[b-gx8717yxe5]::-webkit-scrollbar-thumb {
        background: #0078d7;
        border-radius: 4px;
    }

.card[b-gx8717yxe5] {
    flex: 0 0 auto; /* impede quebra de linha */
    width: 250px; /* aumente aqui conforme desejar */
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
    text-align: center; /* centraliza conteúdo */
    border: 2px solid rgba(0, 0, 255, 0.03);
    transition: background 4.0s ease;
    position: relative;
    z-index: 999;
}
    .card:active[b-gx8717yxe5] {
        background: radial-gradient(circle, #e0f7fa 0%, #ffffff 100%);
    }

.base-foto[b-gx8717yxe5]{
    margin-left: 30px;
    border-radius: 50%;
    overflow: hidden;
    width: 160px
}
.foto[b-gx8717yxe5] {
    width: 120px; 
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.foto-nome img[b-gx8717yxe5] {
    width: 120px; /* aumenta a foto */
    height: 120px;
    border-radius: 50%; /* deixa circular */
    display: block;
    margin: 0 auto;
}

.foto-nome h3[b-gx8717yxe5] {
    margin-top: 10px;
    font-size: 1.2em; /* nome mais destacado */
}

.info[b-gx8717yxe5] {
    display: flex;
    justify-content: space-between; /* preço à esquerda, avaliação à direita */
    margin-top: 10px;
    font-size: 1em;
}


    .card img[b-gx8717yxe5] {
        width: 100%;
        border-radius: 8px;
    }


footer[b-gx8717yxe5] {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}

    footer nav[b-gx8717yxe5] {
        display: flex;
        justify-content: space-around; /* distribui os botões */
        background: #f9f9f9;
        padding: 10px 0;
    }

        footer nav input[type="radio"][b-gx8717yxe5] {
            display: none; /* esconde os radios */
        }

        footer nav label[b-gx8717yxe5] {
            color: #555;
            font-size: 12px;
            cursor: pointer;
            display: flex;
            flex-direction: column; /* ícone em cima, texto embaixo */
            align-items: center;
            justify-content: center;
        }

            footer nav label i[b-gx8717yxe5] {
                font-size: 18px;
                margin-bottom: 4px;
            }

        footer nav input[type="radio"]:checked + label[b-gx8717yxe5] {
            color: #007bff; /* azul para o ativo */
            font-weight: bold;
        }





.calendar-container[b-gx8717yxe5] {
    width: 320px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
    text-align: center;
}

.calendar-header[b-gx8717yxe5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .calendar-header button[b-gx8717yxe5] {
        background-color: #38B3E7;
        color: white;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 16px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .calendar-header button:hover[b-gx8717yxe5] {
            background-color: #2a8bb5;
        }

.calendar-weekdays[b-gx8717yxe5], .calendar-days[b-gx8717yxe5] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

    .calendar-weekdays span[b-gx8717yxe5] {
        font-weight: bold;
        color: #38B3E7;
    }

    .calendar-days span[b-gx8717yxe5] {
        padding: 8px;
        border-radius: 4px;
        cursor: pointer;
    }

        .calendar-days span:hover[b-gx8717yxe5] {
            background: #e0f7fa;
        }

    .calendar-days .selected[b-gx8717yxe5] {
        background: #A1C23F;
        color: white;
        font-weight: bold;
    }



.containermenu[b-gx8717yxe5] {
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
    overflow: hidden;
}

.contentmenu[b-gx8717yxe5] {
    width: 100%;
    /* height: 785px;*/
    padding: 40px 16px;
    /*position: absolute;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.menu-list[b-gx8717yxe5] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-item[b-gx8717yxe5] {
    width: 100%;
    height: 52px;
    padding: 0 10px;
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    transition: background 0.2s;
    cursor: pointer;
    f
}

    .menu-item:hover[b-gx8717yxe5] {
        background: #f5f5f5; /* efeito hover */
    }

    .menu-item .left[b-gx8717yxe5] {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
    }

    .menu-item i[b-gx8717yxe5] {
        font-size: 18px;
        color: #333; /* cor padrão dos ícones */
    }

    .menu-item span[b-gx8717yxe5] {
        font-size: 14px;
        font-family: Inter, sans-serif;
        font-weight: 500;
        color: #000;
    }

    .menu-item .arrow[b-gx8717yxe5] {
        font-size: 16px;
        color: #38B3E7; /* seta azul */
    }


.logout[b-gx8717yxe5] {
    margin-top: 80%;
    position: relative;
}    

.bottom-bar[b-gx8717yxe5] {
    width: 393px;
    height: 67px;
    padding: 24px;
    position: absolute;
    top: 785px;
    background: white;
    box-shadow: 2px -2px 8px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom-item[b-gx8717yxe5] {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

    .bottom-item .icon[b-gx8717yxe5] {
        width: 24px;
        height: 24px;
        background: black;
    }

    .bottom-item .text[b-gx8717yxe5] {
        font-size: 12px;
        font-family: Inter, sans-serif;
        font-weight: 400;
        color: black;
        text-align: center;
    }

    .bottom-item.active .icon[b-gx8717yxe5] {
        background: #38B3E7;
    }

    .bottom-item.active .text[b-gx8717yxe5] {
        color: #38B3E7;
    }


.overlay-falarcomequipe[b-gx8717yxe5] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* fundo escuro translúcido */
    z-index: 1100;
}

.falarcomequipe[b-gx8717yxe5] {
    position: fixed;
    bottom: 0; /* fixa no rodapé */
    left: 0;
    width: 100%; /* ocupa toda a largura */
    height: 40%; /* ocupa toda a largura */
    background-color: #fff;
    padding: 20px;
    border-radius: 12px 12px 0 0; /* cantos arredondados só em cima */
    box-shadow: 0 -4px 12px rgba(0,0,0,0.3);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
}

    .falarcomequipe svg[b-gx8717yxe5] {
        margin-bottom: 15px;
    }

    /*.falarcomequipe button {
        margin-top: 20px;
        background: #007BFF;*/ /* azul */
        /*color: #fff;
        border: none;
        border-radius: 8px;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.3s ease;
    }

        .falarcomequipe button:hover {
            background: #0069d9;
        }*/

.sair[b-gx8717yxe5] {
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    color: #CA0000;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    border: none;
    box-shadow: inherit;
    background: whitesmoke;
    transition: background 0.3s ease; /* suaviza a mudança de cor */
}
    .sair:active[b-gx8717yxe5] {
        background: #ffe5e5; /* tom mais claro quando clicado */
    }
    .sair:focus[b-gx8717yxe5] {
        background: #ffe5e5; /* tom mais claro quando clicado */
    }

.btnmenu[b-gx8717yxe5] {
    background-color: white;
    border: none;
    width: 100%;
    height: 100%;
    text-align: initial;
}
    .btnmenu:active[b-gx8717yxe5] {
        background: #f5f5f5;
    }
    .btnmenu:focus[b-gx8717yxe5] {
        background: #f5f5f5;
    }

.btn-fechar-falequipe[b-gx8717yxe5] {
    margin-top: 20px;
    background-color: white;
    border: 2px solid #38B3E7;
    color: #38B3E7;
    font-family: inherit;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
}
    .btn-fechar-falequipe:active[b-gx8717yxe5] {
        border-color: #38B3E7;
        background-color: #EAF7FD;
    }
/* _content/HomeSenior/Components/Pages/Cliente/LoginCliente.razor.rz.scp.css */
html[b-z19kg9afbs], body[b-z19kg9afbs] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.container[b-z19kg9afbs] {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: aqua;
    /*background-image: url("https://placehold.co/394x700");*/
    background-image: url("/imagens/imglogincliente.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*imagem*/
.bg-image[b-z19kg9afbs] {
    position: relative;
    top: 50%; /* joga para o meio vertical */
    left: 50%; /* joga para o meio horizontal */
    transform: translate(-50%, -50%); /* corrige o deslocamento */
    width: 500px; /* tamanho fixo da imagem */
    height: 700px; /* tamanho fixo da imagem */
}

.page[b-z19kg9afbs] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-end;
}

.divider[b-z19kg9afbs] {
    border-top: 2px solid black;
    margin: 10px 0;
    margin-top: 20px;
}

.social-login[b-z19kg9afbs] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.social-text[b-z19kg9afbs] {
    font-size: 14px;
    color: black;
}

.social-options[b-z19kg9afbs] {
    display: flex;
    gap: 24px;
    justify-content: center;
}

.social-item[b-z19kg9afbs] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #8B8B8B;
}

/* texto */
.title[b-z19kg9afbs] {
    font-size: 27px;
    font-weight: 700;
    color: black;
    text-align: left;
    margin-bottom: 20px;
}

.forgot-password[b-z19kg9afbs] {
    text-align: center;
    color: #38B3E7;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 15px;
}

.required[b-z19kg9afbs] {
    color: #CA0000;
}

.input[b-z19kg9afbs] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

/* bottom sheet */
.bottom-sheet[b-z19kg9afbs] {
    background: white;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    /*gap: 16px;*/
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.21);
    z-index: 1000
}
/* overlays */
.overlay[b-z19kg9afbs] {
    position: absolute;
    inset: -20%;
}

.overlay-primary[b-z19kg9afbs] {
    position: absolute;
    background: #A1C23F;
    opacity: 0.57;
    mix-blend-mode: color;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-gradient[b-z19kg9afbs] {
    position: absolute;
    opacity: 0.57;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 2deg, #0F227D 0%, #8B93C0 37%, #ffffff 98% );
}

/* botões */
button[b-z19kg9afbs] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: #38B3E7; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: white;
}

    button:focus[b-z19kg9afbs], button:active[b-z19kg9afbs] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: #38B3E7; /* força a mesma cor */
        color: white; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-z19kg9afbs]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-z19kg9afbs]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }



/* botões secundários */
/*.btn-secondary {
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #38B3E7;
}

    .btn-secondary:focus {
        background-color: #38B3E7;*/ /* define cor ao ganhar foco */
/*color: white;
    }*/
/*.btn-secondary:active{
        animation: clickFlash 0.4s ease
    }
    @keyframes clickFlash{
        0% {background-color: white; color: #38B3E7;}
        50% {background-color: #38B3E7; color: white;}
        100% {background-color: white; color: #38B3E7;}
    }*/


/* _content/HomeSenior/Components/Pages/Cliente/MeusAgendamentos.razor.rz.scp.css */
body[b-16tezdb8gu] {
}

.header[b-16tezdb8gu] {
    height: 58px;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-arrow[b-16tezdb8gu] {
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    color: #38B3E7;
    border: 2px solid transparent;
    font-size: 26px;
    box-sizing: border-box;
    padding: 0;
    line-height: 1;
    transition: transform 0.5s ease;
}

    .btn-arrow:active[b-16tezdb8gu] {
        border-color: #EAF7FD;
        background-color: #EAF7FD;
    }


.btn-dt-sel[b-16tezdb8gu] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 2px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
    height: 30px;
    width: 90px;
    text-align: center;
    align-items: center;
}

    .btn-dt-sel:focus[b-16tezdb8gu], .btn-dt-sel:active[b-16tezdb8gu] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    .btn-dt-sel[b-16tezdb8gu]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    .btn-dt-sel:active[b-16tezdb8gu]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }


.scroll-area[b-16tezdb8gu] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-left: 40px;
    /*max-width : 1000px;*/
}

.card-agendamento[b-16tezdb8gu] {
    background: white;
    box-shadow: 0px 2px 4.5px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: hidden;
    justify-content: space-between; /* distribui os elementos */
    flex-wrap: wrap; /* garante quebra em telas pequenas */
    margin-right: 25px;
}

.card-img[b-16tezdb8gu] {
    width: 112px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.card-info[b-16tezdb8gu] {
    flex: 1;
    padding: 8px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.card-header[b-16tezdb8gu] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-nome[b-16tezdb8gu] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.card-status[b-16tezdb8gu] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status[b-16tezdb8gu] {
    padding: 2px 6px;
    border-radius: 100px;
    font-size: 8px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

    .status.agendado[b-16tezdb8gu] {
        background: #F9BA37;
        color: black;
    }

    .status.realizado[b-16tezdb8gu] {
        background: #01A10C;
        color: white;
    }

.icon[b-16tezdb8gu] {
    width: 16px;
    height: 16px;
    background: #EC8383;
}

.card-detalhes .label[b-16tezdb8gu] {
    color: #8B8B8B;
    font-size: 10px;
    font-family: Inter, sans-serif;
    font-weight: 700;
    line-height: 18px;
}

.card-detalhes .valor[b-16tezdb8gu] {
    color: #8B8B8B;
    font-size: 10px;
    font-family: Inter, sans-serif;
    font-weight: 400;
    line-height: 18px;
}





    .telaflut[b-16tezdb8gu] {
        position: fixed; /* fixa na tela, independente do scroll */
        top: 50%; /* centraliza verticalmente */
        left: 50%; /* centraliza horizontalmente */
        transform: translate(-50%, -50%); /* ajusta para o centro exato */
        background-color: #fff; /* fundo branco */
        padding: 20px; /* espaço interno */
        border-radius: 8px; /* cantos arredondados */
        box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* sombra para destacar */
        z-index: 1000; /* fica acima dos outros elementos */
        min-width: 300px; /* largura mínima */
        width: 80%;
        height: 85%;
        display: flex;
        flex-direction: column;
    }

.overlay-telaflut[b-16tezdb8gu] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 100, 150, 0.6); /* cinza semitransparente */
    z-index: 999; /* abaixo da tela flutuante */
}
.btn-Fechar[b-16tezdb8gu] {
    position: absolute;
    bottom: 15px;
    width: 90%;
    height: 50px;
}

.datas-lista[b-16tezdb8gu] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 90%; /* altura máxima da lista */
    overflow-y: auto; /* ativa scroll vertical */
    padding-right: 8px; /* espaço para não colar no scroll */
}

.data-item[b-16tezdb8gu] {
    background: #f5f9ff;
    border: 1px solid #38B3E7;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    transition: background 0.2s ease;
}

    .data-item:hover[b-16tezdb8gu] {
        background: #e0f2ff;
    }


/* _content/HomeSenior/Components/Pages/Cliente/Perfil.razor.rz.scp.css */

.container[b-u5mxmjhx80] {
    width: 100%;
    height: 100%;
    position: relative;
    background: white;
    overflow: hidden;
}

.header[b-u5mxmjhx80] {
    height: 58px;
    width: 100%;
    background-color: white;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
}

.btnsalvar[b-u5mxmjhx80] {
    width: 45px; /* largura fixa para formar o quadrado */
    height: 45px; /* altura igual à largura */
    border-radius: 15px; /* arredonda as quinas */
    background-color: #4CAF50; /* cor de fundo verde */
    color: white; /* cor do texto/ícone */
    font-size: 32px; /* tamanho do ícone */
    border: none; /* remove borda padrão */
    cursor: pointer; /* cursor de mãozinha */
    display: flex; /* centraliza conteúdo */
    align-items: center;
    justify-content: center;
}

.btncanc[b-u5mxmjhx80] {
    width: 45px; /* largura fixa para formar o quadrado */
    height: 45px; /* altura igual à largura */
    border-radius: 15px; /* arredonda as quinas */
    background-color: red; /* cor de fundo verde */
    color: white; /* cor do texto/ícone */
    font-size: 32px; /* tamanho do ícone */
    border: none; /* remove borda padrão */
    cursor: pointer; /* cursor de mãozinha */
    display: flex; /* centraliza conteúdo */
    align-items: center;
    justify-content: center;
}

.btn-arrow[b-u5mxmjhx80] {
    width: 48px;
    height: 48px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: transparent;
    color: #38B3E7;
    border: 2px solid transparent;
    font-size: 26px;
    box-sizing: border-box;
    padding: 0;
    line-height: 1;
    transition: transform 0.5s ease;
}

    .btn-arrow:active[b-u5mxmjhx80] {
        border-color: #EAF7FD;
        background-color: #EAF7FD;
    }


.perfil[b-u5mxmjhx80] {
    width: 393px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.perfil-content[b-u5mxmjhx80] {
    padding: 0 16px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.perfil-title[b-u5mxmjhx80] {
    width: 80%;
}

.perfil-title h1[b-u5mxmjhx80] {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: black;
}

.perfil-title p[b-u5mxmjhx80] {
    font-size: 16px;
    font-weight: 400;
    color: black;
}

.section[b-u5mxmjhx80] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

    .section h2[b-u5mxmjhx80] {
        font-size: 16px;
        font-weight: 700;
        color: #8B8B8B;
    }

.info[b-u5mxmjhx80] {
    display: grid;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.label[b-u5mxmjhx80] {
    font-size: 12px;
    font-weight: 500;
    color: #8B8B8B;
}

input.value[b-u5mxmjhx80] {
    width: 200%;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.btn-edit[b-u5mxmjhx80] {
    border: none;
    background: transparent;
    color: #38B3E7;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.btn-edit-ende[b-u5mxmjhx80] {
    border: 2px solid transparent;
    background: transparent;
    color: #38B3E7;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 150px;
    border-radius: 10px;
    transition: border-color 0.3s ease;
}
    .btn-edit-ende:active[b-u5mxmjhx80] {
        border-color: #38B3E7;
    }

.actions[b-u5mxmjhx80] {
    padding: 16px 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.btn-primary[b-u5mxmjhx80] {
    height: 52px;
    background: #38B3E7;
    color: white;
    border-radius: 12px;
    border: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.btn-primary:active[b-u5mxmjhx80] {
    background-color: #9DDAF3;
}

.btn-secondary[b-u5mxmjhx80] {
    height: 52px;
    border-radius: 12px;
    border: none;
    color: #38B3E7;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.value[b-u5mxmjhx80]{
    font-size: 22px;
    font-weight: bold;
}

.telaflut[b-u5mxmjhx80] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    width: 80%;
    height: 47%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
}

.btn-close-flut[b-u5mxmjhx80] {
    position: fixed;
    top: 2%;
    right: 5%;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    color: #666;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.overlay-telaflut[b-u5mxmjhx80] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
/* _content/HomeSenior/Components/Pages/Cuidador/Entrar.razor.rz.scp.css */
html[b-q8g977u9vp], body[b-q8g977u9vp] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.container[b-q8g977u9vp] {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: aqua;
    /*background-image: url("https://placehold.co/394x700");*/
    background-image: url("/imagens/ImagemEtapa1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*imagem*/
.bg-image[b-q8g977u9vp] {
    position: relative;
    top: 50%; /* joga para o meio vertical */
    left: 50%; /* joga para o meio horizontal */
    transform: translate(-50%, -50%); /* corrige o deslocamento */
    width: 500px; /* tamanho fixo da imagem */
    height: 700px; /* tamanho fixo da imagem */
}

.page[b-q8g977u9vp] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-end;
}
/* texto */
.hero-text[b-q8g977u9vp] {   
    margin: 16px;
    color: white;
    font-size: clamp(32px, 10vw, 48px);
    font-family: Arial;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1000
}
.hero-subtext[b-q8g977u9vp] {
    align-self: stretch;
    color: var(--BAckgrownd, white);
    font-size: clamp(12px, 10vw, 18px);
    font-family: Arial;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
}
/* bottom sheet */
.bottom-sheet[b-q8g977u9vp] {
    background: white;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.21);
    z-index: 1000
}
/* overlays */
.overlay[b-q8g977u9vp] {
    position: absolute;
    inset: -20%;
}

.overlay-primary[b-q8g977u9vp] {
    position: absolute;
    background: #A1C23F;
    opacity: 0.57;
    mix-blend-mode: color;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-gradient[b-q8g977u9vp] {
    position: absolute;
    opacity: 0.57;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 2deg, #0F227D 0%, #8B93C0 37%, #ffffff 98% );
}

/* botões */
button[b-q8g977u9vp] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
}

    button:focus[b-q8g977u9vp], button:active[b-q8g977u9vp] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-q8g977u9vp]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-q8g977u9vp]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.btn-tertiary[b-q8g977u9vp] {
    padding: 16px 10px;
    border-radius: 12px;
    color: #38B3E7;
    font-size: 14px;
    font-weight: 500;
}



/* botões secundários */
/*.btn-secondary {
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #38B3E7;
}

    .btn-secondary:focus {
        background-color: #38B3E7;*/ /* define cor ao ganhar foco */
        /*color: white;
    }*/
/*.btn-secondary:active{
        animation: clickFlash 0.4s ease
    }
    @keyframes clickFlash{
        0% {background-color: white; color: #38B3E7;}
        50% {background-color: #38B3E7; color: white;}
        100% {background-color: white; color: #38B3E7;}
    }*/

/* _content/HomeSenior/Components/Pages/Cuidador/Etapa1.razor.rz.scp.css */
.container[b-hv2urigfmq] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

.card[b-hv2urigfmq] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none;
    box-shadow: none;
}
.card-header[b-hv2urigfmq] {
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}
.steps[b-hv2urigfmq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-title[b-hv2urigfmq] {
    color: black;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.step-subtitle[b-hv2urigfmq] {
    color: #8B8B8B;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
.card-body[b-hv2urigfmq] {
    flex: 1; /* ocupa o espaço entre topo e footer */
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.form-section[b-hv2urigfmq] {
    flex: 1; /* garante espaço entre o campo e o footer */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-field[b-hv2urigfmq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-hv2urigfmq] {
    color: #8B8B8B;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.required[b-hv2urigfmq] {
    color: #CA0000;
}

.cep-input[b-hv2urigfmq] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.card-footer[b-hv2urigfmq] {
    padding: 16px;
    /*border-top: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.btn-primary[b-hv2urigfmq] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    background-color: white;
    color: #38B3E7;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}
button[b-hv2urigfmq] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

    button:focus[b-hv2urigfmq], button:active[b-hv2urigfmq] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-hv2urigfmq]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-hv2urigfmq]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.intro[b-hv2urigfmq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-title[b-hv2urigfmq] {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.intro-subtitle[b-hv2urigfmq] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
/* _content/HomeSenior/Components/Pages/Cuidador/Etapa2.razor.rz.scp.css */
.container[b-mk6zmo1xn2] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

.card[b-mk6zmo1xn2] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none;
    box-shadow: none;
}

.card-header[b-mk6zmo1xn2] {
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.steps[b-mk6zmo1xn2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-title[b-mk6zmo1xn2] {
    color: black;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.step-subtitle[b-mk6zmo1xn2] {
    color: #8B8B8B;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.card-body[b-mk6zmo1xn2] {
    flex: 1; /* ocupa o espaço entre topo e footer */
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.form-section[b-mk6zmo1xn2] {
    flex: 1; /* garante espaço entre o campo e o footer */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-field[b-mk6zmo1xn2] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-mk6zmo1xn2] {
    color: #8B8B8B;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.required[b-mk6zmo1xn2] {
    color: #CA0000;
}

.input[b-mk6zmo1xn2] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.card-footer[b-mk6zmo1xn2] {
    padding: 16px;
    /*border-top: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.btn-primary[b-mk6zmo1xn2] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    background-color: white;
    color: #38B3E7;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

button[b-mk6zmo1xn2] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

    button:focus[b-mk6zmo1xn2], button:active[b-mk6zmo1xn2] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-mk6zmo1xn2]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-mk6zmo1xn2]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.intro[b-mk6zmo1xn2] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-title[b-mk6zmo1xn2] {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.intro-subtitle[b-mk6zmo1xn2] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

/* _content/HomeSenior/Components/Pages/Cuidador/Etapa3.razor.rz.scp.css */
.container[b-j4x7xuqnnd] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

.card[b-j4x7xuqnnd] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none;
    box-shadow: none;
}

.card-header[b-j4x7xuqnnd] {
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.steps[b-j4x7xuqnnd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-title[b-j4x7xuqnnd] {
    color: black;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.step-subtitle[b-j4x7xuqnnd] {
    color: #8B8B8B;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.card-body[b-j4x7xuqnnd] {
    flex: 1; /* ocupa o espaço entre topo e footer */
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.form-section[b-j4x7xuqnnd] {
    flex: 1; /* garante espaço entre o campo e o footer */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-field[b-j4x7xuqnnd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-j4x7xuqnnd] {
    color: #8B8B8B;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.required[b-j4x7xuqnnd] {
    color: #CA0000;
}

.input[b-j4x7xuqnnd] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.card-footer[b-j4x7xuqnnd] {
    padding: 16px;
    /*border-top: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.btn-primary[b-j4x7xuqnnd] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    background-color: white;
    color: #38B3E7;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

button[b-j4x7xuqnnd] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

    button:focus[b-j4x7xuqnnd], button:active[b-j4x7xuqnnd] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-j4x7xuqnnd]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-j4x7xuqnnd]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.intro[b-j4x7xuqnnd] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-title[b-j4x7xuqnnd] {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.intro-subtitle[b-j4x7xuqnnd] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}
/* _content/HomeSenior/Components/Pages/Cuidador/Etapa4.razor.rz.scp.css */
.container[b-xjbang9ldw] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: white;
}

.card[b-xjbang9ldw] {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: none;
    box-shadow: none;
}

.card-header[b-xjbang9ldw] {
    padding: 16px;
    /*border-bottom: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.steps[b-xjbang9ldw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.step-title[b-xjbang9ldw] {
    color: black;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.step-subtitle[b-xjbang9ldw] {
    color: #8B8B8B;
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}

.card-body[b-xjbang9ldw] {
    flex: 1; /* ocupa o espaço entre topo e footer */
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.form-section[b-xjbang9ldw] {
    flex: 1; /* garante espaço entre o campo e o footer */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.form-field[b-xjbang9ldw] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.field-label[b-xjbang9ldw] {
    color: #8B8B8B;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
}

.required[b-xjbang9ldw] {
    color: #CA0000;
}

.input[b-xjbang9ldw] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

.card-footer[b-xjbang9ldw] {
    padding: 16px;
    /*border-top: 1px solid #ddd;*/
    background: white;
    border: none;
    box-shadow: none;
}

.btn-primary[b-xjbang9ldw] {
    width: 100%;
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    background-color: white;
    color: #38B3E7;
    font-size: 14px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    cursor: pointer;
    margin-top: 10px;
}

button[b-xjbang9ldw] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
    width: 100%;
    height: 52px;
    margin-top: 10px;
}

    button:focus[b-xjbang9ldw], button:active[b-xjbang9ldw] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-xjbang9ldw]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-xjbang9ldw]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.intro[b-xjbang9ldw] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.intro-title[b-xjbang9ldw] {
    color: black;
    font-size: 32px;
    font-family: Inter, sans-serif;
    font-weight: 700;
}

.intro-subtitle[b-xjbang9ldw] {
    color: black;
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 400;
}



.avisoconclusao[b-xjbang9ldw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5); /* fundo escuro translúcido */
    display: flex;
    align-items: center;
    justify-content: center;
}

.telaflut[b-xjbang9ldw] {
    position: fixed; /* fixa na tela, independente do scroll */
    top: 50%; /* centraliza verticalmente */
    left: 50%; /* centraliza horizontalmente */
    transform: translate(-50%, -50%); /* ajusta para o centro exato */
    background-color: #fff; /* fundo branco */
    padding: 20px; /* espaço interno */
    border-radius: 8px; /* cantos arredondados */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* sombra para destacar */
    z-index: 1000; /* fica acima dos outros elementos */
    min-width: 300px; /* largura mínima */
    width: 80%;
    height: 85%;
    display: flex;
    flex-direction: column;
}

.overlay-telaflut[b-xjbang9ldw] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 100, 150, 0.6); /* cinza semitransparente */
    z-index: 999; /* abaixo da tela flutuante */
}

.btn-irParaHomeSenior[b-xjbang9ldw]{
    position: absolute;
    bottom: 15px;
    width: 90%;
}










.card-title[b-xjbang9ldw] {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #333;
}

.preview-card[b-xjbang9ldw] {
    margin: 20px auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0px 6px 14px rgba(0,0,0,0.1);
    width: 280px;
}

.preview-img[b-xjbang9ldw] {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #38B3E7;
    margin-bottom: 15px;
}

.placeholder[b-xjbang9ldw] {
    width: 220px;
    height: 220px;
    border: 2px dashed #aaa;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #777;
    font-size: 14px;
    margin: 0 auto 15px auto;
}

.upload-label[b-xjbang9ldw] {
    display: inline-block;
    color: white;
    padding: 10px 16px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}


    .upload-label input[type="file"][b-xjbang9ldw] {
        display: none;
    }

.btn-salvar[b-xjbang9ldw] {
    margin-top: 15px;
    background-color: #2196F3;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

    .btn-salvar:hover[b-xjbang9ldw] {
        background-color: #1976D2;
    }



/* _content/HomeSenior/Components/Pages/Cuidador/HomeCuid.razor.rz.scp.css */
body[b-xfsok5tkr9] {
    font-family: Arial, sans-serif;
    background: #f5f7fa;
    margin: 0;
    padding: 20px;
    color: #333;
}

.container[b-xfsok5tkr9] {
    max-width: 700px;
    margin: auto;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.container h3[b-xfsok5tkr9]{
    font-size: larger;
    font-weight: bold;
}

header[b-xfsok5tkr9] {
    text-align: initial;
    margin-bottom: 40px;
}
header h2[b-xfsok5tkr9]{
    font-size: xx-large;
    font-weight: bold;
}


.agendamentos h3[b-xfsok5tkr9] {
    margin-bottom: 15px;
    font-size: 18px;
    color: #444;
}

.card-agendamento[b-xfsok5tkr9] {
    margin-top: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background: white;
    display: flex;
    flex-direction: row;
    gap: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1), 0 -2px 4px rgba(0,0,0,0.05), 2px 0 6px rgba(0,0,0,0.05), -2px 0 6px rgba(0,0,0,0.05);
}

.card-info[b-xfsok5tkr9] {
    flex: 1;
}

.card-header[b-xfsok5tkr9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    background-color: white;
}

.card-nome[b-xfsok5tkr9] {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.card-status .status[b-xfsok5tkr9] {
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
}

.status.aguardando[b-xfsok5tkr9] {
    background: #ffe066;
    color: #665c00;
}

.status.agendado[b-xfsok5tkr9] {
    background: #51cf66;
    color: #0b3d0b;
}

.status.pago[b-xfsok5tkr9] {
    background: #74c0fc;
    color: #0b3d3d;
}

.card-detalhes[b-xfsok5tkr9] {
    font-size: 14px;
    color: #555;
}

    .card-detalhes .label[b-xfsok5tkr9] {
        font-weight: bold;
        margin-right: 5px;
    }

    .card-detalhes .valor[b-xfsok5tkr9] {
        color: #333;
    }

.btn-dt[b-xfsok5tkr9] {
    margin-top: 8px;
    padding: 6px 12px;
    border: none;
    border-radius: 10px;
    background: #38B3E7;
    color: #fff;
    cursor: pointer;
    font-size: 13px;
    transition: background 0.3s;
}

    .btn-dt:hover[b-xfsok5tkr9] {
        background: #2a91c0;
    }

.telaflut[b-xfsok5tkr9] {
    position: fixed; /* fixa na tela, independente do scroll */
    top: 50%; /* centraliza verticalmente */
    left: 50%; /* centraliza horizontalmente */
    transform: translate(-50%, -50%); /* ajusta para o centro exato */
    background-color: #fff; /* fundo branco */
    padding: 20px; /* espaço interno */
    border-radius: 8px; /* cantos arredondados */
    box-shadow: 0 4px 12px rgba(0,0,0,0.3); /* sombra para destacar */
    z-index: 1000; /* fica acima dos outros elementos */
    min-width: 300px; /* largura mínima */
    width: 80%;
    height: 85%;
    display: flex;
    flex-direction: column;
}

.overlay-telaflut[b-xfsok5tkr9] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 100, 150, 0.6); /* cinza semitransparente */
    z-index: 999; /* abaixo da tela flutuante */
}
/* _content/HomeSenior/Components/Pages/Cuidador/LoginCuidador.razor.rz.scp.css */
html[b-sn8mdfoshm], body[b-sn8mdfoshm] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.container[b-sn8mdfoshm] {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: aqua;
    /*background-image: url("https://placehold.co/394x700");*/
    background-image: url("/imagens/imglogincuidador.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*imagem*/
.bg-image[b-sn8mdfoshm] {
    position: relative;
    top: 50%; /* joga para o meio vertical */
    left: 50%; /* joga para o meio horizontal */
    transform: translate(-50%, -50%); /* corrige o deslocamento */
    width: 500px; /* tamanho fixo da imagem */
    height: 700px; /* tamanho fixo da imagem */
}

.page[b-sn8mdfoshm] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-end;
}
.divider[b-sn8mdfoshm] {
    border-top: 2px solid black;
    margin: 10px 0;
    margin-top: 20px;
}
.social-login[b-sn8mdfoshm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.social-text[b-sn8mdfoshm] {
    font-size: 14px;
    color: black;
}
.social-options[b-sn8mdfoshm] {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.social-item[b-sn8mdfoshm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #8B8B8B;
}

/* texto */
.title[b-sn8mdfoshm] {
    font-size: 27px;
    font-weight: 700;
    color: black;
    text-align: left;
    margin-bottom: 20px;
}

.forgot-password[b-sn8mdfoshm] {
    text-align: center;
    color: #38B3E7;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    margin-top: 15px;
}

.required[b-sn8mdfoshm] {
    color: #CA0000;
}

.input[b-sn8mdfoshm] {
    width: 100%;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    font-size: 14px;
    font-family: Inter, sans-serif;
}

/* bottom sheet */
.bottom-sheet[b-sn8mdfoshm] {
    background: white;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    /*gap: 16px;*/
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.21);
    z-index: 1000
}
/* overlays */
.overlay[b-sn8mdfoshm] {
    position: absolute;
    inset: -20%;
}

.overlay-primary[b-sn8mdfoshm] {
    position: absolute;
    background: #A1C23F;
    opacity: 0.57;
    mix-blend-mode: color;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-gradient[b-sn8mdfoshm] {
    position: absolute;
    opacity: 0.57;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 2deg, #0F227D 0%, #8B93C0 37%, #ffffff 98% );
}

/* botões */
button[b-sn8mdfoshm] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: #38B3E7; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: white;
}

    button:focus[b-sn8mdfoshm], button:active[b-sn8mdfoshm] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: #38B3E7; /* força a mesma cor */
        color: white; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-sn8mdfoshm]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-sn8mdfoshm]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }



/* botões secundários */
/*.btn-secondary {
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #38B3E7;
}

    .btn-secondary:focus {
        background-color: #38B3E7;*/ /* define cor ao ganhar foco */
/*color: white;
    }*/
/*.btn-secondary:active{
        animation: clickFlash 0.4s ease
    }
    @keyframes clickFlash{
        0% {background-color: white; color: #38B3E7;}
        50% {background-color: #38B3E7; color: white;}
        100% {background-color: white; color: #38B3E7;}
    }*/

/* _content/HomeSenior/Components/Pages/Inicio.razor.rz.scp.css */
html[b-pd3dhtybyl], body[b-pd3dhtybyl] {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.container[b-pd3dhtybyl] {
    position: relative;
    height: 100vh;
    width: 100vw;
    background-color: aqua;
    /*background-image: url("https://placehold.co/394x700");*/
    background-image: url("/Imagens/imagemInicio.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


 /*imagem*/
.bg-image[b-pd3dhtybyl] {
    position: relative;
    top: 50%; /* joga para o meio vertical */
    left: 50%; /* joga para o meio horizontal */
    transform: translate(-50%, -50%); /* corrige o deslocamento */
    width: 500px; /* tamanho fixo da imagem */
    height: 700px; /* tamanho fixo da imagem */
}

.page[b-pd3dhtybyl] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: flex-end;
}

/* texto */
.hero-text[b-pd3dhtybyl] {   
    margin: 16px;
    color: white;
    font-size: clamp(32px, 10vw, 48px);
    font-family: Arial;
    font-weight: 700;
    line-height: 1.2;
    z-index: 1000
}

/* bottom sheet */
.bottom-sheet[b-pd3dhtybyl] {
    background: white;
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -2px 6px rgba(0,0,0,0.21);
    z-index: 1000
}

/* overlays */
.overlay[b-pd3dhtybyl] {
    position: absolute;
    inset: -20%;
}

.overlay-primary[b-pd3dhtybyl] {
    position: absolute;
    background: #A1C23F;
    opacity: 0.57;
    mix-blend-mode: color;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlay-gradient[b-pd3dhtybyl] {
    position: absolute;
    opacity: 0.57;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient( 2deg, #0F227D 0%, #8B93C0 37%, #ffffff 98% );
}

/* topo */
.top-actions[b-pd3dhtybyl] {
    position: absolute;
    top: 16px;
    right: 16px;
}

/* botões */
button[b-pd3dhtybyl] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    overflow: hidden; /* garante que o efeito não saia do botão */
    border: 2px solid #38B3E7;
    background-color: white; /* cor base */
    cursor: pointer;
    font-family: inherit;
    color: #38B3E7;
    padding: 12px 24px;
    border-radius: 8px;
    transition: transform 0.2s ease;
    border-radius: 12px;
    color: #38B3E7;
}
    button:focus[b-pd3dhtybyl], button:active[b-pd3dhtybyl] {
        outline: none; /* tira o contorno azul/cinza */
        background-color: white; /* força a mesma cor */
        color: #38B3E7; /* mantém a cor do texto */
        box-shadow: none;
        border: 2px solid #38B3E7;
    }

    button[b-pd3dhtybyl]::after {
        outline: none;
        box-shadow: none;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(200, 230, 255, 0.5); /* esbranquiçado */
        border-radius: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease;
    }

    button:active[b-pd3dhtybyl]::after {
        outline: none;
        box-shadow: none;
        width: 300%;
        height: 300%;
        opacity: 1;
        transition: 0s; /* expande instantâneo ao clique */
    }

.btn-tertiary[b-pd3dhtybyl] {
    padding: 16px 10px;
    border-radius: 12px;
    color: #38B3E7;
    font-size: 14px;
    font-weight: 500;
}





/* botões secundários */
/*.btn-secondary {
    height: 52px;
    border-radius: 12px;
    border: 1.5px solid #38B3E7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    color: #38B3E7;
}
    .btn-secondary:focus {
        background-color: #38B3E7;*/ /* define cor ao ganhar foco */
        /*color: white;
    }*/
    /*.btn-secondary:active{
        animation: clickFlash 0.4s ease
    }
    @keyframes clickFlash{
        0% {background-color: white; color: #38B3E7;}
        50% {background-color: #38B3E7; color: white;}
        100% {background-color: white; color: #38B3E7;}
    }*/

