.modal-myhunter {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-myhunter-body {
  width: 80%;
  max-width: 1108px;
  background-color: #fff;
  margin: auto;
  padding: 20px 20px 5px 20px;
  border: 1px solid #888;
  border-radius: 0.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-myhunter-container {
  padding: 44px 110px 44px 44px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-height: 539px;
  overflow-y: scroll;
  scrollbar-width: none;
}

.close-modal {
  position: absolute;
  color: #47484C;
  font-size: 50px;
  font-weight: 200;
  line-height: 0.5;
  right: 24px;
}

.close-modal:hover,
.close-modal:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-autentificacao-body {
  width: 741px;
  background-color: #fff;
  margin: auto;
  border: 1px solid #888;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.modal-autentificacao-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-autentificacao-header {
  display: flex;
  flex-direction: column;
  width: 390px;
  margin: 0 auto;
  justify-content: space-around;
}

.modal-autentificacao-header .header-title {
  font-size: 23px;
  line-height: 28px;
  font-weight: bold;
}

.header-autentificacao-content {
  display: flex;
  flex-direction: column;
  height: 262px;
  justify-content: space-evenly;
}

.header-autentificacao-content .header-description {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.autentificacao-inputs {
  width: 100%;
  position: relative;

}

.autentificacao-inputs label {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 5px;
  color: #47484C;
  cursor: text;
  transition: 0.5s ease-in-out;
  pointer-events: none;
}

.autentificacao-inputs input {
  width: 85%;
  padding: 5px 0;
  font-size: 16px;
  color: #47484C;
  border: 0;
  border-bottom: 2px solid rgb(200, 200, 200);
  outline: 0;
  z-index: 2;
}

.autentificacao-inputs input:focus,
.autentificacao-inputs input:valid {
  border-bottom: 2px solid #C50030;
  transition: color .5s ease-in;
}

.autentificacao-inputs input:focus~label,
.autentificacao-inputs input:valid~label {
  transform: translateY(-24px);
  color: #C50030;
  font-size: 13px;
  transition: color .5s ease-in;
}

.autentificacao-inputs.validated input:focus,
.autentificacao-inputs.validated input:valid {
  border-bottom: 2px solid #3B69FF;
}

.autentificacao-inputs.validated input:focus~label,
.autentificacao-inputs.validated input:valid~label {
  color: #3B69FF;
}

.modal-autentificacao-button {
  width: 140px;
  height: 48px;
  border-radius: 24px;
  background-color: #C50030;
  border: none;
  color: #fff;
  cursor: pointer;
}

.modal-autentificacao-button:disabled {
  background-color: #c500318a;
  cursor: not-allowed;
}

.grafismo-modal-autentificacao {
  width: 232px;
  height: 465px;
}

.close-modal.modal-autentificacao {
  position: absolute;
  color: #47484C;
  font-size: 50px;
  font-weight: 200;
  line-height: 0.5;
  right: 24px;
  top: 16px;
}

.close-modal.modal-autentificacao:hover,
.close-modal.modal-autentificacao:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


.modal-quiz-cartilha-de-seguranca-da-informacao-body,
.modal-carregar-video-body {
  width: 730px;
  height: 620px;
  background-color: #fff;
  margin: auto;
  border: 1px solid #888;
  border-radius: 20px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.modal-quiz-cartilha-de-seguranca-da-informacao-container,
.modal-carregar-video-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-quiz-cartilha-de-seguranca-da-informacao-content,
.modal-carregar-video-content {
  font-size: 16px;
  position: unset;
  width: 100%;
  overflow: hidden;
  padding-top: 26.25%;
}

.modal-quiz-cartilha-de-seguranca-da-informacao-iframe,
.modal-carregar-video-player,
.modal-carregar-video-iframe{
  position: absolute;
  top: 5%;
  left: 5%;
  bottom: 0;
  right: 4%;
  width: 90%;
  height: 90%;
  border: none;
}

.modal-quiz-cartilha-de-seguranca-da-informacao-footer {
  font-size: 16px;
  position: absolute;
  left: 5%;
  bottom: 0;
  padding-bottom: 10px;
}

.modal-quiz-cartilha-de-seguranca-da-informacao-close,
.modal-carregar-video-close {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  margin-top: -16px;
  margin-right: -16px;
}

.button-submit {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.status .loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #C50030;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  display: none;
}

.status .error {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.status .error-icon {
  height: 40px;
  width: 40px;
  background-color: #C50030;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.status .error-icon:after {
  content: "X";
  font-size: 30px;
  font-weight: 800;
  color: #fff;
}

.status .error-message {
  font-size: 14px;
  font-weight: 600;
  color: #C50030;
  text-align: center;
  display: none;
}

.status .error-cpf {
  font-size: 14px;
  font-weight: 600;
  color: #C50030;
  text-align: center;
  display: none;
}

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

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

@media (max-width: 900px) {
  .modal-myhunter-body {
    width: 100%;
    height: 80%;
    padding: 24px 24px 5px 24px;
    background-color: #fff;
    border: none;
    border-radius: 20px 20px 0px 0px;
    bottom: 0;
    top: unset;
    left: unset;
    transform: unset;
  }

  .modal-myhunter-container {
    padding: unset;
    max-height: 100%;
  }

  .modal-quiz-cartilha-de-seguranca-da-informacao-iframe,
  .modal-carregar-video-player,
  .modal-carregar-video-iframe{
    height: 80%;
  }

}

@media (max-width: 780px) {
  .grafismo-modal-autentificacao {
    display: none;
  }

  .modal-autentificacao-body {
    width: 328px;
    height: 437px;
    display: flex;
    justify-content: center;
  }

  .modal-autentificacao-header {
    width: 293px;
  }

  .modal-autentificacao-header .header-title {
    font-size: 19px;
    line-height: 23px;
  }

  .header-autentificacao-content .header-description {
    font-size: 16px;
    line-height: 20px;
  }

  .modal-autentificacao-button {
    width: 210px;
    height: 48px;
  }

  .modal-quiz-cartilha-de-seguranca-da-informacao-body,
  .modal-carregar-video-body {
    width: 80%;
    height: 437px;
    display: flex;
    justify-content: center;
  }

}

@media (max-width: 360px) {
  .modal-myhunter-container-login {
    display: none;
  }

  .modal-myhunter-login-content {
    max-width: 77vw;
  }

  .modal-myhunter-body-login {
    width: 91%;
    height: 400px;
  }

  .modal-myhunter-login-content p {
    max-width: 76vw;
    margin: 25px auto;
  }

  .modal-myhunter-login-title {
    font-size: 19px;
  }

  .close-modal-login {
    top: 14px;
    right: 11px;
  }
}