@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Opcional, para desactivar el botón */
#btn_login:disabled {
    background-color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

[class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-light-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #86cfda;
    color: #212529;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

/***AJUST TO NAVBAR ***/
.side-color{
  position: absolute;
  bottom: 40%;
  width: 10px;
  right: auto;
  height: 10px;
  left: 0;
  margin: 0 auto;
  top: auto;
  border-radius: 100%;
  margin-left: 4%;
}
.viewStatus {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.viewStatus .owl-stage-outer{
  width: 92%;
  margin: 0 auto;
  text-align: end;
  justify-content: end;
}
.viewStatus .owl-nav{
position: absolute;
width: 100%;
display: flex;
justify-content: space-between;
top: 0;
height: 100%;
align-items: center;
left: 0;
right: 0;
bottom: 0;
margin: 0 auto;
z-index: -1;
}
.overflow-toggle {
  overflow-x: clip !important;
  overflow-y: visible !important;
  -webkit-transform: none!important;
}
.toListStatus{
 transition: all 0.3s ease;
 box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,0.2);
 border-radius: 0  0px 5px 5px;
 border-top: 0;
 top: 45px;
}
.toListStatus ol{
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 11;
}
.toListStatus ol li{
  border-bottom: 1px solid #eee;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  z-index: 31;
  padding: 2.5% 5%;
}
.swal2-select:focus{
  border: none;
}
.toListStatus ol li:hover{
  background: #eee;
}
.viewStatus .owl-nav .owl-next, 
.viewStatus .owl-nav .owl-prev{width: 15px;height: 100%;color: #999!important;position: relative;}
.viewStatus .owl-nav .owl-next span, 
.viewStatus .owl-nav .owl-prev span{
display: none;
position: relative;
}
.viewStatus .owl-nav .owl-next::after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1em;
  z-index: 1;
  font-weight: 900;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.viewStatus .owl-nav .owl-prev::before{
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 1em;
  z-index: 1;
  font-weight: 900;
  bottom: 0;
  right: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bell-active {
  animation: ring 4s 0.7s ease-in-out infinite;
}
.getMotive{
  cursor: pointer;
}
@keyframes ring {
  0%, 100% { transform: rotate(0); }
  10% { transform: rotate(30deg); }
  20% { transform: rotate(-28deg); }
  30% { transform: rotate(26deg); }
  40% { transform: rotate(-24deg); }
  50% { transform: rotate(22deg); }
  60% { transform: rotate(-20deg); }
  70% { transform: rotate(18deg); }
  80% { transform: rotate(-16deg); }
  90% { transform: rotate(10deg); }
}

/*
.owl-stage-outer {
  overflow: visible !important;
}
  */
.owl-stage {
  display: flex !important;
}

/*
.owl-prev::after{
  content: "\f053";
    font-family: "Font Awesome 5 Free";
}.owl-next::before{

}
*/
.viewStatus .owl-dots{
  display: none;
}
#closetoyou{
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #dee2e6;
}
.sidebar-light-warning .nav-sidebar>.nav-item>.nav-link{
  display: flex;
  align-items: center;
}
.sidebar-light-warning .nav-sidebar>.nav-item>.nav-link p{
  flex: 0 1 100%;
  position: relative;
}
.sidebar-light-warning .nav-sidebar>.nav-item>.nav-link p>i{
  transition: all 0.3s ease;
  top: 0;
  right: 0;
  float: none;
  width: 5%;
  height: 100%;
  bottom: 0;
  left: auto;
  margin: auto 0;
  display: flex;
  align-items: center;
}
.btn_radius{
  border-radius: 50%;
  height: 40px;
  width: 40px;
}

.clean_elements{
  font-size: 0.7vw;
  font-weight: 500;
  color: #383838;

}

.nom_clean{
  justify-content: center;
  display: flex;
  padding: 4px;
  color:#323232;

}

.element_clean{
  border-radius: 25px;
  padding: 4px;
  background-color: #f7d03d;
  display: flex;

}

.user_ico{
  border-radius: 50%;
  height: auto;
  padding: 8px;
  justify-content: center;
  display: flex;
  background-color: white;
}

.list_employe{
/*-webkit-box-shadow: inset -2px 0px 14px -8px rgba(0,0,0,0.75);
-moz-box-shadow: inset -2px 0px 14px -8px rgba(0,0,0,0.75);
box-shadow: inset -2px 0px 14px -8px rgba(0,0,0,0.75);*/
}

.size_icon{
  font-size:18px;
}

.btn_accept{
  border: 1px solid transparent;
  background-color: #29bb29;
  color:white;
}

.btn_disagree{
  border: 1px solid transparent;
  background-color: #dc4a3c;
  color:white;
}


.btn_add {
  color: #e7e6be;
  padding: 0.3em 1.5em;
  font-size: 15px;
  border-radius: 0.5em;
  background: #000000;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.btn_add:active {
  color: #fff;
  box-shadow: inset 4px 4px 12px #000000, inset -4px -4px 12px #000000;
}

.head_table{
    background: #e9a825;
    color:#333333f0;
}

.btn_save {
  color: #f7fef2;
  padding: 0.2em 1.2em;
  font-size: 18px;
  border-radius: 0.5em;
  background: #34a036;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.btn_save:active {
  color: #fff;
  box-shadow: inset 4px 4px 12px #7cc547, inset -4px -4px 12px #7cc547;
}

.label_text{
    float:left;
    color:#333333f0;
}

.right{
  float:right;
  bottom:0;
}

.btn_out {
  color: #e7e6be;
  padding: 0.3em 1.7em;
  font-size: 15px;
  border-radius: 0.5em;
  background: #ee7b22;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
}

.btn_out:active {
  color: #fff;
  box-shadow: inset 4px 4px 12px #ee7b22, inset -4px -4px 12px #ee7b22;
}

.card_person{
  border:1px solid #eeeeee;
  border-radius: 5px;
  background-color: #eeeeee;
  min-height:160px;
}

.foto_align{
  vertical-align: middle !important;
  display: flex;
}

.foto_emp{
  width:100%;
  border-radius: 3px;
}

.no_asist{
  border-bottom:5px solid #e62525;
}

.asist{
  border-bottom:5px solid #28ba55;
}

.insident{
  border-bottom:5px solid #fee302;
}

.insident_vac{
  border-bottom:5px solid #1eb2de;
}

.insident_inc{
  border-bottom:5px solid #ff8d1c;
}

.insident_des{
  border-bottom:5px solid #ee64f0;
}

.asist_office{
  border-bottom:5px solid #f0b94a;
}

.lbl_name{
  color:#4f4f4f;
  font-weight: 600;
  font-size: 0.9vw;
}

.color_icon{
  color:#022e50;
}

.pad_inter{
  padding: .5rem !important;
}

.align_hr{
  margin-right: 10px !important;
  margin-left: 10px !important;
}

/*------------------------------------------*/

.continue-application {
  --color: #fff;
  --background: #404660;
  --background-hover: #3A4059;
  --background-left: #2B3044;
  --folder: #F3E9CB;
  --folder-inner: #BEB393;
  --paper: #FFFFFF;
  --paper-lines: #BBC1E1;
  --paper-behind: #E1E6F9;
  --pencil-cap: #fff;
  --pencil-top: #275EFE;
  --pencil-middle: #fff;
  --pencil-bottom: #5C86FF;
  --shadow: rgba(13, 15, 25, .2);
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  padding: 17px 29px 17px 69px;
  transition: background 0.3s;
  color: var(--color);
  background: var(--bg, var(--background));
}

.continue-application > div {
  top: 0;
  left: 0;
  bottom: 0;
  width: 53px;
  position: absolute;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
  background: var(--background-left);
}

.continue-application > div .folder {
  width: 23px;
  height: 27px;
  position: absolute;
  left: 15px;
  top: 13px;
}

.continue-application > div .folder .top {
  left: 0;
  top: 0;
  z-index: 2;
  position: absolute;
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder .top svg {
  width: 24px;
  height: 27px;
  display: block;
  fill: var(--folder);
  transform-origin: 0 50%;
  transition: transform 0.3s ease var(--fds, 0.45s);
  transform: perspective(120px) rotateY(var(--fr, 0deg));
}

.continue-application > div .folder:before, .continue-application > div .folder:after,
.continue-application > div .folder .paper {
  content: "";
  position: absolute;
  left: var(--l, 0);
  top: var(--t, 0);
  width: var(--w, 100%);
  height: var(--h, 100%);
  border-radius: 1px;
  background: var(--b, var(--folder-inner));
}

.continue-application > div .folder:before {
  box-shadow: 0 1.5px 3px var(--shadow), 0 2.5px 5px var(--shadow), 0 3.5px 7px var(--shadow);
  transform: translateX(var(--fx, 0));
  transition: transform 0.4s ease var(--fd, 0.3s);
}

.continue-application > div .folder:after,
.continue-application > div .folder .paper {
  --l: 1px;
  --t: 1px;
  --w: 21px;
  --h: 25px;
  --b: var(--paper-behind);
}

.continue-application > div .folder:after {
  transform: translate(var(--pbx, 0), var(--pby, 0));
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .folder .paper {
  z-index: 1;
  --b: var(--paper);
}

.continue-application > div .folder .paper:before, .continue-application > div .folder .paper:after {
  content: "";
  width: var(--wp, 14px);
  height: 2px;
  border-radius: 1px;
  transform: scaleY(0.5);
  left: 3px;
  top: var(--tp, 3px);
  position: absolute;
  background: var(--paper-lines);
  box-shadow: 0 12px 0 0 var(--paper-lines), 0 24px 0 0 var(--paper-lines);
}

.continue-application > div .folder .paper:after {
  --tp: 6px;
  --wp: 10px;
}

.continue-application > div .pencil {
  height: 2px;
  width: 3px;
  border-radius: 1px 1px 0 0;
  top: 8px;
  left: 105%;
  position: absolute;
  z-index: 3;
  transform-origin: 50% 19px;
  background: var(--pencil-cap);
  transform: translateX(var(--pex, 0)) rotate(35deg);
  transition: transform 0.4s ease var(--pbd, 0s);
}

.continue-application > div .pencil:before, .continue-application > div .pencil:after {
  content: "";
  position: absolute;
  display: block;
  background: var(--b, linear-gradient(var(--pencil-top) 55%, var(--pencil-middle) 55.1%, var(--pencil-middle) 60%, var(--pencil-bottom) 60.1%));
  width: var(--w, 5px);
  height: var(--h, 20px);
  border-radius: var(--br, 2px 2px 0 0);
  top: var(--t, 2px);
  left: var(--l, -1px);
}

.continue-application > div .pencil:before {
  -webkit-clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
  clip-path: polygon(0 5%, 5px 5%, 5px 17px, 50% 20px, 0 17px);
}

.continue-application > div .pencil:after {
  --b: none;
  --w: 3px;
  --h: 6px;
  --br: 0 2px 1px 0;
  --t: 3px;
  --l: 3px;
  border-top: 1px solid var(--pencil-top);
  border-right: 1px solid var(--pencil-top);
}

.continue-application:before, .continue-application:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: var(--color);
  transform-origin: 9px 1px;
  transform: translateX(var(--cx, 0)) scale(0.5) rotate(var(--r, -45deg));
  top: 26px;
  right: 16px;
  transition: transform 0.3s;
}

.continue-application:after {
  --r: 45deg;
}

.continue-application:hover {
  --cx: 2px;
  --bg: var(--background-hover);
  --fx: -40px;
  --fr: -60deg;
  --fd: .15s;
  --fds: 0s;
  --pbx: 3px;
  --pby: -3px;
  --pbd: .15s;
  --pex: -24px;
}



.align_folder{
  justify-content: center;
  display: flex;
}


.title_zip{
  font-size:25px;
  font-weight: 600;
  color: #4f4f4f;
}

/*------------------------------------------*/


.modal_size{
    max-width:30% !important;
}


/*--------------------------------------------*/


.upload_image {
  border-radius: 5px;
  font-size: larger;
  font-weight: 500;
  height: 3em;
  width: 80%;
  margin: 0 auto;
  position: relative;
  border: none;
  background-color: #3A4059;
  overflow: hidden;
  isolation: isolate;
  color: white;
  box-shadow: 1px 2px 4px #0007;
  transition: background-color 0.2s;
}

.upload_image:hover {
  background-color: hsl(218, 68%, 47%);
  color:white;
}

.upload_image > span {
  position: relative;
  pointer-events: none;
  z-index: 10;
}

.ripple-container {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(12, 0.5em);
}

.ripple-container > span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ripple-container > span::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: hsl(218, 68%, 65%);
  transition: width 0.5s ease-out, height 0.5s ease-out, opacity 1s;
  width: 13em;
  height: 13em;
  opacity: 0;
  border-radius: 999em;
}

.ripple-container > span:active::after {
  transition: 0s;
  width: 0em;
  height: 0em;
  opacity: 1;
}


/*--------------------------------------------*/


/*--------------------------------------------*/

.upload_coment {
  border-radius: 5px;
  font-size: larger;
  font-weight: 500;
  height: 3em;
  width: 80%;
  margin: 0 auto;
  position: relative;
  border: none;
  background-color: #f1c40f;
  overflow: hidden;
  isolation: isolate;
  color: #373737;
  box-shadow: 1px 2px 4px #0007;
  transition: background-color 0.2s;
}

.upload_coment:hover {
  background-color: hsl(218, 68%, 47%);
  color:white;
}

.upload_coment > span {
  position: relative;
  pointer-events: none;
  z-index: 10;
}


/*------------------------------------------------*/


.num_count{
    float: right;
    font-size: 18px;
    font-weight: 600;
}

.up_image{
    position: absolute;
    top: 0;
    left: 83px;
    width: 67%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.form_photos{
  display: block;
}

.form_comments{
  display: none;
}

.btn_comments{
  display: none;
}

.bit_card{
  border-radius: 5px;
  background-color: #eeeeee;
  padding:15px;
  margin:10px;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.75);
}

.text_bit{
  padding:5px;
  font-size: 0.8vw;
  color:#383838;
  font-weight: 500;
}

.text_bit_emp{
  padding:5px;
  font-size: 1.3vw;
  color:#383838;
  font-weight: 600;
}

.text_bit_serv{
  padding:5px;
  font-size: 1.2vw;
  color:#383838;
  font-weight: 600;
}

.btn_det{
  float:right;
}

.alig_element{
  width: auto;
}

.modal_allSize{
  max-width:95% !important;
}

.scroll_binnacle{
  max-height:750px;
  overflow-y: scroll;
}

.num_count_photos{
  font-size: 0.8vw;
  float:left;
  padding:5px 15px;
  color:#383838;
  font-weight: 600;
  background-color:#f7d03d;
  border-radius: 10px;
}

.comment_photos{
  font-size: 0.8vw;
  float:left;
  padding:5px 15px;
  color:#f7fafa;
  background-color:#616464;
  font-weight: 500;
  border-radius: 10px;
  width: 100%;
  display: block;
}


.comment_client_service{
  font-size: 0.8vw;
  float:left;
  padding:5px 15px;
  color:#f7fafa;
  background-color:#616464;
  font-weight: 500;
  border-radius: 10px;
  width: 100%;
  display: block;
}

.comment_positive{
  color:#2dc646;
  font-size:18px;
}

.comment_neutro{
  color:#f7d03d;
  font-size:18px;
}

.comment_negative{
  color:#fe6243;
  font-size:18px;
}


.size_img{
  height: 430px;
  border-radius:8px;
  padding-right: 4.5px;
  padding-left: 4.5px;
  
}

.incomplete{
  border-bottom:5px solid #ffbe12; 
}

.complete{
  border-bottom:5px solid #2abbd5; 
}

.ico_binnacle{
  color:#1a3656;
}


.sts_acept{
  border-bottom:5px solid #2bbf38; 
}

.sts_disagree{
  border-bottom:5px solid #ffbe12; 
}

/*--------------------------------------*/


.details-button {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 5px 12px;
  color: white;
  background: #0b5c7f;
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.details-button svg {
  margin-right: 8px;
  width: 25px;
}

.details-button:hover {
  box-shadow: 0 0.5em 1.5em -0.5em rgba(88, 71, 116, 0.627);
}

.details-button:active {
  box-shadow: 0 0.3em 1em -0.5em rgba(88, 71, 116, 0.627);
}

.details-button::before {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.details-button::after {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.details-button:hover::before,
.details-button:hover::after {
  height: 60%;
}


.details-button_fil {
  display: flex;
  align-items: center;
  font-family: inherit;
  font-weight: 500;
  font-size: 17px;
  padding: 5px 14px;
  color: white;
  background: #2c9c3a;
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em rgba(59, 48, 78, 0.527);
  letter-spacing: 0.05em;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}

.details-button_fil svg {
  margin-right: 8px;
  width: 25px;
}

.details-button_fil:hover {
  box-shadow: 0 0.5em 1.5em -0.5em rgba(88, 71, 116, 0.627);
}

.details-button_fil:active {
  box-shadow: 0 0.3em 1em -0.5em rgba(88, 71, 116, 0.627);
}

.details-button_fil::before {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  left: 0;
  transition: all 0.2s;
}

.details-button_fil::after {
  content: "";
  width: 4px;
  height: 40%;
  background-color: white;
  position: absolute;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  right: 0;
  transition: all 0.2s;
}

.details-button_fil:hover::before,
.details-button_fil:hover::after {
  height: 60%;
}


/*--------------------------------------*/

.center_div{
  display: flex;
  justify-content: center; /* Centrado horizontal */
  align-items: center;     /* Centrado vertical */
/*  height: 100vh;   */
}

/*.mi-div {
    width: 300px;
    height: 200px;
    background-color: lightcoral;
}*/



/*----------------------documents---------------------*/


.upload_files {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.3em;
  height: 5.3em;
  border: none;
  cursor: pointer;
  border-radius: 0.4em;
/*  background: rgba(235, 252, 254, 0.8);*/
}

.container_file {
  position: relative;
  width: 3.5em;
  height: 3.1em;
  background: none;
  overflow: hidden;
}

.folder {
  content: "";
  position: absolute;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, .3); */
}

.folder_one {
  bottom: 0;
  width: 100%;
  height: 88%;
  border-radius: 3px;
  border-top: 2px solid rgb(206, 167, 39);
  /* background-color: rgb(252, 212, 80); */
  background: linear-gradient(-35deg, rgb(238, 194, 47) 5%, rgb(255, 223, 118));
}

.folder_two {
  top: 5%;
  width: 38%;
  height: 19%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgb(206, 167, 39);
  box-shadow: 0 1px 5px -2px rgba(0, 0, 0, 0.5);
}

.folder_two::before {
  content: "";
  position: absolute;
  display: inline;
  left: 88%;
  width: 0;
  height: 0;
  border-left: 7px solid rgb(206, 167, 39);
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  /* background-color: rgb(206, 167, 39); */
}

.folder_three {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0.5em;
  bottom: 0;
  width: 2.5em;
  height: 0.9em;
  border-radius: 4px 4px 0 0;
  background: linear-gradient(-35deg, rgb(25, 102, 218), rgb(109, 165, 249));
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.folder_four {
  left: 1em;
  bottom: 0.3em;
  width: 1.5em;
  height: 0.18em;
  border-radius: 1em;
  background-color: rgb(20, 77, 163);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.active_line {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0.9em;
  height: 0.4em;
  background-color: #999;
  border: none;
  border-radius: 1em;
  transition: all 0.15s linear;
}

.upload_files:active .active_line,
.upload_files:focus .active_line {
  width: 2.3em;
  background-color: rgb(41, 126, 255);
}

.upload_files:focus .container_file {
  animation: wow 1s forwards;
}

@keyframes wow {
  20% {
    scale: 0.8;
  }

  30% {
    scale: 1;
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }

  65% {
    transform: translateY(4px);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    scale: 1;
  }
}

.text_file {
  content: "";
  position: absolute;
  top: -1.5em;
  width: 7.7em;
  height: 2.6em;
  background-color: #666;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 5px;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  opacity: 0;
  transition: all 0.25s linear;
}

.upload_files:hover .text_file {
  opacity: 1;
}


/*-------------carga de archivo--------------*/

.container_upload {
  --transition: 350ms;
  --folder-W: 120px;
  --folder-H: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  background: linear-gradient(135deg, #6dd5ed, #2193b0);
  border-radius: 15px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
  height: calc(var(--folder-H) * 1.7);
  position: relative;
}

.folder_upload {
  position: absolute;
  top: -20px;
  left: calc(50% - 60px);
  animation: float 2.5s infinite ease-in-out;
  transition: transform var(--transition) ease;
}

.folder_upload:hover {
  transform: scale(1.05);
}

.folder_upload .front-side,
.folder_upload .back-side {
  position: absolute;
  transition: transform var(--transition);
  transform-origin: bottom center;
}

.folder_upload .back-side::before,
.folder_upload .back-side::after {
  content: "";
  display: block;
  background-color: white;
  opacity: 0.5;
  z-index: 0;
  width: var(--folder-W);
  height: var(--folder-H);
  position: absolute;
  transform-origin: bottom center;
  border-radius: 15px;
  transition: transform 350ms;
  z-index: 0;
}

.container:hover .back-side::before {
  transform: rotateX(-5deg) skewX(5deg);
}
.container:hover .back-side::after {
  transform: rotateX(-15deg) skewX(12deg);
}

.folder_upload .front-side {
  z-index: 1;
}

.container:hover .front-side {
  transform: rotateX(-40deg) skewX(15deg);
}

.folder_upload .tip {
  background: linear-gradient(135deg, #ff9a56, #ff6f56);
  width: 80px;
  height: 20px;
  border-radius: 12px 12px 0 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -10px;
  z-index: 2;
}

.folder_upload .cover {
  background: linear-gradient(135deg, #ffe563, #ffc663);
  width: var(--folder-W);
  height: var(--folder-H);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.custom-file-upload {
  font-size: 1.1em;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: background var(--transition) ease;
  display: inline-block;
  width: 100%;
  padding: 10px 35px;
  position: relative;
}

.custom-file-upload:hover {
  background: rgba(255, 255, 255, 0.4);
}

.custom-file-upload input[type="file"] {
  display: none;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}


/*-------------------------------------------*/


.card_zip{
  margin:10px;
  background-color: #eeeeee;
}

.card_img{
  padding:15px;
  display: flex;
  justify-content: center; /* Centra horizontalmente */
  align-items: center;     /* Centra verticalmente */

}
.card_img img{
  width:90%;
}

.card_filter{
  margin: 15px;
  width: 98% !important;
}



/*--------------------- tabs ----------------------*/

.tabs_per {
  display: flex;
}


.center-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tab-content {
    display: none;
    padding: 20px;
/*    border-top: 1px solid #ccc;*/
}

.active_per {
    background-color: #f4f6f9;
    border-bottom:0px;

    -webkit-box-shadow: 0px -3px 4px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -3px 4px -2px rgba(0,0,0,0.75);
    box-shadow: 0px -3px 4px -2px rgba(0,0,0,0.75);
}

.active-tab {
    display: block;
}




.switch {
  --_switch-bg-clr: #e4e4e4;
  --_switch-padding: 4px; 
  --_slider-bg-clr: rgb(244 180 64); 
  --_slider-bg-clr-on: rgb(226 102 26);
  --_slider-txt-clr: #ffffff;
  --_label-padding: 1rem 2rem; 
  --_switch-easing: cubic-bezier(
    0.47,
    1.64,
    0.41,
    0.8
  ); 
  
  color: white;
  width: fit-content;
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: 9999px;
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
  isolation: isolate;
}

.switch input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.switch > span {
  display: grid;
  place-content: center;
  transition: opacity 300ms ease-in-out 150ms;
  padding: var(--_label-padding);
}
.switch::before,
.switch::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: inset 150ms ease-in-out;
}
/* switch slider */
.switch::before {
  background-color: var(--_slider-bg-clr);
  inset: var(--_switch-padding) 50% var(--_switch-padding)
    var(--_switch-padding);
  transition:
    inset 500ms var(--_switch-easing),
    background-color 500ms ease-in-out;
  z-index: -1;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.3),
    0 1px rgba(255, 255, 255, 0.3);
}
/* switch bg color */
.switch::after {
  background-color: var(--_switch-bg-clr);
  inset: 0;
  z-index: -2;
}
/* switch hover & focus */
.switch:focus-within::after {
  inset: -0.25rem;
}
.switch:has(input:checked):hover > span:first-of-type,
.switch:has(input:not(:checked)):hover > span:last-of-type {
  opacity: 1;
  transition-delay: 0ms;
  transition-duration: 100ms;
}
/* switch hover */
.switch:has(input:checked):hover::before {
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
    45%;
}
.switch:has(input:not(:checked)):hover::before {
  inset: var(--_switch-padding) 45% var(--_switch-padding)
    var(--_switch-padding);
}
/* checked - move slider to right */
.switch:has(input:checked)::before {
  background-color: var(--_slider-bg-clr-on);
  inset: var(--_switch-padding) var(--_switch-padding) var(--_switch-padding)
    50%;
}
/* checked - set opacity */
.switch > span:last-of-type,
.switch > input:checked + span:first-of-type {
  opacity: 0.75;
}
.switch > input:checked ~ span:last-of-type {
  opacity: 1;
}


/*------------------ fin tabs ----------------------*/


/*------------------ Modal Button ----------------------*/
.scene {
    width: 10em;
    justify-content: center;
    align-items: center;
}

.cube {
    color: #ccc;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
    transform-style: preserve-3d;
    transform-origin: 100% 50%;
    width: 10em;
    height: 4em;
}

.cube:hover {
    transform: rotateX(-90deg);
}

.side {
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    height: 4em;
    width: 10em;
    text-align: center;
    text-transform: uppercase;
    padding-top: 1.5em;
    font-weight: bold;
}

.top {
    background: #37B5FF;
    color: #000000;
    transform: rotateX(90deg) translate3d(0, 0, 2em);
    box-shadow: inset 0 0 0 5px #CBC8C7;
}

.front {
    background: #F0B400;
    color: #222229;
    box-shadow: inset 0 0 0 5px #CBC8C7;
    transform: translate3d(0, 0, 2em);
}
/*------------------ Modal Button ----------------------*/




/* Estilo para la alerta flotante */
.custom-alert {
  position: fixed;
  top: 35%;
  right: 35%;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 100%;
  z-index: 9999;
  opacity: 0;
  animation: fadeInAlert 0.5s forwards;
}

.comment-field {
  width: 100%;
  height: 80px;
  margin: 10px 0;
  padding: 10px;
  border:1px solid #b0b0b0;
  border-radius: 4px;
}

.custom-alert .alert-content {
  text-align: center;
}

.custom-alert p {
  margin-bottom: 15px;
  font-size: 18px;
}

.custom-alert .alert-buttons {
  display: flex;
  justify-content: space-evenly;
}

.custom-alert button {
  padding: 10px 20px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.custom-alert .btn-accept {
  background-color: #4CAF50;
  color: white;
}

.custom-alert .btn-cancel {
  background-color: #f44336;
  color: white;
}

.custom-alert .btn-accept:hover,
.custom-alert .btn-cancel:hover {
  opacity: 0.8;
}

@keyframes fadeInAlert {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/*--------------loading-------------------*/


.bod_spin {
    margin: 0;
/*    height: 100vh;*/
    display: none;
    background-color:rgb(33, 47, 61);
    justify-content: center;
    align-items: center;
}

 .spinner_AT {
    --size: 30px;
    --first-block-clr: #005bba;
    --second-block-clr: #fed500;
    --clr: #111;
    width: 100px;
    height: 100px;
    position: fixed; /* Cambié a relative para que los bloques se posicionen respecto al spinner_AT */
    justify-content: center;
    z-index: 9999;
    top:43%;
  }

  .spinner_AT::after, .spinner_AT::before {
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: var(--size);
    height: var(--size);
    top: 50%;
    left: 50%;
    background: var(--first-block-clr);
    animation: up 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
  }

  .spinner_AT::after {
    background: var(--second-block-clr);
    top: calc(50% - var(--size));
    left: calc(50% - var(--size));
    animation: down 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
  }

  @keyframes down {
    0%, 100% {
      transform: none;
    }

    25% {
      transform: translateX(100%);
    }

    50% {
      transform: translateX(100%) translateY(100%);
    }

    75% {
      transform: translateY(100%);
    }
  }

  @keyframes up {
    0%, 100% {
      transform: none;
    }

    25% {
      transform: translateX(-100%);
    }

    50% {
      transform: translateX(-100%) translateY(-100%);
    }

    75% {
      transform: translateY(-100%);
    }
  }

/*--------------loading-------------------*/



@media screen and (max-width: 980px){
  .card-body{
    padding: 0.8rem !important;
  }

  .modal_size{
    max-width:100% !important;
  }

  .modal_allSize{
    max-width:100% !important;
  }

  .padding_card{
    padding-left:0px;
    padding-right:0px;
    margin: 5px;
  }

  .lbl_name{
    color:#4f4f4f;
    font-weight: 600;
    font-size: 0.9vw;
  }

  .pad_inter{
    padding: .3rem !important;
  }

  .card_person{
    border:1px solid #eeeeee;
    border-radius: 5px;
    background-color: #eeeeee;
    min-height:130px;
  }

  .no_asist{
    border-bottom:4px solid #e62525;
  }

  .asist{
    border-bottom:4px solid #28ba55;
  }

  .insident{
    border-bottom:4px solid #fee302;
  }

  .insident_vac{
    border-bottom:4px solid #1eb2de;
  }

  .asist_office{
    border-bottom:4px solid #fee302;
  }

  .btn_add {
    color: #e7e6be;
    padding: 0.2em 1.2em;
    font-size: 15px;
    border-radius: 0.5em;
    background: #000000;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    box-shadow: 3px 3px 4px #c5c5c5, -3px -3px 4px #ffffff;
  }

  .btn_add:active {
    color: #fff;
    box-shadow: inset 4px 4px 4px #000000, inset -4px -4px 4px #000000;
  }

  .btn_out {
    color: #e7e6be;
    padding: 0.2em 1.4em;
    font-size: 15px;
    border-radius: 0.5em;
    background: #ee7b22;
    cursor: pointer;
    border: 1px solid #e8e8e8;
    transition: all 0.3s;
    box-shadow: 3px 3px 4px #c5c5c5, -3px -3px 4px #ffffff;
  }

  .btn_out:active {
    color: #fff;
    box-shadow: inset 4px 4px 4px #ee7b22, inset -4px -4px 4px #ee7b22;
  }

  .size_img{
    height: 263px !important;
  }

}

.modal_img_size{
  width: 35vw;
  max-width: 100%;
/*  height:80%;*/
}

.img_complet_size{
  width:100%;
  -webkit-box-shadow: 5px 8px 8px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 8px 8px -5px rgba(0,0,0,0.75);
  box-shadow: 5px 8px 8px -5px rgba(0,0,0,0.75);
}

.upload-container {
    border: 2px dashed #999;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    background-color: #f9f9f9;
}

.upload-icon {
    font-size: 40px; /* Tamaño del icono */
    color: #666;
}

.upload-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.or-text {
    font-size: 14px;
    color: #666;
}

.browse-button {
    background-color: #007bff; /* Color del botón */
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
}

.browse-button:hover {
    background-color: #0056b3; /* Color al pasar el cursor */
}


.browse-button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 5px;
}

.browse-button:hover {
    background-color: #0056b3;
}

.hidden-input {
    display: none;
}