/* @font-face {
    font-family: CircularStdBook;
    src: url(CircularStdBook.ttf);
} */
@media screen {
    .la, .las {
        font-size: 1.1em;
    }
    body {
        overflow: hidden;
    }
    html[data-bs-theme="light"] body{
        background: #f7f7f7; 
    }
    .width100 {
        background-color: #fff;
        width: 100%;
    }
    .height {
        min-height: 100vh;
    }
    .login-i{
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .login-i a > i{
        font-size: 2.5em;
        margin: 8px;
    }
    .background {
        background: url(../img/img-login.svg);
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .form-control-login {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
        padding-left: 20px;
        color: #222831;
    }
    .login {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        padding-left: 20px;
        color: #fff;
        background: #00134F;
    }
    .dropdown-menuIn {
        margin-left: -100px !important;
    }
    b{
        font-weight: 500;
    }
    .login:hover {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
        padding-left: 20px;
        color: #fff;
        background: #000b2e;
        border-radius: 15px;
        box-shadow: 0 1rem 2rem #00124f57 !important;
    }
    .box-shadow-none {
        outline: none !important;
        box-shadow: none !important;
    }
    .preload{
		position: fixed;
		width: 100%; 
		top: 0; 
		bottom: 0; 
		display: flex; 
		align-items: center; 
		align-content: center;
		transition: opacity 0.5s, background-color 0.5s;
	}
	.onload{
		position: relative;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.5s;
		min-height: 100vh;
	}
	.preload.load{
		opacity: 1!important;
		z-index: 999999!important;
		background-color: rgba(255, 255, 255, 0.5)!important;
		pointer-events: auto!important;
	}
	.preload img{
		animation: spin 7s linear infinite;
	}
	@keyframes spin {
		0% {
		  transform: rotateZ(0deg);
		}
		50% {
		  transform: rotateZ(360deg);
		}
		100% {
		  transform: rotateZ(0deg);
		}
	}
    @media (max-width: 767.98px) {
        .apagarEM767 {
            display: none;
        }
    }
    /***********************************************************************/
    /***********************************************************************/
    blockquote {
        border-left: #063b92 6px solid;
        padding: 8px;
    }
    .navbar .nav-item i{
        font-size: 22px;
    }
    .navbar .nav-item{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    a.nav-link {
        display: flex;
        align-items: center;
    }
    html[data-bs-theme="light"] .menu{
        background: #00134F;
    }
    html[data-bs-theme="light"] .menu.offcanvas-md{
        background: #00134F!important;
    }
    html[data-bs-theme="dark"] .menu{
        background: #2b3035;
    }
    html[data-bs-theme="dark"] .menu.offcanvas-md{
        background: #2b3035!important;
    }
    .menu {
        min-height: 100vh;
        max-height: 100vh;
        width: 270px !important;
        max-width: 270px !important;
        min-width: 270px !important;
        color: #fff;
        overflow: auto !important;
        padding-bottom: 30px;
        z-index: 2000;
    }
    .nav-link-menuLat {
        transition: 0.2s;
        padding: 12px;
        padding-left: 30px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        opacity: 0.4;
    }
    .nav-link-menuLat.active {
        font-size: 14.5px;
        color: #fff;
        border-left: 4px solid #fff;
        opacity: 1;
    }
    .nav-link-menuLat:hover {
        font-size: 16px;
        color: #fff;
        border-left: 4px solid #fff;
        opacity: 1;
    }
    .nav-link-menuLat-sube {
        transition: all 0.2s;
        padding: 10px;
        padding-left: 45px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        opacity: 0.4;
    }
    .nav-link-menuLat-sube.active {
        padding: 10px;
        padding-left: 45px;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        opacity: 1;
    }
    .nav-link-menuLat-sube:hover {
        transition: 0.2s;
        padding: 10px;
        padding-left: 45px;
        font-size: 16px;
        text-decoration: none;
        color: #fff;
        opacity: 1;
    }
    .nav-link-tabs {
        border-top-right-radius: 10px !important;
        border-top-left-radius: 10px !important;
        border: 1px rgba(0, 0, 0, .5) !important;
        min-width: 100px;
        text-align: center;
        text-decoration: none;
        background: #FFFFFF !important;
        color: #4e4e4e;
        transition: all 0.2s;
    }
    .nav-link-tabs.active {
        text-decoration: none;
        color: #fff!important;
        background: #00134F !important;
    }
    .nav-link-tabs:hover {
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        background: #00134F !important;
    }
    html[data-bs-theme="light"] .content-area > nav{
        background: #fff!important;
    }
    html[data-bs-theme="dark"] .content-area > nav{
        background: #2b3035!important;
    }
    .page-link.active {
        background: #00134F!important;
        color: #fff !important;
    }
    .page-link:hover {
        background: #00134F!important;
        color: #fff !important;
    }
    thead {
        font-size: 14px;
    }
    tbody {
        font-size: 14px;
    }
    table{
        margin-bottom: 0!important;
    }
    html[data-bs-theme="dark"] .card{
        background: #2b3035;
    }    
    .card-tab {
        border: none;
    }
    .condominium-card{
        background: #fff;
        display: inline-block;
        padding: 8px;
        border-radius: 12px;
        margin: 12px;
        width: 80px;
        height: 80px;
    }
    .dropdown-menu {
        border: none;
        box-shadow: 3px 4px 4px rgba(0, 0, 0, .05);
    }    
    .page-link {
        border: 0.5px #ebe9ee solid;
        border-radius: 8px!important;
    }
    html[data-bs-theme="dark"] .page-link{
        border: 0!important;
    }
    .page-link:hover {
        border-radius: 8px!important;
        background: #0054A6;
        color: #fff;
    }
    .btn-close:focus{
        outline: none!important;
        box-shadow: none!important;
    }
    .page-link.active {
        border-radius: 8px !important;
        background: #0054A6;
        color: #fff;
    }
    
    .btn-primary {
        background: #0054A6;
        color: #fff;
        border: none !important;
    }
    
    .btn-primary:hover {
        background: #023466;
        color: #fff;
    }
    
    .card-dados:hover {
        transition: 0.3s;
        background: #00134F;
        color: #fff;
    }
    .pagination .page-link{
        margin: 3px!important;
    }
    .pagination .page-item.active .page-link{
        border-color: #00134F;
        background: #00134F;
        color: #fff!important;
    }
    .content-area{
        width: 100%;
        position: relative;
        max-height: 100vh;
        height: 100vh;
        overflow: hidden;
    }
    .content-area > div.container{
        width: 100%!important;
        max-width: 100%!important;
    }
    .navbar.top{
        background: #00134F!important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
    }
    .end-tr{
        background: #00134f!important;
    }
    .end-tr td{
        background: #00134f!important;
        color: #fff!important;
    }
    html[data-bs-theme="light"] .footer{
        background: #fff!important;
    }
    html[data-bs-theme="dark"] .footer{
        background: #2b3035!important;
    }
    a{
        text-decoration: none;
    }
    .navbar-toggler{
        outline: none;
        border: 0!important;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: none;
    }
    .off-canvas-visible{
        display: none!important;
    }
}
@media screen and (min-width: 991px) {
    
    ::-webkit-scrollbar {
        width: 8px;
    }
    html[data-bs-theme="light"] ::-webkit-scrollbar-thumb {        
        transition: 0.3s;
        -webkit-border-radius: 0px;
        background: #00134F;
    }
    
    html[data-bs-theme="light"] ::-webkit-scrollbar-thumb:hover {
        background: #00134F;
        cursor: pointer;
    }

    ::-webkit-scrollbar-track {
        background-color: transparent;
    }
    html[data-bs-theme="dark"] ::-webkit-scrollbar {
        width: 20px;
    }
    html[data-bs-theme="dark"] ::-webkit-scrollbar-thumb {
        transition: all 0.3s;    
        background-color: rgba(0, 0, 0, .3);
        border-radius: 20px;
        border: 6px solid transparent;
        background-clip: content-box;
    }
    html[data-bs-theme="dark"] ::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, .5);
    }
}
@media screen and (max-width: 991px) {
    html{
        font-size: 11pt;
    }
    .navbar-brand{
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .nav-item .nav-link{
        padding: 8px!important;
    }
    .mobile-hidden{
        display: none;
    }
}
@media screen and (max-width: 767px) {
  .off-canvas-visible{
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
}
