@charset "utf-8";
/* CSS Document */

/**{
	transition: .2s !important;
}*/

a,
button,
.btn,
.card,
input,
select {
    transition: .2s !important;
}

body{
	background-color: #f2f4f7;
	font-family: 'Poppins', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-size: 12px;
	color: #7e8299;
	overflow-y: scroll;
    overflow-x:hidden;
}

a{
    color: rgb(255, 51, 102);
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}

a:hover,
a:active,
a:focus{
	color: #cc2952;
}

input[type=text],
input[type=time],
input[type=month],
input[type=email],
input[type=number],
input[type=file],
input[type=password],
input[type=tel],
input[type=color],
input[type=date],
select,
textarea,
.form-select,
.cke_wysiwyg_div{
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    height: 42px;
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    display: block;
    color: #181c32;
    background-color: #f2f4f7;
    border: none;
}
.form-control[type=file]{
    line-height:42px;
    height:auto;
    padding-top:0;
    padding-bottom:0;
}

input[type=text]:read-only,
input.readonly,
select.readonly,
input:disabled,
textarea:disabled,
select:disabled,
button:disabled,
a.disabled,
td.disabled .cke_top,
td.disabled .cke_wysiwyg_div{
    cursor: not-allowed;
    opacity: .5 !important;
    background-color: #f2f4f7;
    pointer-events: none;
}

.form-check-label{
    font-weight: 500;
}

.form-check-input{
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin-top: -2px;
    cursor: pointer;
}

.alert-selecionados {
    opacity: 0;
    transform: translateY(-6px) scale(0.99);
    pointer-events: none;
    transition: 
        opacity 0.25s ease,
        transform 0.25s ease;
}

.alert-selecionados.show {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.alert-selecionados.hidden {
    display: none;
}

.easy-lista-box{
    position:fixed;
    left:50%;
    bottom:20px;
    transform:translateX(-50%) translateY(20px);
    z-index:999;
    opacity:0;
    pointer-events:none;
    transition:opacity .25s ease, transform .25s ease;
}

.easy-lista-box.show{
    opacity:1;
    transform:translateX(-50%) translateY(0);
}

.easy-lista-box__conteudo{
    color:#fff !important;
    background-color:#212529 !important;
    border-radius:8px;
    font-size:12px;
    line-height:18px;
    font-weight:500;
    padding:16px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
    min-width:320px;
    pointer-events:auto;
}

.easy-lista-box__info{
    display:flex;
    align-items:center;
    gap:6px;
}

.easy-lista-box__acoes{
    display:flex;
    align-items:center;
    gap:8px;
}

.small {
    font-size: 11px !important;
}

.strong {
    font-weight: 500;
}

.risco{
    color: #aaa;
    text-decoration: line-through;
}

.form-control:focus:not(:focus-visible),
.form-select:focus:not(:focus-visible) {
    box-shadow: none;
}

.form-control:focus,
.form-select:focus{
    background-color: #f2f4f7;
    box-shadow: none;
}

.input-group-text{
    border: none;
    background-color: #f2f4f7;
}

.inline-input-group input,
.inline-input-group select{
    height: 30px;
    font-size: 12.5px;
}

.edita-inline{
    position:relative;
}
.edita-inline .bi:first-child{
    margin-right:.25rem;
}
.edita-inline .bi:last-child{
    margin-left:.25rem;
}

.inline-grava{
    background-color: #51CE70;
    border: none; 
    min-width: auto;
    color: #fff;
}

.inline-grava:hover, .inline-grava:active, .inline-grava:focus{
    background-color: #40a36c;
    color: #fff;
}

.inline-cancela{
    background-color: #7e8299;
    color: #fff;
    border: none; 
}

.inline-cancela:hover,
.inline-grava:active,
.inline-grava:focus{
    background-color: #4f5264;
    color: #fff;
}

.inline-grava,
.inline-cancela{
    padding:0 !important;
    min-width:32px !important;
}

.inline-aguarde{
    position:absolute;
    z-index: 999;
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:.95;
    display: flex;
    padding:0!important;
    color:#000;
    background:#ddd;
    border-radius:6px;
    border:1px solid #fff;
    align-items:center;
    justify-content:center;
    text-align:center;
}

#foto,
#ep-logo input{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#ep-logo {
    display: flex;
}

#ep-logo div {
    margin-left: 1rem;
    display: flex;
    flex-direction: column;
}

.mudou {
    background-color: #fff4cc !important;
    color: #665000 !important;
    border-color: #ffeeb3 !important;
}

.linha__submenu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.principal__aula__baixar tr:hover .linha__submenu{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.dados__contrato {
    padding: 16px 24px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.feedback__tutorial .feedback{
    filter: grayscale(100%);
}

.feedback__tutorial .feedback:hover{
    filter: grayscale(0%);
}

.cke_notification_warning {
    display: none !important;
}

.seleciona__mes a{
    color: var(--cor-escola-a);
}

.seleciona__mes a:hover,
.seleciona__mes a:active,
.seleciona__mes a:focus{
    color: var(--cor-escola-b);
}

#carregando{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

#carregando{
    position:absolute;
    z-index:10;
    text-align:center;
    padding:0;
}
#carregando div{
    position:absolute;
    top:50%;
    margin-top:-50px;
    width:100%;
}
#carregando i{
    font-size:100px;
    color:rgba(0,0,0,0.5);
}

textarea{
    height: auto;
    line-height: 28px;
}

textarea.form-control{
    font-size: 13px;
    background-color: #f2f4f7;
    border: none;
    padding: 12px 12px;
}

.cke_chrome{
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    margin-top: 5px !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

label{
    display: block;
    margin-bottom: 8px;
    color: #1d253b;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

strong{
    font-weight: 500;
}

select{
    border-right: solid 8px transparent;
}

.select2{
    width:100%!important;
}

.select2-container--default .select2-selection--single{
    border: 1px solid #e4e6ef !important;
    height: 42px !important;
}

.select2-selection__placeholder{
    padding: 6px 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    font-size: 14px;
    color: #181c32 !important;
    height: 42px;
    display: inline-block;
}

.select2-search__field{
    height: 42px;
    background-color: #fff !important;
    border: 1px solid #e4e6ef !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.select2-search--dropdown{
    padding: 10px !important;
}

.select2-search--dropdown .select2-search__field{
    padding: 6px 12px !important;
}

.select2-results__option {
    padding: 8px 24px 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
    right: 9px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background:var(--cor-escola-a)!important;
}
#aluno_responsaveis .select2-selection.select2-selection--single.select2-selection--clearable{
    display: flex;
    align-items: center;    
    color:#181c32!important;
    font-size:14px;
}

#aluno_responsaveis .select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered{
    color:#181c32!important;
    background-color: #f2f4f7;
    border: none;
}

#aluno_responsaveis .select2-selection__clear{
    margin-left:20px!important;
}

.select2-selection__clear{
    font-size: 0 !important; /* esconde o "X" */
    position: relative;
    width: 1.2em;
    height: 1.2em;
}

.select2-selection__clear::after {
    content: "\f5de"; /* código da lixeira no Bootstrap Icons */
    font-family: "bootstrap-icons";
    font-size: 1rem;
    color: #dc3545; /* vermelho bootstrap */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select2-selection__clear:hover::after {
    color: #bb2d3b; /* tom mais escuro de vermelho */
    cursor: pointer;
}

hr{
	opacity: 1;
    border: none;
    border-top: dotted 1px #1d253b;
    margin-top: 8px;
    margin-bottom: 10px;
    background-color: transparent;
}

h1{
	font-size:24px;
	line-height:30px;
	font-weight:500;
	color: #1d253b;
}

h1 i,
.offcanvas-header h5 i{
	margin-right: 8px;
	color: #7e8299;
}

h1 .bi-question-circle{
    color: #cc2952;
}

h1 .bi-check-square,
h1 .bi-pen,
h1 .bi-magic,
h1 .bi-trash{
    color: #fff;
    opacity: .5;
}

a,
a:not([href]):not([class]),
a:not([href]):not([class]):hover{
    color: #ff3366;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

td.reordena{
    cursor:n-resize;
}

table.reordena tr.reordenando{
    filter: drop-shadow(0px 0px 10px #000);
}

table.reordenando{
    pointer-events:none;
    filter:blur(1px);
    user-select:none;
}

#reordena_aguarde{
    position:absolute;
    top:0;
    left:0;
    right:0;
    top:100px;
    z-index:999;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events:none;
    transition:.5s;
}

#reordena_aguarde.esconde{
    opacity:0;
}

#reordena_aguarde div{
    display:flex;
    flex-direction:column;
    align-items:center;
    background:#fff;
    border:1px solid #999;
    padding:.5rem 1rem;
    box-shadow:0px 5px 10px rgba(0,0,0,.25);
    border-radius: 6px;
}

.toggle-link{
    color: #ff3366;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
}

.toggle-link:hover{
    color: #cc2952;
}

.lista-expandivel{
    position: relative;
}

.lista-expandivel .resumo{
    max-height: 200px;
    overflow: hidden;
    opacity: 1;
    transform: translateY(0);
    transition:
        max-height .45s ease,
        opacity .35s ease,
        transform .35s ease !important;
}

.lista-expandivel .completo{
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-6px);
    transition:
        max-height .45s ease,
        opacity .35s ease,
        transform .35s ease !important;
}

.lista-expandivel input:checked ~ .resumo{
    max-height: 0;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
}

.lista-expandivel input:checked ~ .completo{
    max-height: 2000px;
    opacity: 1;
    transform: translateY(0);
}

.btn{
    /*min-width: 100px;*/
    padding: 8px 16px;
    /*border-radius: 4px;*/
    border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    display: inline;
}

