.fs-7 {
  font-size: 11px !important;
}

.page-body {
  max-height: 80vh;
}

.loading-validate {
  height: 30px;
}

.content {
  position: absolute;
  width: 100%;
}

.sidenav {
  scrollbar-width: thin;
  scrollbar-color: rgb(189, 188, 188) rgb(236, 236, 236);
}

.sidenav:hover {
  scrollbar-width: thin;
  scrollbar-color: rgb(189, 188, 188) rgb(236, 236, 236);
}

.sidenav::-webkit-scrollbar {
  width: 12px;
}

.sidenav::-webkit-scrollbar-track {
  background: rgb(236, 236, 236);
}

.sidenav::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 20px;
  border: 3px solid rgb(236, 236, 236);
}

.sidenav:hover::-webkit-scrollbar-thumb {
  background-color: rgb(223, 222, 222);
  border-radius: 20px;
  border: 3px solid rgb(236, 236, 236);
}

.spinner {
  border: 2.5px solid rgba(0, 0, 0, 0.1);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-left-color: rgb(255, 255, 255);
  animation: spin 1s ease infinite;
  display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.vue-notification-wrapper span {
  padding: 10px;
}

.div-loader {
  /* background-color: rgba(255, 255, 255, 0.8); */
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 600;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.loader {
  width: 60px;
}

.loader-wheel {
  animation: spin 1s infinite linear;
  border: 2px solid transparent;
  border-left: 4px solid #16a9d6;
  border-radius: 50%;
  height: 50px;
  margin-bottom: 10px;
  width: 50px;
  position: relative;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.large {
  width: 200px;
}

p.error {
  color: red;
  height: 10px;
  font-size: 10px;
}

.scroll-permission {
  min-height: 500px;
  /* Ajusta al 100% de la altura de la ventana */
  overflow-y: auto;
  /* Activa el scroll vertical cuando el contenido excede la altura */
  overflow-x: hidden;
  /* Evita el scroll horizontal */
}

.scroll-permission::-webkit-scrollbar {
  width: 10px;
  /* width of the entire scrollbar */
}

.scroll-permission::-webkit-scrollbar-track {
  background: rgb(235, 235, 235);
  /* color of the tracking area */
}

.scroll-permission::-webkit-scrollbar-thumb {
  background-color: rgb(219, 219, 219);
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
}

/*nuevo*/
.btn-menu {
  background: white;
  color: #1c1b1f;
  border: blue 0px solid;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 20%;
  transition: 0.3s;
  transform: scale(1);
}

/*antiguo
.btn-menu {
  background: white;
  color: blue;
  border: blue 2px solid;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 20%;
  font-size: 10px;
  transition: .3s;
  transform: scale(1);
}*/

.btn-menu:hover {
  transition: 0.3s;
  transform: scale(1.3);
}

/* .table-responsive{
    overflow-y:visible;
    overflow-x:visible;
} */
.truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-title {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.truncate-name {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-selection__rendered {
  font-size: 12px;
}

.select2-results__option {
  font-size: 12px;
}

.select2-search__field {
  font-size: 12px;
}

.content-menu {
  padding: 10px;
  width: 285px;
}

/* estilos para certificados */
.certificate_area {
  background: #f3f3f3;
  width: 100%;
  height: 450px;
  transition: all 1s;
}

.white {
  background: white;
}

#certificate {
  margin-top: 15px;
  height: 420px;
  width: 594px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 20%);
}

.certify_element {
  font-family: sans-serif;
  border: solid 1.5px;
  padding-top: 0px;
  line-height: normal;
  margin: 0px;
  text-transform: none;
  display: block;
  position: absolute;
}

#title_certificate {
  display: inline-block;
  position: absolute;
}

#qr_certificate {
  display: block;
  position: absolute;
  height: 55px;
}

#name_certificate {
  display: block;
  position: absolute;
}

#link_certificate {
  display: block;
  position: absolute;
}

#duration_certificate {
  display: block;
  position: absolute;
}

#date_certificate {
  display: block;
  position: absolute;
}

.d-contents {
  display: contents;
}

.ul-element ul {
  text-align: initial;
  margin-left: -13px;
}

.ul-element p {
  font-size: inherit;
  margin-bottom: 0px;
}

.blur-student {
  background: rgb(4, 6, 241);
  background: linear-gradient(90deg, rgba(4, 6, 241, 1) 0%, rgba(1, 171, 246, 1) 100%);
}

.alert-student {
  border: blue solid 1px;
  border-radius: 30px;
  color: black;
}

.card-participation {
  cursor: pointer;
  display: inline-block;
  background: #fdfdfd;
  width: 100%;
  height: 230px;
  margin-bottom: 25px;
  border-radius: 15px;
  position: relative;
}

.card-participation2 {
  display: inline-block;
  background: #fdfdfd;
  width: 100%;
  height: 230px;
  margin-bottom: 25px;
  border-radius: 15px;
  position: relative;
}

