html,
body {
  height: 100%;
  margin: 0;
}

body {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  font-family: "Poppins";
  font-weight: 300;
}

.webp body {
  background-image: url('../html_images/new_background.webp');
}

.no-webp body {
  background-image: url('../html_images/new_background.jpg');
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

@media only screen and (max-width: 768px) {
  .margin-top-10 {
    margin-top: 0.2vh !important;
  }

  .margin-top-20 {
    margin-top: 0.4vh !important;
  }

  .margin-top-30 {
    margin-top: 0.6vh !important;
  }

  .margin-bottom-20 {
    margin-bottom: 0.4vh !important;
  }

  .margin-bottom-40 {
    margin-bottom: 0.8vh !important;
  }
}

@media only screen and (max-height: 500px) {
  .margin-top-10 {
    margin-top: 0.5vh !important;
  }

  .margin-top-20 {
    margin-top: 1vh !important;
  }

  .margin-top-30 {
    margin-top: 3vh !important;
  }

  .margin-bottom-20 {
    margin-bottom: 1.5vh !important;
  }

  .margin-bottom-40 {
    margin-bottom: 3vh !important;
  }
}

@media only screen and (max-width: 500px) {

  .login-div,.banner-div {
    width: 100% !important;
    margin-left: 0vw !important;
  }

  .banner-div-heading {
    text-align: center !important;
  }
}

@media only screen and (min-width: 501px) and (max-width: 768px) {
  .login-div,.banner-div {
    width: 60% !important;
    margin-left: 20% !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .login-div,.banner-div {
    width: 80% !important;
    margin-left: 10% !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .login-div,.banner-div {
    width: 50% !important;
    margin-left: 25% !important;
  }
}

.margin-top-10 {
  margin-top: 1vh;
}

.margin-top-20 {
  margin-top: 2vh;
}

.margin-top-30 {
  margin-top: 3vh;
}

.margin-top-60 {
  margin-top: 6vh;
}

.margin-bottom-20 {
  margin-bottom: 2vh;
}

.margin-bottom-40 {
  margin-bottom: 4vh;
}

.margin-bottom-60 {
  margin-bottom: 6vh;
}

.margin-top-bottom-150 {
  margin-bottom: 18vh !important;
  margin-top: 18vh !important;
}

.class-code-text {
  font-size: 0.8rem;
  font-weight: 500;
  color: #92d2f9;
}


.padding-right-1 {
  margin-right: 0.5vh;
}

.banner-div {
  margin-top: 3vh;
  width: 33.33vw;
  margin-left: 33.33vw;
  background-color: rgb(228,91,100);
  border-radius: 1vh;
}

.banner-div-heading {
  text-align: left;
  padding: 2vh;
  font-size: 1rem;
  color: white;
}

.banner-link {
  color: yellow !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
}

.banner-link:hover {
  color: #2d7ff9 !important;
}

.banner-icon {
  height: 100%;
  width: 100%;
  max-height: 20vh;
  max-width: 20vh;
  padding: 1vh;
}

.login-div {
  margin-top: 1vh;
  height: 80vh;
  width: 33.33vw;
  margin-left: 33.33vw;
  background-color: white;
  border-radius: 2vh;
  padding-left: 4vh;
  padding-right: 4vh;
}

.h-auto {
  height: auto !important;
}

.login-div-heading {
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 4vh;
  font-weight: 600;
}

.signup-div-heading {
  text-align: center;
  margin-top: 2vh;
  margin-bottom: 1vh;
  font-size: 2.5vh;
  font-weight: 600;
}

.boddle-color: {
  color: #2d7ff9 !important;
}

label {
  color: #2d7ff9;
  font-size: 2.5vh;
  margin-bottom: 1vh;
  margin-left: 2vh;
}

.black-label {
  color: #000000;
  font-size: 2.5vh;
  margin-left: 1vh;
  font-weight: 400;
  vertical-align: middle;
}

input {
  padding: 2.5vh !important;
  background-color: rgba(237,237,237, 0.7) !important;
  border-radius: 1.5vh !important;
  border-width: 0 !important;
  font-size: 2vh !important;
}

.kt-checkbox {
  font-size: 2vh;
  margin-top: 2vh;
}

input[type=checkbox]
{
  width: 3vh;
  height: 3vh;
  padding: 2vh;
  margin-right: 2vh;
  float: left;
}

.btn-custom {
  width: 48%;
  border-radius: 1vh !important;
  padding: 1.5vh 0vh;
  font-size: 2vh;
}

.btn-custom:hover {
  background-color: transparent !important;
  color: black !important;
  border: 0.4vh solid #2d7ff9 !important;
}

.btn-outline-custom-boddle {
  border: 0.4vh solid #2d7ff9;
}

.btn-custom-success {
  width: 48%;
  border-radius: 1vh !important;
  padding: 1.8vh 0vh;
  border: 0.3vh solid #28a745;
  background-color: #28a745;
  color: white;
  font-weight: 600;
  font-size: 2vh;
}

.btn-custom-success:hover {
  color: white !important;
}

.btn-custom-boddle {
  width: 48%;
  border-radius: 1vh !important;
  padding: 1.8vh 0vh;
  border: 0.3vh solid #2d7ff9;
  background-color: #2d7ff9;
  color: white;
  font-weight: 600;
  font-size: 2vh;
}

.btn-custom-boddle:hover {
  color: white !important;
}

.btn-custom-info {
  width: 100%;
  border-radius: 1vh !important;
  padding: 1.5vh 0vh;
  border: 0.3vh solid #17a2b8;
  background-color: #17a2b8;
  color: white;
  font-weight: 600;
  font-size: 2vh;
}

.btn-custom-info:hover {
  color: white !important;
}

.btn-transparent {
  padding: 2.5vh !important;
  background-color: rgba(237,237,237, 0.7) !important;
  border-radius: 1.5vh !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-width: 0 !important;
  font-size: 2vh !important;
  position: relative;
  right: 100%;
  z-index: 100 !important;
}

.btn-sso {
  width: 48%;
  border-radius: 1vh !important;
  padding: 1vh;
  border: none;
  background-color: #b8e2fa;
  color: #2d7ff9;
  font-weight: 500;
  font-size: 1.6vh;
}

.btn-sso-light {
  background-color: #ddf1fd !important;
}

.btn-sso:hover {
  color: #2d7ff9 !important;
}

.btn-info-long {
  width: 100%;
  border-radius: 1vh !important;
  padding: 1.7vh;
  border: none;
  background-color: #17a2b8;
  color: white;
  font-weight: 500;
  font-size: 2vh;
  margin-top: 1vh;
}

.btn-boddle {
  width: 80%;
  border-radius: 1vh !important;
  padding: 1.7vh;
  border: none;
  background-color: #2d7ff9;
  color: white;
  font-weight: 500;
  font-size: 2vh;
  margin-top: 1vh;
}

.btn-boddle-bold {
  width: 60%;
  border-radius: 1vh !important;
  padding: 1.8vh;
  border: none;
  background-color: #2d7ff9;
  color: white;
  font-weight: 600;
  font-size: 2.5vh;
  margin-top: 1vh;
}

.btn-boddle,.btn-boddle-bold,.btn-info-long:hover {
  color: white !important;
}

.btn-custom-outline {
  width: 35%;
  border-radius: 1vh !important;
  padding: 1.5vh;
  border: 0.3vh solid grey;
  background-color: white;
  color: grey;
  font-weight: 600;
  font-size: 2.5vh;
  margin-top: 1vh;
}

.btn-custom-outline:hover {
  color: grey !important;
}


.sso-icon {
  width: 4vh;
  height: 4vh;
  margin-right: 1vh;
}

.boddle-signup-icon {
  height: 11vh;
  float: right;
}

.fa-user-plus {
  font-size: 3vh;
}

.signup-btn-div {
  text-align: left;
  font-size: 2vh;
}

h5 {
  display: flex;
  flex-direction: row;
  color: lightgrey !important;
  font-size: 2vh;
  font-weight: 600;
}
h5:before, h5:after{
  content: "";
  flex: 1 1;
  border-bottom: 0.2vh solid lightgrey;
  margin: auto;
}
h5:before {
  margin-right: 3vh
}
h5:after {
  margin-left: 3vh
}

h6 {
  display: flex;
  flex-direction: row;
  color: lightgrey !important;
  font-size: 2vh;
  font-weight: 600;
}
h6:before, h6:after{
  content: "";
  flex: 1 1;
  border-bottom: 0.2vh solid lightgrey;
  margin: auto;
}
h6:before {
  margin-right: 0vh;
}
h6:after {
  margin-left: 0vh;
}

.btn-lg-thin-font {
  font-size: 3vh;
  font-weight: 400;
}

.ts-line {
  font-size: 2.5vh;
  font-weight: 600;
  color: white;
  margin-top: 2vh;
}

.username-password-line {
  font-size: 2vh;
}

.align-center {
  text-align: center !important;
}

.class-code-btn {
  cursor: pointer;
  text-align: center;
  width: 100%;
  border-radius: 1vh !important;
  padding: 3vh;
  border: 0.3vh solid grey;
  background-color: white;
  font-weight: 500;
  font-size: 3vh;
  color: black;
}

.grade-btn {
  cursor: pointer;
  text-align: center;
  width: 100%;
  border-radius: 1vh !important;
  padding: 3vh;
  border: 0.3vh solid grey;
  background-color: white;
  color: grey;
  font-weight: 600;
  font-size: 3vh;
  color: black;
  margin-top: 4.5vh;
}

.error-message {
  color: red;
  font-size: 2vh;
  font-weight: 600;
}

.error-message:empty:before {
  content: "\00a0";
}

.account-type-box {
  font-weight: 600;
  font-size: 1rem;
  color: #343a40;
  padding: 1rem;
  border: 2px solid #343a4020;
  border-radius: 20px;
  cursor: pointer;
}

.account-type-box-selected {
  border: 2px solid #2d7ff9 !important;
}

.account-type-box:hover {
  border: 2px solid #2d7ff9 !important;
}

.account-type-img-sm {
  width: 65%;
  max-width: 12vw;
}

.account-type-img-md {
  width: 100%;
  max-width: 12vw;
}

.btn-speaker {
  border-radius: 1vh !important;
  padding: 0.7vh 1.5vh;
  border: none;
  background-color: #ddf1fd;
  color: #92d2f9;
  font-weight: 500;
  font-size: 1.5vh;
  text-align: center;
  margin-right: 1vh;
}

.btn-speaker:hover {
  color: #92d2f9 !important;
}

:root {
  --move: 0;
}

#loading-body {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
}

#html-progress {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: none;
  border: 0;
  pointer-events: none;
  height: 50px;
}

#loading-progress {
  position: absolute;
  bottom: 0;
  display: block;
  height: 10px;
  width: 100%;
  background-color: transparent;
  background-image: linear-gradient(132deg, #ffffff 0%, #2d7ff9 100%);
  border: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  transition: width 1s ease-in;
}

.animal {
  position: absolute;
  display: block;
  top: -1.8rem;
  left: calc(var(--move) - 2rem);
  transform: scaleX(-1);
  font-size: 4rem;
  z-index: 1;
}

.row-container {
  margin: 0;
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: flex;
  flex-wrap: wrap;
}

#payment-modal-body {
  background-size: contain;
  background-repeat: no-repeat;
}

