
body{
  background-color: #fff;
  font-family: century-gothic, "Century Gothic", "Montserrat", "Helvetica Neue", Helvetica, Arial;
  color: #7E7D7D;
}
.page-item.active > .page-link{
  background-color: #7e7d7d !important;
  border-color: #7e7d7d !important;
  color: #fff !important;
}
.page-link{
  color: #7e7d7d !important;
}
.swal-height{
  height: 150px;
}
.swal2-popup{
  border-radius: 15px;
}
.swal2-confirm, .claroflex-button-red{
  display: flex;
  width: 180px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px 15px 0px 0px;
  background: #F35C5F;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  margin-left: 8px;
  padding: 0 !important;
  border: none;
}
.claroflex-button-green {
  display: flex;
  width: 80px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px 15px 0px 0px;
  border: 2px solid var(--ABABAB, #50C9AC);
  background: #FFF;
  color: #ABABAB;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  margin-left: 8px;
  padding: 0 !important;
}
.swal2-cancel{
  display: flex;
  width: 180px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px 15px 0px 0px;
  background: #ABABAB;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  margin-left: 8px;
  padding: 0 !important;
  border: none;
}
.claroflex-button-white {
  display: flex;
  width: 180px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px 15px 0px 0px;
  border: 2px solid var(--ABABAB, #ABABAB);
  background: #FFF;
  color: #ABABAB;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  margin-left: 8px;
  padding: 0 !important;
}
.claroflex-button-white-small {
  display: flex;
  width: 90px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  border-radius: 7px 7px 0px 0px;
  border: 2px solid var(--ABABAB, #ABABAB);
  background: #FFF;
  color: #ABABAB;
  font-weight: 700;
  font-size: 10px;
  font-style: normal;
  line-height: 12px;
  text-decoration: none;
  margin-left: 4px;
  padding: 0 !important;
}
.claroflex-button-red:hover{
  background: #E93A3E;
  text-decoration: none !important;
  cursor: pointer !important;
}
.claroflex-button-red-onclick{
  background: #D9D9D9 !important;
}
.claroflex-button-green:hover{
  background: #50C9AC;
  color: white;
  text-decoration: none !important;
  cursor: pointer !important;
}
.claroflex-button-white:hover{
  background: #F2F2F2;
  text-decoration: none !important;
  cursor: pointer !important;
}
.claroflex-button-white-onclick{
  background: #D9D9D9 !important;
  border: none !important;
}
.d-flex-home{
  gap:20px;
}
.alert-green-claroflex {
  --bs-alert-bg: #DBF2E2;
  --bs-alert-border-color: #DBF2E2;
  --bs-alert-link-color: #DBF2E2;
}
.claroflex-card{
  -webkit-box-shadow: 0px 6px 15px 9px rgba(0,0,0,0.21);
  box-shadow: 0px 6px 15px 15px rgba(0,0,0,0.21);
}
.claroflex-frame, .main-home{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.logo{
  padding-top: 40px;
  height: max(4vw, 10px);
  width: max(5vw, 160px);
  border: 8px solid red;
  margin-bottom: 2vh;
  margin-bottom: 2vh;
}
.home-card{
  width: 10%;
  transition: transform .2s;
}
.home-card:hover{
  outline: 3px solid #fe2833;
  transform:  scale(1.1);
}
.home-card, .main-header-icon{
  transition: transform .2s;
}
.main-header-icon:hover{
  transform: scale(1.2);
  color: #fe2833 !important;
}
.main-panel-hidden{
display:none
}
.main-dropdown-child{
text-decoration: none;
}
.dropdown-toggle::after {
display:none;
}
.mobile-panel{
display:none;
}
.mobile-panel-hidden{
display:none;
}
label {
  color: #7E7D7D;
}
@media (max-width: 600px) {
.mobile-panel{
  display:block
}
.adapt-list {
  display:none !important;
}
}
@media (max-width: 1020px) {
  .d-flex-home, .form-wrap{
      flex-wrap: wrap;
  }
  .card-padding {
      padding: 8px !important;
  }
}

.action-button:hover{
  -moz-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.3);
}
.card-padding{
  padding:15px;
}
.card-create-form {
  width:50%;
  left:15%;
  position:relative;
  padding: 3em;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  backdrop-filter: blur(25px);
}
.card-create-form-macos {
  width:75%;
  left:22%;
  position:relative;
}
.card-timetable-info {
  position: absolute;
  padding: 1.5em;
  box-shadow: 8px 8px 16px 8px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  width: 300px;
  top: 35%;
  left: 40.5%;
  z-index: 9;
}
.card-update-form {
  width: 50%;
  position: relative;
  padding:30px !important;
}
.main-header { display: none; }
.main-dropdown-menu{
transform: translate(0px, 80px) !important;
}


/* Contenedor general del árbol */
.tree {
  display: flex;
  /* justify-content: center; */
  padding: 40px 0;
}

/* Quita márgenes por defecto */
.tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0;
  display: flex;
  justify-content: center;
}

/* Nodos individuales */
.tree li {
  list-style-type: none;
  text-align: center;
  position: relative;
  padding: 20px 5px 0 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Líneas verticales */
.tree li::before, .tree li::after {
  content: '';
  position: absolute;
  top: 0;
  border-top: 2px dotted #ccc;
  width: 50%;
  height: 20px;
}

.tree li::before {
  right: 50%;
  border-right: 2px dotted #ccc;
}

.tree li::after {
  left: 50%;
  border-left: 2px dotted #ccc;
}

/* Eliminar líneas si solo hay un hijo */
.tree li:only-child::before,
.tree li:only-child::after {
  display: none;
}

.tree li:first-child::before {
  border: none;
}

.depth-0 {
  background-color: #7e7d7d !important;
  color: #fff !important;
  border: none !important;
}

.depth-1 {
  background-color: #f0f0f0 !important;
  color: #000 !important;
  border: none !important;
}

.tree li:last-child::after {
  border: none;
}

.tree li .organigram-node:last-child {
  border-color: #f0f0f0 !important;
}

/* Contenido del nodo */
.organigram-node {
  background-color: #ffffff;
  border: 2px solid #7e7d7d;
  border-radius: 12px;
  padding: 12px 20px;
  margin: 0 10px;
  min-width: 150px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.node-actions {
  display: none;
  position: absolute;
  top: 4px;
  right: 6px;

}

.organigram-node:hover .node-actions {
  display: flex;
  gap: 28px;
}


.node-actions button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 14px;
  padding: 2px 4px;
  border-radius: 4px;
  transition: background 0.2s ease;
}

.node-actions button:hover {
  background-color: #f2f2f2;
}


/* Efecto hover */
.organigram-node:hover {
  background-color: #f2f2f2;
  border-color: #7e7d7d;
}

/* Conexiones */
.tree li > ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 2px dotted #ccc;
  height: 20px;
}

/* Organización horizontal de los hijos */
.tree li > ul {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.context-menu {
  position: absolute;
  display: none;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  padding: 4px;
  border-radius: 6px;
  z-index: 9999;
}

.context-menu button {
  display: flex;
  width: 100%;
  padding: 6px 12px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  align-items: center;
  color: #7E7D7D;
}

.context-menu button:hover {
  background-color: #f0f0f0;
}

@media (min-width: 990px) {
.main-header-mobile { display: none; }
.main-header { display: block; }
}
@media (max-width: 600px) {
.d-flex-home{
  margin-top: 10vh;
  display:flex;
  flex-direction: column !important;
}
.d-flex-home .card{
  width: 80%;
}
.container {
  position: relative !important;
  top: 1% !important;
}
}
.margin-top-4{
  margin-top: 4vh;
}
.margin-top-5{
  margin-top: 5vh;
}
.margin-top-6{
  margin-top: 6vh;
}
.margin-top-7{
  margin-top: 7vh;
}
.margin-top-8{
  margin-top: 8vh;
}
.margin-top-10{
  margin-top: 10vh;
}
.margin-top-11{
  margin-top: 11vh;
}
.margin-top-12{
  margin-top: 12vh;
}
.margin-top-13{
  margin-top: 13vh;
}
.margin-top-14{
  margin-top: 14vh;
}
.margin-top-15{
  margin-top: 15vh;
}
.margin-top-16{
  margin-top: 16vh;
}
.margin-top-18{
  margin-top: 18vh;
}
.margin-top-19{
  margin-top: 19vh;
}
.ml-15-px{
  margin-left: 15px !important;
}
.table-claroflex{
  border-radius: 1em;
}
#table-payrolls tbody td:not(.employee-name-td){
  white-space: nowrap;
  align-self: center;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  background-color: #f8f8f8;
}
#table-payrolls tbody td {
  text-align: center;
}
#table-payrolls thead th{
  white-space: nowrap;
  text-align: center;
}
#table-payrolls {
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  backdrop-filter: blur(25px);
}
#table-payrolls thead {
  /* display: table !important; */
  width: 100% !important;
  table-layout: fixed !important;
}
#table-payrolls tbody {
  /* display: block !important; */
  overflow-y: scroll !important;
}

