@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

h1,h2,h3,h4,h5,h6,p,button,label,input, #toast-container
{font-family:'Montserrat',sans-serif;}

.clearfix
{
    clear:both;
}
.internal-form-margin #className {font-weight:400}
.internal-form-margin #noOfStudent {font-weight:400}

.green 
{
    color: #02a451;
}
.mt2 {margin-top:2% !important;}
.mt3 {margin-top:3% !important;}
.mt4 {margin-top:4% !important;}
.mt5 {margin-top:5% !important;}
.mt6 {margin-top:6% !important;}
.mt7 {margin-top:7% !important;}
.mt8 {margin-top:8% !important;}
.p0 {padding:0px}

.comingSooon {    display: contents;
    font-size: 13px;
    color: #02a451;}


.hiddenCB1, .hiddenCB2, .hiddenCB3, .hiddenCB4
{
min-height: 300px;
float:left;
width:100%;
}

.forgot_pass {
    margin-top: -34px !important;
    position: absolute;
    font-size: 12px;
    right: 0px;
    text-align: right;
    color: #02a451;
}

.forgot_pass a {
    font-weight: 500;
    color: #02a451;
}
.passcode-wrapper input {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-indent: 13px !important;
    font-size: 29px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    margin-right: 5px;
    margin-left: 5px;
    color: #02a451!important;
    -moz-appearance: textfield;
}
#otp-field {
    margin-bottom: 0px!important;
}

.passcode-wrapper {
    display: flex;
    align-items: center;
    width: auto;
    margin: 4px auto;
    margin-left: 32px;
}



/* only header css */
#navbar .logout_btn
{
    background-color: #ffffff;
    color: #02a451;
    border-radius: 12px;
    border: 1px solid;
    margin: 5px 0px;
    padding: 4px 40px;
    font-family: 'Montserrat', sans-serif;
}
#navbar .logout_btn:hover
{
    transition: all .3s;
    color: #ffffff;
    background-color: #02a451;
}
.navbar-default
{
    background-color: transparent;
    border-color: transparent;
}

#navbar .logo_img
{
    width:200px;
    float: left;
}

/* only header css */



.m-0
{
    margin: 0px;
}

.p-0
{
    padding: 0px;
}

/* page css started */

.mb-5
{
margin-bottom: 5%;
}
body
{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 18px;
    width: 100%;
    max-height: 100px;
    min-height: 650px;
}
#section1 .welcome_text 
{
    margin: 12% 0%; 
}
#section1 .welcome_text h1
{
font-weight: 500;
color: #252525;
margin: 0px;
}
#section1 .welcome_text h1 span
{
    color: #252525;
}
#section1 .welcome_text h2
{
    color: #252525;
    margin: 0px 0px;
    font-weight: 500;
    font-size:36px;
}
#section1 .welcome_text h2 p
{
    
    display: inline-block;
    color: #252525;
    font-size: 50px;
}
#section1 .welcome_text h2 p span
{
    color: #252525;
    font-size: 50px;
    color: #02a451;
}

