@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Devanagari';
  src: url('/skins/page/fonts/DevanagariSangam.ttc');
}

:root {
  /* --blue: #0033a0; */
  --blue: #003CBE;
  --green: #74bc1f;
  --cian: #139aad;
  --red: #fe6960;
}

* {
  margin: 0;
  padding: 0;
  font-family: "Exo 2", "Open Sans", sans-serif;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

span {
  line-height: 1.2;
}

.cian-text {
  color: var(--cian);
}

.green-text {
  color: var(--green);
}

.small-text {
  font-size: 16px;
}

.medium-text {
  font-size: 18px;
}

.big-text {
  font-size: 24px;
}

.general-container.login-container {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(#2e7eff0f, #2e7eff70), url('/skins/page/images/imagen-fondo.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 140px;
  padding-bottom: 80px;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

nav {

  display: flex;
  justify-content: space-between;
  align-items: center;

  
  overflow: hidden;
}

nav .nav-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 10%;
}

nav .nav-brand img {
  width: 60px;

}

nav .steps-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
  gap: 50px;
  position: relative;
  width: 70%;
  padding-right: 45px;
  padding-left: 45px;
}

nav .steps-menu::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 95%;
  height: 2px;
  background-color: #fff;
  z-index: 3;
}

nav .steps-menu .step {
  padding: 30px 0;
  color: #fff;
  font-size: 18px;
  position: relative;
}

nav .steps-menu .step.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 102%;
  height: 10px;
  background-color: var(--blue);
}

nav .user-nav {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--blue);
  position: relative;
  padding: 8px 20px;
  color: #FFF;
  z-index: 1;
  width: 20%;
  border-radius: 37px 0 0 37px;
  margin-left: 15px;
}

nav .user-nav i {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  color: var(--blue);
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  min-width: 40px;
}

nav .user-nav a {
text-decoration: none;
}
nav .user-nav a i {
  text-decoration: none;
  background-color: transparent;
  color: #FFF;
  font-size: 22px;
  transition: all 300ms ease;
  padding-left: 25px;
  
}

nav .user-nav a:hover i {
  transform: translatex(5px);
}

.cursor-po {
    cursor: pointer;
}

.zoom {
    transform: scale(1.03);
    transition: transform 0.3s ease;
    border-top: 5px solid #00FF00;
    border-bottom: 5px solid #00FF00 !important;
}



.tooltip-inner {
  max-width: 400px; /* Ajusta el ancho máximo según tu preferencia */
  /* También puedes usar width en lugar de max-width para un ancho fijo */
  /* width: 400px; */
}

.thead-sticky {
    position: sticky;
    top: 0;
    background: black;
    z-index: 1;
}

.reloj-time {
    margin-top: -20px;
    margin-bottom: 10px;
}

.timer {
  line-height: 0.9;
  font-size: 40px;
}

.span-timer {
  display: block;
  font-size: 13px;
  color: white;
}

#days {
  font-size: 70px;
  color: var(--green);
}
#hours {
  font-size: 70px;
  color: var(--green);
}
#minutes {
  font-size: 70px;
  color: var(--green);
}
#seconds {
  font-size: 20px;
  color: white;
}

/* -----------------------------------------------------------------------------------
   INICIO - INDEX {
-----------------------------------------------------------*/

.redes {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 0 20px 20px 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 5px;
}

.redes a {
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  color: #FFF;
  padding: 10px;

}
.redes a i{
transition: all 300ms ease;
}

.redes a:hover i{

  color: var(--green);
transform: scale(1.2);
}
.general-container.login-container .title-one {
  font-size: 32px;
  letter-spacing: 2px;
  color: #FFF;
  line-height: 1;
}

.general-container.login-container .title-two {
  font-size: 58px;
  color: #FFF;
  font-weight: 200;
  line-height: 1;
}

.general-container.login-container .title-two strong {
  font-weight: 400;
}

.general-container.login-container .title-two strong span {
  color: var(--green);
}

.general-container.login-container .login-form {
  width: 100%;
  max-width: 350px;
  padding: 20px 0 40px 0;
}

.general-container.login-container .login-form .form-group {
  display: flex;
  justify-content: flex-start;
  padding-left: 20px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #FFFFFF10;
}

.general-container.login-container .login-form .form-group input {
  padding: 13px 20px;
  background-color: transparent !important;
  border: none;
  padding-left: 15px;
  color: #FFF;
  width: 100%;
  margin-left: 25px;
}

.general-container.login-container .login-form .form-group input:focus {
  outline: none;
}

.general-container.login-container .login-form .form-group input::placeholder {
  color: #fff;
}

