html, body {
	height: 100%;
	margin: 0;
}

body { 
	display: flex;
	flex-direction: column;
	background: linear-gradient(135deg, #1e3c72, #2a5298);
	color: white;
	font-family: Arial, sans-serif;
}

.container {
	flex: 1;
	background-color: #ffffff;
    padding: 35px !important;
    border-radius: 8px;
	
}

.navbar {
	background: #FFF;
}

.navbar-brand {
	font-size: 1.5rem;
	font-weight: bold;
}

.offcanvas {
	background: rgba(47, 84, 184, 0.8);
	color: white;
}

.offcanvas a {
	color: white;
	padding: 10px;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: 0.3s;
}

.offcanvas a:hover {
	background: #f8b400;
	border-radius: 5px;
}

.dropdown-menu {
	background: rgb(47 84 184 / 96%);
	border: none;
}

.dropdown-item {
	color: white;
}

.dropdown-item:hover {
	background: #f8b400;
}

@media (min-width: 992px) {
	.navbar-nav {
		display: flex;
	}
	
}

.dropdown-menu.show {
	display: block;
	border: 1px solid #ffffff6e;
}

.ms-auto {
	margin-right: 100px !important;
}



.nav-link {
	color: blue !important;
}

.nav-link:hover {
	color: #f20000 !important;
}
#menuLateral > div.offcanvas-body > ul > li > a{
   color: white !important;
}
#menuLateral > div.offcanvas-body > ul > li > a:hover {
   color: white !important;
}
.navbar-toggler {
   background: linear-gradient(135deg, #2a63cb, #15294b);
} 
.btn-close {
    background: #ffffffe0 var(--bs-btn-close-bg) center / 1em auto no-repeat;
}





.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a, .pagination span {
    padding: 8px 16px;
    margin: 0 4px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #007bff;
}

.pagination a:hover {
    background-color: #007bff;
    color: white;
}

.pagination .disabled {
    color: #ccc;
    pointer-events: none;
}

tbody {
    font-size: 11px;
}

tbody > tr > td > div{
    padding-bottom: 2px;
}


.cc_status {
    text-transform: uppercase !important;
    font-weight: 800 !important;
	text-align: center !important;
}

.cc_success {
    background-color: #7aff7a !important;
}
.cc_invalided {
    background-color: #ff7a7a !important;
}

.td_bt{
	text-align: center !important;
	border: 3px solid #4e73df !important;
}

.td_sucess:hover {
    background-color: #a8f5a8 !important;
}
.td_reject:hover {

    background-color: #fad7d7 !important;
}

.in_modal_body{

    padding: 20px !important;
    margin: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
    border-radius: 0px !important;

}

.responsavel_frequencia {
    font-size: 10px;
    text-align: right !important;
    position: relative !important;
}
.row_frequencia {
    margin-top: -15px !important;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 992px !important;
    }

}
 