.left-sidebar .brand {
  background-color: #b11f1f !important;
  border-bottom: none !important;
}
.left-sidebar .menu-content {
  background-color: #b11f1f !important;
}
.left-sidebar .menu-body .nav-item .nav-link,
.left-sidebar .menu-body .nav-item .nav-link .menu-icon,
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] .menu-icon,
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  color: #fff !important;
}
.left-sidebar .menu-body .nav-item .nav-link.active,
.menuitem-active a:after,
.menuitem-active a,
.menuitem-active a .menu-icon,
.left-sidebar .menu-body .nav-item .nav-link.active .menu-icon {
  /*color: #000 !important;*/
}
.menuitem-active a,
.left-sidebar .menu-body .nav-item .nav-link.active {
  font-weight: 600 !important;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-item .nav .nav-item .nav-link.active:before {
  background: #000 !important;
}
.left-sidebar .navbar-vertical .navbar-nav .nav-link[data-bs-toggle=collapse][aria-expanded=true] {
  background: #b11f1f !important;
}
.auth-page .auth-header-box {
  background-color: #b11f1f !important;
}
.auth-page .auth-logo {
  border-radius: 50%;
  height: 100px;
}
.btn-primary {
  background-color: #b11f1f !important;
  border-color: #b11f1f !important;
}
#eventos-data {
  display: none;
}
.fc-event {
  cursor: pointer !important;
}
.pagination {
  width: 100%;
  display: block;
  height: 90px;
}
.pagination > nav > div {
  text-align: center;
  padding-bottom: 20px;
}
.pagination .rounded-md > span[aria-current="page"] span {
  background-color: #dfdfdf !important;
  font-weight: bold;
}
.w-5 {
  max-width: 20px;
}
.icon-warning {
  width: 30px;
  height: 30px;
}
.import_loading {
  position: absolute;
  top: 0;
  background-color: #000000c2;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 5px;
  text-align: center;
  padding-top: 50px;
  color: white;
}
.import_loading p {
  font-size: 16px;
  margin-bottom: 0;
}
.import_loading .small-text {
  font-size: 12px;
}
.buscador {
  position: fixed;
  bottom: 30px;
  z-index: 9999;
  left: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 0;
  background: var(--bs-body-color);
  color: #fff;
  font-weight: bold;
  box-shadow: 2px 2px 5px 0px var(--lt-color-gray-900);
}
.buscador-caja {
  display: none;
  position: fixed;
  bottom: 105px;
  z-index: 9999;
  background: var(--bs-body-color);
  left: 30px;
  padding: 10px;
  width: 300px;
  color: #fff;
  border-radius: 5px;
}
.buscador-caja p {
  text-align: center;
}
.buscador-caja fieldset {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
}
.buscador-caja fieldset label {
  display: inline-block;
  width: 80px;
}
.buscador-caja fieldset legend {
  font-size: 12px;
  color: darkorange;
  margin-bottom: 0;
}
.buscador-caja p label {
  margin: 0 10px;
}
.buscador-caja .input-form-search {
  padding: 0.5rem 1rem;
}
.buscador-caja .btn {
  margin: -35px 1px 0;
  background: #b1201f;
  float: right;
  border-color: #b1201f;
}
.importante {
  font-size: 11px;
}
.importante p {
  font-size: 11px;
  margin: 10px 0 0;
}