.btn-primary{
    min-width: 100px;
    padding: 8px 16px;
    background-color: var(--cor-escola-a);
    color: #fff;
    border: none;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus{
    background-color: var(--cor-escola-b)!important;
    color: #fff;
}

.btn-outline-primary{
    color: var(--cor-escola-a);
    border-color: var(--cor-escola-a);
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus{
    background-color: var(--cor-escola-b);
    border-color: var(--cor-escola-b);
    color: #fff;
}

.btn:active {
    position: relative;
    top: 1px;
}

.btn__h1{
    color: #3483fa;
    background-color: #e5edfa;
    line-height: normal;
    padding: 8px 18px;
    margin-left: auto;
    width: auto;
    border: none;
}

.btn__h1:hover,
.btn__h1:active,
.btn__h1:focus{
    color: #3483fa !important;
    background-color: #dce7f9 !important;
}

.btn__h1__ico{
    margin: 0;
    padding: 0;
    width: 36px;
    min-height: 33.5px;
    font-size: 13px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.btn__h1__ico i{
    margin-right: 0 !important;
}

.novo-b{
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--cor-escola-a);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--cor-escola-a);
    box-shadow: inset 0px 0px 0px 1px var(--cor-escola-a);
    float: right;
    color: #fff !important;
    margin-left: 8px !important;
    margin-right: 0 !important;
    color: var(--cor-escola-a) !important;
    background-color: transparent;
}

.novo-b:hover,
.novo-b:active,
.novo-b:focus{
    -webkit-box-shadow: inset 0px 0px 0px 1px var(--cor-escola-b);
    -moz-box-shadow: inset 0px 0px 0px 1px var(--cor-escola-b);
    box-shadow: inset 0px 0px 0px 1px var(--cor-escola-b);
    color: var(--cor-escola-b) !important;
    background-color: transparent;
}

.btn__verde.ativo{
    background-color: #51CE70 !important;
    border: solid 1px #51CE70 !important;
}

.btn__verde__all{
    background-color: #51CE70;
    border: solid 1px #51CE70;
    color: #fff;
}

.btn__verde__all:hover,
.btn__verde__all:active,
.btn__verde__all:focus{
    background-color: #40a36c !important;
    border: solid 1px #40a36c !important;
    color: #fff !important;
}

.btn-filtro{
    height: 42px;
    width: 42px;
    min-width: max-content;
    margin-right: 0 !important;
    margin-left: 16px;
}

.btn.desabilitado{
    opacity: 0.25;
    cursor: default;
}

button[type=submit]{
    margin-right: 20px;
}

.cancelar,
button.disabled,
.btn-secondary,
a.disabled,
.fechapopup{
    color: #7e8299;
    background-color: #e4e6ef;
    border: none;
}

.cancelar:hover,
.cancelar:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.fechapopup:hover,
.fechapopup:focus {
    background-color: #e4e6ef;
    color: #1d253b !important;
}

.nav-pills .nav-link{
    padding: 10px 16px;
    font-weight: 500;
    color: var(--cor-escola-a);
}

.nav-pills .nav-link.active{
    background-color: var(--cor-escola-a);
}

.pills__easy{
    background-color:#e4e6ef;
    padding:4px;
    border-radius:8px;
    box-shadow:rgba(0,0,0,0.06) 0px 1px 4px 0px inset;
    display:flex;
    flex-wrap:nowrap;
    overflow-x:auto;
    overflow-y:hidden;
    width: max-content;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    scroll-snap-type:x proximity;
    scroll-padding-left: 16px;
}

.pills__easy::-webkit-scrollbar{
    display:none;
}

.pills__easy .nav-link i{
    margin-right: 6px;
}

.pills__easy .nav-link{
    color: #1d253b;
    opacity: .9;
    border-radius: 5px;
    /*padding: 10px 30px;*/
    padding: 8px 24px;
    white-space:nowrap;
    flex:0 0 auto;
    scroll-snap-align:start;
}

.pills__easy .nav-link:hover{
    opacity: 1;
}

.pills__easy .nav-link.active{
    background-color: #fff;
    color: #1d253b;
    opacity: 1;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

/*.pills__easy .nav-link.active.recebimentos{
    background-color: #51CE70;
    color: #fff;
}

.pills__easy .nav-link.active.despesas{
    background-color: #dc3545;
    color: #fff;
}*/

.nav__interna .btn{
    background-color: rgb(255, 255, 255);
    color: rgb(29, 37, 59);
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(228, 230, 239);
    border-image: initial;
    padding: 10px 24px;
    display: inline-block;
}

.nav__interna .btn:hover,
.nav__interna .btn:active,
.nav__interna .btn:focus{
    background-color: rgb(228, 230, 239);
    color: rgb(29, 37, 59);
}

.nav__interna .btn.ativo{
    background-color: var(--cor-escola-a);
    color: rgb(255, 255, 255);
    border: solid 1px var(--cor-escola-a);
}

.btn__suporte{
	position: fixed;
    background-color: var(--cor-escola-a);
    color: #fff;
    padding: 10px 16px;
    border-radius: 68px;
    right: 16px;
    bottom: 16px;	
    z-index: 9;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(22 28 45/0%);
}

.btn__suporte:hover, .btn__suporte:hover, .btn__suporte:hover{
	background-color: var(--cor-escola-b);
	color: #fff;
	-webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

#btn__suporte{
	position: fixed;
	right: 32px;
	bottom: 32px;
	z-index: 9;
	background-color: #ff3366;
	color: #fff;
	padding: 12px 16px;
	border-radius: 68px;
	cursor: pointer;
	box-shadow: 0 0 0 rgb(22 28 45 / 0%);
	font-size: 16px;
}

#btn__suporte:hover,
#btn__suporte:active,
#btn__suporte:focus {
    transform: translateY(-2px);
    transition: .2s;
    background-color: #cc2952 !important;
}

#btn__suporte .wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 9999px;
	background-color: #ff3366;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
	animation: wavePulse 2s linear infinite;
}

@keyframes wavePulse{
	from{
		opacity: 0.4;
	}
	to{
		transform: scale(3);
		opacity: 0;
	}
}

.btn__add__h1 {
    color: #fff;
    background-color: #3483fa;
    line-height: normal;
    padding: 8px 18px;
    box-shadow: 0 0 0 rgb(22 28 45 / 0%);
    width: auto !important;
    border: none;
}

.btn__add__h1:hover,
.btn__add__h1:active,
.btn__add__h1:focus{
    color: #fff !important;
    background-color: #2968c8 !important;
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

.rosa{
    color: var(--cor-escola-a);
}

.verde{
    color: rgb(81, 206, 112) !important;
    font-weight: 500 !important;
}

.bg-success{
    background-color: rgb(81, 206, 112) !important;
}

.vermelho{
    color: rgb(241, 65, 108) !important;
    font-weight: 500 !important;
}

.amarelo{
    color: #ffc700 !important;
    font-weight: 500 !important;
}

.azul{
    color: #3483fa;
    font-weight: 500 !important;
}

.margem_esquerda,
.edita-inline .bi:last-child{
    margin-left: 5px;
}

.margem_direita,
.edita-inline .bi:first-child{
    margin-right: 5px;
}

.sombra{
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

#topo{
    background: var(--cor-escola-c);
    background: linear-gradient(90deg, var(--cor-escola-c) 0%, var(--cor-escola-d) 100%);
    color: #eee;
}

#topo .logotopo{
    height: 48px !important;
}

.principal .perfil{
    width: 70px;
    height: 70px;
    float: left;
    margin: 0 16px 0 0;
}

.card__perfil{
    font-size: 11px;
    line-height: 18px;
    color: #7e8299;
    width: 340px;
}

.card__perfil .linha__info{
    margin-bottom: 2px;
}

.card__perfil .destaca{
    color: #1d253b;
    font-weight: 500;
}

.card__perfil .linha__info i{
    margin-right: 8px;
}

.card__perfil h2{
    font-size: 12px !important;
    color: #1d253b;
    margin-bottom: 4px !important;
}

.card__perfil h2 i{
    margin-right: 6px;
}

#addfoto{
    margin-bottom: 5px;
}

#delfoto{
    background-color: #f2f4f7;
    color: #1d253b;
    border: none;
}

.perfil_topo{
    white-space: nowrap;
    color: #fff;
    padding-left: 25px;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: .4px;
    display: flex;
}

#topo .perfil__info{
	text-align: right;
}

#topo .perfil__info a{
    color: #fff;
    opacity: .6;
}

#topo .perfil__info a:hover,
#topo .perfil__info a:active,
#topo .perfil__info a:focus{
    opacity: 1;
}

#topo select{
    display: inline-block;
    width: auto;
    margin: 5px 0;
    height: 33px;
}

#topo .btn-primary{
	height: 33px;
}

.perfil_topo img,
.perfil{
    width: 60px;
    height: 60px;
    border-radius: 12px;
}

.img__perfil{
	align-content: center;
}

.banner__professor{
    background:
    radial-gradient(circle at 10% 80%, var(--cor-escola-a), transparent 40%),
    radial-gradient(circle at 80% 70%, var(--cor-escola-c), transparent 35%),
    linear-gradient(135deg, var(--cor-escola-b), var(--cor-escola-d));
    border-radius: 16px !important;
    min-height: 198px;
}

.banner__perfil{
    width: 152px;
    height: 152px;
    border-radius: 50%;
    margin-left: 24px;
    margin-top: -110px;
    margin-bottom: 20px;
    outline: solid 3px #f2f4f7;;
}

/*#menuLateral{
    min-width:230px;
}*/

#menuLateral .navbar-nav > .nav-item:first-child:not(.active) > .nav-link {
    background: #fff;
    color: #7e8299;
}

#menuLateral .navbar-nav > .nav-item:first-child:not(.active) > .nav-link:hover{
    color: #1d253b;
    background-color: #e4e6ef;
    padding-left: 20px;
}

#menuLateral .navbar-nav .nav-link.collapsed{
    color: #1d253b;
    background-color: #e4e6ef;
}

#menuLateral .navbar-nav > .nav-item:first-child.active > .nav-link:hover {
    background-color: var(--cor-escola-b);
    color: #ffffff;
    padding-left: 20px;
}

#menuLateral .navbar-nav > .nav-item{
    margin: 0 0 16px 0;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
}

#menuLateral .navbar-nav > .nav-item >a:first-child{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f2f4f7;
    color: #1d253b;
}

#menuLateral .navbar-nav > .nav-item >a:first-child:hover{
    color: #1d253b;
    background-color: #e4e6ef;
    padding-left: 20px;
}

#menuLateral a.nav-link[data-bs-toggle="collapse"] {
    position: relative;          /* necessário */
    display: flex;               /* mantém layout */
    align-items: center;
    justify-content: space-between; /* empurra seta pra direita */
}

#menuLateral a.nav-link[data-bs-toggle="collapse"]::after {
    font-family: "bootstrap-icons";
    content: "\f282"; /* código do bi-chevron-down */
    font-size: 14px;
    transition: transform 0.2s ease;
}

#menuLateral a.nav-link[data-bs-toggle="collapse"][aria-expanded="true"]::after {
    transform: rotate(180deg);
}

#menuLateral .navbar-nav > .nav-item >a:last-child{
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#menuLateral .navbar-nav > .nav-item.active >a:first-child,
#menuLateral .nav-item.active >a{
    background-color: var(--cor-escola-a);
    color: #fff;
}

#menuLateral .nav-item.active >a:hover{
    background-color: var(--cor-escola-b);
}

#menuLateral .nav-item:has(.nav-item.active) >a{
    background-color: #e4e6ef;
}

#menuLateral ul{
	padding-left: 0;
}

#menuLateral .nav-item{
	list-style: none;
    overflow: hidden;
}

#menuLateral .nav-link{
    color: #7e8299;
    font-weight: 500;
    padding: 0 10px 0 10px;
    line-height: 40px;
    display: block;
    font-size: 12px;
    padding-left: 16px;
    text-decoration: none;
}

#menuLateral .nav-link:hover,
#menuLateral .nav-link:focus,
#menuLateral .nav-link .ativo{
    color: #1d253b;
    background-color: #e4e6ef;
    padding-left: 20px;
}

#menuLateral .tag-menu,
.nav__interna .btn .tag-menu{
    color: #fff;
    background-color: #7e8299;
    padding: 1px 10px;
    margin-left: 5px;
    border-radius: 40px;
    font-size: 10px;
    font-weight: 600;
}

#menuLateral .nav-item.active .tag-menu,
.nav__interna .btn.ativo .tag-menu{
    background-color: #fff;
    color: var(--cor-escola-a);
}

#menuLateral a .bi{
    text-align: center;
    width: 21px;
    font-size: 14px;
    vertical-align: middle;
    margin-right: 10px;
}

.principal__grupo{
    display: flex;
    justify-content: space-between;
}

.principal__grupo h1{
    line-height: 18px;
    margin-bottom: 16px !important;
}

.principal__grupo.dashboard i{
    float: right;
    position: relative;
    margin-top: -36px;
    margin-right: 4px;
    font-size: 15px;
}