.general-container.login-container .pass-retrieve-link {
  color: #FFF;
  flex: 16px;
  text-decoration: none;
}

.general-container.login-container .login-form .button {
  background-color: #ffffff00;
  color: #fff;
  width: 8.5em;
  height: 2.9em;
  border: var(--green) 0.1em solid;
  border-radius: 6px;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  transition: all 0.6s ease;
  margin: auto;
  margin-top: 15px;
  text-decoration: none;
}

.general-container.login-container .login-form .button:hover {
  cursor: pointer;
}

.general-container.login-container .login-form .button svg {
  width: 1.6em;

  transition: all 0.6s ease;
}


.general-container.login-container .login-form .button:hover svg {
  transform: translateX(5px);
  color: var(--green);
}

.general-container.login-container .login-form .button.back:hover svg {
  transform: translateX(-5px) !important;
fill: var(--green);
}

.text {}

/* 
.general-container.login-container .login-form .button {
  margin-top: 20px;
  padding: 5px 40px;
  padding-right: 20px;
  border-radius: 10px;
  color: #FFF;
  font-size: 16px;
  border: 1px solid #fff;
  background-color: transparent;
  transition: 0.3s;
  text-decoration: none;
}

.general-container.login-container .login-form .button:hover {
  background-color: #FFFFFF10;
  transition: 0.3s;
}

.general-container.login-container .login-form .button i {
  padding-left: 10px;
}
 */
.general-container.login-container .logo-omega {
  width: 100%;
  max-width: 300px;}

.general-container.login-container .check-text {
  color: #FFF;
  font-size: 24px;
  max-width: 300px;
  line-height: 1.2;
  text-align: center;
}

.general-container.login-container .step-number {
  margin-top: 50px;

}

.general-container.email-container .login-form {
  max-width: 400px;
}

.foot-text {
  font-size: 24px;
  margin-top: 50px;
}

.general-container.step3-container .info-text {
  line-height: 1.2;
  max-width: 500px;
  margin-bottom: 90px;
}

.general-container.step3-container .info-text span {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
}

.general-container.step3-container table {
  width: 100%;
}

.general-container.step3-container table td {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  color: #FFF;
  background-color: #00000080;
}

.general-container.step3-container table td:nth-child(1),
.general-container.step3-container table td:nth-child(2) {
  background-color: #74bc1f80;
}

.general-container.step3-container table td:nth-child(4) {
  background-color: #0033a080;
}

.general-container.step3-container table th {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 300;
  color: var(--green);
  background-color: #00000080;
  text-align: center;
}

.general-container.step3-container table thead tr:nth-child(2) {
  border-bottom: 1px solid #0033a080;
}

.general-container.step3-container table tbody tr {
  border-bottom: 2px solid #FFF;
}

.general-container.step3-container table tbody tr:last-child {
  border-bottom: none;
}

.general-container.step3-container table .table-title {
  background-color: #0033a060;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  padding: 5px;
}

.general-container.step3-container table input[type="radio"] {
  display: none;
}

.general-container.step3-container table .candidate-photo,
.general-container.step3-container table .candidate-photo div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
}

.general-container.step3-container table .candidate-photo div {
  overflow: hidden;
  transition: 300ms ease;
}

.general-container.step3-container table .candidate-photo div:hover {
  transform: scale(1.1);
  transition: 300ms ease;
  cursor: pointer;
}

.general-container.step3-container table .candidate-photo::before {
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 25px solid #00FF00;
  transition: 300ms ease;
}

.general-container.step3-container table input[type="radio"]:checked+.candidate-photo::before {
  transform: translate(-50%, -50%) scale(1.3);
  transition: 300ms ease;
}

.general-container.step3-container table .candidate-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;

}

.general-container.step3-container .login-form {
  max-width: inherit;

}

.general-container.step3-container .login-form .table-container {
  max-height: 400px;
  overflow-y: auto;
  padding-top: 0;
  margin-top: 25px;
}

.general-container.step3-container .login-form .table-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.general-container.step3-container .login-form .table-container::-webkit-scrollbar-track {
  background-color: #00000040;
}

/* Handle */
.general-container.step3-container .login-form .table-container::-webkit-scrollbar-thumb {
  background: #74bc1f80;
  border-radius: 10px;
}

/* Handle on hover */
.general-container.step3-container .login-form .table-container::-webkit-scrollbar-thumb:hover {
  background: #74bc1f;
}

.grid-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 5px;
  max-height: 500px;
  overflow-y: auto;
}

.general-container.step3-container .login-form .grid-container::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.general-container.step3-container .login-form .grid-container::-webkit-scrollbar-track {
  background-color: #00000040;
}

