
body{
    background-image: url('../images/almacen-1.jpg');
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial;
  }
  .d-flex-home{
    gap:20px;
  }
  .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: 180px;
    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;
  }
  @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 {
    margin-top: 10vh !important;
    width:50%;
    left:25%;
    position:relative;
  }
  .card-update-form {
    width: 50%;
    position: relative;
    padding:30px !important;
  }
  .main-header { display: none; }
  .main-dropdown-menu{
  transform: translate(0px, 80px) !important;
  }
  
  @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-10{
    margin-top: 10vh;
  }
  .margin-top-8{
    margin-top: 8vh;
  }
  .table-claroflex{
    border-radius: 1em;
  }
  .table-claroflex  thead th{
    background-color: #cc6767!important;
    color: white;
    border-top: none;
    padding: 0.5rem !important;
  }
  .table-claroflex > tbody > tr {
  vertical-align: middle !important;
  }
  .table-claroflex  thead  th  a{
    color: white; 
  }
  .table-day-detail{
  min-width: 361px !important;
  }
  .table{
    padding: 0.5rem;
  }
  .sub-menu{
      width: 100% !important;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      overflow-y: scroll !important;
      overflow-x: hidden !important;
  }
  /* 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-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; }
  
  .personal-documents {
  height: 375px;
  }
  
  /* PERSONAL DOCUMENTS */
  #folders {
  display:flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 75%;
  overflow-y: auto;
  overflow-x: hidden;
  margin:0;
  scrollbar-width: none;
  }
  
  #folders > button {
  margin: 1.5em;
  text-transform: uppercase;
  text-align: center;
  }
  
  #folders::-webkit-scrollbar {
  display: none;
  }
  
  .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: rgb(231, 184, 184) !important;
  }
  .hours-neutral td:not(.actions-table){
  background-color: rgb(238,238,238);
  }
  .hours-absence td:not(.actions-table){
  background-color: rgb(184, 231, 231);
  }
  .hours-positive td:not(.actions-table){
  background-color: rgb(184, 231, 184);
  }
  .unread-notification td:not(.actions-table){
    background-color: rgb(184, 231, 231) !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: rgbrgb(184, 231, 231);
    background: linear-gradient(90deg, rgba(231,184,184,0) 35%, rgba(255,255,255,1) 100%);
  }
  
  .detail_week.hours-negative td{
    background: rgb(231,184,184);
  }
  .detail_week.hours-positive td{
    background: rgb(184, 231, 184);
  }
  .detail_week.hours-absence td{
    background: rgb(184, 231, 231);
  }
  
  /* end table row time tracker */
  
  /* table detail of month */
  
  .month-corrects-hour.has_deficit td{
    background-color: rgb(231, 184, 184);
  }
  .month-corrects-hour.has_absence td{
    background-color: rgb(204, 153, 255);
  }
  .month-corrects-hour.has_sick td{
    background-color: rgb(255, 204, 153);
  }
  .month-corrects-hour.has_vacation td{
    background-color: rgb(204, 153, 255);
  }
  .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 td{
    background-color: rgb(184, 231, 184);
  }
  .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;
    justify-content: space-between; 
    align-items: center;
    width: 100%;
  }

  .swal-popup-custom {
    font-size: 20px;      
    padding: 50px;         
    height: 800px;         
    width: 1000px;          
    max-width: 80vw;       
    max-height: 80vh;      
    border-radius: 10px;  
  }

  .swal-task-details {
    margin-top: 2%;
    text-align: left;
    line-height: 1.7;
    padding: 10px 80px 10px 80px;
  }

  .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 {
    border: 12px solid #b3b3b3;
    border-radius: 50%;
    border-top: 12px solid #fe2833;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
  }
  .loader-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  
  @keyframes spin {
    100% {
        transform: rotate(360deg);
    }
  }
  
  /* EVENT CALENDAR */
  
  .calendar {
    text-align: center;
    border: 1px solid black;
    height: 75vh;
    width: 95vw;
  }
  
  .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 black;
    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;
  }
  .fc-daygrid-day-number {
    color: #fe2833;
  }
  .modal-header {
    background-color: #fe2833;
  }
  .fc-button {
    background-color: #fe2833 !important;
  }
  .fc-h-event, .fc-v-event {
    background-color: #fe2833 !important;
    border: none;
  }
  .fc-h-event:hover, .fc-v-event:hover, .fc-daygrid-dot-event:hover {
    cursor: pointer;
  }
  #external-events .fc-event  {
    background-color: #d1d1d1;
    border-radius: 10px;
    margin-right: 1em;
    margin-bottom: 1em;
    padding: 1em 1em 0.5em 1em;
    color: #000;
  }
  .external-events-container {
    height: 75vh;
    overflow-y: scroll;
  }
  .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 */
  }
  /* 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-60-vw{
    width: 60vw;
  }
  .width-40-vw{
    width: 40vw;
  }
  .width-20-vw{
    width: 40vw;
  }
  .break-green{
    background-color: #67db6d !important;
  }
  .break-red{
    background-color: #ff6a6a !important;
  }
  /* END CURRENT DAY RECORDS */

 /* TASK ORDER FORM */

 .centrar-caja{
    justify-content: center;
 }

 .quitar-margen{
    left: 0 !important;
    width: 95% !important;
    align-items: center;
 }

 .referencia-pedido{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
 }

 #order-reference{
    margin: 10px 0;
 }
 
 #order-form-submit{
    margin: 10px 0;
 }

 .ocultar-formulario{
    visibility: hidden;
    height: 0;
 }

 .hide-btn{
    visibility: hidden;
 }

 .previsualizacion{
    height: 24vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }

 #table-form-components{
    margin: 20px 10px;
    border: 1px solid #000;

  th {
    border: 1px solid #000;
    padding: 10px 15px;
    font-size: 1.2rem;
  }

  td {
    border: 1px solid #000;
    padding: 10px 15px;
  }
 }

 .centrar-btn{
    display: flex;
    justify-content: center;
  }

  @media (max-width: 900px){
    .referencia-pedido{
      flex-direction: column;
      margin-top: 50px;
    }
    .previsualizacion{
      height: 100%;
    }
    .card-create-form{
      margin-top: 0 !important;
    }
    .pt-5{
      padding-top: 0 !important;
    }
    #prev-form{
      width: 100vw;
      margin-bottom: 50px;
    }
    th, tr{
      padding: 0 !important;
    }
    #formulario-componentes{
      overflow-x: auto;
    }
  }