.float-left
{
    float: left;
}
#section1 .description_text
{

}
#section1 .description_text p
{
  text-transform: unset;
  font-size:19px;
}
.id_button
{
	font-size:17px;
	font-weight:600;
    text-transform: none;
    background: linear-gradient(180deg, #00A650 0%, #87BF70 100%);
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 8px 80px;
    border-radius: 10px;
    -webkit-transition: .5s;
    transition: .5s;
}
.id_button:hover
{
    background: linear-gradient(359deg, #00A650 0%, #87BF70 100%);
    border-color: transparent;
}

.backbtn {
    font-size: 17px;
    font-weight: 600;}

.custom-form .buttons
{
  float: left;
  width: 100%;
  margin-top: 5%;
}











/* progress bar css *//* progress bar css *//* progress bar css *//* progress bar css */


/*custom font*/
/*form styles*/

.form-progress {
    position: relative;
    display: block;
    margin: 0rem auto;
    margin-top: 5%;
    width: 10%;
    float: left;
  }

  progress {
    display: block;
    position: relative;
    top: 5px;
    left: 5px;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    background: #02a341;
    width: 100%;
    height: 5px;
    background: none;
    -webkit-transition: 1s;
    transition: 1s;
    will-change: contents;
  }
  progress::-webkit-progress-bar {
    background-color: #ddd;
  }
  progress::-webkit-progress-value {
    background-color: #02a341;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .form-progress-indicator {
    position: absolute;
    top: -3px;
    left: 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border: 3px solid #D9D9D9;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
    will-change: transform;
  }
  .form-progress-indicator.one {
    left: 0;
  }
  .form-progress-indicator.two {
    left: 2%;
  }
  .form-progress-indicator.three {
    left: 4%;
  }
  .form-progress-indicator.four {
    left: 6%;
  }
  .form-progress-indicator.five {
    left: 8%;
  }
  .form-progress-indicator.six {
    left: 10%;
  }
  .form-progress-indicator.active {
    -webkit-animation: bounce 0.5s forwards;
            animation: bounce 0.5s forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    border-color: #02a451;
    background-color: #02a451;
  }

  .animation-container {
    position: relative;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    will-change: padding;
    overflow: hidden;
  }

  .form-step {
    position: absolute;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
    will-change: transform, opacity;
  }

/*   .form-step.leaving {
    -webkit-animation: left-and-out 0.5s forwards;
            animation: left-and-out 0.5s forwards;
  }

  .form-step.waiting {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }

  .form-step.coming {
    -webkit-animation: right-and-in 0.5s forwards;
            animation: right-and-in 0.5s forwards;
  } */

  @-webkit-keyframes left-and-out {
    100% {
      opacity: 0;
      -webkit-transform: translateX(-400px);
              transform: translateX(-400px);
    }
  }

  @keyframes left-and-out {
    100% {
      opacity: 0;
      -webkit-transform: translateX(-400px);
              transform: translateX(-400px);
    }
  }
  @-webkit-keyframes right-and-in {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @keyframes right-and-in {
    100% {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
  }
  @-webkit-keyframes bounce {
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes bounce {
    50% {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
    }
    100% {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }

  .hidden {
    display: none;
  }

/* progress bar css *//* progress bar css *//* progress bar css *//* progress bar css */


.myfloat
{
    float: left;
    width: 100%;
}

/* step1 */
.hiddenCB1 input[type="checkbox"],
.hiddenCB1 input[type="radio"] {
  display: none;

}

.hiddenCB1 label {

  cursor: pointer;
}

.hiddenCB1 label {
  text-transform: unset;
    padding: 15px 6px;
    line-height: 190%;
    margin: 10px 0px;
    background-color: #ffffff;
    font-weight: 500;
    box-shadow: 0px 4px 21px 0px #00000017;
    width: 100%;
    border: 1px solid transparent;
    outline-style: none;
    transition: all .6s;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size:16px
  }
.hiddenCB1 input[type="checkbox"]+label:hover{
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
    font-weight: 600;
    transition: all .3s;
}

.hiddenCB1 input[type="checkbox"]:checked+label {
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
}

.hiddenCB1 input[type="checkbox"]:checked+label:hover{
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
}

.hiddenCB1
{
    width: 54%;
    float: left;
}
.hiddenCB1 img
{
    width: 5%;
    margin-right: 9px;
}

/* step1 */

/* step2 */
.hiddenCB2 input[type="checkbox"],
.hiddenCB2 input[type="radio"] {
  display: none;

}

.hiddenCB2 label {

  cursor: pointer;
}

.hiddenCB2 label {
  text-transform: none;
    padding: 20px 6px;
    line-height: 190%;
    margin: 10px 0px 0px 5px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0px 4px 21px 0px #00000017;
    width:27%;
    border: 1px solid transparent;
    outline-style: none;
    background-color: #ffffff;
    transition: all .6s;
    border-radius: 10px;
    border: 1px solid transparent;
  }
.hiddenCB2 input[type="checkbox"]+label:hover{
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
    font-weight: 600;
    transition: all .3s;
}

.hiddenCB2 input[type="checkbox"]:checked+label {
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
}

.hiddenCB2 input[type="checkbox"]:checked+label:hover{
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
}

.cursor
{
    cursor: pointer;
}
.hiddenCB2
{
    width: 100%;
    float: left;
}
.hiddenCB2 img
{
    width: 10%;
    margin-right: 7px;
}

.backbtn
{
    margin: 6px 50px;
    font-weight: 600;
}
/* step2 */
#msform .header-text
{
  text-transform: unset;
  text-transform: unset;
    margin: 14px 0px 40px 0px;
    font-size: 35px;
    font-weight: 500;
}

.header-textt
{
  text-transform: unset;
    margin: 13px 0px;
    font-size: 28px;
    font-weight: 500;
}
.ml1 {margin-left:1%;}
.ml2 {margin-left:2%;}
.ml0 {margin-left:0px !important}
.autocomplete-suggestions {

    background-color: #fff !important;
    position: absolute;
    width: 400px !important;
    top: 287.965px;
    left: 141.111px;
    max-height: 300px !important;
    z-index: 9999 ;
    line-height: 32px !important;
    margin: 0 0px;
    border-radius:3px !important;
    overflow: scroll;

}

.autocomplete-suggestion {
    padding: 2px 18px !important;
    font-family: 'Montserrat' !important;
    font-size: 13px !important;
}



/* step2 */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.avatar-margin
{
  margin-top: 5%;
}
/* step3 */
.step3 .form-control
{
    border: 0px;
    box-shadow: unset;
    background-color: transparent;
    border-bottom: 2px solid #2E2E2E;
    border-radius: 0px;
    padding: 0px;
  font-weight: 500;
    color: #141414;
}
/* step3 */

/* image preview */
.step3 .avatar-upload {
    position: relative;
    max-width: 100%;
    margin: 0px auto;
    margin-top: 5%;
  }
  .step3 .avatar-upload .avatar-edit {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 0%;
    z-index: 11;
    margin-top: 10px;
  }
  .step3 .internal-form-margin
  {
    margin-top: 29px;
  }
  .step3 .avatar-upload .avatar-edit input {
    display: none;
  }

/*   .step3 .id_button
  {
    padding: 4px 120px;
  } */
  .step3 .avatar-upload .avatar-edit input + label {
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
    float: left;
    text-transform: none;
    width: 100%;
    display: block;
    text-align: center;
    font-size:15px;
    font-weight:500px;
  }
  .step3 .avatar-upload .avatar-edit input + label:hover {
    
    border-color: #d6d6d6;
  }
  .step3 .avatar-upload .avatar-edit input + label:after {

  }

  .step3 .it-margin
  {
    margin: 30px 0px;
  }
  .step3 .avatar-upload .avatar-preview {
    width: 100%;
    height: 252px;
    position: relative;
    border-radius: 100%;
  }
  .step3 .avatar-upload .avatar-preview > div {
    width: 100%;
    height: 252px;
    height: 100%;
    object-fit: cover;
    border-radius: unset;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
/* image preview */
.step3 .form-group label
{
  text-transform: unset;
      font-weight: 600;
      font-size:16px;
}

.step3 fieldset:nth-child(1)
{
  margin-top: 12%;
}
.step4 .ep_img
{
    height: 62px;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
    padding:0px;
}

.step4 .ep_name
{
    font-size: 16px;
    font-weight: 600;
    margin: 21px 0px;
}
.step4 .select-lang
{
    margin: 3% 0px;
}
.step4 .select-lang p
{
font-weight: 600;
font-size: 17px;
}



/* Radio color changed */
.myradio_class > input[type="radio"] {
    display: none;
  }
  .myradio_class > input[type="radio"] + *::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    margin-right: 0.3rem;
    border-radius: 50%;
    border-style: solid;
    border-width: 0.1rem;
    border-color: #02a341;
    margin-top: -3px;

  }
  .myradio_class > input[type="radio"]:checked + * {
    color: #02a341;
  }
  .myradio_class > input[type="radio"]:checked + *::before {
       background: radial-gradient(#02a341 0%, #02a341 40%, transparent 50%, transparent);
      border-color: #02a341;
  }
  .myradio_class > input[type="radio"] + * {
      display: inline-block;
      /* padding: 0.5rem 9rem; */
      margin: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
      font-size: 20px;
      margin-left: -16px;
  }

  /* Radio color changed */


/* step4 */
  .hiddenCB4 input[type="checkbox"],
.hiddenCB4 input[type="radio"] {
  display: none;

}

.hiddenCB4 label {

  cursor: pointer;
}
.fw
{
float:left;
width: 100%;
}
.hiddenCB4 .grade-level label {
    font-size: 14px;
    align-items: center;
    text-align: center;
    padding: 8px 6px;
    margin: 10px 10px;
    background-color: #ffffff;
    font-weight: 500;
    box-shadow: 0px 4px 21px 0px #00000017;
    width: 24%;
    text-transform: none;
    float: left;
    display: flex;
    border: 1px solid transparent;
    outline-style: none;
    transition: all .6s;
    border-radius: 10px;
    border: 1px solid transparent;
  }
.hiddenCB4 .grade-level input[type="radio"]+label:hover{
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
    font-weight: 600;
    transition: all .3s;
}
.ml-0
{
  margin-left: 0px !important;
}
.hiddenCB4 .grade-level input[type="radio"]:checked+label {
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
}

.hiddenCB4 .grade-level input[type="radio"]:checked+label:hover{
    background: rgb(255 255 255 / 80%);
    border-radius: 10px;
    border: 1px solid #02a451;
}

.hiddenCB4
{
    width: 100%;
}
.hiddenCB4 img
{
    width: 50%;
    margin-right: 7px;
    border-radius: 10px;
    height: 80px;
    object-fit: contain;
    padding: 9px;
}

.contentPart p {
    font-size: 16px;
    margin: 0;
    line-height: 26px;}


.step4 .grade-level p
{
font-weight: 600;
font-size: 17px;
}
/* step4 */


@media only screen and (max-width: 480px) and (min-width: 350px)
{
  .hiddenCB1
  {
    width: 100%;
  }
}