.principal{
	width:100%;
	height: fit-content;
	background-color: #fff;
	padding: 20px 20px 20px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.principal h1,
.principal h2,
#login h2,
.principal__h1 h1{
	font-size:13px;
    line-height: 21px;
	font-weight:500;
	margin-bottom: 0;
}

.principal h1 strong,
.offcanvas-header h5 strong{
    font-size: 10px;
    opacity: .3;
    margin-left: 8px;
    margin-right: 8px;
}

.principal__flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.principal__professor {
    background-color: #e4e6ef;
    display: flex;
    margin-top: 8px;
    margin-bottom: 0;
    padding: 12px 20px 12px 14px;
}

.principal.principal__turmas{
    padding: 0;
    background-color: #f2f4f7 !important;
}

.principal__turmas{
    margin-top: 16px;
    margin-bottom: 0;
}

.principal__turmas .lista tr{
    border-bottom: solid 8px #f2f4f7;
    background-color: #fff;
}

.principal__submenu .nav-link{
    color: var(--cor-escola-a);
    font-weight: 500;
}

.principal__submenu .nav-link:hover,
.principal__submenu .nav-link:active, 
.principal__submenu .nav-link:focus{
    color: var(--cor-escola-b);
}

.principal__submenu .text-bg-primary{
    background-color: var(--cor-escola-a) !important;
}

.principal__submenu .nav-link.active{
    background-color: var(--cor-escola-a);
    color: #fff;
}

.principal__submenu .nav-link.active:hover,
.principal__submenu .nav-link.active:active,
.principal__submenu .nav-link.active:focus{
    background-color: var(--cor-escola-b);
    color: #fff;
}

.principal__submenu .nav-link.active .text-bg-primary{
    color: var(--cor-escola-a) !important;
    background-color: #fff !important;
}

.principal__add{
    border: dashed 1px #006299;
}

.principal__importante{
    border: dashed 1px #7e8299;
}

.principal__suporte{
    padding: 32px;
}

.principal__suporte .suporte__mensagem{
    font-size: 13px;
    line-height: 21px;
    margin-top: 16px;
}

.principal__verde,
.principal__vermelho,
.principal__cinza{
    border-radius: 0 8px 8px 0 !important;
}

.principal__verde{
    border-left: solid 6px #51CE70 !important;
}

.principal__vermelho{
    border-left: solid 6px #f1416c !important;
}

.principal__cinza{
    border-left: solid 6px #7e8299 !important;
}

.principal__aula__baixar{
    border: solid 1px #fff;
    border-radius: 0 8px 8px 0;
    border-left: solid 6px #ffc700;
}

.principal__aula__baixar:hover{
    border: solid 1px #3037421a;
    border-left: solid 6px #ffc700;
}


.principal__aula__baixar__vencida,
.principal__aula__baixar__vencida:hover{
    border-left: solid 6px #f1416c;
}

.principal__aula__baixar__futura,
.principal__aula__baixar__futura:hover{
    border-left: solid 6px #ccc;
}

#integracoes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#integracoes .principal h1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#integracoes .principal h1 div{
    display: flex;
    align-items: center;
}

#integracoes .card__ativo{
    color: #205237;
    background-color: #C4FFA3;
}

#integracoes .card__ico{
    background-color: #f2f4f7;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #7e8299;
}

#integracoes .card__ico i{
    margin-right: 0;
}

#integracoes .card__ativo .card__ico{
    background-color: rgba(0,0,0,0.05);
}

#integracoes .card__ativo .card__ico i{
    color: #205237;
}

#integracoes .bi-toggle-on,
#integracoes .bi-toggle-off{
    margin-right: 0;
}

#integracoes .bi-toggle-on{
    color: #205237;
}

.score-gauge{
    position:relative;
    width:160px;
    height:95px;
}

.score-gauge svg{
    width:100%;
    height:100%;
}

.score-gauge-text{
    position:absolute;

    left:0;
    right:0;
    bottom:10px;

    display:flex;
    flex-direction:column;

    align-items:center;
    justify-content:center;

    text-align:center;
}

.score-gauge-text small{
    font-size:11px;
    color:#6b7280;
    margin-bottom:2px;
}

.score-gauge-text strong{
    font-size:24px;
    line-height:1;
    font-weight:500;
    color:#111827;
}

.h-350{
    height: 350px;
}

.h-500{
    max-height: 350px;
    overflow-y: scroll;
}

