/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}*/


.ag-corretor {
    margin-top: 10px !important;
}

/* Modal otimizado para mobile */
.modal-content-custom {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.modal-body-custom {
    padding: 1.5rem 1rem;
    text-align: center;
    background-color: white;
}

.modal-body-custom i {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
}

.modal-body-custom p {
    font-size: 1rem;
    color: #495057;
    margin-bottom: 0;
    font-weight: 500;
}

.modal-footer-custom {
    padding: 1rem;
    background-color: white;
    border-top: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.modal-footer-custom .btn {
    width: 100%;
    border-radius: 12px;
    padding: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    margin: 0;
}

.modal-footer-custom .btn i {
    font-size: 1rem;
}

.modal-footer-custom .btn-success {
    background: linear-gradient(135deg, #002D62 0%, #003165 100%);
    border: none;
}

.modal-footer-custom .btn-success:hover {
    background: linear-gradient(135deg, #002754 0%, #002754 100%);
}

.modal-footer-custom .btn-primary {
    background: linear-gradient(135deg, #0d6efd 0%, #0b5ed7 100%);
    border: none;
}

.modal-footer-custom .btn-primary:hover {
    background: linear-gradient(135deg, #0b5ed7 0%, #094bbc 100%);
}

/* Estilos do widget de Corretor como tarja no topo */

.ag-container-corretor {
    padding: 0px;
    border-radius: 6px;
}

.ag-corretor-lista {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ag-layout-tarja-topo {
    background: #056be0;
    color: white;
    width: 100%;
    padding: 10px 20px;
}

.ag-layout-tarja-topo .ag-corretor-lista {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ag-layout-tarja-topo .ag-corretora {
    font-weight: bold;
}

.ag-layout-tarja-topo .ag-corretor {
    margin-top: 0px !important;
}

.ag-layout-tarja-topo li::after {
    content: "|";
    margin-left: 20px;
    color: #aaa;
}

.ag-layout-tarja-topo li:last-child::after {
    content: "";
}