.webp #payment-modal-body {
  background-image: url('../html_images/payment-bg.webp');
}

.no-webp #payment-modal-body {
  background-image: url('../html_images/payment-bg.gif');
}

.payment-close-icon {
  position: absolute;
  inset: 7% 0.3% 83% 94.2%;
}

.payment-close-icon > a {
  width: 100%;
  height: 100%;
}

.payment-back-icon {
  position: absolute;
  inset: 50% 93.7% 32% -0.8%;
}

.payment-back-icon > a {
  width: 100%;
  height: 100%;
}

.payment-modal {
  position: fixed;
  max-width: 1000px !important;
  width: 1000px;
  height: 567px;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -325.5px;
}

.payment-modal-content {
  position: relative;
  width: 96%;
  height: 96%;
  margin: 2%;
}

.payment-modal-body {
  position: relative;
  width: 100%;
  height: 100%;
}

.payment-plan-div {
  position: absolute;
  left: 8.6%;
  right: 54.5%;
  top: 37.4%;
  bottom: 27.3%;
}

.payment-email-input {
  position: absolute;
  inset: 27% 5% 62% 52%;
  padding: 1% 1% 1% 1% !important;
  font-size: 15px !important;
  background-color: white !important;
  border-radius: 0 !important;
}

.payment-card-input {
  position: absolute;
  inset: 48% 5% 41% 52%;
  padding: 1% 1% 1% 1% !important;
  display: flex;
  align-items: center;
}