/* Handle */
.general-container.step3-container .login-form .grid-container::-webkit-scrollbar-thumb {
  background: #74bc1f80;
  border-radius: 10px;
}

/* Handle on hover */
.general-container.step3-container .login-form .grid-container::-webkit-scrollbar-thumb:hover {
  background: #74bc1f;
}

.grid-container .grid-item {
  background-color: #0033a060;
  width: 30%;
  text-align: center;
  color: #FFF;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
}

.grid-container .grid-item .img-container {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}

.grid-container .grid-item .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5);
  transition: 300ms ease;
  cursor: pointer;
}

.grid-container .grid-item .img-container img:hover {
  filter: brightness(0.7);
  transition: 300ms ease;
}

.grid-container .grid-item .number-candidate {
  color: #FFF;
}

.grid-container .grid-item .suplente-candidate {

  font-size: 14px;
}

.grid-container .grid-item .number-candidate span {
  color: #74bc1f;
}

.grid-container .grid-item .city-candidate {
  color: #74bc1f;
}

.general-container.step3-container .grid-item input[type="radio"] {
  display: none;
}

.general-container.step3-container .grid-item input[type="radio"]:checked+.img-container {
  border: 3px solid #139aad;
  transition: 300ms ease;
}

.general-container.step3-container .grid-item input[type="radio"]:checked+.img-container img {
  filter: brightness(1);
  transform: scale(1.2);
  transition: 300ms ease;
}


/* -----------------------------------------------------------------------------------
   FINAL - INDEX }
-----------------------------------------------------------*/

/* -----------------------------------------------------------------------------------
 FORM VARIOS CHECK
-----------------------------------------------------------*/
.checkbox-label {
  font-size: 22px;
  color: #fefefe;
  padding: 10px 50px 10px 5px;
  font-family: Arial, Helvetica, sans-serif;
  user-select: none;
  display: flex;
  position: relative;
  align-items: center;
  transition: all 0.3s ease-in;
}
.checkbox-label img{
  z-index: 99;
  position: absolute;
  /* width: 100%; */
  width: 40px;
  height: 40px;
  margin-right: 34px;
  border-radius: 50%;
  transition: all 0.3s ease-in;

  cursor: pointer;

}


.checkbox {
  width: 35px;
  height: 35px;
  cursor: pointer;
  margin-right: -22px;
  appearance: none;
  border-radius: 5px;
  background-color: var(--blue);
  z-index: 2;
  transition: all 0.3s ease-in;
  display: none;
  cursor: pointer;

}

.checkbox::before {
  content: "";
  background-color: var(--cian);
  position: relative;
  display: flex;
  top: 45%;
  left: 50%;
  width: 55px;
  height: 3px;
  border-radius: 25px;
  transform: translate(100px, 0px) scale(0);
  transition: ease-out 0.15s;
}

/* .checkbox:checked::before {
  transform: translateX(2em);
  top: 12px;
  transition: ease-out 0.15s;
}
 */
.checkbox:hover {
  transform: translate(4px, 4px);
  transition: ease-out 0.15s;
  background-color:  var(--cian);
}
.checkbox:checked {
  transform: translate(4px, 4px);
  transition: ease-out 0.15s;
  background-color:  var(--cian);
}

/* Estilos tanto para hover como para checked */
.checkbox:checked + .checkbox-label img {
    transform: translate(4px, 4px);
    transition: all 0.3s ease-in;
    background-color: var(--cian);
    border: 3px solid var(--blue) ;
}

/* Estilos tanto para hover como para checked */
/* .checkbox:checked  ~  .checkbox-label img {
    transform: translate(4px, 4px);
    transition: ease-out 0.15s;
    background-color: var(--cian);
}

.checkbox:checked ~ .checkbox-label img {
  transform: rotate(360deg) scale(1);
  transition: ease-in 0.2s;
}

 */

/* -----------------------------------------------------------------------------------
 FORM VARIOS CHECK
-----------------------------------------------------------*/

/* -----------------------------------------------------------------------------------
 FORM CARDS VARIOS CHECK
-----------------------------------------------------------*/
.general-container.step3-container .grid-item input[type="checkbox"] {
  appearance:none;
}
.general-container.step3-container .grid-item input[type="checkbox"]:checked+.img-container {
  border: 3px solid var(--cian);
  transition: 300ms ease;
}

.general-container.step3-container .grid-item input[type="checkbox"]:checked+.img-container img 
{
  filter: brightness(2);
  transform: scale(1.2);
  transition: 300ms ease;
 
}


.grid-container.gridmulti-check .grid-item .img-container{
  /* margin-top: -19px; */
}

/* -----------------------------------------------------------------------------------
 FORM CARDS VARIOS CHECK
-----------------------------------------------------------*/