/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/

#calificacionModal .modal-content {
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
}
#calificacionModal .modal-header {
  background-color: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
#calificacionModal .modal-footer {
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
#calificacionModal .form-label {
  font-weight: 500;
  color: #495057;
}
#calificacionModal .form-control:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.2rem rgba(25,135,84,.25);
}
.footer a {
  color: var(--vz-footer-color);
  text-decoration: underline;
}
.navbar-menu {
  background-color: #2D4236;
  border-color: #2D4236;
}
.btn-primary {
  background-color: #fd8b4b;
  border-color: #fd8b4b;
}
.text-primary {
  color: #fd8b4b !important;
}
.navbar-menu .navbar-nav .nav-link,
.menu-title,
.text-white a {
  color: #fff;
}
.auth-bg2 {
  background-image: url('https://fundacionelmerfaucett.org.pe/wp-content/uploads/2024/08/map_grey.png');
  background-size: cover;
  background-position: center;
  background-color: #fd8b4b;
}
.auth-bg2 .bg-overlay {
  background-color: #fd8b4b;
}
.navbar-brand-box {
  padding-top: 20px !important;
}
.fz12 {
  font-size: 12px !important;
}