.card{
    background-color: #fff;
    padding: 20px 20px 20px;
    border-radius: 8px;
    border: solid 1px transparent;
    color: #7e8299;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

/*.card:hover {
    border: solid 1px #3037421a;
}*/

.card h1{
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    margin-bottom: 0;
}

.card .dash__descricao{
    margin-top: 6px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400 !important;
    margin-bottom: 0;
    width: max-content;
}

.card .dash__subdescricao {
    font-weight: 500 !important;
    margin-top: 6px;
    margin-bottom: 0;
}

.card .dash__valor {
    margin-top: 6px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.ico__topright{
    position:absolute;
    top:22px;
    right:20px;
}

.resumo__plano{
    background: #342649;
    background: linear-gradient(90deg, #342649 0%, #231833 100%);
    color: #fff;
}

.resumo__plano .destaca__info{
    color: #fff;
}

.dashboard{
    cursor: pointer;
}

.dashboard a{
    color: unset;
}

.dashboard .principal{
    border: solid 1px transparent;
}

.dashboard .principal:hover{
    border: solid 1px #3037421a;
}

.aula_obs,
.aula_url{
    margin-bottom: 16px;
}

.principal__banner__a{
    background: var(--cor-escola-c);
    background: linear-gradient(90deg, var(--cor-escola-c) 0%, var(--cor-escola-d) 100%);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.principal__banner__a h1{
    color: #fff;
    margin-bottom: 0 !important;
}

.principal__banner__a h1 u {
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.principal__banner__a h1 span {
    color: var(--cor-escola-a);
    font-weight: 700;
}

.principal .dash__valor{
    font-size: 20px;
    line-height: 20px;
    font-weight: 400 !important;
    margin-bottom: 0;
}

.principal .dash__subdescricao {
    font-weight: 500 !important;
    margin-top: 6px;
    margin-bottom: 0;
}

.principal .dash__descricao{
    font-size: 16px;
    line-height: 16px;
    font-weight: 400 !important;
    color: #7e8299;
    margin-bottom: 0;
}

.principal__20{
    width: calc(20% - 12px) !important;
}

.principal__25{
    width: calc(25% - 11.2px) !important;
}

.principal__33{
    width: calc(33% - 6px) !important;
}

.principal__50{
    width: calc(50% - 7.5px) !important;
}

.text-bg-secondary{
    background-color: #e4e6ef !important;
    color: inherit !important;
}

.principal__lista{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 8px;
}

.principal__lista hr{
	margin-left: 20px;
	margin-right: 20px;
}

.principal__lista .msg-info{
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 12px !important;
}

.principal__h1{
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.lista__vazio{
    background-color: #fff;
    color: #7e8299 !important;
    border: dashed 1px #7e8299;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.lista__vazio h1{
    color: #7e8299;
    font-size: 18px;
    margin-bottom: 8px;
}

.btn__vazio{
    -webkit-border-radius: 8px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    background-color: #3483fa;
    line-height: normal;
    display: inline-block;
    padding: 8px 18px;
    margin-top: 16px;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(22 28 45 / 0%);
}

.btn__vazio:hover,
.btn__vazio:active,
.btn__vazio:focus{
    color: #fff;
    background-color: #2968c8;
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

/*.lista .cor1{
    background-color: #f2f4f7;
}*/

.lista{
    margin-bottom: 0;
}

.lista thead tr,
.lista tbody tr{
    border-bottom: solid 1px #f2f4f7;
}

.lista tbody tr:last-of-type{
    border-bottom: none;
}

.lista .cor3 td:first-of-type {
    border-left: solid 6px #f1416c;
}

.lista .cor4 td:first-of-type{
    border-left: solid 6px #ffc700;
}

.lista .cor6 td:first-of-type,
.card.cor6{
    border-left: solid 6px #51CE70 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lista .cor7 td:first-of-type,
.card.cor7{
    border-left: solid 6px #006299 !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lista .cor7 td,
.card.cor7{
    color: #006299;
    background-color: #ccedff;
}

.lista .cor8 td:first-of-type,
.card.cor8{
    border-left: solid 6px #f1416c !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.lista .cor8 td,
.card.cor8{
    color: #C01141;
    background-color: #fcd9e2;
}

.lista .linha__verde td:first-of-type,
.lista .linha__verde__all td:first-of-type{
    border-left: 6px solid rgb(81, 206, 112);
}

.lista .linha__verde:hover,
.lista .linha__verde__all:hover{
    background-color: #dcf5e7;
}

.lista .linha__vermelho td:first-of-type,
.lista .linha__vermelho__all td:first-of-type{
    border-left: 6px solid rgb(241, 65, 108);
}

.lista .linha__cinza td:first-of-type,
.lista .linha__cinza__all td:first-of-type{
    border-left: solid 6px #7e8299;
}

.lista .linha__vermelho__all{
    color: #C01141;
    background-color: #fcd9e2;
}

.lista .linha__vermelho__all .destaca__info{
    color: #C01141;
}

.lista .cor0.linha__vermelho__all{
    background-color: #fde4ea;
}

.lista .linha__vermelho:hover,
.lista .linha__vermelho__all:hover{
    background-color: #fcc0cf;
}

.lista .linha__amarelo__all{
    background-color: #fff4cc;
    color: #665000;
}

.lista .linha__amarelo__all .destaca__info{
    color: #665000;
}

.lista .linha__amarelo__all:hover,
.lista .cor0.linha__amarelo__all:hover{
    background-color: #fcecac;
}

.lista .linha__amarelo__all td:first-of-type{
    border-left: 6px solid rgb(255, 199, 0);
}

.lista .cor0.linha__amarelo__all{
    background-color: #fef8e0;
}

.lista .linha__amarelo td:first-of-type{
    border-left: solid 6px #ffc700;
}

/*.lista .linha__selecionada td:first-of-type {
    border-left: 6px solid #3483fa;
}*/

.lista .linha__selecionada td{
    color: #3483fa;
    background-color: #e5edfa;
}

.lista .linha__selecionada:hover{
    background-color: #e5edfa !important;
}

.lista .linha__selecionada .destaca__info{
    color: #3483fa;
}

.lista .linha__selecionada a,
.lista .linha__selecionada .toggle-link{
    color: #3483fa;
}

.lista .linha__selecionada img{
    filter: grayscale(100%);
}

.lista .cor1 input[type=text],
.lista .cor1 input[type=month],
.lista .cor1 input[type=email],
.lista .cor1 input[type=number],
.lista .cor1 input[type=file],
.lista .cor1 input[type=password],
.lista .cor1 input[type=tel],
.lista .cor1 input[type=color],
.lista .cor1 input[type=date],
.lista .cor1 select,
.lista .cor1 textarea,
.cke_wysiwyg_div {
    background-color: #f2f4f7 !important;
}

.lista .cor1:hover input[type=text],
.lista .cor1:hover input[type=month],
.lista .cor1:hover input[type=email],
.lista .cor1:hover input[type=number],
.lista .cor1:hover input[type=file],
.lista .cor1:hover input[type=password],
.lista .cor1:hover input[type=tel],
.lista .cor1:hover input[type=color],
.lista .cor1:hover input[type=date],
.lista .cor1:hover select,
.lista .cor1:hover textarea{
    background-color: #e4e6ef;
}

/*.lista tr:hover,
.lista tr:focus{
    background-color: #e4e6ef;
    color: #1d253b;
}*/

th, td{
    font-weight: normal;
}

.lista th{
    color: #1d253b !important;
    padding-top: 0;
    padding-bottom: 0;
}

.lista th,
.lista td{
    line-height: 40px;
    text-align: left;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: 500;
    white-space: nowrap;
}

.destaca__info,
.lista td.destaca__info,
.lista td .destaca__info,
.checkbox.destaca__info{
    color: #1d253b;
    font-weight: 500;
    font-size: 12px;
}

.lista th.quebra__linha,
.lista td.quebra__linha{
    white-space: normal;
}

.lista td{
    vertical-align: middle;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
    height: 50px;
    font-weight: 400;
    font-size: 12px;
}

.lista th:first-child,
.lista td:first-child{
    padding-left: 20px;
}

.lista th:last-child,
.lista td:last-child{
    padding-right: 20px;
}

.table>:not(caption)>*>*{
    background-color: inherit;
    color: inherit;
}

.table-striped{
    margin-bottom: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > *{
    --bs-table-color-type: none;
    --bs-table-bg-type: #f2f4f7;
}

.table-striped > tbody > tr:nth-of-type(even) > *{
    --bs-table-color-type: none;
    --bs-table-bg-type: #fff;
}

.table-hover > tbody > tr:hover > *{
    --bs-table-color-state: #1d253b;
    --bs-table-bg-state: #f2f4f7;
}

.table-sm td{
    padding-top: 10px;
    padding-bottom: 10px;
}

.agenda__semana{
    background-color: #e4e6ef;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 16px;
}

#listaaulas table {
    width: auto !important;
    min-width: 100%;
}

#listaaulas td {
    padding: 1px;
    min-width: 48px;
}

.aula{
    display:block;
    border-radius:5px;
    opacity:.75;
    padding:8px 0 6px 0;
    overflow:hidden;
    font-weight: 600;
    font-size: 10px;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aula:hover,
.aula:focus{
    opacity:1;
}

.aula_livre{
    border:1px solid #ddca76 !important;
    background:#ff0 !important;
    line-height:28px;
    color:#000 !important;
    font-weight:500;
}

.aula_livre:hover,
.aula_livre:focus{
}

.aula_aberta{
    background: #51CE70 !important;
    color:#000 !important;
    line-height:14px;
}

.aula_marcada{
    background: #ccedff !important;
    line-height:14px;
    color: #006299 !important;
}

.aula_marcada_outros{
    background: #006299 !important;
    line-height:14px;
    color:#fff !important;
}

.aula_lotada{
    background:#f1416c !important;
    line-height:14px;
    color:#fff !important;
    cursor:default;
}

.professor__agenda{
    gap: 4px;
}

.professor__agenda .dia{
    /*border: solid 1px #dee2e6;*/
    border: none;
    background-color: #e4e6ef;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 500;
    cursor: pointer;
    transition: .2s;
    /*scale: .8;*/
}

.professor__agenda .dia:hover{
    scale: 1;
    transition: .2s;
}

.seleciona__mes{
    display: flex;
    align-items: center !important;
}

.seleciona__mes i{
    font-size: 18px;
}

.seleciona__mes i:last-of-type{
    margin-left: 4px;
}

.seleciona__mes i:first-of-type{
    margin-right: 4px;
}

#filtro tr{
    display: flex;
    justify-content: flex-start;
}

#filtro td{
    padding-left: 15px;
    width: unset !important;
    display: flex;
    justify-content: space-between;
;
}

#filtro tr td:first-of-type{
    padding-left: 0;
}

#filtro.menor input,
#filtro.menor select,
#filtro.menor button[type=submit]{
    margin-right: 15px;
    font-size: 13px;
}

#filtro button[type=submit],
#filtro.menor button[type=submit],
.btn-busca{
    min-width: 0;
    margin-right: 0;
    line-height: 26px;
    width: 44px;
}

.card-handle{
    cursor:grab;
    width:30px;
    height:30px;
    z-index:9999;
}

.dropdown__dashboard .dropdown-toggle{
    padding: 0;
    min-width: auto;
    border: none !important;
    background-color: #e4e6ef;
    height: 24px;
    width: 24px;
    border-radius: 4px;
}

.dropdown__dashboard .dropdown-toggle:hover,
.dropdown__dashboard .dropdown-toggle.show{
    background-color: #e4e6ef;
}

.dropdown__card .dropdown-toggle{
    padding: 0;
    min-width: auto;
    border: none !important;
    background-color: transparent;
    height: 24px;
    width: 24px;
    border-radius: 4px;
    position: absolute;
    right: 0;
}

.dropdown__card .dropdown-toggle:hover,
.dropdown__card .dropdown-toggle.show{
    background-color: #f2f4f7;
}

.dropdown__card .dropdown-menu,
.dropdown__dashboard .dropdown-menu{
    border-radius: 8px;
    padding: 6px;
}

.dropdown__card .dropdown-menu .bi,
.dropdown__dashboard .dropdown-menu .bi{
    color: #7e8299;
    margin-right: 8px;
}

.dropdown__card .dropdown-divider,
.dropdown__dashboard .dropdown-divider{
    margin-left: 20px;
    margin-right: 20px;
}

.dropdown__card .dropdown-menu a,
.dropdown__card .dropdown-menu button,
.dropdown__dashboard .dropdown-menu a,
.dropdown__dashboard .dropdown-menu button{
    color: #1d253b;
    font-size: 11px;
    line-height: 17px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 4px;
}

.dropdown__card .dropdown-item,
.dropdown__dashboard .dropdown-item{
    display: flex;
    align-items: center;
}

.dropdown__card .dropdown-item:hover,
.dropdown__card .dropdown-item:active,
.dropdown__card .dropdown-item:focus,
.dropdown__dashboard .dropdown-item:hover,
.dropdown__dashboard .dropdown-item:active,
.dropdown__dashboard .dropdown-item:focus{
    background-color: #f8f9fa;
}

.dropdown__card .dropdown-toggle::after,
.dropdown__dashboard .dropdown-toggle::after{
    display:none;
}

.dropdown__card .bi-three-dots,
.dropdown__dashboard .bi-three-dots{
    margin-right: 0;
}

.dropdown__card:focus-visible,
.dropdown__dashboard:focus-visible{
    outline: none;
}

.dropdown__card:active,
.dropdown__card:focus,
.dropdown__card:focus-visible,
.dropdown__card.show{
    border: none !important;
}

.acoes__dropdown .dropdown-menu{
    border-radius: 8px;
    padding: 6px;
}

.acoes__dropdown .dropdown-toggle::before{
    display: none;
}

.acoes__dropdown .dropdown-header{
    font-size: 12px;
    font-weight: 500;
    color: #6c757d;
}

.acoes__dropdown .dropdown-item-text{
    font-size: 12px;
    font-weight: 500;
    color: #1d253b;
}

.acoes__dropdown .dropdown-menu .bi{
    color: #7e8299;
    margin-right: 8px;
}

.acoes__dropdown .dropdown-menu .bi-trash{
    color: red;
}

.acoes__dropdown .dropdown-menu a{
    color: #1d253b;
    font-size: 11px;
    line-height: 17px;
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 4px;
}

.acoes__dropdown .dropdown-item:hover,
.acoes__dropdown .dropdown-item:active,
.acoes__dropdown .dropdown-item:focus{
    background-color: #f8f9fa;
}

.acoes__dropdown .bi-paperclip::before{
    transform: rotate(45deg);
}

.btn.dropdown-toggle.show .bi{
    color: #ff3366;
}

.lista .acoes__legenda{
	text-align: right;
}

.acoes__legenda .dropdown-toggle{
    /*border-color: rgba(29, 37, 59, 0.2) !important;*/
    height: 33px;
    width: 33px;
    font-size: 14px !important;
    padding: 0 !important;
    border: none !important;
}

.acoes__legenda .dropdown-toggle.show{
    border-color: rgba(29, 37, 59, 0.3) !important;
}

.acoes__legenda .btn{
    min-width: unset;
    color: rgb(29, 37, 59);
    background-color: transparent;
    font-size: 11px;
    line-height: 17px;
    margin: 0px 3px;
    padding: 6px 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(126, 130, 153);
    border-image: initial;
}

.acoes__legenda .btn:hover,
.acoes__legenda .btn:active,
.acoes__legenda .btn:focus{
    color: #1d253b;
    background-color: #fff;
}

.acoes__legenda .btn:first-child{
    margin-left: 0px;
}

.acoes__legenda .btn:last-child{
    margin-right: 0px;
}

.foto__lista{
    height: 40px;
    border-radius: 8px;
}

.foto__lista__p{
    height: 30px;
    border-radius: 6px;
}

.quad__azul,
.quad__vermelho{
    font-size:15px;
}

.quad__azul div,
.quad__vermelho div,
.quad__file-earmark-word div,
.quad__file-earmark-image div,
.quad__file-earmark-pdf div{
    width:40px;
    height:40px;
    border-radius:8px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.quad__azul div{
    background-color: #cdf1fd;
}

.quad__azul div i{
    color: #1f4b7a;
    margin: 0;
}

.quad__vermelho div{
    background-color: #fcd9e2;
}

.quad__vermelho div i{
    color: #C01141;
    margin: 0;
}

.quad__file-earmark-word div{
    background-color: #1A5CBD;
}

.quad__file-earmark-word div i{
    color: #fff;
    margin: 0;
}

.quad__file-earmark-image div{
    background-color: #4D5B70;
}

.quad__file-earmark-image div i{
    color: #fff;
    margin: 0;
}

.quad__file-earmark-pdf div{
    background-color: #B20C00;
}

.quad__file-earmark-pdf div i{
    color: #fff;
    margin: 0;
}

.avalie{
    font-size: 11px;
    z-index: 999;
    padding: 8px 16px;
    position: fixed;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba( 255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-content{
    border-radius: 8px;
    border: none;
    font-size: 14px;
    line-height: 23px;
    color: #7e8299;
}

.modal-header{
    padding: 24px 32px;
    border: none;
}

.modal-title{
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 500 !important;
    color: #1d253b;
}

.modal-title i{
    margin-right: 8px;
    color: #7e8299;
}

.modal-body{
    padding: 0 32px;
}

.modal-body h1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.modal-footer{
    padding: 24px 32px;
    border: none;
}

.modal .btn-close{
    font-size: 12px;
}

.modal .form-control{
    font-size: 14px;
    line-height: 23px;
}

.emoji {
    cursor: pointer;
    filter: grayscale(100%);
    transition: transform 0.2s, filter 0.2s;
    color: #3a3a3a;
}

.toast{
    border-radius: 8px;
    z-index: 999;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    padding: 16px 24px;
}

.toast-body{
    padding: 0;
}

.toast.text-bg-success{
    color: #205237 !important;
    background-color: #C4FFA3 !important;
    border-color: #cbf0dc !important;
}

input[type="radio"]:checked + .emoji,
input:checked[type=checkbox]{
    filter: grayscale(0%);
    color: #000;
    font-weight: 450;
}

.lista__subitem{
    color: #1d253b;
    background-color: #f2f4f7;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 100px;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 500;
}

.lista__subitem .checkbox button,
.lista__subitem .radio button{
    font-size: 16px;
    width: 18px;
}

.lista__perfil{
    color: #212529;
}

.lista__perfil td{
    font-weight: 500;
}

.lista__perfil .checkbox .fa,
.lista__perfil .radio .fa{
    margin-right: 0;
    padding-left: 0;
}

.lista__perfil .fa-square-o{
    width: auto;
}

.lista__perfil th:first-of-type{
    border-top-left-radius: 8px;
}

.lista__perfil th:last-of-type{
    border-top-right-radius: 8px;
}

.lista__perfil th{
    color: #fff !important;
    font-weight: 500;
    padding: 8px 12px;
    font-size: 13px;
    background-color: #666;
}

.lista__perfil tr th:first-of-type,
.lista__perfil tr td:first-of-type{
    padding-left: 32px;
}

.lista__perfil th:nth-child(even){
    background-color: #434343;
}

.lista__perfil tr.cor1{
    background-color: #f3f3f3;
}

.lista__perfil tr.cor1 td:nth-child(even){
    background-color: #e3e3e3;
}

.lista__perfil tr.cor0 td:nth-child(even){
    background-color: #f6f6f6;
}

.lista__perfil tr:hover td:nth-child(odd),
.lista__perfil tr:focus td:nth-child(odd){
    background-color: #322747 !important;
    color: #fff !important;
}

.lista__perfil tr:hover td:nth-child(even),
.lista__perfil tr:focus td:nth-child(even){
    background-color: #21192f !important;
    color: #fff !important;
}

.lista__perfil tr:hover .fa-square-o:before,
.lista__perfil tr:focus .fa-square-o:before{
    color: #fff;
}

.acompanha {
    z-index: 10;
}

#paginacao a{
    font-size: 12px;
    padding: 6px 10px;
    border: none;
    color: var(--cor-escola-a);
}

#paginacao .active>.page-link,
#paginacao .page-link.active{
    background-color: var(--cor-escola-a);
    color: #fff;
}

.area_interna{
    padding: 12px 20px 12px;
    text-align: center;
    font-weight: 500;
}

.area_interna a{
    display: inline-block;
    white-space: nowrap;
    margin: 8px 15px 8px 15px;
}

.area_interna a.atual{
    color: #1d253b;
}

.dados__contrato{
    padding: 16px 24px;
    border: none;
    color: #fff;
    background-color: #222;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 20px;
}

#buscar_subscricao{
    width: auto;
    float: right;
    position: fixed;
    top: 136px;
    right: -10px;
    z-index: 9;
    border-radius: 4px 0 0 4px;
    background-color: #fff;
    padding: 12px 20px 12px 10px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    -webkit-transition: all 400ms ease-in-out;
}

#busca_subscricao{
    min-width: auto;
    height: 42px;
    width: 42px;
    vertical-align: bottom;
    margin-left: 10px;
}

.capa-background{
    background: #342649;
    background: linear-gradient(90deg, #342649 0%, #231833 100%);
    color: #eee;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 204px;
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.capa-titulo{
    font-weight: 500;
    font-size: 36px;
    line-height: 38px;
    margin-left: 40px;
    color: #fff;
}

.capa-titulo span{
    color: #ff3366;
}

.capa-text {
    position: absolute;
    right: 3px;
    top: -53%;
    transform: translateY(-50%) rotate(180deg);
    writing-mode: vertical-rl;
    font-size: 198px;
    font-weight: 500;
    letter-spacing: -6px;
    line-height: 132px;
    color: #fff;
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
}

@keyframes wordEnter {
    from {
        transform: translateY(120px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.capa-text .word {
    display: inline-block;
    opacity: 0;
    animation: wordEnter 1.2s ease-out forwards;
}

.capa-text .w1 { animation-delay: 0.1s; }
.capa-text .w2 { animation-delay: 0.35s; }

.capa-text .w2 span {
    color: #ff3366;
}

.faq{
    font-size: 14px;
    line-height: 23px;
}

.faq .capa{
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    border: none;
}

.faq img{
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 8px;
    border: solid 1px #e4e6ef;
}

.faq iframe{
    border-radius: 8px;
}

.faq code{
    line-height: normal;
    background-color: #e4e6ef;
    color: #1d253b;
    font-size: 11px;
    font-weight: 500;
    padding: 2px 6px;
    border: none;
    margin-left: 2px;
    margin-right: 2px;
}

.faq .passo, .passo{
    color: #1d253b;
    font-weight: 500;
    margin-right: 8px;
}

.faq__menu ul,
.faq__extras ul{
    padding-left: 0;
}

.faq__menu li,
.faq__extras li{
    list-style: none;
    margin-bottom: 12px;
}

.faq__menu ul:last-of-type,
.faq__menu li:last-of-type,
.faq__extras ul:last-of-type,
.faq__extras li:last-of-type{
    margin-bottom: 0;
}

.faq .body{
    padding: 40px 32px 40px 32px !important;
    background-color: #fff;
    border-radius: 0 0 8px 8px;
}

.faq h2{
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px !important;
    line-height: 24px;
    font-weight: 400 !important;
    margin-bottom: 24px !important;
    color: #1d253b;
}

.faq p{
    margin-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
}

.faq p:last-of-type{
    margin-bottom: 0;
}

.faq .btn{
    background-color: #3483fa;
    color: #fff;
}

.faq .btn:hover,
.faq .btn:active,
.faq .btn:focus{
    background-color: #2968c8;
    -webkit-transform: translateY(-2px);
    box-shadow: 0px 8px 25px rgb(0 0 0 / 25%);
    box-shadow: 0px 11px 14px -7px rgb(0 0 0 / 25%);
}

.faq .btn__b{
    color: #3483fa;
    background-color: #e5edfa;
}

.faq .btn__b:hover,
.faq .btn__b:active,
.faq .btn__b:focus{
    color: #3483fa !important;
    background-color: #dce7f9;
}

.faq strong {
    color: #1d253b;
    font-weight: 500;
}

.tabela__planos *{
    border: none;
}

.tabela__planos .card{
    padding: 0;
}

.tabela__planos .card:hover{
    border: none;
}

.planoatual {
    transform: scale(1.05, 1.05);
    z-index: 10;
}

.tabela__planos .card-header{
	background-color: #666;
	color: #fff;
	font-weight: 500;
	padding: 14px 16px;
	font-size: 13px;
}

.dashboard-card .card{
    transition:.2s;
}

.dashboard-card:has(.card-handle:hover) .card{
    transform:translateY(-2px);
    box-shadow:rgba(17,17,26,.1) 0px 3px 0px;
}

.dashboard-card:has(.card-handle:active) .card{
    cursor:grabbing;
    transform:translateY(-2px);
    box-shadow:rgba(17,17,26,.3) 0px 3px 0px;
}

.dashboard-card h1{
    padding-right: 24px;
}

.tabela__planos .list-group-item span{
	font-size: 20px;
	font-weight: 600;
}

.tabela__planos .list-group-item{
	background-color: #fff;
	padding: 14px 16px;
}

.tabela__planos .list-group-item:nth-child(even){
	background-color: #f3f3f3;
}

.tabela__planos .pcor0 .card-header{
	background-color: #434343;
}

.tabela__planos .pcor0 .list-group-item{
	background-color: #f6f6f6;
}

.tabela__planos .pcor0 .list-group-item:nth-child(even){
	background-color: #e3e3e3;
}

.tabela__planos .plano__valor{
	background-color: #999;
	color: #fff;
}

.tabela__planos .pcor0 .plano__valor{
	background-color: #666;
}

.tabela__planos .planoatual .card-body{
	background-color: #ff3366;
	color: #fff;
	font-weight: 500;
}
.tabela__planos .planoatual .card-body i{
	margin-right: 8px;
}

.tabela__planos .planoatual{
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}

.tabela__planos .planoatual .card-header{
	background-color: #21192f;
}

.tabela__planos .planoatual .list-group-item{
	background-color: #322747;
	color: #fff;
}

.tabela__planos .planoatual .list-group-item:nth-child(even){
	background-color: #21192f;
	color: #fff;
}

.relatorio_base{
    position: relative;
    height: 24px;
    margin: 5px 0;
    width: 100%;
}

.relatorio_fundo_claro{
    right: 0;
}

.relatorio_azul .relatorio_fundo_claro,
.relatorio_amarelo .relatorio_fundo_claro,
.relatorio_vermelho .relatorio_fundo_claro{
    border-radius: 4px;
}

.relatorio_azul .relatorio_fundo_claro{
    border-color: #e4e6ef; 
}

.relatorio_amarelo .relatorio_fundo_claro{
    border-color: #f1ecd9;
}

.relatorio_vermelho .relatorio_fundo_claro{
    border-color: #e4e6ef;
}

.relatorio_azul .relatorio_fundo_escuro,
.relatorio_amarelo .relatorio_fundo_escuro,
.relatorio_vermelho .relatorio_fundo_escuro,
.relatorio_vermelho .relatorio_fundo_escuro{
    border-radius: 4px 0 0 4px;
}

.relatorio_azul .relatorio_fundo_escuro{
    border-color: #006299;
}

.relatorio_amarelo .relatorio_fundo_escuro{
    border-color: #ffc700;
}

.relatorio_vermelho .relatorio_fundo_escuro{
    border-color: var(--cor-escola-a);
}

.relatorio_fundo_claro,
.relatorio_fundo_escuro,
.relatorio_valor{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-top: 24px solid;
}

.relatorio_valor div{
    padding: 3px 5px;
    font-weight: 500;
}

.relatorio_valor{
    border-top: none;
    font-weight: 500;
    color: #fff;
}

.cd-breadcrumb,
.cd-multi-steps{
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px;
}

.cd-breadcrumb:after,
.cd-multi-steps:after{
	content: "";
	display: table;
	clear: both;
}

.cd-breadcrumb li,
.cd-multi-steps li{
	display: inline-block;
	float: left;
	margin-left: 12px;
}

.cd-breadcrumb li:first-of-type,
.cd-multi-steps li:first-of-type{
	margin-left: 0;
}

.cd-breadcrumb li > *,
.cd-multi-steps li > *{
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	color: #1d253b;
}

.cd-breadcrumb.triangle{
	background-color: transparent;
	padding-left: 0;
}

.cd-breadcrumb.triangle li{
	position: relative;
}

.cd-breadcrumb.triangle li > *{
	position: relative;
	padding: 16px 24px 16px 40px;
	color: #1d253b;
	background-color: #fff;
	border-color: var(--cor-escola-c);
}

.cd-breadcrumb.triangle li.current > *{
	background-color: #e4e6ef;
	color: #1d253b;
}

.cd-breadcrumb.triangle li:first-of-type > *{
	padding-left: 36px;
	border-radius: 8px 0 0 8px;
}

.cd-breadcrumb.triangle li:last-of-type > *{
	padding-right: 36px;
	border-radius: 0 8px 8px 0;
}

.cd-breadcrumb.triangle li::after,
.cd-breadcrumb.triangle li > *::after{
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	content: '';
	height: 0;
	width: 0;
	border: 24px solid transparent;
	border-right-width: 0;
	border-left-width: 20px;
}

.cd-breadcrumb.triangle li::after{
	z-index: 1;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
    transform: scale(1.5);
    margin-left: 6px;
	border-left-color: #f2f4f7;
}

.cd-breadcrumb.triangle li > *::after{
	z-index: 2;
	border-left-color: #fff;
}

.cd-breadcrumb.triangle li.current > *::after{
	border-left-color: #e4e6ef;
}

.cd-breadcrumb.triangle li:last-of-type::after,
.cd-breadcrumb.triangle li:last-of-type > *::after{
	display: none;
}

.cd-breadcrumb.triangle.custom-icons li::after,
.cd-breadcrumb.triangle.custom-icons li > *::after{
	border-top-width: 22px;
	border-bottom-width: 22px;
}

@-moz-document url-prefix(){
	.cd-breadcrumb.triangle li::after,
	.cd-breadcrumb.triangle li > *::after{
	   border-left-style: dashed;
	}
}

.obrigatorio:after{
    content: "*";
    color: #f1416c;
    margin-left: 4px;
}

.verde-tag,
.vermelho-tag,
.amarelo-tag,
.cinza-tag,
.azul-tag,
.preto-tag,
.lilas-tag{
    font-size: 10px;
    font-weight: 600 !important;
    padding: 3px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

.verde-tag{
    background-color: rgb(81, 206, 112);
    color: rgb(255, 255, 255) !important;
}

.vermelho-tag{
    color: #fff !important;
    background-color: #f1416c;
}

.amarelo-tag {
    color: #fff !important;
    background-color: #ffc700;
}

.cinza-tag{
    background-color: rgb(126, 130, 153);
    color: rgb(255, 255, 255) !important;
}

.azul-tag {
    color: #006299 !important;
    background-color: #ccedff;
}

.preto-tag{
    background-color: #333;
    color: rgb(255, 255, 255) !important;
}

.lilas-tag{
    background-color: #E9E5FF;
    color: #564699 !important;
}

.parcela-tag{
    font-size: 8px;
    color: #fff !important;
    background-color: #7e8299;
    padding: 1.5px 4px;
    border-radius: 2px;
    font-weight: 600 !important;
    letter-spacing: 0.5px;
}

.alert-primary{
    background: var(--cor-escola-c);
    background: linear-gradient(90deg, var(--cor-escola-c) 0%, var(--cor-escola-d) 100%);
    color: #fff;
    border: none;
    font-weight: 500;
}

.alert-primary u{
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
}

.alert-primary > .row > div:first-child > i:first-child{
    opacity: .5;
}

.alert-primary .beta{
    float: right;
    color: var(--cor-escola-a);
}

.alert-light{
    background-color: #dfe0f1;
    color: #1f2024 !important;
}

.msg-info,
.msg-erro,
.msg-sucesso,
.msg-alerta,
.msg-neutro,
.msg-beta,
.alert-info,
.alert-danger,
.alert-success,
.alert-warning,
.alert-primary,
.alert-light,
.alert-dark{
    padding: 16px 24px;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-weight: 500;
    margin-bottom: 20px;
    align-items: center;
}

.msg-info strong,
.msg-erro strong,
.msg-sucesso strong,
.msg-alerta strong,
.msg-neutro strong{
    color: inherit !important;
    font-weight: 600;
}

.alert strong{
    font-weight: 600;
}

.msg-info .bi,
.msg-erro .bi,
.msg-sucesso .bi,
.msg-alerta .bi,
.msg-neutro .bi.ativo,
.alert-info .bi,
.alert-danger .bi
{
    margin-right: 5px;
}

.msg-info:last-child,
.msg-erro:last-child,
.msg-sucesso:last-child,
.msg-alerta:last-child,
.msg-neutro:last-child{
    margin-bottom: 0;
}

.msg-info,
.alert-info{
    color: #006299;
    background-color: #ccedff;
}

.msg-info .btn,
.msg-alerta .btn{
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
}

.msg-erro,
.alert-danger{
    /*color: #C01141;*/
    color: #C01141;
    background-color: #fcd9e2;
    border-color: #fbc6d3;
}

.msg-sucesso,
.alert-success{
    color: #205237;
    background-color: #C4FFA3;
    border-color: #cbf0dc;
}

.msg-alerta,
.alert-warning{
    background-color: #fff4cc;
    color: #665000;
    border-color: #fff4cc;
}

.msg-neutro{
    background-color: #dfe0f1;
    color: #1f2024;
}

.msg-beta{
    background: var(--cor-escola-c);
    background: linear-gradient(90deg, var(--cor-escola-c) 0%, var(--cor-escola-d) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.msg-beta strong{
    color: var(--cor-escola-a);
    font-weight: 600;
}

.msg-info .btn-primary,
.alert-info .btn-primary{
    background-color: #006299;
    color: #ccedff;
}

.msg-info .btn-primary:hover,
.msg-info .btn-primary:active,
.msg-info .btn-primary:focus,
.alert-info .btn-primary:hover,
.alert-info .btn-primary:active,
.alert-info .btn-primary:focus{
    color: #fff;
}

.msg-erro .btn-primary,
.alert-danger .btn-primary{
    background-color: #ff3366;
    color: #fff;
}

.msg-erro .btn-primary:hover,
.msg-erro .btn-primary:active,
.msg-erro .btn-primary:focus,
.alert-danger .btn-primary:hover,
.alert-danger .btn-primary:active,
.alert-danger .btn-primary:focus{
    background-color: #cc2952;
    color: #fff;
}

.msg-alerta .btn{
    background-color: #665000;
    color: #fff4cc;
}

.msg-alerta .btn:hover,
.msg-alerta .btn:active,
.msg-alerta .btn:focus{
    background-color: #4d3c00;
    color: #fff4cc;
}

.alert-dark{
    color: #fff;
    background-color: #222;
}

.aviso__topo{
    font-weight: 500;
    text-align: center;
    padding: 12px 32px;
    color: #006299;
    background-color: #ccedff;
}

.aviso__azul{
    color: #006299;
    background-color: #ccedff;
}

.aviso__amarelo{
    background-color: #fff4cc;
    color: #665000;
}

.aviso__vermelho{
    color: #C01141;
    background-color: #fcd9e2;
}

.formulario__easy {
    border-collapse: separate !important;
    border-spacing: 0 14px;
    margin: -14px 0;
}

form table{
    table-layout: fixed;
    position: relative;
    width: 100%;
}

form td{
    padding-left: 16px;
    position: relative;
}

form tr td:first-of-type{
    padding-left: 0;
}

label.checkbox,
label.radio{
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 0;
    color: #7e8299;
}

label:has(input:checked){
    font-weight: 500;
    color: #1d253b;
}

label.checkbox:last-of-type,
label.radio:last-of-type{
    margin-right: 0;
}

button.bi{
    margin-right: 5px;
}

button.bi-check-square-fill{
    color: #51CE70;
}

button.bi-slash-square{
    color: #7e8299;
}

.checkbox button,
.radio button{
    font-size: 20px;
    width: 25px;
    vertical-align: middle;
    text-align: left !important;
    padding-left: 3px;
    border: 0;
    background: none;
    cursor: pointer;
}

.checkbox input,
.radio input{
    display: none;
}

.fa-toggle-on,
.fa-check-square-o{
    color: #51CE70 !important;
}

.bi-toggle-on,
.bi-toggle-off,
h1 .bi-incognito{
    font-size: 18px;
}

.checkbox .fa,
.radio .fa{
    margin-right: 5px;
}

.fa{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-check-square-o:before{
    content: "\f046";
}

.fa-square-o:before{
    content: "\f096";
}

::placeholder,
input.form-control::placeholder{
	color: #a1a5b7;
	opacity: 1;
}

:-ms-input-placeholder{
	color: #a1a5b7;
}

::-ms-input-placeholder{
	color: #a1a5b7;
}

input.erro,
select.erro,
textarea.erro{
    border: 1px solid transparent;
    background-color: #fff5f8;
    color: #C01141;
}

span.erro {
    color: #f1416c;
    float: right;
    font-weight: 500;
}

input.erro::placeholder{
	color: #C01141;
	opacity: 1;
}

input.erro:-ms-input-placeholder{
	color: #C01141;
}

input.erro::-ms-input-placeholder{
	color: #C01141;
}

.saldo__display{
    display: flex;
    overflow-x: scroll;
    overflow-y: -moz-scrollbars-none;
    overflow-y: -ms-overflow-style: none;
    max-width: 1133px !important;
}

.saldo__conta{
    min-width: 200px;
    margin-right: 16px;
    background-color: #fff;
    padding: 20px 20px 20px;
    border-radius: 8px;
    border: solid 1px #f2f4f7;
}

#portal__do__aluno .card__banner{
    padding: 32px 40px;
    color: #1d253b;
    font-size: 13px;
    line-height: 19px;
}

#portal__do__aluno h1{
    font-size: 13px;
    line-height: 30px;
    font-weight: 500;
    color: #1d253b;
    margin-bottom: 8px;
    margin-left: 8px;
}

#portal__do__aluno h2{
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    color: #1d253b;
    margin-bottom: 8px;
}

#portal__do__aluno h3{
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #1d253b;
    margin-bottom: 8px;
}

#portal__do__aluno p{
	margin-bottom: 0;
}

#portal__do__aluno .principal__25 i{
    color: var(--cor-escola-a);
    font-size: 18px;
    line-height: 40px;
}

.principal__grid {
    min-width: 184px !important;
    width: auto;
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    padding: 4px;
    font-size: 11px;
    margin-top: 8px;
}

.grid__aula.cor0,
.grid__aula.cor1 {
    background-color: #f2f4f7;
}

.principal__grid h1 {
    margin-left: 11px;
    font-size: 11px !important;
    margin-bottom: 3px !important;
}

.principal__grid .cor3 {
    color: #C01141;
    background-color: #fcd9e2;
}

.principal__grid .cor3 strong,
.principal__grid .cor3 a {
    color: #C01141;
}

.principal__grid .cor7{
    color: #006299;
    background-color: #ccedff;
}

.principal__grid .cor7 strong,
.principal__grid .cor7 a {
    color: #006299;
}

.grid__aula {
    padding: 12px 10px;
    margin-bottom: 4px;
    border-radius: 6px;
    font-size: 10px;
    color: #7e8299;
    border: solid 1px #f2f4f7;
}

.grid__aula strong {
    margin-bottom: 6px;
    display: inline-block;
    color: #1d253b;
    font-size: 11px !important;
}

.grid__aula .grid__acoes {
    float: right;
    margin-left: 6px;
    font-size: 11px;
    margin-top: -1px;
}

.grid__aula a.grid__acoes {
    color: #7e8299;
}

.principal__grid__crm{
    min-width: 280px !important;
    margin-left: 4px;
    margin-right: 4px;
    padding: 8px;
    font-size: 11px;
    margin-top: 8px;
    border-radius: 0 0 8px 8px;
    border-top: solid 6px #3037421a;
    background-color: #e4e6ef;
    /* box-shadow: 0px 1px 1px #091e4240, 0px 0px 1px #091e424f; */
}

.principal__grid__crm:first-of-type{
    margin-left: 0;
}

.principal__grid__crm h1{
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

.crm-board *,
.crm-board *::before,
.crm-board *::after {
    transition: none !important;
    user-select: none;
    -webkit-user-select: none;
}

/* card sendo arrastado */
.drag-dragging{
    opacity: 1 !important;
    transform: rotate(3deg) scale(1.02);
    /*box-shadow: 0 10px 25px rgba(0,0,0,0.2);*/
    /*box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;*/
    cursor: grabbing !important;
    z-index: 9999;
}

/* espaço onde o card estava */
.drag-ghost{
    opacity: .3;
}

/* card selecionado */
.drag-chosen{
    background: #f8f9ff;
}

.dragging {
    opacity: 0.8;
    transform: rotate(2deg);
    cursor: grabbing;
    z-index: 9999;
}

.drag-dragging,
.drag-chosen{
    transition: none !important;
}

.drag-chosen,
.drag-dragging{
    user-select:none !important;
}

.grid__crm{
    transition: transform .15s ease, box-shadow .15s ease;
    padding: 20px;
    margin-bottom: 8px;
    border-radius: 6px;
    color: #7e8299;
    background-color: #fff;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    cursor: grab;
}

.grid__crm:hover{
    transition: .2s !important;
    transform: translateY(-2px);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 3px 0px;
    /*border: solid 1px #3037421a;*/
}

.grid__crm:active {
    cursor: grabbing;
    box-shadow: rgba(17, 17, 26, 0.3) 0px 3px 0px;
}

.crm__contatos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}

.grid__crm a.grid__acoes{
    color: #7e8299;
}

.grid__crm .grid__acoes{
    float: right;
    margin-left: 6px;
    font-size: 11px;
    margin-top: -1px;
}

.crm-tags{
    margin-bottom: 8px;
}

.crm-tag{
    font-size: 7px;
    font-weight: 600;
    margin: 2px 1px;
    border-radius: 100px;
    padding: 2px 6px 2px 6px;
    user-select: none;
    display: inline-block;
}

.crm-tag{
    color: #000;
}

.crm-tag:first-of-type{
    margin-left: 0;
}

.grid__crm strong{
    margin-bottom: 6px;
    display: inline-block;
    color: #1d253b;
    font-size: 11px !important;
}

.grid__crm hr{
    border-top: solid 1px #3037421a;
    margin-top: 8px;
    margin-bottom: 8px;
}

.crm__icones a{
    margin-right: 6px;
}

.crm__usuario{
    height: 20px;
    border-radius: 4px;
}

.crm__novo{
    color: #006299;
    background-color: #ccedff;
    padding: 8px 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 9px;
    display: block;
    text-align: center;
    margin-top: 4px;
}

.crm__novo:hover,
.crm__novo:active,
.crm__novo:focus{
    color: #ccedff;
    background-color: #006299;
}

.crm__vazio{
    text-align: center;
    font-weight: 500;
    border: dashed 1px #7e8299;
    background-color: transparent;
    color: #7e8299;
    padding: 32px;
    border-radius: 8px;
}

.offcanvas{
    color: #7e8299;
    padding: 24px;
    border: none;
}

.offcanvas .offcanvas-header h5{
    margin-bottom: 0;
}

.offcanvas #listaAlunos .list-group-item{
    border: none;
    padding: 8px 0;
    border-bottom: solid 1px #f2f4f7;
    border-radius: 0;
}

.offcanvas #listaAlunos .list-group-item:last-of-type{
    border-bottom: none;
}

#offcanvasHistorico strong{
    color: #1d253b;
}

.offcanvas-end{
    border-radius: 24px 0 0 24px;
}

#popup{
    left:0;
    right:0;
    top:0;
    bottom:0;
    position:fixed;
    z-index:900;
    background:rgba(0,0,0,0);
    background:rgba(0,0,0,0.70);
    opacity:0;
    visibility:hidden;
}

#popup.aberto{
    visibility:visible;
    opacity:1;
}

#popup_titulo{
    font-size:14px;
    line-height:20px;
    font-weight: 500;
}

#popup_conteudo{
    position:absolute;
    top:50%;
    left:50%;
    background:#fff;
    border-radius: 8px;
    font-size: 14px;
    line-height: 21px;
    transform:translate(-50%,-50%);
    margin-left:0!important;
    margin-top:0!important;
    min-width:90%;
}
@media(min-width:576px){
    #popup_conteudo{
        min-width:80%;
    }
}
@media(min-width:768px){
    #popup_conteudo{
        min-width:70%;
    }
}
@media(min-width:992px){
    #popup_conteudo{
        min-width:auto;
    }
}

