#get-email-form-lbl {
  width: 100%;
}

div.arian_error {
  border: 1px solid #ccd0d4;
  border-right-width: 4px;
  /* box-shadow: 0px 0px 15px rgb(253, 192, 192); */
  padding: 15px 12px;
  border-color: #dc3232;
  background: #1e2f44;
  color: #fdd0d0;
  text-align: center;
}

div.arian_updated {
  border: 1px solid #ccd0d4;
  border-right-width: 4px;
  /* box-shadow: 0px 0px 15px rgb(253, 192, 192); */
  padding: 10px 12px;
  border-color: #32dccc;
  background: #1e2f44;
  color: #d0fdec;
  text-align: center;
}

.error_notif {
  border: 1px solid red !important;
}

.popdismiss {
  cursor: pointer;
  display: none;
}

/* Style the tab content */
.tabcontent_login {
  display: none;
}

.tabcontent_login {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.formlogin-container {
  flex-flow: row wrap;
  box-sizing: border-box;
  display: flex;
  margin: auto;
  border-radius: 0.5em;
  overflow: hidden;
}

.form-login-div {
  flex: 1 1 50%;
  box-sizing: border-box;
  max-width: 50%;
  min-height: 500px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: flex-end;
  display: flex;
  /*align-items: center;*/
  max-width: 400px;
  width: 100%;
}

.bluebtnfull {
  width: 100% !important;
  text-align: center !important;
  margin: 10px 0 !important;
  padding: 10px !important;
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;
  background: #2271b1 !important;
  border-color: #2271b1 !important;
  color: #fff !important;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
}

.redbtnfull {
  width: 100% !important;
  text-align: center !important;
  margin: 10px 0 !important;
  padding: 10px !important;
  box-shadow: 0 0.5rem 1rem rgba(18, 38, 63, 0.15) !important;
  background: #d30c5c !important;
  border-color: #d30c5c !important;
  color: #fff !important;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
}

.back-login-img {
  flex: 1 1 50%;
  box-sizing: border-box;
  max-width: 50%;
  background: #fff;
  position: relative;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  flex-flow: row wrap;
  align-items: end;
  padding: 20px;
}

.back-login-img svg {
  fill: #fff;
}

.arianlogin-email input,
.myloginform input,
#get-email-form-lbl,
#myloginform-pass input {
  font-size: 16px;
  min-height: 45px;
  text-align: center;
  border: 1px solid #0ba8a8;

  border-radius: 15px;
  background: #063344;
  color: #13c5c7;
  font-weight: 600;
  outline: none;
}

.green_input {
  font-size: 16px;
  min-height: 45px;
  text-align: center;
  border: 1px solid #0ba8a8 !important;

  border-radius: 15px;
  background: #063344;
  color: #13c5c7;
  font-weight: 600;
  margin-bottom: 10px;
  outline: none;
}

.form-row.form-row-wide input {
  font-size: 15px;
  line-height: 1;
  padding: 10px;
  margin-bottom: 10px;
  width: 100%;
  min-height: 40px;
  border-radius: 8px;
}

.arianlogin-email [type="checkbox"],
.myloginform [type="checkbox"] {
  min-height: 0px;
  padding: 0px;
  margin: 0px;
}

#tab-register,
#tab-login {
  width: 100%;
}

.form-row.form-row-wide {
  margin: 0;
  padding: 0;
}

.tel_reg {
  margin: 5px;
  float: left;
  border: 1px solid #abc0f2;
  padding: 5px 20px;
  border-radius: 4px;
  color: #3694e8;
  font-size: 12px;
}
.insta_reg {
  margin: 5px;
  float: left;
  border: 1px solid #f2b3d4;
  padding: 5px 20px;
  border-radius: 4px;
  color: #d94a94;
  font-size: 12px;
}

.center-title {
  background-color: #02a9f4 !important;
  width: 40px;
  text-align: center;
  display: block;
  margin: 0 auto;
}

.bg-secondary {
  background-color: #6e84a3 !important;
}
.title-border {
  width: 60px;
  height: 2px;
  border-radius: 2px;
  background-color: #edf2f9;
}
#get-email-form .desc,
#myloginform-pass {
  font-size: 13px;
  line-height: 1.2;
  display: inline-block;
  margin: 0;
  color: #383838;
  width: 100%;
}