/* Table checkbox */
.table-checkbox{
  width: 1.5rem;
  height: 1.5rem;
  align-self: center;
}

.checkbox.checked {
  color: #00363a;
}

/* DAILY TASKS */
@media (max-width: 600px){
  thead{
    width: 250px;
  }
  tbody{
    display: flex;
  }
  tr{
    display: flex;
    flex-direction: column;
  }
  .table{
    display: flex;
    overflow-x: auto;
  }
  .table-claroflex thead th{
    height: 75px;
  }
  .table>:not(caption)>*>*{
    height: 75px;
  }
  .btn-simple{
    padding: 0 0 0 16px !important;
  }
  #menu-toggle{
    height: 33px !important;
  }
  #logo-toggle{
    width: 250px;
    margin-top: 10px;
  }
  .justify-content-center{
    justify-content: left !important;
  }
  #table-form-components{
    display: flex;
  }
  #thead-form-components{
    display: flex;

    th{
      height: 140px !important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  #tbody-form-components{
    td{
      height: 140px !important;
      display: flex;
      align-items: center;
      justify-content: center;
    }
  }
  .add-margin{
    margin: 75px 0 !important;
  }
  .px-3 .py-2 .bg-dark .text-white .fixed-top{
    display: none;
  }
}

/* LOADER */
.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);
  }
}
/* LOADER */