#popup_conteudo label{
    font-size: 12px;
    line-height: normal;
}

.popup__titulo{
    padding: 32px 40px;
    background: #342649;
    background: linear-gradient(90deg, #342649 0%, #231833 100%);
    color: #eee;
    border-radius: 7px 7px 0 0;
}

.popup__titulo h1{
    color: #fff !important;
}

.popup__corpo{
    padding: 24px 40px;
    line-height: 28px;
}

.popup__corpo i{
    margin-right: 8px;
}

.popup__btn{
    padding: 0 40px 24px 40px;
}

.popup__btn .btn{
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

.sempadding .sempadding{
    table-layout:fixed;
    width:100%;
}

.sempadding th{
    padding:0;
}

.sempadding .sempadding th,.sempadding .sempadding td{
    border:0;
}

.sempadding div{
    display:block;
    text-align:center;
    width:100%;
    border-radius:3px;
}

.sempadding th div{
    background:#ebedee;
}

.sempadding th,.sempadding td{
    white-space:nowrap;
    padding:0 0 0 1px;
}

.sempadding td{
    text-align:center;
}

.sempadding td:first-child{
    text-align:left;
}

/*.sempadding th:first-child,.sempadding td:first-child{
    padding-left:0;
}*/

.sempadding input{
    display:inline;
    font-size:10px;
    padding:0;
    text-align:center;
    height:27px;
    width:25px;
}

.sempadding input,.sempadding button{
    margin:0 2px;
}

.meio div{
    line-height:12px;
    padding:8px 0;
}

.sempadding td div{
    color:#fff;
    height:40px;
    line-height:normal;
    vertical-align:middle;
    position:relative;
}

div.obrigatorio_Complementar{
    background-color: #00a3ff !important;
}

div.obrigatorio_Unidade{
    background-color: #f1416c !important;
}

.sempadding button{
    display:inline-block;
    vertical-align:middle;
}

.sempaddinggrande th,.sempaddinggrande td{
    padding:0 2px;
}

.legenda th{
    padding-left:20px !important;
    vertical-align: middle;
    font-weight: 500;
}

.legenda div{
    display:inline-block;
    width:24px;
    height:24px;
}

.legenda i{
}

.legenda div,.legenda i{
    vertical-align:middle;
    margin-top:-2px;
    margin-right:5px;
}

.sempadding div span{
    float:left;
    display:none;
}

.sempadding td div:hover{
    transform:scale(1.5);
    -o-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -webkit-transform:scale(1.5);
    z-index:999;
/*  width:30px;*/
    width:18px;
    border:1px solid #e4e6ef;
    line-height:38px !important;
    margin-left:-10px;
}

.sempadding td div:hover span{
    display:block;
    margin-left:5px;
    line-height:normal;
    float:left;
    padding-top:4px;
}

.sempadding td div.vazio:hover{
    width:18px !important;
    margin-left:-4px;
}

.sempadding td div.temdois:hover{
    line-height:15px !important;
    padding-top:2px !important;
}

.sempadding td div.temdois:hover span{
    padding-top:2px;
}

.l-maxima .cor0 td,
.l-maxima .cor1 td{
    padding-top: 0;
    padding-bottom: 0;
}

.body__login{
    background-color: #fff;
    padding: 16px;
    height: 100vh;
}

.body__login .container-fluid,
.body__login .container-fluid .row{
    height: 100%;
}

.container__cadastro{
    background-color: #fff;
    overflow-y: scroll;
    padding: 40px 80px;
    overflow-y: -moz-scrollbars-none;
    overflow-y: -ms-overflow-style: none;
}

.container__cadastro .form-control{
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    border: none;
    font-size: 14px;
    border-radius: 8px;
    line-height: 38px;
    padding-left: 18px;
    height: 48px;
}

.container__cadastro .btn-primary{
    border-color: #000;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    padding: 12px 22px;
    height: 48px;
    border-radius: 8px;
}

.container__cadastro h4{
    font-size: 18px;
    margin-bottom: 24px !important;
    color: #371a45;
}

.container__cadastro h5{
    font-size: 15px;
    margin-bottom: 24px !important;
    color: #371a45;
}

.container__cadastro .logotipo__login{
    display: inline;
    margin-bottom: 32px;
}

.container__display{
    border-radius: 24px;
    background: var(--cor-escola-c);
    background: linear-gradient(90deg, var(--cor-escola-c) 0%, var(--cor-escola-d) 100%);
    color: #8d8d8d;
    /*border-radius: 0 40px 40px 0;*/
    padding: 20px 120px;
    margin-top: 0;
    border: none;
    font-size: 15px;
    line-height: 24px;
    overflow-y: scroll;
    overflow-y: -moz-scrollbars-none;
    overflow-y: -ms-overflow-style: none;
}

.container__display p:last-of-type{
    margin-bottom: 0;
}

.container__cadastro::-webkit-scrollbar,
.container__display::-webkit-scrollbar{
    display: none !important;
}

.container__display h2,
.container__display h4{
    color: #fff;
}

.container__display a{
    color: #fff;
}

.container__display a:hover, .container__display a:active, .container__display a:focus{
    color: #fff;
}

.container__cadastro .progresses{
    display: flex;
    align-items: center;
}

.container__cadastro .line{
    width: 70px;
    height: 4px;
    background: #000;
}

#logosvg{
    margin-bottom:32px;
}

#logosvg >svg{
    height:60px!important;
    width:auto;
}