.form-row.form-row-wide,
#myloginform-pass {
  position: relative;
}
.form-row.form-row-wide .dashicons,
#myloginform-pass .dashicons {
  position: absolute;
  left: 10px;
  top: 10px;
}

.dashicons.bluedash {
  color: #476ca6;
}

.dashicons.reddash {
  color: #a20b60;
}

#get-email-form h3,
#tab-login h3,
#tab-register h3 {
  text-align: center;
  font-size: 18px;
  color: #00ccb9;
  font-weight: 600;
  margin-top: 30px;
}

#get-email-form .terms {
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
  color: #1b7d70;
}

.arianlogin-email button,
#my-login-btn,
#register-btn {
  margin: 20px auto;
  width: 100%;
  display: block;
}

.toaster {
  z-index: 9999999;
  cursor: default;
  max-width: 400px;
  width: 100%;
  border-radius: 2px;
  position: fixed;
  display: none;
  line-height: 18px;
  top: 20px;
  left: 50%;
  font-size: 14px;
  border-radius: 15px;
  transform: translate(-50%, 0);
}

#get-back,
#get-back2 {
  margin: 0 auto;
  display: block;
  margin-top: 30px;
  border: 1px solid;
  padding: 4px 20px;
  background: none;
  border: none;
  color: #bfbfbf !important;
}

#onepass {
  background: #fff !important;
  color: #2271b1 !important;
  border: 1px solid #2271b1 !important;
  box-shadow: none !important;
  width: 100%;
  display: block;
  padding: 7px;
  font-size: 14px;
}

#onepass:hover {
  background: #f1f7ff !important;
}

.lost_password {
  text-align: center;
}

.login_tile {
  text-align: center;
}

.lost_password a {
  color: #bfbfbf !important;
  width: 100%;
  display: block;
  margin-top: 50px;
  padding: 7px;
  font-size: 14px;
  font-weight: 300;
}

#countdowntimer,
#lostpass {
  text-align: center;
  color: #626262;
}

.form-login-div form.checkout_coupon,
.form-login-div form.login,
.form-login-div form.register,
#get-email-form,
.myresetform {
  border: none !important;
  padding: 0px !important;
  margin: 10px !important;
}

#backtoblog {
  text-align: center;
  margin: 30px 0;
}

.login_title {
  text-align: center;
}

@media only screen and (max-width: 700px) {
  .form-login-div {
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 100%;
  }

  .formlogin-container {
    flex-flow: row wrap;
    box-sizing: border-box;
    display: flex;
  }

  .back-login-img {
    flex: 1 1 100%;
    box-sizing: border-box;
    max-width: 100%;
    display: none;
  }
}
/*======================appointment=========================*/

.appointment {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-around;
}

.appointment-container {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  padding: 15px;
  background: #323232;
  border-radius: 12px;
  justify-content: center;
}
.appointment-status-container {
  width: 30%;
  align-content: center;
  display: flex;
  background: #00000038;
  border-radius: 12px;
  align-items: center;
}

.appointment-details-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.appointment-content-container {
  color: #fff;
  font-size: 0.9em;
}

.appointment-cancel-container {
  display: flex;
  justify-content: end;
}

.appointment-cancel-container button {
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 0.8em;
  color: #c36;
  border-color: #c36;
}

.appointment-container .circle-container {
  margin-top: -20px;
}

.green_btn,
button.green_btn,
input.green_btn {
  width: 100%;
  display: block;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  background: #06ce9e;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px;
  text-align: center;
}

.green_btn:hover,
.green_btn:focus,
button.green_btn:hover,
button.green_btn:focus,
input.green_btn:hover,
input.green_btn:focus {
  background: #c36;
  color: #fff;
}

.green_btn_border,
button.green_btn_border,
input.green_btn_border {
  width: 100%;
  display: block;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  background: #fff0;
  color: #06ce9e;
  font-weight: 600;
  border: 1px solid #06ce9e;
  padding: 10px;
  text-align: center;
}

.green_btn_border:hover,
.green_btn_border:focus,
button.green_btn_border:hover,
button.green_btn_border:focus,
input.green_btn_border:hover,
input.green_btn_border:focus {
  background: #fff0;
  color: #c36;
  border: 1px solid #c36;
}

.add_appointment_btn {
  margin-top: 20px;
}

.new-appointment {
  margin-bottom: 50px;
}

