/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 25 2025 | 13:34:52 */
#api-historico {
	height: 600px;
}

#api-popup {
	padding-block: 1rem;
}

#api-popup p:first-child {
	line-height: 1;
}

#api-popup h3, #api-historico h3 {
	color: #f38e06 !important;
}

#api-historico table {
	text-align: center;	
}

#api-historico table th {
    background: #f38e06;
	color: white;
    text-align: center;
}

#api-popup p {
	color: #25408a !important;
}

/* modal consulta GLP */
.container-consulta-glp {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #00000085;
    height: 100%;
    z-index: 100;
}

.container-consulta-glp-card-father {
    background: #FBF7F6;
    max-width: 800px;
    padding: 1rem 0rem;
    position: fixed !important;
    margin-inline: auto !important;
    border: 1px solid #ED8A22;
    border-radius: 15px;
/* 	top: 25% !important; */
	transform: translateY(3%);
    left: 0 !important;
    right: 0 !important;
/* 	overflow: auto; */
/* 	max-height: 70vh; */
/* 	height: 80vh; */
}

.close-consulta-glp {
	cursor: pointer;
	padding-inline: 2rem;
}

.popup-consulta-glp:hover {
	color: white !important;
    font-weight: 700 !important;
}

.popup-consulta-glp {
	cursor: pointer;
}