:root {
  --color_blanco: #ffffff;
  --color_negro: #000000;
  --color_oscuro: #363636;
  --color_sombra: #1b1b1bbf;
  --color_gris: #bbbbbb;
  --color-00: #3b8ec9; /* color principal degrade */
  --color-01: #014c8f; /* color principal base */
  --color-02: #f3ba69; /* color hover menu */
  --color-03: #016aa9; /* color hover submenu*/
  --color-04: #f1ac4e; /* color enfoque submenu */
  --color-05: #cccccc80; /* gris transparente */
  --color-06: #e29933; /* color enfoque */
  --color-07: #1bb157; /* color success */
  --color-08: #13a74ecc; /* color success hover */
  --color-09: #b8132a; /* color alert */
  --color-10: #b8132acc; /* color alert hover */
  --color-11: #ffffffcc; /* color formularios */
}
/* colores */
.color-black {
  color: var(--color_negro);
}
.color-white {
  color: var(--color_blanco);
}
.color-gray {
  color: var(--color_gris);
}
.color-blue {
  color: var(--color-03);
}
.color-red {
  color: var(--color-09);
}
.color-yellow {
  color: #e9d41b;
}
.color-orange {
  color: #e9551b;
}
.color-green {
  color: var(--color-07);
}
.color-purple {
  color: #851be9;
}
/* -------- */
.button.success {
  background-color: var(--color-07);
}
.button.success.hollow {
  background-color: transparent;
  color: var(--color-07);
  border-color: var(--color-07);
}
.filtrofechas {
  background-color: #fefefe !important;
  cursor: pointer !important;
}
/* -------- */
body {
  font-weight: 300;
}
table {
  font-size: 0.8rem;
}
table .button {
  padding: 0.4rem;
}
hr {
  max-width: 100%;
  margin: 8px 0;
}
tbody td {
  padding: 0.2rem;
}
li {
  font-size: 0.9rem;
}
.fc-col-header {
  margin: 0;
}
.fc-scroller {
  overflow: visible !important;
}
.swal2-select {
  width: auto;
}
.sidebar {
  box-shadow: 0 0 10px var(--color_sombra);
  background: linear-gradient(235deg, var(--color-01), var(--color-00));
  border-radius: 0 1rem 1rem 0;
}
.menu-bar {
  padding: 0.3rem;
  position: fixed;
  width: 100%;
  z-index: 1;
  border-radius: 0 0 1rem 1rem;
}
.menu-bar img {
  height: 40px;
}
.menu a {
  padding: 0.7rem 0.5rem;
}
.sidebar .username {
  display: inline-flex;
  align-items: flex-end;
  color: var(--color_blanco);
  padding: 5px;
  font: status-bar;
}
.sidebar a {
  color: var(--color_blanco);
  transition: all 0.3s ease-in-out;
  border-radius: 0.3rem;
}
.sidebar a:hover,
a.hover {
  padding-left: 0.7rem;
  padding-block: 1rem;
  background-color: var(--color-02);
}
.sidebar ul {
  background-color: var(--color-05);
  border: none;
  position: relative;
  width: auto;
  padding: inherit;
  left: 0px !important;
}
.sidebar ul a:hover {
  background-color: var(--color-06);
}
.sidebar .actual {
  background-color: var(--color-06);
}
.sidebar .actualsub {
  background-color: var(--color-04);
  border-radius: 0.3rem;
}
.position-left {
  width: 170px;
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 170px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: table-header-group;
  }
  table.stack thead tr:first-child {
    display: none;
  }
  table.stack thead tr:last-child th {
    width: auto;
  }
}
.input-group :first-child {
  border-radius: 0.5rem 0 0 0.5rem;
}
.input-group :last-child {
  border-radius: 0 0.5rem 0.5rem 0;
}
.input-group input,
select {
  margin: 0px;
}
.input-group-label {
  padding-inline: 0.3rem;
}
.p-5 {
  padding: 10px;
}
.pt-10 {
  padding-top: 10px;
}
.pw-2 {
  padding-inline: 0.2rem;
}
.ph-5 {
  padding-block: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-1 {
  margin-top: 1rem;
}
.rad-5 {
  border-radius: 0.5rem;
}
.login-page {
  background-color: var(--color-01);
  background-size: cover;
  background-position: right bottom;
  background-attachment: fixed;
}
.newuser-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--color-01);
  box-shadow: 15px 10px 30px -10px var(--color_sombra);
}
.newuser-form img {
  width: 60%;
}
.login-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--color-11);
  max-width: 450px;
  min-width: 300px;
  box-shadow: 15px 10px 30px -10px var(--color_sombra);
  font-weight: 600;
  font-size: 2rem;
  color: var(--color_oscuro);
}
.login-form img {
  width: 70%;
}
.login-form input {
  border-radius: 0.5rem;
}
.login-form label {
  color: var(--color_blanco);
}
.sidebar .multimenu ::after {
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  float: right;
}
.button {
  border-radius: 0.5rem;
  margin-bottom: 0.3rem;
}
.card {
  height: 100%;
}
.usercard {
  border: solid 2px var(--color-05);
  box-shadow: 10px 10px 10px -10px var(--color-03);
  margin: 0.5rem;
  padding: 0.5rem;
}
.card-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card img {
  align-self: center;
  height: 200px;
  width: 100%;
  padding: 0.3rem;
  object-fit: cover;
}
.inpsi {
  border: solid 0.13rem var(--color-08);
}
.inpno {
  border: solid 0.13rem var(--color-10);
}
.fc-event-title {
  font-weight: normal !important;
}
.fc-daygrid-event {
  font-size: small !important;
}
.swal2-styled.swal2-confirm {
  background-color: var(--color-00);
}
.upper {
  text-transform: uppercase;
}

.menu a.active {
  background-color: #f3ba69; /* Cambia el color de fondo */
}
