﻿body {
    background-color: #F3F3F1;
    color: #494941;
}

/* Estilos gerais UX */
.TitleLarge {
    font-size: 20px;
    font-weight: 500;
    height: 29px;
    color: #494941;
    padding-bottom: 24px;
}

.TitleMedium {
    font-size: 20px;
    font-weight: 500;
    height: 24px;
    color: #494941;
    padding-bottom: 24px;
    display: inline-flex;
}

.TitleSmall {
    font-size: 16px;
    font-weight: 500;
    color: #494941;
    height: 19px;
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-Bottom: 16px;
    width: 100%;
}

.Texto400 {
    font-size: 14px;
    font-weight: 400;
    color: #56564D;
    height: 40px;
    display: flex;
    width: 100%;
    margin-top: 8px;
}

.Texto500 {
    font-size: 16px;
    font-weight: 500;
    color: #494941;
    height: 19px;
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}

.TextoSubtitulo {
    font-size: 10px;
    font-weight: 500;
    color: #8C8C7D;
    /* height: 12px; */
    display: flex;
    width: 100%;
}

.IconeSetaVoltar {
    background-color: transparent;
    color: #494941;
    height: 100%;
}

.IconeEdicao {
    background-color: transparent;
    color: #494941;
    height: 100%;
}

.AppBar {
    height: auto;
    width: auto;
    background-color: white;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.AppBarTitulo {
    display: flex;
    align-items: center;
}

.AppBarBotao {
    /* align-self: flex-end; */
}

.MenuTopo {
    padding-left: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: white;
}

.mud-menu button span {
    color: #8C8C7D;
}

.TrailingButton {
    background-color: #F6BF02;
    height: 40px;
    width: 100px;
}

.HeadlineSmall {
    font-size: 28px;
    font-weight: 500;
    color: #494941;
    height: 34px;
    display: flex;
    align-items: center;
}

.LabelLarge {
    font-size: 16px;
    font-weight: 500;
    height: 19px;
    color: #494941;
}

.LabelMedium {
    font-size: 14px;
    font-weight: 500;
    color: #494941;
}

.BodyMedium {
    font-size: 14px;
    font-weight: 400;
    color: #494941;
    height: 20px;
}

.BrandYellow2 {
    color: #281F00;
}

.BrandYellow6 {
    background: #F6BF02;
}

.BrandGrey6 {
    color: #8C8C7D
}

.BotaoEditar {
    background-color: #DDDDD9;
    color: #494941;
}

.BrandGrey11 {
    color: #F3F3F1
}

.FeedbackInfo6 {
    color: #009EFF;
    width: 100%;
    font-size: 14px;
    text-transform: none !important;
}

.FeedbackError3 {
    color: #53110E;
    font-size: 14px;
}

.FeedbackError9 {
    background-color: #F0A7A3;
}

.Warning4 {
    color: #7F4000;
}

.Warning9 {
    background-color: #FFDFC0;
}

.BodySmall {
    font-size: 12px;
    font-weight: 400;
    color: #8C8C7D;
    height: 15px;
    display: flex;
}

.TermosLink {
    color: #494941 !important;
    font-size: 16px;
    margin-top: 0;
    text-align: start;
    text-transform: none !important;
    text-decoration: underline;
}

/* Estilos MudBlazor */
.mud-input-outlined-border {
    border-color: #B9B9B1 !important;
}

.mud-input-label {
    color: #494941 !important;
}

.mud-tabs {
    width: 100% !important; /* Para evitar o 'scroll' horizontal */
}

.mud-tabs-tabbar {
    background-color: #F3F3F1 !important;
}

.mud-tabs-centered {
    width: 100% !important; /* Para alinhar as 'tabs' à esquerda */
}

.mud-tab.mud-tab-active {
    color: #494941 !important;
}

.mud-tab-slider {
    background: #494941 !important;
}

.mud-tab {
    text-transform: none;
}

.mud-alert-filled-error {
    color: #53110E;
}

.mud-expand-panel {
    border-radius: 12px !important;
}

/* Estilos MoreBuzz */
#divLogoLogin {
}

.LogoLogin {
    margin-top: 40px;
    height: 88px;
    /* Para centralizar a imagem: */
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#divFrameFormLoginExterno{
    display:flex;
    justify-content:center;
}

#divFrameFormLogin {
    background-color: white;
    border-radius: 10px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 1.2rem;
    width: 328px;
}

.BotaoLogin {
    width: 100%;
    height: 48px;
}

.ContainerPagina {
    padding-top: 8px;
    height: 1024px;
    /*
    max-height: 960px;
    overflow-y: visible;
        */
}

.TopoLista {
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.TopoListaBotao {
    background-color: #F6BF02;
}

.RetanguloArredondado {
    display: block;
    width: 100%;
    border-radius: 16px;
    background-color: white;
    border: solid 1px white;
    padding-top: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 12px;
    margin-bottom: 24px;
}

.DivCarregandoSpinner {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30%;
}

.DivEsqueciSenhaTextField > .mud-input-control-input-container > .mud-input.mud-input-outlined > .mud-input-outlined-border {
    border-color: #494941;
}

.DivEsqueciSenhaTextFieldErro > .mud-input-control-input-container > .mud-input.mud-input-outlined > .mud-input-outlined-border {
    border-color: #C22820 !important;
}

.DivEsqueciSenhaErro {
    display: block;
    width: 100%;
    color: #C22820;
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 8px;
}

.DivEsqueciSenhaRequisitos {
    display: flex;
    height: 2rem;
    color: #8C8C7D;
}

.DivEsqueciSenhaRequisitosIcone {
    display: inline-flex;
    height: 2rem;
}

.DivEsqueciSenhaRequisitosTexto {
    display: inline-flex;
    height: 2rem;
    font-size: 12px;
    margin-top: 8px;
    padding-left: 12px;
}

.DivEsqueciSenhaSpinner {
    width: 24px;
    text-align: right;
    margin-left: 8px;
    margin-top: 24px;
}

.DivEsqueciSenhaSpinner2 {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    text-align: center;
}

.DivEsqueciSenhaBarraBotoes {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 90%;
    height: 60px;
}

.DivCarregandoTexto {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 32px;
}

.PainelFiltrosTabela p {
    font-size: 12px !important;
}
.PainelFiltrosTabela svg {
    width: 16px !important;
}

.dashboard-card {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    row-gap: 24px;
    border-radius: 14.4px;
}

.dashboard-card-titulo {
    color: #70707D;
    font-family: Sora, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 8px;
}

.dashboard-card-subtitulo {
    color: #70707D;
    font-family: Sora, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
}

.dashboard-card-item {

}

.dashboard-card-valor {
    color: #201C18;
    font-family: Sora, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.dashboard-card-info {
    color: #70707D;
    font-family: Sora, sans-serif;
    font-size: 12px;
    line-height: 16px;
}

.dashboard-card-valor-titulo {
    display: inline-block;
    width: 9rem;
}