.payment-card-input #cardInput {
  min-width: 100% !important;
}

.payment-plan-div-title {
  position: absolute;
  inset: 8.3% 4.3% 67.3% 3.6%;
  padding: 2% 1% 0% 1%;
  font-size: 25px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: pre;
}

.payment-plan-div-subtitle {
  position: absolute;
  inset: 29.3% 4.3% 45.3% 3.6%;
  padding: 2% 2.2% 0% 1%;
  font-size: 25px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-plan-div-total {
  position: absolute;
  inset: 56.3% 4.3% 7.3% 3.6%;
  padding: 2% 2.5% 0% 3%;
  font-size: 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment-submit-button {
  position: absolute;
  left: 51.7%;
  right: 4.7%;
  top: 80.0%;
  bottom: 9.5%;
}

.payment-submit-button a {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1000px) {
  .payment-modal {
    width: 100vw;
    height: 56.7vw;
    margin-left: -50vw;
    margin-top: -33.35vw;
  }

  .payment-plan-div-title {
    font-size: 2.5vw;
  }
  
  .payment-plan-div-subtitle {
    font-size: 2.5vw;
  }
  
  .payment-plan-div-total {
    font-size: 2.5vw;
    padding: 1% 2.5% 0% 3%;
  }

  .payment-email-input {
    font-size: 2vw !important;
  }
}

*:focus{
    outline: none !important;
}
