body {
  margin: 0;
  padding: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #0066cc !important;
  color: white !important;
  font-weight: 600 !important;
}
/* Estilo para el punto rojo */
.notification::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  color: #0066cc;
}
.question-class {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #001f45;
}
.swal2-popup {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
.form-check.form-check-danger .form-check-input:checked {
  background-color: #fd397a !important;
}
.form-check.form-check-success .form-check-input:checked {
  background-color: #1dc9b7 !important;
}
.swal2-styled.swal2-cancel {
  color: white !important;
}
.swal2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
}
.swal2-title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu,
    Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
  color: #5e6278 !important;
}
.option-class {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 16px;
  letter-spacing: 0.4px;
  color: #9ba6ac;
}
/* Estilo para ajustar la posición del punto */
.notification {
  position: relative;
}

.nav-link {
  font-weight: 600 !important;
  color: #5e6278 !important;
  font-size: 16px !important;
  font-family: system-ui !important;
}
/* input[type='checkbox' i] {
} */
/* background-color: #151521 !important; */
.upload-label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  background-color: #001f45;
  border-radius: 5px;
  padding: 10px;
  color: white;
  border: none;
  flex-direction: column;
  font-family: Helvetica, 'sans-serif';
  border-radius: 5px;
  padding: px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.upload-disabled {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  background-color: #001f4553;
  border-radius: 5px;
  padding: 10px;
  color: white;
  border: none;
  flex-direction: column;
  font-family: Helvetica, 'sans-serif';
  border-radius: 5px;
  padding: px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
/* input[type="checkbox"]:checked {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(0, 0, 0) !important;
  margin: 5px;
  padding: 5px;
  height: 20px;
}
input[type="checkbox"] {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  margin: 5px;
  padding: 5px;
  height: 20px;
} */
.upload-button {
  background-color: rgb(206, 19, 54);
  color: white;
  border: none;
  border-radius: 5px;
  padding: px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.upload-button:hover {
  background-color: rgb(206, 19, 54);
}

.splash-screen {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Helvetica, 'sans-serif';
  background-color: #f2f3f8;
  color: #5e6278;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
}

.splash-screen span {
  color: #5e6278;
  transition: none !important;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.splash-screen img {
  margin-left: calc(100vw - 100%);
  margin-bottom: 30px;
  height: 30px !important;
}

[data-bs-theme='dark'] .splash-screen {
  background-color: #151521;
  color: #92929f;
}

[data-bs-theme='dark'] .splash-screen span {
  color: #92929f;
}

.notificaciones-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.notif-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 500px;
  padding: 16px;
  margin-bottom: 16px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.notif-nombre {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.notif-hora {
  font-size: 14px;
  color: #8c8c8c;
}
