
.font-family-montserrat {
  font-family: 'Roboto', 'sans-serif' !important;
  font-size: 0.9375rem; /* 15px si html = 16px */
}

body.font-family-montserrat, body .font-family-montserrat {
  font-family:  'Roboto', sans-serif !important;
}

.content-wrapper, .main-header, .main-sidebar, .brand-link {
  font-family: 'Roboto', sans-serif !important;
}

/* Select2 styling tweaks used by owner forms */
.select2-container .select2-selection--single {
    height: 38px;
    display: flex;
    align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
    color: #000;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #000;
    background-color: #e9ecef;
}

.card-body {
    min-height: 185px;
}

.card-title {
    color: #27ae60!important;
}


.dark-mode .card-title {
    color: #27ae60!important;
}

.dark-mode .card-text {
    color: rgba(255, 255, 255, 0.7) !important;
}

.page-item.active .page-link {
    background-color: #27ae60!important;
    border-color: #27ae60!important;
}

.page-link {
    color: #198754;
}

.page-link:hover {
    color: #008c5d;
}

.page-link:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 176, 116, 0.25);
}

.auth-logo {
    max-height: 120px;
    max-width: 320px;
    height: auto;
    width: auto;
    display: block;
}
/* En tablet reducir un poco */
@media (max-width: 768px) {
    .auth-logo { max-height: 100px; max-width: 260px; }
}
@media (max-width: 576px) {
    .auth-logo { max-height: 64px; max-width: 180px; }
}
