@charset "UTF-8";
.inicio.dashboard * {
  padding: 0;
  box-sizing: border-box;
}
.inicio.dashboard body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(to right, #1e3c72, #2a5298);
  background-image: linear-gradient(30deg, rgba(46, 204, 113, 0.2) 12%, transparent 12.5%, transparent 87%, rgba(46, 204, 113, 0.2) 87.5%, rgba(46, 204, 113, 0.2)), linear-gradient(150deg, rgba(46, 204, 113, 0.2) 12%, transparent 12.5%, transparent 87%, rgba(46, 204, 113, 0.2) 87.5%, rgba(46, 204, 113, 0.2));
  background-size: 48px 84px;
  background-position: 0 0, 24px 42px;
  color: #ffffff;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inicio.dashboard .layout {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inicio.dashboard.area {
  width: 100%;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inicio.dashboard .wrapper {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.inicio.dashboard .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.inicio.dashboard .icon-box .logo-icon {
  font-size: 8rem;
  color: #ff0033;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 2rem auto;
  margin-bottom: 4rem;
}
.inicio.dashboard .section-title {
  text-align: center;
}
.inicio.dashboard .section-title .logo {
  font-size: 8rem;
  color: #ff0033;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.inicio.dashboard .buttons {
  display: flex;
  gap: 2rem;
  margin: 3rem 0;
}
.inicio.dashboard .buttons .btn {
  background-color: #ff0033;
  color: white;
  border: none;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  min-width: 200px;
  text-align: center;
}
.inicio.dashboard .buttons .btn:hover {
  background-color: #ff0033;
  transform: scale(1.05);
}

/* Diálogo */
.dialog {
  background-color: #f9f9f9 !important;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  width: 100%;
  box-sizing: border-box;
}
.dialog input,
.dialog textarea,
.dialog select {
  margin-bottom: 12px;
  width: 100%;
  padding: 0.6em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 14px;
}
.dialog input[type=submit] {
  position: absolute;
  top: -1000px;
}

/* Selector archivo */
.select-file {
  margin-bottom: 20px;
}

.button-wrap .button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ff0033;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease;
}
.button-wrap .button:hover {
  background-color: #ff0033;
}
.button-wrap input[type=file] {
  display: none;
}

.file-name-wrap {
  margin-top: 15px;
}

.file-name-box {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  border-radius: 8px;
  padding: 8px 12px;
  width: 100%;
  box-sizing: border-box;
}
.file-name-box .file-name {
  border: none;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  color: #333;
  padding: 5px;
}
.file-name-box .close-btn {
  font-size: 20px;
  color: #888;
  cursor: pointer;
  margin-left: 10px;
}
.file-name-box .close-btn:hover {
  color: #555;
}

/* jQuery UI dialog */
.ui-dialog .ui-dialog-buttonset {
  background-color: #f9f9f9 !important;
  padding: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 10px 10px;
}
.ui-dialog .ui-dialog-buttonset button {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #ff0033;
  color: white;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  margin: 0 10px;
  transition: background-color 0.3s ease;
}
.ui-dialog .ui-dialog-buttonset button:hover {
  background-color: #ff0033;
}
.ui-dialog .ui-dialog-titlebar {
  background-color: #f9f9f9 !important;
  padding: 3px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 10px 10px 0 0;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-title {
  color: #ff0033;
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar .ui-button {
  width: 20px;
  padding: 1px;
  margin: 0.2em;
  border: none;
  background: none;
  color: #ff0033;
}

.dialog-background {
  background-color: rgba(100, 100, 100, 0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.hide {
  display: none;
}

.form-entrevista .mensaje-vacio, .form-entrevista .mensaje-error-formato {
  text-align: center;
  color: red;
}
.form-entrevista .enviar-asistencia.button, .form-entrevista .enviar-solicitud-asistencia.button {
  margin: 20px;
  width: -moz-fit-content;
  width: fit-content;
  background: #ff0033;
  cursor: pointer;
  color: white;
}
.form-entrevista .enviar-asistencia.button:hover, .form-entrevista .enviar-solicitud-asistencia.button:hover {
  background: white;
  border-color: #ff0033;
  color: #ff0033;
}
.form-entrevista .form {
  margin: 20px;
  padding: 50px;
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.form-entrevista .form .grupo-pregunta {
  margin: 20px 0px;
}
.form-entrevista .form .grupo-pregunta .pregunta {
  font-size: 22px;
  font-weight: bold;
}
.form-entrevista .form .grupo-pregunta .respuesta-box {
  margin-bottom: 2px;
  width: 100%;
  height: 54px;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  letter-spacing: 1px;
  border-radius: 10px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .form-entrevista .section-title {
    display: flex;
  }
  .form-entrevista .section-title .logo {
    font-size: 2em;
    margin: 2em auto 0.8em;
    -moz-text-align-last: center;
         text-align-last: center;
    font-size: 55px;
  }
  .form-entrevista .form {
    margin: auto;
    padding: 10px;
    width: 90%;
  }
  .form-entrevista .grupo-pregunta .pregunta {
    font-size: 18px;
  }
  .form-entrevista .grupo-pregunta .respuesta-box {
    height: auto;
    padding: 10px;
    font-size: 14px;
  }
  .form-entrevista .enviar-asistencia.button {
    width: 80%;
    text-align: center;
    margin: 30px auto;
  }
}

.visualizacion-entrevistas .filtro-entrevistas {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 2rem auto;
  font-size: 1rem;
  color: #333;
}
.visualizacion-entrevistas .filtro-entrevistas label {
  font-weight: 600;
  color: #000000;
}
.visualizacion-entrevistas .filtro-entrevistas select {
  padding: 0.6rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.visualizacion-entrevistas .filtro-entrevistas select:focus {
  outline: none;
  border-color: #ff0033;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.2);
}
.visualizacion-entrevistas .boton-aceptar {
  background-color: #ff0033;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 8px;
}
.visualizacion-entrevistas .boton-aceptar:hover {
  background-color: white;
  border-color: #ff0033;
  color: #ff0033;
}
.visualizacion-entrevistas .boton-rechazar {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 8px;
}
.visualizacion-entrevistas .boton-rechazar:hover {
  background-color: white;
  border-color: #e74c3c;
  color: #e74c3c;
}
.visualizacion-entrevistas .wrapper {
  max-width: 1450px;
}
.visualizacion-entrevistas .warning-message {
  display: flex;
  justify-content: center;
  margin: 30px;
}
.visualizacion-entrevistas .warning-message h7 {
  color: #ff0033;
}
.visualizacion-entrevistas .button.guardar-cambios {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: 10px;
  background: #ff0033;
}
.visualizacion-entrevistas .button.guardar-cambios:hover {
  background-color: white;
  border-color: #ff0033;
  color: #ff0033;
}
.visualizacion-entrevistas body {
  font-family: "Arial", sans-serif;
  background-color: #f9f9f9;
  padding: 40px;
  color: #333;
}
.visualizacion-entrevistas h1 {
  text-align: center;
  color: #4CAF50;
  margin-bottom: 40px;
}
.visualizacion-entrevistas h3 {
  text-align: center;
  color: #4CAF50;
  margin-bottom: 20px;
}
.visualizacion-entrevistas table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 40px auto;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
}
.visualizacion-entrevistas th, .visualizacion-entrevistas td {
  min-width: 200px;
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.visualizacion-entrevistas th {
  background-color: #4CAF50;
  color: white;
  font-weight: 500;
}
.visualizacion-entrevistas input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.visualizacion-entrevistas input[type=text] {
  width: 90%;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.visualizacion-entrevistas input::-moz-placeholder {
  color: #ccc;
}
.visualizacion-entrevistas input::placeholder {
  color: #ccc;
}
.visualizacion-entrevistas tr:last-child td {
  border-bottom: none;
}
.visualizacion-entrevistas .no-scan {
  background-color: #ffdddd;
}
.visualizacion-entrevistas .scan-ok {
  background-color: #ddffdd;
}
.visualizacion-entrevistas .scan-one {
  background-color: #fdffdd;
}
.visualizacion-entrevistas .guardar-listado {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}
.visualizacion-entrevistas .guardar-listado.button {
  cursor: pointer;
  background-color: #ff0033;
  color: white;
}
.visualizacion-entrevistas .guardar-listado.button:hover {
  background-color: white;
  border-color: #ff0033;
  color: #ff0033;
}
.visualizacion-entrevistas .desactivado {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
  cursor: default;
}
.visualizacion-entrevistas .desactivado.button {
  background-color: #b0b0b0;
  color: white;
  border: none;
}
.visualizacion-entrevistas .desactivado.button:hover {
  background-color: #b0b0b0;
  color: white;
  border: none;
}
.visualizacion-entrevistas .leyenda-colores {
  display: flex;
  justify-content: center;
  gap: 20%;
  margin: 30px auto;
  padding: 15px 0;
  font-size: 14px;
  color: #333;
  flex-wrap: wrap;
}
.visualizacion-entrevistas .leyenda-colores span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
}
.visualizacion-entrevistas .leyenda-colores .color-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #999;
}
.visualizacion-entrevistas .leyenda-colores .scan-ok {
  background-color: #6fcf97;
  border-color: #ff0033;
}
.visualizacion-entrevistas .leyenda-colores .scan-one {
  background-color: #fff3a3;
  border-color: #f1c40f;
}
.visualizacion-entrevistas .leyenda-colores .no-scan {
  background-color: #f8a5a5;
  border-color: #e74c3c;
}