.table-claroflex thead th{
  background-color: #d9d9d9 !important;
  /* white-space: nowrap; */
  color: #7E7D7D;
  border-top: none;
  height: 70px;
  vertical-align: middle;
}
.table-claroflex:not(.table-detail-month) thead tr th{
  white-space: nowrap !important;
}
.table-claroflex  thead th:first-child{
  border-top-left-radius: 15px;
}
.table-claroflex  thead th:last-child{
  border-top-right-radius: 15px;
}
.table-claroflex > tbody > tr {
vertical-align: middle !important;
}
.table-claroflex  thead  th  a{
  color: #7E7D7D;
  text-decoration: none;
}
.table-claroflex  tbody  tr  td {
  color: #7E7D7D;
  white-space: nowrap;
}

.table-claroflex-mobile thead th{
  background-color: #d9d9d9 !important;
  /* white-space: nowrap; */
  color: #7E7D7D;
}
.table-claroflex-mobile:not(.table-detail-month) thead tr th{
  white-space: nowrap !important;
}
.table-claroflex-mobile  thead th:first-child{
  border-top-left-radius: 15px;
}
.table-claroflex-mobile  thead th:last-child{
  border-top-right-radius: 15px;
}
.table-claroflex-mobile > tbody > tr {
vertical-align: middle !important;
}
.table-claroflex-mobile  thead  th  a{
  color: #7E7D7D;
  text-decoration: none;
}
.table-claroflex-mobile  tbody  tr  td {
  color: #7E7D7D;
}

.table-bordered  tbody  tr  td, .table-bordered tbody tr th {
  color: #7E7D7D;
  white-space: nowrap;
  padding: 10px;
}
.table-bordered {
  border-collapse: collapse;
  width: auto;
  table-layout: auto;
}
.table-admin-panel td, .table-admin-panel th {
  word-wrap: break-word;
  white-space: nowrap;
}
.table-day-detail{
min-width: 361px !important;
}
.sub-menu{
    width: 100% !important;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}
/* Estilo general de la alerta */
#custom-alert-admin {
  display: none;  /* Se oculta inicialmente */
  position: fixed;
  top: 10px;  /* Aparece desde la parte superior */
  left: 55%;
  transform: translateX(-50%); /* Centrado horizontal */
  background-color: #ecf8e7;  /* Verde para el éxito */
  padding: 15px;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.5s ease, top 0.5s ease;
}

/* Para la alerta de error */
#custom-alert-admin.error {
  background-color: #FFE8E8;  /* Rojo para error */
}

/* Clase para la animación de desvanecimiento */
.alert-admin.show {
  display: block !important;
  opacity: 1 !important;
  top: 15% !important;  /* Cuando aparece, se mueve un poco hacia abajo */
  transition: opacity 0.5s ease, top 0.5s ease;
  z-index: 1;
}

.alert-admin.hide {
  opacity: 0 !important;
  top: -100px !important;  /* Desaparece moviéndose hacia arriba */
  transition: opacity 0.5s ease, top 0.5s ease;
}

[contenteditable="true"]:focus {
  outline: 1px solid #7e7d7d;
}

/* HEADER SUBMENU CROSS ANIMATION */
.container {
position: relative;
top: 8%;
}

.menu-toggle {
position: absolute;
right: -0.5rem;
top: 0;
transform: translate(0, -50%);
height: 42px;
width: 29px;

&, &:hover {
  color: #fff;
}
}

.menu-toggle-bar {
display: block;
position: absolute;
margin-top: -1px;
right: 0;
width: 30px;
height: 1.5px;
border-radius: 4px;
background-color: white;
transition: all 0.3s ease;

&.menu-toggle-bar--top {
  transform: translate(0, -8px);
}
&.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}

.nav-open & {
  &.menu-toggle-bar--top {
    transform: translate(0, 0) rotate(45deg);
  }
  &.menu-toggle-bar--middle {
    opacity: 0;
  }
  &.menu-toggle-bar--bottom {
    transform: translate(0, 0) rotate(-45deg);
  }
}
}
/* END HEADER SUBMENU CROSS ANIMATION */

/* Back to top button */
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}
.errorlist{
  background: #ffcc00;
  /* outline: 1px solid red; */
  list-style: none;
  border-radius: 20px;
}