#logosvg path.s0, #logosvg path.s1 {
    stroke-width: 2;
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    fill-opacity: 0;
    animation-fill-mode: forwards;
    animation-timing-function: ease;
    animation-name: draw, fillIn;
    animation-duration: 10s, 1s;
    animation-delay: 0s, 2.5s;
}

#logosvg path.s0 {
    stroke: #3c1344;
}

#logosvg path.s1 {
    stroke: #ff0065;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fillIn {
    to {
        fill-opacity: 1;
        stroke-opacity: 0;
    }
}

.popover{
    border: solid 1px #3037421a;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.popover-arrow{
    border: solid 1px #3037421a;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.popover-body{
    padding: 24px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 20px;
    /*color: #7e8299;*/
}

.popover-body h5{
    font-size: 13px;
    line-height: 21px;
    color: #1d253b;
}

.popover-body h5 i{
    color: #7e8299;
}

.toggle-detalhes i {
    transition: transform 0.2s ease;
}

.toggle-detalhes[aria-expanded="true"] i {
    transform: rotate(180deg);
}

#tooltip{
	position: absolute;
	z-index: 200;
	opacity: 0;
	background: rgba(255,255,255,1);
	border-radius: 8px;
	padding: 24px;
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px rgba(0,0,0,.1);
    box-shadow: 0 0 12px rgba(0,0,0,.1);
}