.new-appointment form input[type="text"],
.new-appointment form textarea {
  margin-bottom: 10px;
  background: #323232;
  border-radius: 8px;
  color: #fff;
  font-size: 0.9em;
  border: 1px solid #5e5e5e;
}

#new-appointment {
  display: flex;
  display: none;
  flex-direction: column;
}

#list-appointment {
  display: flex;
  flex-direction: column;
}

#new_appointment_btn,
#cancel_new_appointment_btn {
  margin-top: 20px;
}
/*======================quiz =================*/

/*=======circle===========*/

.foreground-circle {
  fill: none;
  stroke: #06ce9e;
}
.foreground-circle-without-stroke-color {
  fill: none;
}
.background-circle {
  fill: #0c1220;
  stroke: #727272;
}
.circle-text {
  font-family: Arial, sans-serif;
  fill: #fff;
  font-size: 20px;
}

.circle-container {
  overflow: visible;
  max-width: 70px;
  margin: 0 auto -20px auto;
}

.point-circle {
  fill: #f0f8ff;
}
.circle-icon.fa {
  font-size: 30px;
  fill: #000;
}

/*=======end circle===========*/

#quiz {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.details-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #939393;
}

.details-container h3 {
  font-size: 1rem;
}

.question-container {
  width: 100%;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-radius: 12px;
  background-color: #323232;
  color: #fff;
  padding: 15px;
}

.question-container h3 {
  font-size: 1.15em;
  line-height: 1.7em;
  font-weight: 600;
}

.options-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0;
}

.options-container span {
  width: 45%;
  height: 3rem;
  border: 2px solid #535353;
  border-radius: 20px;
  overflow: hidden;
  margin: 7px 0;
}
.quiz span label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  cursor: pointer;
  transition: transform 0.3s;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-size: 1em;
  line-height: 1.5em;
  padding: 0 15px;
}

#quiz input[type="radio"] {
  position: relative;
  display: none;
}

#quiz input[type="radio"]:checked ~ .option {
  background: #00e3ae1a;
  color: #06ce9e;
}

#quiz .next-button-container,
#quiz .previous-button-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
#quiz .next-button-container {
  margin-top: 20px;
}
#quiz .next-button-container button {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  background: #06ce9e;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px;
}
#quiz .next-button-container :focus {
  background: #06ce9e;
}

#quiz .previous-button-container :focus {
  background: none;
}
#quiz .previous-button-container button {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  background: #ffffff00;
  color: #fff;
  font-weight: 600;
  border: 1px solid #06ce9e;
  padding: 10px;
  margin-top: 15px;
}

.modal-container {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.8);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-animation: fadeIn 0.5s ease-in-out;
  animation: fadeIn 0.5s ease-in-out;
}

.modal-content-container {
  background-color: #323232;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  padding: 20px;
  color: #fff;
  min-height: 200px;
}

.modal-content-container h3 {
  font-size: 1.3em;
  line-height: 1.7em;
  text-align: center;
}

#appointment_btn {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  background: #06ce9e;
  color: #fff;
  font-weight: 600;
  padding: 10px;
  justify-content: center;
}

#appointment_btn .elementor-icon {
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
  margin-right: 20px;
}

#appointment_btn .elementor-icon svg {
  fill: #fff;
}

.modal-button-container button {
  width: 100%;
  border-radius: 15px;
  cursor: pointer;
  outline: none;
  background: #9b0a55;
  color: #fff;
  font-weight: 600;
  border: none;
  padding: 10px;
}

.modal-button-container button :focus,
.modal-button-container button :hover {
  background: #9b0a55;
}

.grade-details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 5px;
  border-radius: 10px;
  margin: 0 0 30px 0;
  text-align: justify;
  color: #fff;
}

#grade-details-content {
  color: #06ce9e;
  background: #00e3ae1a;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  font-size: 1.1em;
  border: 1px solid #06ce9e;
  width: 100%;
  text-align: center;
}

.modal-button-container {
  height: 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 300px) and (max-width: 350px) {
  .quiz-container {
    width: 95%;
  }

  .options-container span {
    width: 100%;
    height: 2.5rem;
  }
  .options-container span label {
    font-size: 0.8rem;
  }
  .modal-content-container {
    width: 90%;
  }
}

@media (min-width: 350px) and (max-width: 700px) {
  .quiz-container {
    width: 95%;
  }

  .options-container span {
    width: 100%;
  }
  .modal-content-container {
    width: 90%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