/* BUTTONS */
    .btn-primary {
      border-color: #3472F7;
      color: #ffff; }
      .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
        background-color: transparent;
        color: #1D62F0;
        border-color: #1D62F0; }
      .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary:disabled, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled.focus, .btn-primary:disabled:active, .btn-primary:disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
        background-color: transparent;
        border-color: #3472F7; }
      .btn-primary.btn-fill {
        color: #FFFFFF;
        background-color: #3472F7;
        opacity: 1;
        filter: alpha(opacity=100); }
        .btn-primary.btn-fill:hover, .btn-primary.btn-fill:focus, .btn-primary.btn-fill:active, .btn-primary.btn-fill.active, .open > .btn-primary.btn-fill.dropdown-toggle {
          background-color: #1D62F0;
          color: #FFFFFF; }
        .btn-primary.btn-fill .caret {
          border-top-color: #FFFFFF; }
      .btn-primary .caret {
        border-top-color: #3472F7; }
    
    .btn-success {
      border-color: #87CB16;
      background-color: transparent;
      color: #87CB16; }
      .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
        background-color: #049F0C;
        color: white!important;
        border-color: #049F0C; }
      .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: transparent;
        border-color: #87CB16; }
      .btn-success.btn-fill {
        color: #FFFFFF;
        background-color: #87CB16;
        opacity: 1;
        filter: alpha(opacity=100); }
        .btn-success.btn-fill:hover, .btn-success.btn-fill:focus, .btn-success.btn-fill:active, .btn-success.btn-fill.active, .open > .btn-success.btn-fill.dropdown-toggle {
          background-color: #049F0C;
          color: #FFFFFF; }
        .btn-success.btn-fill .caret {
          border-top-color: #FFFFFF; }
      .btn-success .caret {
        border-top-color: #87CB16; }

    .btn-secondary {
      border-color: #8f8f8f;
      background-color: transparent;
      color: #8f8f8f; }
      .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
        background-color: #8f8f8f;
        color: white!important;
        border-color: #8f8f8f; }
      .btn-secondary.disabled, .btn-secondary.disabled:hover, .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary.disabled:active, .btn-secondary.disabled.active, .btn-success:disabled, .btn-success:disabled:hover, .btn-success:disabled:focus, .btn-success:disabled.focus, .btn-success:disabled:active, .btn-success:disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
        background-color: transparent;
        border-color: #8f8f8f; }
      .btn-secondary.btn-fill {
        color: #FFFFFF;
        background-color: #8f8f8f;
        opacity: 1;
        filter: alpha(opacity=100); }
        .btn-secondary.btn-fill:hover, .btn-secondary.btn-fill:focus, .btn-secondary.btn-fill:active, .btn-secondary.btn-fill.active, .open > .btn-secondary.btn-fill.dropdown-toggle {
          background-color: #8f8f8f;
          color: #FFFFFF; }
        .btn-secondary.btn-fill .caret {
          border-top-color: #FFFFFF; }
      .btn-secondary .caret {
        border-top-color: #8f8f8f; }
    
     .btn-info {
          border-color: #1DC7EA;
          color: #1DC7EA !important;
          background-color: transparent; }
          .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
            background-color: #42d0ed;
            color: white !important;
            border-color: #42d0ed; }
      .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
        background-color: transparent;
        border-color: #1DC7EA; }
      .btn-info.btn-fill {
        color: #FFFFFF;
        background-color: #1DC7EA;
        opacity: 1;
        filter: alpha(opacity=100); }
        .btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open > .btn-info.btn-fill.dropdown-toggle {
          background-color: #42d0ed;
          color: #FFFFFF; }
        .btn-info.btn-fill .caret {
          border-top-color: #FFFFFF; }
      .btn-info .caret {
        border-top-color: #1DC7EA; }
    
    .btn-warning {
      border-color: #FF9500;
      background-color: transparent;
      color: #FF9500; }
      .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
        background-color: #ED8D00;
        color: white !important;
        border-color: #ED8D00; }
      .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning:disabled, .btn-warning:disabled:hover, .btn-warning:disabled:focus, .btn-warning:disabled.focus, .btn-warning:disabled:active, .btn-warning:disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
        background-color: transparent;
        border-color: #FF9500; }
      .btn-warning.btn-fill {
        color: #FFFFFF;
        background-color: #FF9500;
        opacity: 1;
        filter: alpha(opacity=100); }
        .btn-warning.btn-fill:hover, .btn-warning.btn-fill:focus, .btn-warning.btn-fill:active, .btn-warning.btn-fill.active, .open > .btn-warning.btn-fill.dropdown-toggle {
          background-color: #ED8D00;
          color: #FFFFFF; }
        .btn-warning.btn-fill .caret {
          border-top-color: #FFFFFF; }
      .btn-warning .caret {
        border-top-color: #FF9500; }
    
    .btn-danger {
      border-color: #FF4A55;
      background-color: transparent;
      color: #FF4A55; }
      .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
        background-color: #EE2D20;
        color: white !important;
        border-color: #EE2D20; }
      .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger:disabled, .btn-danger:disabled:hover, .btn-danger:disabled:focus, .btn-danger:disabled.focus, .btn-danger:disabled:active, .btn-danger:disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
        background-color: transparent;
        border-color: #FF4A55; }
      .btn-danger.btn-fill {
        color: #FFFFFF;
        background-color: #FF4A55;
        opacity: 1;
        filter: alpha(opacity=100); }
        .btn-danger.btn-fill:hover, .btn-danger.btn-fill:focus, .btn-danger.btn-fill:active, .btn-danger.btn-fill.active, .open > .btn-danger.btn-fill.dropdown-toggle {
          background-color: #EE2D20;
          color: #FFFFFF; }
        .btn-danger.btn-fill .caret {
          border-top-color: #FFFFFF; }
      .btn-danger .caret {
        border-top-color: #FF4A55; }
    
    .btn-neutral {
      border-color: lightslategray !important;
      color: lightslategray !important; }
      .btn-neutral:hover, .btn-neutral:focus, .btn-neutral:active, .btn-neutral.active, .open > .btn-neutral.dropdown-toggle {
        background-color:  lightslategray;
        color: #FFFFFF !important;
        border-color:  lightslategray; }
      .btn-neutral.disabled, .btn-neutral.disabled:hover, .btn-neutral.disabled:focus, .btn-neutral.disabled.focus, .btn-neutral.disabled:active, .btn-neutral.disabled.active, .btn-neutral:disabled, .btn-neutral:disabled:hover, .btn-neutral:disabled:focus, .btn-neutral:disabled.focus, .btn-neutral:disabled:active, .btn-neutral:disabled.active, .btn-neutral[disabled], .btn-neutral[disabled]:hover, .btn-neutral[disabled]:focus, .btn-neutral[disabled].focus, .btn-neutral[disabled]:active, .btn-neutral[disabled].active, fieldset[disabled] .btn-neutral, fieldset[disabled] .btn-neutral:hover, fieldset[disabled] .btn-neutral:focus, fieldset[disabled] .btn-neutral.focus, fieldset[disabled] .btn-neutral:active, fieldset[disabled] .btn-neutral.active {
        background-color: transparent;
        border-color: #FFFFFF; }
      .btn-neutral.btn-fill {
        color: #FFFFFF;
        background-color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100); }
        .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus, .btn-neutral.btn-fill:active, .btn-neutral.btn-fill.active, .open > .btn-neutral.btn-fill.dropdown-toggle {
          background-color: #FFFFFF;
          color: #FFFFFF; }
        .btn-neutral.btn-fill .caret {
          border-top-color: #FFFFFF; }
      .btn-neutral .caret {
        border-top-color: #FFFFFF; }
      .btn-neutral:active, .btn-neutral.active, .open > .btn-neutral.dropdown-toggle {
        background-color: #FFFFFF;
        color: #888888; }
      .btn-neutral.btn-fill, .btn-neutral.btn-fill:hover, .btn-neutral.btn-fill:focus {
        color: #888888; }
      .btn-neutral.btn-simple:active, .btn-neutral.btn-simple.active {
        background-color: transparent; }
    
    .btn:disabled, .btn[disabled], .btn.disabled {
      opacity: 0.5;
      filter: alpha(opacity=50); }
    
    .btn-round {
      border-width: 1px;
      border-radius: 30px !important;
      padding: 9px 18px; }
      .btn-round.btn-icon {
        padding: 9px; }
    
    .btn-simple {
      border: 0;
      font-size: 16px;
      padding: 8px 16px; }
      .btn-simple.btn-icon {
        padding: 8px; }

  /* FORM CONTROL INPUT */

.form-control:hover {
  background-color: #F2F2F2;
  transition: .3s;
}
.form-control:focus {   
  border-color:#5ED1B6;
  background-color: #fff;
  box-shadow: 0 0 8px #5ED1B6;
  outline: 0 none;
}
.form-control, .form-control::placeholder {
  color: #7e7d7d !important;
}
@media (min-width: 600px) {
  .form-control-searcher {
    width: 180px !important;
  }
}
.login-error-form {
  border-color:#FF7575;
  /* background-color: #FFE8E8 !important; */
  box-shadow: 0 0 8px #FF7575;
  outline: 0 none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('../images/people_icons/down-arrow.svg');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px; /* Espacio para el icono */
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

select option:hover {
  background-color: #d9d9d9 !important;
}

.multi-select { position: relative; }
.select-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    background: #fff;
    text-align: left;
    height: 38px;
    align-items: center;
}
.dropdown {
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: none;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 10;
}
.dropdown label {
    display: flex;
    align-items: center;
    padding: 8px;
    cursor: pointer;
    transition: background 0.2s;
}
.dropdown label:hover { background: #f0f0f0; }
.dropdown input { margin-right: 10px; }
.hidden-select { display: none; } /* Oculta el select original */
/* PERSONAL DOCUMENTS */

.personal-documents-card {
  height: auto !important;
}

.personal-documents-content-show{
  display: flex !important;
}

.responsive-padding{
  padding: 0 30px !important; 
}

.inverted-toggle{
  transform: scaleY(-1);
}

#folders {
display:none;
flex-direction: column;
flex-wrap: nowrap;
height: 75%;
overflow-y: auto;
overflow-x: hidden;
margin:0;
scrollbar-width: none;
padding-bottom: 20px;
}

#folders > button {
margin: 1.5em;
text-transform: uppercase;
text-align: center;
}

#folders::-webkit-scrollbar {
display: none;
}

.avatar-profile {
  width: 180px !important;
  height: 180px !important;
  border-radius: 50% !important;
}
.avatar-profile-list {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
}
.avatar-container {
  position: relative;
  display: inline-block;
}

.avatar-profile-list {
  transition: filter 0.3s ease-in-out;
  border-radius: 50%; /* Mantener redondeado */
}
.hover.overlay img{
  width: 25px;
}
.hover-overlay {
  position: absolute;
  top: 0;
  left: 80%;
  width: 25%;
  height: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 24px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.avatar-container:hover .avatar-profile-list {
  filter: brightness(70%); /* Oscurecer la imagen */
}

.avatar-container:hover .hover-overlay {
  color: white;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.4); /* Oscurecimiento */

}

.popup-folder {
display: flex;
background-color: rgba(0, 0, 0, 0.3);
align-items: center;
justify-content: center;
position: fixed;
pointer-events: none;
opacity: 0;  
top: 0;
left: 0;
height: 100vh;
width: 100vw;
transition: opacity 0.3s ease;
z-index: 999;
}

.show {
pointer-events: auto;
opacity: 1;
}

.folder-content {
background-color: #fff;
width: 600px;
max-width: 100%;
max-height: 60%;
overflow-y: auto;
scrollbar-width: none;
padding: 30px 50px;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.folder-content::-webkit-scrollbar {
display: none;
}

.folder-content h1 {
margin: 0;
}
.btn-folder-container {
display: flex;
align-items: baseline;
gap: 1em;
}
.button-folder {
background-color: #eee;
border: 0;
border-radius: 5px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
color: #000;
font-size: 14px;
padding: 10px 25px;
margin-top: 2em;
width: -webkit-fill-available;
}
.close {
line-height: 25px;
text-align: center;
display: flex;
float: right;
color: #000;
cursor: pointer;
transition: transform .1s;
transform: scale(2);
}
.close:hover {
transform: scale(2.5);
}

.folder-header {
position: relative;
background-color: #fff;
}
/* END PERSONAL DOCUMENTS */

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e !important;
  background-color: #f9f2f4;
  border-radius: 4px;
  }
/* END BUTTONS */

/* table row time tracker */

/* tr:has(td):has(span):has(.hours-negative){ */
/* does not work only with borders */
/* border: 2px solid red !important;
} */
.hours-negative td:not(.actions-table){
background-color: #FFE8E8;
}
.hours-neutral td:not(.actions-table){
background-color: rgb(238,238,238);
}
.hours-absence td:not(.actions-table){
background-color: #d2eeff;
}
.hours-positive td:not(.actions-table){
background-color: #ecf8e7;
}
.unread-notification td:not(.actions-table){
  background-color: rgb(184, 231, 231) !important;
}
.permission-requested td:not(.actions-table){
  background-color: rgb(243, 188, 143) !important;
}
.holiday-not-approved td:not(.actions-table){
  background-color: rgb(255, 225, 180) !important;
}
.legal-hours-negative {
  background-color: rgb(231, 184, 184) !important;
}
.legal-hours-positive {
  background-color: rgb(184, 231, 184) !important;
}
tr:has(td):has(span):has(.hours-day-row){
/* does not work only with borders */
border-top: .2em solid black !important;
}
.actions-table{
--bs-table-bg-type:white !important;
}
.actions-table:hover{
--bs-table-bg-type:white !important;
}
/* .hours-gradient-table{
background: rgb(242,242,242);
background: linear-gradient(90deg, rgba(242,242,242,0) 35%, rgba(255,255,255,1) 100%);
} */
.hours-neutral .hours-gradient-table{
background-color: rgb(238,238,238);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255,255,255,1) 100%);
}
.hours-absence .hours-gradient-table{
background-color: rgb(184, 231, 231);
background: linear-gradient(90deg, rgba(255, 255, 255, 0) 35%, rgba(255,255,255,1) 100%);
}
.hours-negative .hours-gradient-table{
background: rgb(231,184,184);
background: linear-gradient(90deg, rgba(231,184,184,0) 35%, rgba(255,255,255,1) 100%);
}
.hours-positive .hours-gradient-table{
  background: rgb(184, 231, 184);
  background: linear-gradient(90deg, rgba(231,184,184,0) 35%, rgba(255,255,255,1) 100%);
}
.unread-notification .hours-gradient-table{
  background: rgb(184, 231, 231);
  background: linear-gradient(90deg, rgba(231,184,184,0) 35%, rgba(255,255,255,1) 100%);
}
.permission-requested .hours-gradient-table{
  background: rgb(184, 231, 231);
  background: linear-gradient(90deg, rgba(231,184,184,0) 35%, rgba(255,255,255,1) 100%);
}
.holiday-not-approved .hours-gradient-table{
  background: rgb(255, 227, 195);
  background: linear-gradient(90deg, rgba(231,184,184,0) 35%, rgba(255,255,255,1) 100%);
}

.detail_week.hours-negative td{
  background: #FFE8E8;
}
.detail_week.hours-positive td{
  background: #ecf8e7;
}
.detail_week.hours-absence td{
  background: #d2eeff;
}

/* end table row time tracker */

/* table detail of month */

.month-corrects-hour.has_deficit td{
  background-color: #FFE8E8;
}
.month-corrects-hour.has_absence td{
  background-color: rgb(204, 153, 255);
}
.month-corrects-hour.has_sick td{
  background-color: rgb(255, 153, 255);
}
.month-corrects-hour.has_others td{
  background-color: #ffdfc0;
}
.month-corrects-hour.has_vacation td{
  background-color: #e2c7fd;
}
.month-corrects-hour.has_permission td{
  background-color: rgb(153, 204, 255);
}
.month-corrects-hour.has_medic td{
  background-color: rgb(255, 153, 255);
}
.month-corrects-hour.has_travel td{
  background-color: rgb(153, 255, 255);
}
.month-corrects-hour.has_remote_work td{
  background-color: rgb(224, 224, 224);
}
.month-corrects-hour.has_formation td{
  background-color: rgb(153, 255, 204);
}
.month-corrects-hour.has_weekend td{
  background-color: rgb(255, 255, 255);
}
.month-corrects-hour.has_raining_alert td{
  background-color: rgb(255, 36, 36);
}
.month-corrects-hour.has_bad_day td{
  background-color: rgb(255, 255, 153);
}
.month-corrects-hour td{
  background-color: #def8d3;
}
.clearfix.month_table{
  border: 2px solid gray;
  border-radius: 5px;
}
@media (max-height: 500px) {
  .tableFixHead { 
    table-layout: fixed; 
    border-collapse: collapse;
    overflow-y: auto;
  } 
  .tableFixHead tbody { 
    display: block; 
    width: 100%; 
    overflow: auto; 
    height: 200px; 
  } 
  .tableFixHead thead tr { 
    display: flex; 
  } 
  .tableFixHead th, 
  .tableFixHead  td { 
    padding: 5px 10px; 
    width: 160px;
  }
}

/* end table detail of month */

.download-upload-buttons{
display:flex;
flex-direction: row;
gap: 14px;
}
.download-upload-container{
display:flex;
gap: 14px;
}
.dni_hover{
/* text-shadow: 0 0 8px #000;
color: transparent; */
animation: put_image_blur 0.3s;
-webkit-filter: blur(5px);
}
.dni_hover:hover{
/* text-shadow: none;
color:rgb(0, 0, 0); */
animation: quit_image_blur 0.3s;
-webkit-filter: blur(0px);
}
@keyframes quit_image_blur {
0% { -webkit-filter: blur(5px);}
100% { -webkit-filter: blur(0px);}
}
@keyframes put_image_blur {
0% { -webkit-filter: blur(0px);}
100% { -webkit-filter: blur(5px);}
}

#collapseOne, #collapseTwo, #collapseThree, #collapseFour {
  padding: .5em;
  font-size: large;
}

.loader {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF3D00;
  position: absolute;
  top: 50%;
  left: 50%;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  inset: 0;
  background: #000;
  transform: rotate(0deg) translate(30px);
  animation: rotate 1s ease infinite;
}
.loader:after {
  animation-delay: 0.5s
}
@keyframes rotate {
  100% {transform: rotate(360deg) translate(30px)}
}

.rotateY-icon {
  animation: rotateYAnimation 1s infinite cubic-bezier(0.25, 0.1, 0.25, 1);
}
@keyframes rotateYAnimation {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.loader-timetracker {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
}
.loader-timetracker::after,
.loader-timetracker::before {
  content: '';  
  box-sizing: border-box;
  width: 65px;
  height: 40px;
  border: 6px solid #808080;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotationBreak 3s ease-in-out infinite alternate;
}
.loader-timetracker::after {
  border-color: #FF3D00;
  animation-direction: alternate-reverse;
}

@keyframes rotationBreak {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
    
/* EVENT CALENDAR */

.calendar {
  text-align: center;
  border: 1px solid #D9D9D9;
  height: 75vh;
}

.row:has(.calendar) {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.calendar tbody > tr > td, .calendar tbody > tr > th {
  border: 1px solid #D9D9D9;
  border-collapse: collapse;
}
.calendar tbody > tr > td {
  vertical-align: text-top;
  text-align: left;
}
.calendar tbody > tr > th {
  height: fit-content;
}
span.date {
  margin-left: 3px;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  margin-right: .5em;
}
.fc-col-header-cell-cushion, .fc-list-day-text {
  text-decoration: none;
  color: black;
}
.modal-header {
  background-color: #BDE7FF;
}
.fc-button {
  background-color: #BDE7FF !important;
}
.fc-h-event, .fc-v-event {
  background-color: #BDE7FF !important;
  border: none;
}
.fc-event-time, .fc-event-title,
.fc-today-button, .fc-icon-chevron-right,
.fc-icon-chevron-left, .fc-button-primary,
.modal-title, .fc-daygrid-day-number,
.fc-col-header-cell-cushion {
  color: #7E7D7D !important;
}
.fc-col-header-cell-cushion{
  text-transform: capitalize;
}
.fc-scrollgrid-sync-inner{
  text-align: left;
}
.fc-h-event:hover, .fc-v-event:hover, .fc-daygrid-dot-event:hover {
  cursor: pointer;
}
.fc-event  {
  background-color: #fff;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 1em 1em 0.5em 1em;
  color: #7E7D7D;
  height: 25vh;
  width: 24.2%;
  flex-shrink: 0;
  box-sizing: border-box;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.12);
}
.fc-event p {
  font-size: 14px;
  margin-bottom: 0 !important;
}
.fc-event div {
  border-bottom: 1px solid #D9D9D9;
  padding: .5rem 0 !important;
}
.external-events-container {
  height: 27vh;
}
.external-events-container::-webkit-scrollbar {
  display: none; /* Hide scrollbar in Chrome and Opera */
}
.external-events-container {
  -ms-overflow-style: none;  /* Hide scrollbar in IE and Edge */
  scrollbar-width: none;  /* Hide scrollbar in Firefox */
}
.carousel-prev, .carousel-next {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  transform: rotate(-90deg)
}

.carousel-prev {
  left: 270px;
}

.carousel-next {
  right: -2px;
}
/* END EVENT CALENDAR */

a.forgot-password {
  text-decoration: none;
  padding: .3em;
  width: max-content;
  align-self: center;
}

/* CURRENT DAY RECORDS */
.time-difference{
  text-align: center !important;
  vertical-align: middle !important;
}
.width-90-vw{
  width: 90vw;
}
.width-80-vw{
  width: 80vw;
}
.width-75-vw{
  width: 75vw;
}
.width-60-vw{
  width: 60vw;
}
.width-40-vw{
  width: 40vw;
}
.width-20-vw{
  width: 40vw;
}
.max-width-85-percent{
  max-width: 85% !important;
}
.break-green{
  background-color: #ecf8e7 !important;
  color: #5ED1B6 !important;
  border-radius: 15px;
  padding: .8em;
}
.break-red{
  background-color: #FFE8E8 !important;
  color: #FF7F87 !important;
  border-radius: 15px;
  padding: .8em;
}
.break-absence{
  background-color: #e7eaf8 !important;
  color: #5ebad1 !important;
  border-radius: 15px;
  padding: .8em;
}
.break-neutral{
  background-color: #f0f0f0 !important;
  color: #7e7d7d !important;
  border-radius: 15px;
  padding: .8em;
}
.holiday-waiting {
  color: #ff9900 !important;
  background-color: #ffe9c8 !important;
  border-radius: 15px;
  padding: .8em;
}
.absence-circle-color {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: inline-block;
}
.table-current-day > tbody > tr, .table-current-day > tbody > tr > td,
.table-current-day > tbody > tr > th,
.table-current-day > tbody, .table-current-day > thead > th,
.table-current-day > thead, .table-current-day > tfoot {
  border-style: none !important;
}
.table-current-day {
  width: 30vw;
}
.current-day-container {
  position: absolute;
  left: 20%;
  top: 15%;
  max-width: 75%;
}
/* END CURRENT DAY RECORDS */

/* NOTIFICATIONS CENTER */

.notifications-information {
  display: flex;
  list-style: none;
  flex-direction: row;
  margin-top: 11vh;
  justify-content: space-evenly;
}

/* Notification bubble */
.notify-bubble {
    position: absolute;
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    left: 85px; 
}
/* End Notification bubble */

/* END NOTIFICATIONS CENTER */

span.true {
  color: #5cb85c;
}
span.false {
  color: #ff4a55;
}

.absences-content{
  display: none;
}

.absences-content-show{
  display: flex !important;
  flex-direction: column;
}

.holidays-content{
  display: none;
}

.holidays-content-show{
  display: flex !important;
  flex-direction: column;
}

.tracking-content{
  display: none;
}

.tracking-content-show{
  display: flex !important;
  flex-direction: column;
}

.absences-card{
  height: auto !important;
  padding-bottom: 0 !important;
}

.holidays-card{
  height: auto !important;
  padding-bottom: 0 !important;
}

.tracking-card{
  height: auto !important;
  padding-bottom: 0 !important;
}

.m-top{
  margin-top: 5rem;
}

.card-update-form{
  margin: 30px 0;
}

.card-content{
  height: 55px;
  display: flex;
  align-items: center;
}

.responsive-flex-direction{
  flex-direction: row; 
}

@media (max-width: 758px){
  .responsive-mobile{
    flex-direction: column;
    align-items: center;
  }
  .mb-4{
    margin-bottom: 0 !important;
  }
  .m-top{
    margin-top: -30px !important;
  }
  .responsive-width{
    padding: 0 20px !important;
    width: 325px !important;
  }
  .responsive-data{
    display: flex;
    flex-direction: column;
    gap: 15px !important;
    margin-top: 10px;
  }
  .responsive-padding{
    padding: 0 20px !important; 
  }
  .clearfix-mb{
    margin-bottom: 30px;
  }
  .user-m-top{
    margin-top: 2rem !important;
  }
  .folder-content{
    width: auto;
  }
  .responsive-flex-direction{
    flex-direction: column; 
  }
  .responsive-margin-bottom{
    margin-bottom: 30px;
  }
  .responsive-margin-top{
    margin-top: 50px;
  }
  .responsive-font-size{
    font-size: 15px;
  }
  body{
    height: 100vh;
  }
}
  
calendar-range {
  svg {
    height: 16px;
    width: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
  }

  path {
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  &::part(header) {
    padding: .5em;
  }

  &::part(button) {
    border: 1px solid #adb5bd;
    background-color: #fff;
    border-radius: 3px;
    width: 26px;
    height: 26px;
  }

  &::part(button):focus-visible {
    outline: 2px solid #7048e8;
  }
}

calendar-month {
  --color-accent: #fe2833;
  --color-text-on-accent: #ffffff;
}

.card-form-holidays {
  margin-top: 80px !important;
  height: 95%;
}
.card-form-holidays-macos {
  margin-top: 80px !important;
}
.full-screen-background {
  position: fixed;
  top: 0;
  width: 85vw;             /* Ocupa todo el ancho de la ventana */
  height: 100vh;            /* Ocupa todo el alto de la ventana */
}

#datepicker-holidays {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 45vh;
  position: relative;
}
#datepicker-holidays-macos {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60vh;
  position: relative;
}
.holidays-card-information {
  background: #f0f0f0;
  border-radius: 1rem;
  padding: 1rem;
}
#datepicker-holidays .prev-button,
#datepicker-holidays .next-button {
  /* padding: 2px 10px; */
  font-size: 16px;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  background: none;
}
#datepicker-holidays-macos .prev-button,
#datepicker-holidays-macos .next-button {
  padding: 2px 10px;
  font-size: 16px;
  cursor: pointer;
  color: #87D29E;
  border: none;
  border-radius: 5px;
}

#datepicker-holidays .prev-button {
  float: inline-start;
  position: relative;
  top: .4em;
}
#datepicker-holidays .next-button {
  float: inline-end;
  position: relative;
  top: .4em;
}
#datepicker-holidays .reset-button {
  position: absolute;
  top: 1.7em; /* Coloca el botón un poco arriba del calendario */
  right: 2.5em; /* Coloca el botón hacia la derecha */
  font-size: 1rem;
  cursor: pointer;
}
#datepicker-holidays-macos .prev-button {
  float: inline-start;
  position: relative;
  top: .4em;
}
#datepicker-holidays-macos .next-button {
  float: inline-end;
  position: relative;
  top: .4em;
}
#datepicker-holidays-macos .reset-button {
  position: absolute;
  top: 1.7em; /* Coloca el botón un poco arriba del calendario */
  right: 2.5em; /* Coloca el botón hacia la derecha */
  font-size: 1rem;
  cursor: pointer;
}

#calendar-holidays {
  display: flex;
  gap: 50px;
}

.month {
  width: 250px;
  height: 39vh;
}

.month h5 {
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding: 8px;
  color: #7e7d7d;
}

.weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr); /* 7 columnas iguales */
  justify-items: center; /* Centra el contenido en cada celda */
  gap: 5px;
  justify-content: space-between;
}

.days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.weekdays div {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  padding: .72rem;
}

.days div {
  text-align: center;
  padding: 8px;
  cursor: pointer;
  border-radius: 4px;
  background: #f0f0f0;
}

.days div.disabled {
  background: #e0e0e0;
  color: #a0a0a0;
  pointer-events: none;
}

.days div.weekend {
  color: red;
}

.days div.selected {
  background: #656464;
  color: white;
}

.days div.between {
  background: rgba(255, 57, 57, 0.5);
  color: white;
}

.disabled {
  background-color: #f0f0f0;
  color: #a9a9a9;
  opacity: 0.5;
  pointer-events: none;
}
@media (max-width: 768px) {
  header.claroflex-header, .sidebar-claroflex {
    display: none !important;
  }
  #datepicker-holidays {
    height: 52vh;
  }
  #calendar-holidays {
    margin-left: 25px;
  }
  .month {
    width: 100%;
    opacity: 1;
    height: 49vh;
  }
  .month.hidden {
    opacity: 0;
    pointer-events: none;
  }
  .month h5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .next-button, .prev-button {
    display: none;
  }
  .month-text {
    margin: 0 auto;
  }
  .reset-calendar-mobile {
    color: #fe2833;
    float: right;
  }
  .holidays-card-information {
    background: #f0f0f0;
    border-radius: 1rem;
    /* padding: 1rem; */
  }
}
.margin-left-15 {
  margin-left: 15%;
  transition: margin-left .5s ease-in-out;
}
.margin-left-10 {
  margin-left: 10%;
  transition: margin-left .5s ease-in-out;
}
.margin-left-20 {
  margin-left: 20%;
  transition: margin-left .5s ease-in-out;
}
.margin-left-3 {
  margin-left: 3%;
  transition: margin-left .5s ease-in-out;
}
.employee-name-td {
  width: 28vh;
}

/* HEADER AND ASIDE */

.header-nav-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
}
.header-nav-container-mobile {
  background-color: #fff;
  position: fixed;
  top: -1%;
  left: 3%;
  padding-top: 2em;
  z-index: 1000;
}
.claroflex-header {
  background-color: #f0f0f0;
  display: flex;
  justify-content: space-between;
  padding: 1.4em;
}
.claroflex-header-mobile {
  display: flex;
  gap: 25pt;
}
.menu-hamburger-mobile {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  margin-top: -0.9em;
}
.line {
  fill: none;
  stroke: #7e7d7d;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.hamburger-opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.hamburger-opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.hamburger-opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.logo-button-mobile > img {
  width: 16em;
}
.claroflex-header-options-container {
  display: flex;
  gap: 2.5em;
  margin-right: 15%;
}
.nav-admin {
  background-color: #f0f0f0 !important;
}
.claroflex-header-options i,
.claroflex-nav-options i {
  font-size: 1em;
}
.icons-text-container {
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 1em;
}
.claroflex-header-options {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #8f8f8f;
  transition: transform .2s;
}
.claroflex-header-options:hover {
  color: #fe2833;
  transform: scale(1.1);
}
/* -------------
Sidebar
----------------*/
.sidebar-claroflex {
  position: fixed;
  width: 17em;
  height: 100%;
  top: 0;
  overflow: hidden;
  background-color: #19222a;
  transform: translateZ(0);
  visibility: visible;
  backface-visibility: hidden;
  transition: width .5s ease-in-out;
  box-shadow: 5px 0 5px -2px #0000001F;
  z-index: -1;
}
.logo-claroflex-gris {
  width: 15em;
}
/* -------------
Sidebar Nav
----------------*/
.sidebar-nav-claroflex {
  position: fixed;
  background-color: #fff;
  height: 100%;
  font-weight: 400;
  font-size: 1.2em;
  padding-top: 4.2em;
  z-index: 9;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.sidebar-nav-claroflex::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

.sidebar-nav-claroflex ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.sidebar-nav-claroflex ul li {
  margin-left: 0;
  padding-left: .8em;
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5em;
  transition: padding-left .5s ease;
}
.sidebar-nav-claroflex > ul:not(.nav-layout) > li:hover {
  padding-left: 0;
  transition: padding-left .5s ease;
}

.sidebar-nav-claroflex ul li a {
  color: #8f8f8f;
  font-size: 0.75em;
  padding: 1.05em 1em;
  position: relative;
  display: block;
  text-decoration: none;
}

.sidebar-nav-claroflex ul li a:not(.hamburger-menu):hover {
  /* background-color: rgba(0, 0, 0, 0.9); */
  background-color: #f0f0f0;
  transition: all 0.6s ease;
}

/* -------------
Sidebar: icons
----------------*/
.sidebar-nav-claroflex ul li img {
  font-size: .2em;
  padding-right: 0.5em;
  width: 9em;
  display: inline;
  vertical-align: middle;
}

/* -------------
Chev elements
----------------*/
.sidebar-nav-claroflex > ul > li > a::after {
  content: '\f125';
  font-family: ionicons;
  font-size: 0.5em;
  width: 10px;
  /* color: #fff; */
  position: absolute;
  right: 0.75em;
  top: 45%;
  display: none;
}

/* -------------
Nav-Flyout
----------------*/
.sidebar-nav-claroflex .nav-flyout {
  position: absolute;
  background-color: #fff;
  z-index: 9;
  left: 2.9em;
  top: 0;
  width: 15vw;
  height: 100vh;
  transform: translateX(100%);
  transition: all 1s ease;
  padding-top: 4.2em;
}

.sidebar-nav-claroflex .nav-flyout a:hover {
  background-color: rgba(255, 255, 255, 0.205);
  /* color: #fff; */
}
/* -------------
Hover
----------------*/
.sidebar-nav-claroflex ul > li:hover .nav-flyout {
  transform: translateX(0);
  transition: all 1s ease;
}

/* -------------
COLOR PEPOLE ICONS
----------------*/
img.people-icons {
  filter: invert(52%) sepia(51%) saturate(8%) hue-rotate(353deg) brightness(100%) contrast(81%);
}

/* -------------
LOGIN
----------------*/

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: rgba(247, 247, 247, 0.5);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  margin-left: 100%;
  height: 85vh;
  backdrop-filter: blur(25px);
}
.login-form {
  padding: 200px 40px 40px 40px;
  text-align: center;
}
.login-form h1 {
  /* text-align: left; */
  width: 8em;
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 65px;
  font-family: century-gothic;
  letter-spacing: 5px;
  background-image: url('../images/login-photo.png');
  background-repeat: no-repeat;
  /* background-size: 200%; */
  background-size: 1000%;
  /* background-position: right; */
  background-position: bottom;
  /* color: rgb(127 127 127); */
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.login-form input {
  width: 380px;
  padding: 10px 0 10px 40px;
  margin: 10px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}
/* .login-form .btn-login {
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
} */

.btn-observations,
.btn-kind{
  border: 1px solid #ababab;
}
.btn-observations:hover,
.btn-kind:hover{
  border: 1px solid #ababab !important;
  background-color: #ababab !important;
}
.btn-remove,
.btn-remove-disabled{
  border: 1px solid #F35C5F;
  border-radius: 2px !important;
}
.btn-remove:hover{
  border: 1px solid #F35C5F !important;
  border-radius: 2px !important;
  background-color: #F35C5F !important;
}
.btn-observations:hover .check-observations-icon,
.btn-kind:hover .check-kind-icon,
.btn-remove:hover .check-remove-icon{
  filter: brightness(100);
}

.btn-upload-csv .upload-csv-icon{
  filter: brightness(100);
}
.btn-upload-absence-file {
  border: 1px solid #7E7D7D;
  border-radius: 5px;
}
.btn-upload-absence-file:hover {
  border: 1px solid #7E7D7D !important;
  border-radius: 5px !important;
  background-color: #7E7D7D !important;
}
.btn-upload-absence-file:hover .upload-absence-icon{
  filter: brightness(100);
}
.btn-upload-notifications-file {
  border: 1px solid #7E7D7D;
  border-radius: 5px;
}
.btn-upload-notifications-file:hover {
  border: 1px solid #7E7D7D !important;
  border-radius: 5px !important;
  background-color: #7E7D7D !important;
  cursor: pointer;
}
.btn-upload-notifications-file:hover .upload-absence-icon{
  filter: brightness(100);
}

.btn-claroflex {
  color: white;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 8px;
  padding: 0 !important;
}

.login-form .forgot-password {
  text-align: left;
  display: block;
  margin-top: 10px;
  margin-left: 5px;
  font-size: 14px;
  color: #57B6ED;
  /* text-decoration: underline; */
}

.login-form a:hover {
  text-decoration: underline;
}

.image-container {
  display: grid;
  justify-content: start;
  align-items: start;
}

.login-logo-img {
  width: 75%;
  margin-bottom: 5em;
}
.with-icon-person {
    background: url('../images/people_icons/person.svg') no-repeat left white;
    background-size: 18px;
    background-position: 10px 13px;
}
.with-icon-lock {
  background: url('../images/people_icons/lock.svg') no-repeat left white;
  background-size: 18px;
  background-position: 10px 13px;
}
.with-icon-person::placeholder, .with-icon-lock::placeholder {
  color: #ababab;
}
.user-info {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: .5em;
  margin-left: 8px;
}
.password-container, .password-repeat-container{
  display: flex;
  position: relative;
}
img#icon_eye, img#icon_eye_repeat{
  position: absolute;
  top: 30%;
  left: 92%;
}
/* .user-info img {
filter: invert(74%) sepia(0%) saturate(13%) hue-rotate(213deg) brightness(95%) contrast(84%);
} */

.login-background-img{
  background-image: url('../images/login-photo.png');
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  z-index: -99999;
  height: 100%
}

@supports (-webkit-touch-callout: none) {
   /* CSS specific to iOS devices */
  .login-background-img-mobile {
    height: 100% !important;
    transform: translateY(-15%) !important;
  }
  .login-container-mobile h1 {
    letter-spacing: -1.5px !important;
  }
  .login-container-mobile {
    transform: translateY(5%);
  }
  .claroflex-header-mobile {
    gap: 4em !important;
  }
  .no-scroll {
    /* position: fixed !important; */
    overflow: hidden !important;
    height: 100vh !important;
  }
  .menu-hamburger-mobile {
    margin-left: -0.5em;
  }
}
.login-logo-img-mobile {
  position: absolute;
  top: 3%;
  left: 5%;
  width: 15em;
}
.login-background-img-mobile {
  background: url('../images/login-photo-mobile.png');
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  height: 115%;
  width: 100%;
  overflow: hidden;
  display:flex;
  flex-direction: column-reverse;
  padding: 0px !important;
}
.login-container-mobile {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9); /* Fondo blanco semitransparente */
  padding: 2rem;
  border-radius: 15px 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  height: 65%;
}
/* Título de bienvenida */
.login-container-mobile h1 {
  font-size: 2rem;
  text-align: left;
  font-weight: bolder;
  line-height: normal;
  background-image: url('../images/login-photo.png');
  background-repeat: no-repeat;
  background-size: 1000%;
  background-position: bottom;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
/* Inputs */
.input-group-mobile {
  margin-bottom: 1.5rem;
  position: relative;
}

.input-group-mobile input {
  width: 100%;
  padding: 10px;
  padding-left: 35px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1rem;
}
input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  color: #d9d9d9;
  background: url('../images/people_icons/input-date.svg') no-repeat;
  cursor: pointer;
}
input[name="date_initial"] {
  content: "Fecha inicio";
  cursor: pointer;
}
input[name="date_final"] {
  content: "Fecha fin";
  cursor: pointer;
}
input[type="checkbox"] {
  cursor: pointer;
}
/* Enlace de olvido contraseña */
.forgot-password-mobile {
  margin-top: 1rem;
  font-size: 0.9rem;
}

.forgot-password-mobile a {
  color: #5c9ed6;
  text-decoration: none;
}

.forgot-password-mobile a:hover {
  text-decoration: underline;
}

/* DETAIL USER PAGE */

#modal-nominas, #modal-ausencias, #modal-justificantes, #modal-others {
  width: 50em;
  height: 30em;
  position: fixed;
  top: 25%;
  left: 35%;
  background-color: #fcfcfc;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  padding-top: 1em;
  padding-left: 1em;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  backdrop-filter: blur(25px);
}
#modal-nominas-mobile, #modal-ausencias-mobile, #modal-justificantes-mobile, #modal-others-mobile {
  width: 270pt;
  height: 350pt;
  background-color: #fcfcfc;
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  padding: 1em;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  backdrop-filter: blur(25px);
}
.modal-container {
  position: fixed;
  top: 26%;
  right: 25%;
  z-index: 2;
}
.modal-container-mobile {
  position: fixed;
  top: 20%;
  z-index: -1;
  display: flex;
  justify-content: center;
}
a.personal-document-link {
  color: #57B6ED;
  text-decoration: none;
  line-break: anywhere;
  cursor: pointer;
}
.modal-folder-header {
  display: flex;
  justify-content: space-between;
  margin-right: 1em;
  align-items: center;
}
.modal-buttons-container {
  display: flex;
  justify-content: space-between;
  gap: 2em;
}
.modal-opened {
  visibility: visible !important;
  opacity: 1 !important;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
}
.close-nominas, .close-ausencias, .close-justificantes, .close-others
.upload-nominas, .upload-ausencias, .upload-justificantes, .upload-others {
  cursor: pointer;
  /* position: absolute; */
  display: none;
}
.upload-ausencias, .upload-justificantes, .upload-nominas, .upload-others {
  background-color: #f2f2f2;
  color: #3C3C3B;
  width: 100px;
  height: 40px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 10px;
  text-decoration: none;
}
.each-folder-doc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: .5em;
  padding: 1em 0 0 1.1em;
  position: relative;
}
.folder-title-ausencias, .folder-title-justificantes, .folder-title-nominas, .folder-title-others {
  opacity: 0;
  position: sticky;
  padding-left: .75em;
}
.folder-container {
  display: flex;
  align-items: center;
  gap: 1.25em;
}
.span-hour-info {
  border-radius: 10px;
  padding: .8em;
  border-radius: 10px;
  font-size: 1rem;
}
.sidebar-menu-mobile {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 25px;
  left: 25px;
  z-index: 999;
  -webkit-user-select: none;
  user-select: none;
}
.sidebar-menu-container {
  position: relative;
}
.sidebar-menu {
  position: fixed;
  top: 10%;
  right: -350px; /* Oculto inicialmente */
  width: 300px; /* Ancho del menú */
  height: calc(100vh - 10%);
  background-color: white; /* Color de fondo del menú */
  color: #7E7D7D;
  transition: right 0.3s ease-in-out; /* Animación suave */
  z-index: 1000;
  overflow-y: auto;
}
.sidebar-menu ul {
  list-style: none;
  margin: 0;
}
.sidebar-menu li {
  margin-top: 40px;
}
.sidebar-menu .li-logout {
  margin-top: 40px;
  margin-bottom: 25px;
}
.sidebar-menu a {
  color: #7e7d7d;
  text-decoration: none;
  font-size: 18px;
}
/* Clase para mostrar el menú */
.sidebar-menu.sidebar-opened {
  right: 0; /* Desliza el menú hacia dentro */
}
.overlay {
  position: fixed;
  top: 10%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Oscurecimiento */
  visibility: hidden; /* Oculto inicialmente */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000; /* Detrás del menú lateral */
}
.overlay.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}
.nav-flyout-mobile {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-left: 20px;
}
.nav-flyout-mobile.open {
  max-height: 500px;
}
.notification-bubble {
  fill: #f35c5f !important;
}
.notification-count {
  font-weight: bold;
  dominant-baseline: middle;
}
.notification-bubble-div-desktop {
  position: relative;
  background-color: #f35c5f;
  text-align: center;
  font-weight: bold;
  color: white;
  bottom: 32%;
  left: 15%;
  width: 1.7em;
  height: 1.7em;
  font-size: 8px;
  border-radius: 50%;
  z-index: 1;
}
.notification-bubble-div-mobile {
  position: absolute;
  background-color: #f35c5f;
  text-align: center;
  font-weight: bold;
  color: white;
  top: 81pt;
  right: 183pt;
  width: 13px;
  height: 13px;
  font-size: 8px;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .table-claroflex {
      display: block;
  }
  .table-claroflex > thead {
      display: none; /* Oculta los encabezados en dispositivos pequeños */
  }
  .table-claroflex > tbody > tr {
      display: block;
      margin-bottom: 10px;
  }
  .table-claroflex > tbody > tr > td {
      display: block;
      text-align: right;
      position: relative;
      padding-left: 50%;
  }
  .table-claroflex > tbody > tr > td::before {
      content: attr(data-label); /* Usa los encabezados como etiquetas */
      position: absolute;
      left: 10px;
      text-align: left;
      font-weight: bold;
  }

}

.many-to-many-row {
  display: flex; 
  justify-content: space-between;
}

.many-to-many-input, 
.many-to-many-input-pair {
  max-height: 10vh !important;
  min-height: 10vh !important;
  width: 11vw; 
  overflow-y: auto; 
  padding: 1em 0; 
  border-radius: 4px;
  cursor: text;
}

.many-to-many-input p, 
.many-to-many-input-pair p {
  margin: 0; 
  text-align: left;
}

.many-to-many-input p label, 
.many-to-many-input-pair p label{
  display: block; 
  padding-left: 1em;
}

.many-to-many-input-editable{
  border-radius: 4px; 
  border: 1px solid #ccc;
}

.cursor-pointer {
  cursor: pointer;
}

.review-background {
  background-color: #ffe4c4 !important;
}

.center-space-around{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.review-count-span{
  background-color: #FB404B;
  text-align: center;
  border-radius: 10px;
  padding: 0 6px;
  color: #FFFFFF;
}

/* MARK: Tab tables */
.tab-container {
  margin-left: 2vw;
}

.tab {
  display: table-cell;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #f0f0f0;
  border-bottom: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-bottom: 1.5rem;
  align-items: center;
}

.tab-active {
  display: table-cell;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #d9d9d9;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: bold;
}

.table-quadrant-container {
  display: none; 
}

.table-quadrant-container.active {
  display: table; 
}
/* Tab tables */

.committee-selector {
  margin-left: 30px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

#advise {
    display: inline-block; 
    width: 8px;      
    height: 8px;       
    background-color: #fe2833;
    border-radius: 50%;  
    margin-left: 0px;    
}

/* DETAILS USERS ANUAL BALANCE */
#hours-negative{
  background: linear-gradient(90deg, #FFE8E8 75%, rgba(255,255,255,1) 100%);
}
#hours-positive{
  background: linear-gradient(90deg, #ecf8e7 75%, rgba(255,255,255,1) 100%);
}

/*END DETAILS USERS ANUAL BALANCE*/
/*PENDING COMPLAINT*/
.complaint-pending td:not(.actions-table){
  background-color: rgb(255, 225, 180) !important;
}

/* MARK: Dashboard */
/* Clase para el contenedor del dashboard */
.dashboard-container {
    margin-top: 10vh;
    padding-bottom: 2rem;
}

.dashboard-title {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 1.5rem;
    margin-left: 15vw;
}

.dashboard-mobile-title {
    margin:1.5rem 1vw;
}

.dashboard-grid {
    display: grid;
    gap: 20px;
    margin: 0 auto;
    margin-left: 15vw;
    margin-right: 1vw;
    justify-content: start; 
    grid-template-columns: 1fr;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
}

.dashboard-grid-mobile {
    margin-left: 1vw;
}

.dashboard-grid.dashboard-grid-item {
    grid-template-columns: repeat(auto-fit, minmax(300px, 400px));
}

.dashboard-card,
.expanded-parent {
    background-color:#F0F0F0 !important;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* Animación más suave */
    min-height: 80px;
    border-radius: 0.5rem !important;
    will-change: transform, box-shadow, border-top; /* Optimización de rendimiento */
}

.dashboard-card {
    border-top: none;
}

.expanded-parent {
    border-top: 4px solid #F35C5F !important;
}

.dashboard-card-extended { 
    background-color:#F0F0F0 !important;
    border-bottom: 4px solid #F35C5F !important;
    opacity: 0;
    transform: translateY(-30px) scale(0.95); /* Efecto de escala añadido */
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); /* Animación más larga y suave */
    margin-top: 0;
    border-radius: 0.5rem !important;
    position: relative;
    overflow: hidden;
    will-change: opacity, transform; /* Optimización de rendimiento */
}

.dashboard-card-extended.mobile{
  padding-bottom: 2vh;
}

.dashboard-card-extended.show {
    opacity: 1;
    transform: translateY(0) scale(1); /* Escala completa cuando se muestra */
}

/* Animación de entrada más elaborada */
.dashboard-card-extended.entering {
    animation: slideInScale 0.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Animación de salida */
.dashboard-card-extended.exiting {
    animation: slideOutScale 0.4s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideInScale {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
        filter: blur(2px);
    }
    50% {
        opacity: 0.7;
        transform: translateY(-10px) scale(0.98);
        filter: blur(1px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

@keyframes slideOutScale {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
    50% {
        opacity: 0.5;
        transform: translateY(-15px) scale(0.97);
        filter: blur(1px);
    }
    100% {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
        filter: blur(2px);
    }
}

.dashboard-card:hover {
    transform: translateY(-3px) scale(1.02); /* Efecto de hover más pronunciado */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.expanded-parent:hover {
    transform: none;
}

.dashboard-card.wide {
    grid-column: span 2;
}

/* Ocultar barra de scroll en la tabla */
.dashboard-card-extended .table-responsive {
    flex: 1;
    height: calc(100% - 80px);
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
    
    /* Ocultar scrollbar pero mantener funcionalidad de scroll */
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer y Edge */
}

/* Ocultar scrollbar en webkit (Chrome, Safari, Opera) */
.dashboard-card-extended .table-responsive::-webkit-scrollbar {
    display: none;
}

/* También ocultar cualquier scroll horizontal */
.dashboard-card-extended .table-responsive {
    overflow-x: hidden;
}

/* Asegurar que no aparezcan scrollbars en el contenedor principal */
.dashboard-card-extended {
    overflow: hidden;
}

.card-body.extended {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    overflow: hidden; 
}

/* Contenedor de la tabla con scroll y animación */
.dashboard-card-extended .table-responsive {
    flex: 1;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.2s; 
}

.dashboard-card-extended.show .table-responsive {
    opacity: 1;
    transform: translateY(0);
}

/* Paginador fijo con animación */
#review-pagination, #delete-pagination {
    position: absolute !important;
    bottom: 5px;
    left: 15px;
    right: 15px;
    background-color: #F0F0F0;
    padding: 10px 0;
    margin: 0 !important;
    z-index: 10;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0.3s; /* Delay mayor para aparecer último */
}

.dashboard-card-extended.show #review-pagination,
.dashboard-card-extended.show #delete-pagination {
    opacity: 1;
    transform: translateY(0);
}

/* Animación para las filas de la tabla */
.dashboard-card-extended .table tbody tr {
    background-color: transparent !important;
    height: 60px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.dashboard-card-extended.show .table tbody tr {
    opacity: 1;
    transform: translateX(0);
}

/* Efecto de aparición en cascada para las filas */
.dashboard-card-extended.show .table tbody tr:nth-child(1) { transition-delay: 0.1s; }
.dashboard-card-extended.show .table tbody tr:nth-child(2) { transition-delay: 0.15s; }
.dashboard-card-extended.show .table tbody tr:nth-child(3) { transition-delay: 0.2s; }
.dashboard-card-extended.show .table tbody tr:nth-child(4) { transition-delay: 0.25s; }
.dashboard-card-extended.show .table tbody tr:nth-child(5) { transition-delay: 0.3s; }

/* Estilos genéricos para celdas multi-línea */
.cell-multi-line {
    line-height: 1.3;
}

.cell-multi-line .primary-text {
    font-weight: bold;
    color: #333;
    font-size: 14px;
    margin-bottom: 2px;
}

.cell-multi-line .secondary-text {
    color: #666;
    font-size: 13px;
    margin-bottom: 1px;
}

.cell-multi-line .secondary-text:last-child {
    margin-bottom: 0;
}

/* Estilos específicos para la tabla */
.dashboard-card-extended .table {
    background-color: transparent !important;
    margin-bottom: 0;
}

.dashboard-card-extended .table thead th {
    border-bottom: 3px solid #dee2e6 !important;
    background-color: transparent !important;
    padding: 1rem 0.75rem;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.dashboard-card-extended .table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent !important;
}

.dashboard-card-extended td {
    vertical-align: middle;
    padding: 1rem 0.75rem;
    line-height: 1.4;
    transition: all 0.2s ease;
}

/* Pagination styles */
.pagination-absoute {
    display: none; 
    position: absolute; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    padding: 0 1rem; 
    z-index: 2;
}

.pagination-absoute.mobile {
    padding: 0; 
}

/* Efecto hover para filas */

.stat-number {
    color: #F35C5F;
    font-size: 36px;
    transition: all 0.2s ease;
}

.stat-number.n-0 {
    color: #7E7D7D;
}

.stat-number-mobile {
    color: #F35C5F;
}

.stat-number-mobile.n-0 {
    color: #7E7D7D;
}

.stat-label {
    color: #666;
    font-size: 14px;
}

.activity-list {
    max-height: 250px;
    overflow-y: auto;
}

.activity-time {
    white-space: nowrap;
}

/* Estilos para paginación con animaciones */
.pagination-info {
    font-size: 14px;
    color: #666;
}

.pagination-controls {
    display: flex;
    align-items: center;
}

.pagination-controls button {
    font-size: 14px;
    padding: 0.375rem 0.75rem;
}

.pagination-controls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#review-page-info, #delete-page-info {
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

/* Animaciones para el cuerpo de la tabla */
#review-table-body, #delete-table-body {
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Animaciones mejoradas para las filas al cambiar de página */
.dashboard-card-extended .table tbody tr {
    background-color: transparent !important;
    height: 60px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efectos de hover para las filas de la tabla */
.dashboard-card-extended .table tbody tr:hover {
    background-color: rgba(243, 92, 95, 0.05) !important;
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(243, 92, 95, 0.1);
}

.dashboard-card {
    position: relative;
    transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
}
.dashboard-card.dragging {
    opacity: 0.3;
    z-index: 10;
}

/* Animaciones para los botones de paginación */
.pagination .page-item .page-link {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.pagination .page-item .page-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.pagination .page-item .page-link:active {
    transform: translateY(0);
    transition: transform 0.1s;
}

/* Efecto de onda para los botones de paginación */
.pagination .page-item .page-link::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(243, 92, 95, 0.2);
    transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.pagination .page-item .page-link:active::before {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
}

.pagination .page-item .page-link img,
.pagination .page-item .page-link span {
    position: relative;
    z-index: 1;
}

/* Animaciones para el estado deshabilitado */
.pagination .page-item.disabled .page-link {
    opacity: 0.5;
    transform: none;
    cursor: not-allowed;
}

.pagination .page-item.disabled .page-link:hover {
    transform: none;
    box-shadow: none;
}

/* Animación para la información de la página */
#review-page-info, #delete-page-info {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Transición suave para los cambios de número de página */
#review-current-page, #delete-current-page {
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Optimizaciones de rendimiento */
* {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* Circular loader styles */
.basic-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #FFFFFF;
    border-bottom-color: #F35C5F;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: basic-loader-rotation 1s linear infinite;
}

@keyframes basic-loader-rotation {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
} 
/* Circular loader styles */

.swal2-confirm:hover {
    background-color: #E93A3E !important; /* Tu color deseado */
    border-color: #F35C5F !important;
    color: #fff !important;
}

.load-screen{
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(255,255,255,0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-selector {
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  background: #fff;
  display: inline-block;
  min-width: 180px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.03);
  transition: border-color 0.2s;
}
.custom-selector:hover, .custom-selector:focus {
  border-color: #0d6efd;
}
.selector-popup {
  position: fixed;
  z-index: 1055;
  left: 0; right: 0; bottom: 0; top: 0;
  background: rgba(0,0,0,0.15);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: background 0.2s;
}
.selector-popup-content {
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  padding: 2rem 1.5rem 2.5rem 1.5rem;
  min-width: 100vw;
  max-width: 100vw;
  min-height: 45vh;
  max-height: 60vh;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.12);
  animation: popupUp 0.25s cubic-bezier(0.4,0,0.2,1);
}
@keyframes popupUp {
  from { transform: translateY(100%);}
  to   { transform: translateY(0);}
}
.list-group-item {
  cursor: pointer;
  border: none;
  border-radius: 0.375rem;
  margin-bottom: 0.25rem;
  transition: background 0.15s, color 0.15s;
}
.list-group-item:last-child {
  margin-bottom: 0;
}
.list-group-item:hover, .list-group-item:focus {
  background: #e9ecef;
  color: #0d6efd;
}

/* MARK: RAINBOW */
.rainbow-header-border {
  position: relative;
  padding: 12px; /* grosor del borde */
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
  background: none !important;
}

.rainbow-header-border::before {
  content: "";
  position: absolute;
  top: -995%;
  left: -25%;
  width: 150%;
  height: 2100%;
  background: conic-gradient(
    #fd004c,
    #fe9000,
    #fff020,
    #3edf4b,
    #3363ff,
    #b102b7,
    #fd004c
  );
  animation: spin 5s infinite linear;
  z-index: 0;
  pointer-events: none;
}

@keyframes spin {
  100% {
    transform: rotate(-360deg);
  }
}

.rainbow-header-border > * {
  position: relative;
  z-index: 1;
}

.rainbow-text {
  cursor: pointer;
  transition: text-shadow 0.5s;
  /* Puedes ajustar el tamaño y posición según tu layout */
}

.rainbow-text:hover {
  text-shadow:
    0.04em 0.04em #fc0049,
    0.08em 0.08em #fe8f01,
    0.12em 0.12em #fdf21f,
    0.16em 0.16em #3fdf4b,
    0.2em 0.2em #3462fe;
}