#tooltip i{
	position:absolute;
	left:50%;
	margin-top:-16px;
	margin-left:-10px;
	border-radius:100px;
}

[hover-tooltip]{
	position: relative;
}

[hover-tooltip]:hover::before{
	content: attr(hover-tooltip);
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	position: absolute;
	display: block;
	left: 50%;
	max-width: 520px;
	bottom: calc(100% + 10px);
	transform: translate(-50%);
	animation: fade-in 300ms ease;
	background: #212121;
	border-radius: 4px;
	padding: 6px 16px;
	color: #ffffff;
	font-weight: 500;
	z-index: 1;
	white-space: nowrap;
}

[hover-tooltip]:hover::after{
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	width: 0;
	height: 0;
	bottom: calc(100% + 6px);
	margin-left: -7px;
	border: 1px solid black;
	border-color: #272727 transparent transparent transparent;
	border-width: 4px 6px 0;
	animation: fade-in 300ms ease;
	z-index: 1;
}

[hover-tooltip][tooltip-position=bottom]:hover::before{
	bottom: auto;
	top: calc(100% + 10px);
}

[hover-tooltip][tooltip-position=bottom]:hover::after{
	bottom: auto;
	top: calc(100% + 6px);
	border-color: transparent transparent #272727;
	border-width: 0 6px 4px;
}

@keyframes fade-in{
	from{
		opacity: 0;
	}
	to{
		opacity: 1;
	}
}

.paginacao{
    width: 100%;
    margin-top: 20px;
    table-layout: fixed;
}

.paginacao a{
    padding: 6px 10px;
    color: #fff;
    margin: 0 3px;
}

.paginacao select{
    margin-left: 8px;
    margin-right: 8px;
    background-color: #fff;
}

.paginas a{
    margin: 0;
    border-radius: 0;
}

.paginas a:first-of-type{
    border-radius: 4px 0 0 4px;
}

.paginas a:last-of-type{
    border-radius: 0 4px 4px 0;
}

.Zebra_DatePicker,
.Zebra_DatePicker_Icon{
	display: none;
}

.custom-toggler {
    border: none;
    background: transparent;
    width: 24px;
    height: 18px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-toggler:focus {
    box-shadow: none;
}

/* As 3 linhas */
.custom-toggler span {
    height: 2px;
    width: 100%;
    background: #fff; /* troque pela cor do seu header se for escuro */
    border-radius: 2px;
    display: block;
    transition: all 0.3s ease;
}

/* Animação */
.custom-toggler[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.custom-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.custom-toggler[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

.offcanvas h5{
    font-size: 13px;
    line-height: 21px;
    font-weight: 500;
    color: #1d253b;
}

.fab-container{
    position:fixed;
    right:32px;
    bottom:32px;
    z-index:9999;
    overflow:visible;
}

.fab-main{
    width:48px;
    height:48px;
    border:none;
    border-radius:50%;
    cursor:pointer;
    background-color: var(--cor-escola-a);
    color:#fff;
    font-size:20px;
    box-shadow:
        0 10px 30px rgba(37,99,235,.35),
        0 3px 10px rgba(0,0,0,.15);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
    position:relative;
    z-index:20;
}

.fab-main:hover{
    background-color: var(--cor-escola-b);
    transform:scale(1.07);
    box-shadow:
        0 14px 40px rgba(37,99,235,.45),
        0 5px 15px rgba(0,0,0,.2);
}

.fab-main span{
    display:block;
    transition:transform .25s ease;
}

.fab-container.open .fab-main span{
    transform:rotate(45deg);
}

.fab-group{
    position:absolute;
    display:flex;
    gap:8px;
    pointer-events: none;
}

.fab-group.school{
    right:4px;
    bottom:70px;
    flex-direction:column-reverse;
    align-items:flex-end;
}

.fab-group.dev{
    bottom: 4px;
    right:70px;
    flex-direction:row-reverse;
    align-items:center;
}

.fab-item{
    width:38px;
    height:38px;
    border:none;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
    background:#212529;
    color:#fff;
    backdrop-filter:blur(12px);
    box-shadow:0 5px 20px rgba(0,0,0,.12);
    overflow:hidden;
    white-space:nowrap;

    opacity:0;

    will-change:transform,opacity,width;

    padding:10px;
}

.fab-item.school-item{
    background:#212529;
    color:#fff;
}

.fab-item.school-item:hover{
    background: var(--cor-escola-b);
}

.fab-item.dev-item{
    background:#212529;
    color:#fff;
}

.fab-item.dev-item:hover{
    background:#000;
}

.school-item{
    opacity:0;
    pointer-events:none;
    transform:scale(.5);
}

.dev-item{
    opacity:0;
    pointer-events:none;
    transform:scale(.5);
}

/* =========================
   ESCOLA
========================= */

.fab-container.open .school-item{
    opacity:1;
    pointer-events:auto;
    transform:scale(1);
}

.fab-container.open .dev-item{
    opacity:1;
    pointer-events:auto;
    transform:scale(1);
}

.fab-item{
    transition:
        width .18s cubic-bezier(.2,.8,.2,1) .15s,
        opacity .18s ease,
        transform .15s ease,
        background-color .15s ease,
        box-shadow .15s ease !important;
}

.fab-item:hover{
    width:140px;

    transition:
        width .18s cubic-bezier(.2,.8,.2,1) 0s,
        opacity .18s ease,
        transform .15s ease,
        background-color .15s ease,
        box-shadow .15s ease !important;
}

.fab-label{
    opacity:0;
    max-width:0;

    overflow:hidden;

    font-size:11px;
    font-weight:500;

    transition:
        opacity .12s ease .15s,
        max-width .18s cubic-bezier(.16,1,.3,1) .15s;
}

.fab-item:hover .fab-label{
    opacity:1;
    max-width:200px;

    transition:
        opacity .12s ease 0s,
        max-width .18s cubic-bezier(.16,1,.3,1) 0s;
    padding-left: 6px;
}

.fab-item:hover .fab-icon{
    /*margin-right: 6px;*/
}

/* =========================
   CASCATA
========================= */

.school-item:nth-child(1),
.dev-item:nth-child(1){
    transition-delay:.05s;
}

.school-item:nth-child(2),
.dev-item:nth-child(2){
    transition-delay:.10s;
}

.school-item:nth-child(3),
.dev-item:nth-child(3){
    transition-delay:.15s;
}

.school-item:nth-child(4),
.dev-item:nth-child(4){
    transition-delay:.20s;
}

.school-item:nth-child(5),
.dev-item:nth-child(5){
    transition-delay:.25s;
}

.school-item:nth-child(6),
.dev-item:nth-child(6){
    transition-delay:.30s;
}

.school-item:nth-child(7),
.dev-item:nth-child(7){
    transition-delay:.35s;
}

.school-item:nth-child(8),
.dev-item:nth-child(8){
    transition-delay:.40s;
}

.fab-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    flex-shrink:0;
}

@media(max-width:768px){

    .fab-container{
        right:20px;
        bottom:20px;
    }

    .fab-group.dev{
        right:0;
        bottom:140px;
        flex-direction:column-reverse;
        align-items:flex-end;
    }

}

#filtros{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

#filtrosMobile{
    height: fit-content;
    border-radius: 24px 24px 0 0;
}

#rodape__lista .btn-outline-primary{
    display: inline-block;
}

