html, body{
	height: 100%;
    background-color: #ffffff;
    position: relative;    
}

.dark-theme .card {
    background-color: var(--dark);
    color: var(--white);
}

.dark-theme .modal-content {
    background-color: var(--dark);
    color: var(--white);
}

.dark-theme .table td {
    color: var(--white);
}

.conteudo{
	min-height: 100%;
}

.overview-item {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    height: -50%;
}

@media (min-width: 992px) and (max-width: 1519px) {
    .overview-item {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.overview-item--c1 {
    background-image: -moz-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
    background-image: -webkit-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
    background-image: -ms-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
}

.overview-item--c2 {
    background-image: -moz-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
    background-image: -webkit-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
    background-image: -ms-linear-gradient(90deg, #11998e 0%, #38ef7d 100%);
}

.overview-item--c3 {
    background-image: -moz-linear-gradient(90deg, #3f5efb 0%, #ff6a00 100%);
    background-image: -webkit-linear-gradient(90deg, #3f5efb 0%, #ff6a00 100%);
    background-image: -ms-linear-gradient(90deg, #3f5efb 0%, #ff6a00 100%);
}

.overview-item--c4 {
    background-image: -moz-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
    background-image: -webkit-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
    background-image: -ms-linear-gradient(90deg, #45b649 0%, #dce35b 100%);
}
.overview-box .icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.overview-box .icon i {
    font-size: 60px;
    color: #fff;
}
.overview-box .icon:hover
{

    transform: scale(1.5);
    transition-duration: 0.5s;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .overview-box .icon {
        margin-right: 3px;
    }

    .overview-box .icon i {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .overview-box .icon {
        font-size: 46px;
    }
}

.overview-box .text {
    font-weight: 300;
    display: inline-block;
}

.overview-box .text h2 {
    font-weight: 300;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 5px;
}

.overview-box .text span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) and (max-width: 1199px) {
    .overview-box .text {
        display: inline-block;
    }

    .overview-box .text h2 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .overview-box .text span {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .overview-box .text h2 {
        font-size: 26px;
    }

    .overview-box .text span {
        font-size: 15px;
    }
}

/* ESTILO APLICADO NO LOADING DA PAGINA */

#overlay{
    position:fixed;
    z-index:99999;
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(0,0,0,0.5);
    background-size: cover;
    transition: 1s 0.4s;
    display: flex;
    flex-direction: column;
}
#inside-overlay {
    margin-left: 50vw;
    margin-top: 50vh;
    justify-content: center;
    align-items: center;
}

/* FIM DO ESTILO APLICADO NO LOADING DA PAGINA */

/* ESTILO APLICADO NO LOADING SPINNER DE PEERS EMAIL */
.main-container {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loadingSpinner {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.hiddenTable {
    visibility: hidden
}
/* FIM DO ESTILO APLICADO NO LOADING SPINNER DE PEERS EMAIL */

.uploadImagem {
    font-size: 18px;
    color: black;
    font-weight: bold;
    text-decoration: none;
}

.uploadImagem:hover{
    color: #f2f2f2;
    text-decoration: none;
}

.tela {
    margin:0px;
    padding:0px; 			
}		

.fixa {
    position: fixed; 
    top: 20; 
    right: 0;
}

/* .scroll-div {
    height: 550px;
    overflow: auto;
} */

@media (max-height: 1200px) {
    .redimenciona-div {        
        height: 1000px; 
        overflow: auto; 
    }
}
@media (max-height: 1024px) {
    .redimenciona-div {
        height: 770px; 
        overflow: auto; 
    }
}
@media (max-height: 768px) {
    .redimenciona-div {
        height: 550px; 
        overflow: auto; 
    }
}			
@media screen and (max-height: 1366px) {			
    .redimenciona-div {
        height: 550px; 
        overflow: auto; 
    }
}
@media screen and (max-height: 1200px) {
    .redimenciona-div {
        height: 1000px; 
        overflow: auto; 
    }
}
@media screen and (max-height: 1024px) {
    .redimenciona-div {
        height: 770px; 
        overflow: auto; 
    }
}
@media screen and (max-height: 768px) {		
    .redimenciona-div {
        height: 550px; 
        overflow: auto; 
    }			
}
@media screen and (max-height: 768px) {
    @media (max-width: 1366px) {
        .redimenciona-div {
            height: 450px; 
            overflow: auto; 
        }
    }
}	