/* Alternate login ui update css start*/
@media screen and (min-width: 320px) and (max-width: 768px) {
  .registration_confirm_participation
    .login-options-wrapper
    .login-option-block {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.alternate-login-section header .header-wrapper {
  color: #5c5c5c;
  font-size: 20px;
}
.register-btn-wrapper .register-btn {
  border-radius: 3px;
  border: 1px solid #4f4f4f;
  font-size: 12px;
  color: #4f4f4f;
  padding: 10px 37px;
}

.login-option-block {
  border-radius: 0px 0px 3px 3px;
  border: 1px solid #ededed;
}

.login-option-block .header-wrapper {
  border-radius: 3px 3px 0px 0px;
  background: #ececec;
  color: #4f4f4f !important;
  font-size: 12px !important;
  padding: 6px 13px;
}

.send-login-link-block,
.qr-code-login-block {
  gap: 14px;
}
.send-login-link-block .send-link-wrapper .info,
.qr-code-login-block .qr-wrapper .info {
  font-size: 12px;
  color: #707070;
}

.send-login-link-block .send-link-wrapper .get-otp-btn,
.qr-code-login-block .qr-wrapper .qr-btn-wrapper .email_btn {
  font-size: 12px;
  padding: 10px 0;
}
.error-msg-wrapper {
  height: 18px;
}
.error-msg-wrapper p {
  font-size: 12px;
}

.qr-code-login-block {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

/* Alternate login ui update css end*/

/* qr and otp authintrcation page Css */
#confirm_participation .otp-authentication-container {
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 580px;
}

.get-otp-btn {
  width: 100%;
}
.confirm_participation_content .email_btn {
  /* width: 100%; */
  max-width: 190px;
}
.enter-otp .password_box_input {
  display: inline-block;
  border: 1px solid #5f5e5e;
  width: 45px;
  height: 45px;
  background: #f5f5f5;
  border-radius: 5px;
  margin: 0px 5px;
  text-align: center;
}
.password_content .countdown-minutes span,
.password_content .countdown-seconds span,
.divider {
  background: none !important;
  color: #000;
  font-size: 14px;
  padding: 3px;
}
.password_content #timer_div {
  display: flex;
}
.password_content .password_box.enter-otp {
  display: flex;
  justify-content: center;
}
#otp_error_message {
  position: absolute;
  /* height: 10px; */
}
.qr-container {
  min-height: 345px;
}
.qr-container label.file_up {
  border: 1px solid #cdcdcd;
  padding: 8px 0;
  color: #696969;
  width: 175px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  cursor: pointer;
}

.qr-container label.file_up:hover,
.qr-container label.file_up:active {
  background: #fff;
}

.qr-container label.file_up > i.fa {
  font-size: 15px;
  margin-right: 10px;
  color: #1081e0;
}

.qr-container .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.qr-container .nav-tabs .nav-link.active {
  border: none;
  box-shadow: none;
  color: #000;
  border-radius: 5px 5px 0px 0px;
  background: #e8e8e8;
}
.qr-container .scanner {
  width: 100%;
  max-width: 700px;
  /* height: 260px; */
  margin-bottom: 1.5rem !important;
}
#qr_video {
  width: 100%;
  /* height: 400px; */
  max-width: 700px;
}
.qr-container .file-upload {
  width: 100%;
  /* max-width: 400px; */
  height: 260px;
  margin-bottom: 1.5rem !important;
}
.qr-container .file-upload {
  border: 1px dashed #7fc5c4;
  border-radius: 5px;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  background: #f5f5f5;
}
.qr-container .file-upload,
.qr-container #qrscanner_tab {
  width: 100%;
  /* max-width: 473px; */
  /* display: flex;
    justify-content: center;
    align-items: center; */
  min-height: 455px;
}
.upload-file-instruction {
  font-size: 12px;
}

@media screen and (min-width: 320px) and (max-width: 576px) {
  .qr-scanner-container {
    width: 100%;
  }
  .qr-container .file-upload,
  .qr-container #qrscanner_tab {
    min-height: auto;
  }
  .registration_confirm_participation
    .login-options-wrapper
    .login-option-block {
    height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 1430px) {
  .qr-tab-content {
    width: 100%;
    width: 745px;
    margin: 0 auto;
  }
}