/*TABLET*/
@media(max-width: 768px){

}

/*SMARTPHONE*/
@media(max-width: 640px){

}

@media(min-width:768px){
    #menu_bootstrap{
        display:none!important;
    }
}

/* Apenas mobile */
@media (max-width: 767.98px) {

    .pills__easy{
        width: 100%;
    }

    .container__cadastro {
        padding: 40px 24px;
    }

    #buscar_subscricao{
        display: none;
    }

    .btn__h1{
        width: 100%;
    }

    .capa-background {
        height: 150px;
    }

    .capa-text{
        display: none;
    }

    .capa-titulo {
        font-size: 26px;
        line-height: 28px;
    }

    .faq h2 {
        padding-left: 12px;
        padding-right: 12px;
    }

    .faq p{
        padding-left: 12px;
        padding-right: 12px;
    }

    #topo_usuario {
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    #topo_usuario hr {
        display: none; /* remove aquela linha feia no mobile */
    }

    #topo_usuario {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    #topo_usuario .input-group {
        width: 100%;
        max-width: 100%;
        display: flex;
    }

    #topo_usuario select {
        flex: 1 1 auto;
        min-width: 0; /* MUITO importante para não estourar o flex */
        max-width: 100%;
        width: 100%;
    }

    #topo_usuario .form-select {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #topo_usuario hr {
        display: none; /* remove aquela linha feia no mobile */
    }

    #topo_usuario .btn {
        flex: 0 0 auto;   /* impede o botão de crescer */
        font-size: 0 !important;
        width: 56px;
        min-width: auto;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #topo_usuario .btn i {
        font-size: 13px;
        margin: 0;
    }

    .perfil_topo{
        padding-left: 0;
    }

    .perfil__info {
        order: 1 !important;
        flex: 1;
        font-size: 13px;
        line-height: 1.4;
        text-align: left !important;
    }

    #topo_usuario .input-group {
        flex-wrap: nowrap;
        margin-bottom: 8px !important;
    }

    #topo_usuario .form-select {
        font-size: 13px;
    }

    #topo_usuario .btn {
        white-space: nowrap;
        font-size: 13px;
    }

    #menuBlock .navbar-nav > .nav-item > .nav-link {
        color: #fff;
        font-weight: 500;
        display: flex;
        align-items: center;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 6px;
        padding: 12px 16px;
    }    

    #menuBlock .navbar-nav > .nav-item {
        margin-bottom: 10px;
    }

    /* Remove comportamento vertical padrão */
    #menuBlock .navbar-nav {
        gap: 0;
    }

    /* Cada grupo (Minha Escola, Financeiro, etc) */
    #menuBlock .navbar-nav > .nav-item > .collapse {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 8px;
        padding: 10px 0;
    }

    #menuBlock .navbar-nav > .nav-item > .collapse {
        display: none;
    }

    #menuBlock .navbar-nav > .nav-item > .collapse.show {
        display: grid;
    }

    /* Categoria */
    #menuBlock .navbar-nav > .nav-item > .nav-link {
        position: relative;
        padding-right: 28px;
    }

    /* Ícone */
    #menuBlock .navbar-nav > .nav-item > .nav-link::after {
        font-family: "bootstrap-icons";
        content: "\f282"; /* código do bi-chevron-down */
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 14px;
        transition: transform 0.25s ease;
        color: #fff;
    }

    /* Quando aberto */
    #menuBlock .navbar-nav > .nav-item > .nav-link[aria-expanded="true"]::after {
        transform: translateY(-50%) rotate(180deg);
    }    

    /* Remove estilo padrão de lista */
    #menuBlock .navbar-nav .collapse .nav-item {
        list-style: none;
    }

    /* Transforma o link em card */
    #menuBlock .navbar-nav .collapse .nav-link {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 10px;
        border-radius: 8px;
        background: #fff;
        border: none;
        font-size: 12px;
        line-height: 16px;
        color: #1d253b;
        font-weight: 500;
        min-height: 60px;
    }

    /* Ícone maior */
    #menuBlock .navbar-nav .collapse .nav-link i {
        background-color: #f2f4f7;
        color: #7e8299;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        font-size: 13px;
        min-width: 40px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #menuBlock .navbar-nav > .nav-item > .nav-link > i {
        margin-right: 8px;
    }

    #menuBlock .collapse .nav-link i {
        margin-right: 0 !important;
    }

    /* Badge */
    #menuBlock .tag-menu {
        margin-left: auto;
        font-size: 11px;
        padding: 2px 6px;
    }

    /* Efeito ao tocar */
/*    #menuBlock .navbar-nav .collapse .nav-link:active {
        transform: scale(0.98);
        background: #e9ecef;
    }*/

    /* Item ativo (card selecionado) */
    #menuBlock .collapse .nav-item.active .nav-link {
        background: var(--cor-escola-a); /* cor principal do Easy (ajuste se quiser) */
        color: #fff;
    }

    /* Ícone branco também */
    #menuBlock .collapse .nav-item.active .nav-link i {
        background-color: rgba(0,0,0,.2);
        color: #fff;
    }    

    #menuBlock .tag-menu{
        color: #fff;
        background-color: #7e8299;
        padding: 1px 10px;
        margin-left: 5px;
        border-radius: 40px;
        font-size: 10px;
        font-weight: 600;
    }    

}






.regua-box{
	width:100%;
}
.regua-legenda{
	display:grid;
	grid-template-columns:1fr auto 1fr;
	width:100%;
	font-size:14px;
	font-weight:600;
	color:#6b7280;
}
.regua-legenda .antes{ text-align:left; }
.regua-legenda .venc{ text-align:center; }
.regua-legenda .depois{ text-align:right; }
.regua{
	position:relative;
	display:grid;
	grid-template-columns:repeat(31,1fr);
	align-items:center;
	width:100%;
	padding-top:22px;
}
.regua-ponto{
	margin:0;
	padding:0;
	position:relative;
	display:flex;
	justify-content:center;
	cursor:pointer;
	z-index:2;
}
.regua-ponto:not(:last-of-type):after,
.regua-ponto:not(:first-of-type):before{
	content:"";
	border-bottom:1px solid #d4d4d4;
	top:50%;
	position:absolute;
}
.regua-ponto:not(:last-of-type):after{
	left:50%;
	right:9px;
	transform:translateX(9px);
}
.regua-ponto:not(:first-of-type):before{
	right:50%;
	left:9px;
	transform:translateX(-10px);
}
.regua-ponto input{
	display:none;
}
.regua-bolinha{
	width:20px;
	height:20px;
	border-radius:50%;
	opacity:0.25;
	transition:opacity .15s, transform .1s;
	box-shadow:
		inset 0 2px 3px rgba(255,255,255,0.6),
		inset 0 -2px 4px rgba(0,0,0,0.15);
}
.regua-legenda .antes{
	color:#3f8cff;
}
.regua-legenda .venc{
	color:#ffd75c;
}
.regua-legenda .depois{
	color:#ff6a6a;
}
.regua-bolinha.antes{
	background:linear-gradient(#3f8cff,#1f6fe5);
}
.regua-bolinha.venc{
	background:linear-gradient(#ffd75c,#f4b400);
}
.regua-bolinha.depois{
	background:linear-gradient(#ff6a6a,#dc3545);
}
.regua-ponto.ativo .regua-bolinha{
	opacity:1;
	transform:scale(1.05);
}
.regua-dia{
	position:absolute;
	top:-20px;
	left:50%;
	transform:translateX(-50%);
	font-size:10px;
	color:#555;
	white-space:nowrap;
}
@media(max-width:992px){
	.regua-bolinha{
		width:10px;
		height:10px;
	}
	.regua-dia{
		display:none;
	}
	.regua-ponto:nth-of-type(1)  .regua-dia,
	.regua-ponto:nth-of-type(6)  .regua-dia,
	.regua-ponto:nth-of-type(11) .regua-dia,
	.regua-ponto:nth-of-type(16) .regua-dia,
	.regua-ponto:nth-of-type(21) .regua-dia,
	.regua-ponto:nth-of-type(26) .regua-dia,
	.regua-ponto:nth-of-type(31) .regua-dia{
		display:block;
	}
	.regua-ponto:not(:last-of-type):after{
		left:50%;
		right:4px;
		transform:translate(4px,-0.5px);
	}
	.regua-ponto:not(:first-of-type):before{
		right:50%;
		left:4px;
		transform:translate(-4px,-0.5px);
	}
}



.overlay_recarrega{
    position:absolute;
    display:flex;
    left:0;
    top:0;
    right:0;
    bottom:0;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(100px);
    z-index: 9000;
    opacity: 0.95;
}
.overlay_recarrega > div{
    width:100%;
    text-align:center;
    align-self:center;
    font-size:14px;
}





/*
[OK] AJUSTAR FILTROS DE LISTAS
[OK] AJUSTAR CAMPOS DE SENHA COM INPUT GROUP
[OK] AJUSTAR CHECKBOX JÁ ATUALIZANDO PARA ÍCONES DO BOOTSTRAP
- AJUSTAR CALENDÁRIO DE INPUT JÁ PADRONIZANDO O SISTEMA TODO
- ATENÇÃO PARA ALGUNS <BR> QUE ESTÃO ENTRE OS CAMPOS DE FORMULÁRIOS
[OK] AJUSTAR ÁREA DE CERTIFICADO DIGITAL NAS CONFIGURAÇÕES DO EASYNOTAS
[OK] AJUSTAR PAGINAÇÃO
- AJUSTAR TOOLTIP NA LISTA RESPONSIVA
[OK] AJUSTAR CARDS DE HISTÓRICO DE AULAS
- VERIFICAR INPUT-GROUP DO ALUNO-QUITACAO
- AJUSTAR "AULA-NIVEL-LISTA"
- VERIFICAR ALTURA DAS LINHAS DE 50PX PARA 59PX
[OK] VERIFICAR CAMPOS DE UPLOAD DE IMAGENS

- INCLUIR .BTN-X EM TODOS OS "BTN"
- REMOVER TODOS OS "COR1" E "COR2"
- REMOVER TODOS OS "table-striped"
- REMOVER TODAS AS CLASSES "LISTALINHAS"
- REMOVER TODAS AS CLASSES "LISTA__P"
- REMOVER TODAS AS CLASSES "padding5"
- REMOVER TODAS AS CLASSES "hoje"
- REMOVER TODAS AS CLASSES "menor"
*/


