/* _content/AGEHAB.Convites.Presentation/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-319vbi05ra] {
    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-319vbi05ra] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AGEHAB.Convites.Presentation/Components/Pages/Admin.razor.rz.scp.css */
@font-face {
    font-family: GothamBlack;
    src: url("/fonts/gothamblack.otf");
}

@font-face {
    font-family: GothamBook;
    src: url("/fonts/gothambook.ttf");
}

@font-face {
    font-family: GothamUltra;
    src: url("/fonts/gothamultra.otf");
}

.page[b-gz92mjupxl] {
    position: relative;
    display: flex;
    flex-direction: column;
    font-family: GothamBook;
}

main[b-gz92mjupxl] {
    flex: 1;
}

.sidebar[b-gz92mjupxl] {
    background-image: linear-gradient(180deg, #00862F 0%, #00862F 70%);
}

.top-row[b-gz92mjupxl] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gz92mjupxl]  a, .top-row[b-gz92mjupxl]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-gz92mjupxl]  a:hover, .top-row[b-gz92mjupxl]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-gz92mjupxl]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

footer[b-gz92mjupxl] {
    background-color: #00862F;
}

.footer-icon-inicio[b-gz92mjupxl] {
    height: 24px !important;
    width: auto;
}

.footer-icon-notificacoes[b-gz92mjupxl] {
    height: 27px !important;
    width: auto;
}

.footer-icon-chat[b-gz92mjupxl] {
    height: 26px !important;
    width: auto;
}

.footer-btn[b-gz92mjupxl] {
    font-family: GothamBlack;
    font-size: 0.67em;
    text-decoration: none;
}

.first-page[b-gz92mjupxl] {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    background-color: #00862F;
}

.first-page-logotipo[b-gz92mjupxl] {
    width: auto;
    height: 6em;
    margin-bottom: 9em;
}

.first-page-btn[b-gz92mjupxl] {
    width: auto;
    height: 2.5em;
    cursor: pointer;
}

.first-page-seinfra[b-gz92mjupxl] {
    width: auto;
    height: 3em;
}

.account-page[b-gz92mjupxl] {
    max-width: 100vw;
    width: 100vw;
    height: 100vh;
    background: linear-gradient(to bottom, #00862F 0%, #00862F 50%, white 50%, white 100%);
}

.account-page-logotipo[b-gz92mjupxl] {
    width: auto;
    height: 6em;
    margin-bottom: 0.5em;
    margin-top: 8em;
}

.account-page-article[b-gz92mjupxl] {
    margin-bottom: 4em;
}

.account-page-seinfra[b-gz92mjupxl] {
    width: 14.5em;
    height: auto;
}

@media (max-width: 640.98px) {
    .top-row[b-gz92mjupxl] {
        justify-content: space-between;
    }

        .top-row[b-gz92mjupxl]  a, .top-row[b-gz92mjupxl]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-gz92mjupxl] {
        flex-direction: row;
    }

    .sidebar[b-gz92mjupxl] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gz92mjupxl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-gz92mjupxl]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-gz92mjupxl], article[b-gz92mjupxl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* Estilo para smartphones em modo retrato */
@media (max-width: 429px) {
    .main-page-article[b-gz92mjupxl] {
        margin-bottom: 10em;
    }

    .account-page-logotipo-margin-registrar[b-gz92mjupxl] {
        margin-top: 15em !important;
    }
}

/* Estilo para smartphones em modo retrato */
@media (min-width: 430px) and (max-width: 480px) {
    .main-page-article[b-gz92mjupxl] {
        margin-bottom: 10em;
    }

    .account-page-logotipo-margin-registrar[b-gz92mjupxl] {
        margin-top: 3em !important;
    }
}

/* Estilo para smartphones em modo paisagem e tablets pequenos */
@media (min-width: 481px) and (max-width: 767px) {
    .main-page-article[b-gz92mjupxl] {
        margin-bottom: 10em;
    }

    .account-page-logotipo-margin-registrar[b-gz92mjupxl] {
        margin-top: 7em !important;
    }
}

/* Estilo para tablets em modo retrato */
@media (min-width: 768px) and (max-width: 991px) {
    .main-page-article[b-gz92mjupxl] {
        margin-bottom: 10em;
    }

    .account-page-logotipo-margin-registrar[b-gz92mjupxl] {
        margin-top: 3em !important;
    }
}

/* Estilo para tablets em modo paisagem e monitores de tamanho médio */
@media (min-width: 992px) and (max-width: 1199px) {
    .main-page-article[b-gz92mjupxl] {
        margin-bottom: 10em;
    }

    .account-page-logotipo-margin-registrar[b-gz92mjupxl] {
        margin-top: 3em !important;
    }
}

/* Estilo para monitores de tamanho médio a grande */
@media (min-width: 1200px) and (max-width: 1919px) {
    .main-page-article[b-gz92mjupxl] {
        margin-bottom: 10em;
    }

    .account-page-logotipo-margin-registrar[b-gz92mjupxl] {
        margin-top: 8em !important;
    }
}

/* Estilo para monitores de alta resolução e grandes */
@media (min-width: 1920px) {
    .main-page-article[b-gz92mjupxl] {
        margin-bottom: 10em;
    }

    .account-page-logotipo-margin-registrar[b-gz92mjupxl] {
        margin-top: 2em !important;
    }
}

#login[b-gz92mjupxl] {
    width: 12em;
    height: 2.5em;
    border-radius: 2em;
    font-family: GothamBlack;
}

#cadastrar[b-gz92mjupxl] {
    width: 12em;
    height: 2.5em;
    border-radius: 2em;
    font-family: GothamBlack;
}

.notification-badge[b-gz92mjupxl] {
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    top: 1;
    right: 1;
}

.selected[b-gz92mjupxl] {
    background-color: #cce5ff;
}

.card[b-gz92mjupxl] {
    border-radius: 2em;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2) !important;
    width: 20em;
}

    .card a[b-gz92mjupxl] {
        font-family: GothamBook;
        text-decoration: none;
        color: #8C8B8B;
    }

.card-body[b-gz92mjupxl] {
    text-align: center;
}

.card-title[b-gz92mjupxl] {
    font-family: GothamBlack;
    color: #00862F;
    padding: 0.5em;
}

.form-control[b-gz92mjupxl]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #00862F;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder[b-gz92mjupxl] { /* Internet Explorer 10-11 */
    color: #00862F;
}

.form-control[b-gz92mjupxl]::-ms-input-placeholder { /* Microsoft Edge */
    color: #00862F;
}

#CPF[b-gz92mjupxl] {
    border-color: #00862F;
    font-family: GothamBlack;
    color: #00862F;
}

#CPFIcon[b-gz92mjupxl] {
    background-color: transparent;
    border-color: #00862F;
    color: #00862F;
}

#password[b-gz92mjupxl] {
    border-color: #00862F;
    font-family: GothamBlack;
    color: #00862F;
}

#SenhaIcon[b-gz92mjupxl] {
    background-color: transparent;
    border-color: #00862F;
    color: #00862F;
}

    #SenhaIcon img[b-gz92mjupxl] {
        height: 16px;
        width: auto;
    }

#enviar[b-gz92mjupxl] {
    width: 10em;
    border-radius: 2em;
    font-family: GothamBlack;
    margin-top: 1em;
    margin-bottom: 1em;
}
/* _content/AGEHAB.Convites.Presentation/Components/Pages/Home.razor.rz.scp.css */
#Aguarde[b-0u47qpugph] {
    z-index: 9999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.9);
}