.participation-header {
  top: 0;
  left: 0;
  height: 100%;
  background: #bfbfbf;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.participation-stick {
  background: #7a7979bf;
  padding: 2.5px;
  border-radius: 10px;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 90px;
}

.participation-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgb(255, 255, 255);
  min-height: 26px;
  width: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.participation-title {
  width: 100%;
}

.counters {
  height: 50px;
}

.badge-itec {
  font-size: 11px;
  color: black;
  border-radius: 5px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.badge-itec-alter {
  border: solid 1px #16a9d6;
  border-radius: 20px;
}

#visor {
  width: 100%;
  height: 350px;
  background: #c4c6c7;
  position: relative;
}

#visor img {
  position: absolute;
  left: 5%;
  top: 5%;
  width: 90%;
  height: auto;
}

.bg-build {
  background: #ededed;
}

.bg-sky {
  background: #c7f0f9;
}

.area {
  background: #c4c4c4;
  min-height: 100%;
}

.landing-atributes {
  background-image: url('/assets/img/particles.svg');
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-position: center;
  background-size: cover;
}

.shadows {
  -webkit-box-shadow: 4px -1px 37px -11px rgba(66, 68, 90, 1);
  -moz-box-shadow: 4px -1px 37px -11px rgba(66, 68, 90, 1);
  box-shadow: 4px -1px 37px -11px rgba(66, 68, 90, 1);
}

.nav-itec {
  border-radius: 10px;
  background: #121f3d;
}

/* .test .pagination .page-item .page-link{
  background: #121F3D;
  border: none;
} */

.spinner-search {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #17c0e7;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {

  0%,
  100% {
    -webkit-transform: scale(0);
  }

  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {

  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.fileArea {
  padding-top: 15px;
  border-radius: 10px;
  background: rgb(223, 223, 223);
  height: 300px;
  overflow-y: scroll;
}

.btn-file {
  position: absolute;
  width: 22px;
  padding: 0;
  height: 22px;
  font-size: 10px;
  border-radius: 50%;
  border: none;
  background: rgb(255, 255, 255);
  color: red;
  top: 0;
  left: 70%;
}

.router-link-active div i {
  color: white !important;
}

.modal-view {
  min-height: 270px;
}

.table-report {
  min-height: 400px;
}

.card-dark {
  background: #24385b;
  border-radius: 4%;
}

.input-dark {
  background: #0c1633;
  width: 100%;
  border: none;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
}

.input-dark:focus {
  border-color: red;
}

.landing-bg {
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 80%;
  width: auto;
  animation-name: rotate;
  animation-duration: 30s;
  animation-iteration-count: infinite;
}

.landing-certificate {
  z-index: 2;
  width: auto;
  height: 50%;
  right: 10%;
  top: 0%;
  animation-name: floating;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.landing-girl {
  z-index: 3;
  width: auto;
  height: 90%;
  right: 30%;
  bottom: 5%;
  animation-name: floating;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.landing-play {
  z-index: 4;
  width: auto;
  bottom: 18%;
  left: 25%;
  animation-name: converge;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.landing-off {
  z-index: 5;
  width: auto;
  bottom: 12%;
  left: 30%;
  animation-name: converge;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.landing-adds {
  z-index: 3;
  width: auto;
  height: 25%;
  bottom: 20%;
  right: 20%;
  animation-name: floating;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(0px);
  }

  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
    transform: translatey(-20px);
  }

  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatey(0px);
  }
}

@keyframes converge {
  0% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatex(0px);
  }

  50% {
    /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
    transform: translatex(-20px);
  }

  100% {
    /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
    transform: translatex(0px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.card-landing {
  background: #ffffffca;
  /* border: solid white 1px; */
}

.user-dashboard {
  min-height: 100vh;
  background: #00006a;
}

.scores {
  border-radius: 10px;
  background: #fff;
}

.prices {
  min-height: 380px;
}

@media (max-width: 800px) {
  .mt-sm-5 {
    margin-top: 100px;
  }
}

.select2-selection--single {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 40px !important;
}

/*antiguo
 .bg-blue {
  border-top-left-radius: 15%;
  background: #2158FF;
  color: white !important;
}*/

/*Nuevo*/
.bg-blue {
  border-top-left-radius: 15%;
  background: #2158FF;
  color: white !important;
}

.card-animate {
  transition: 0.3s;
  transform: scale(1);
}

.card-animate:hover .card-animate.dark-mode {
  background-color: #0d1a2e;
}

.card-animate:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

.active div i {
  color: white !important;
}

.zoom {
  transform: scale(2);
  transition: 1s;
}

#recapcha1 div {
  width: 100% !important;
}

iframe {
  width: 100%;
}

.simple-table {
  width: 100%;
}

.simple-table thead {
  height: 41.14px;
}

.simple-table tr {
  border-bottom: solid 1px #ececec;
}

.simple-table td {
  padding-left: 3px;
  padding-right: 3px;
}