.delete, .modal-close {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.modal, .modal-background, .is-overlay{
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 1040;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
  margin-top:50px;
}

@media screen and (min-width: 769px) {
  .modal-content,
  .modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}

.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.modal.is-active {
    display: flex;
}

/* sign up and login */
.modal-obls .modal-content{
    max-width:360px;
}
.obls-group{
    display:flex;
    width:100%;
    position:relative;
    max-width:360px;
    background-color:#FFF;
    margin:0 auto;
}
.obls-blk{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    padding:27px 30px 30px 30px;
    width:100%;
    background-color:#FFF;
    border-radius:20px;
}
.obls-blk .userdetails-form{
     display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    width:100%;
}
.obls-blk h2{
    font-weight:700;
}
.obls-blk .img-box{
    display:flex;
    width:164px;
    height:164px;;
    margin:0 auto;
    margin-bottom:13px;
}
.obls-blk .loginas-group{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:space-between;
    width:100%;
}
.obls-blk .loginas-group-single{
    justify-content:center;
}

.obls-blk .loginas-group1{
    margin-bottom:22px;
}
.obls-blk .loginas-group2{
    margin-bottom:32px;
}
.obls-blk .loginas-group .btn-loginas{
    padding:14px 12px;
    width:calc(50% - 5px);
    font-size:12px;
    font-weight:500;
    line-height:14px;
    color:#22252F;
    justify-content:center;
    background-color:#FFF;
    border: 1px solid #D1D8EB;
    box-shadow:none;
}
.obls-blk .loginas-group-single .btn-loginas{
    width:100%;
 }
.obls-blk .loginas-group .btn-loginas span{
    display:flex;
    width:20px;
    height:20px;
    margin-right:8px;
}
.obls-blk h6{
    width:100%;
    text-align:center;
}
.obls-blk .signup-subheader{
    margin-bottom:20px;
}
.obls-blk .login-subheader{
    margin-bottom:28px;
}
.obls-blk .errormsg{
    display:flex;
    font-size:10px;
    line-height:10px;
    margin-bottom:8px;
}
.obls-blk .txt-red{
    color:#E03600;
}
.obls-blk .txt-yellow{
    color:#FFF500;
}
.obls-blk .marb10{
    margin-bottom:10px;
}
.obls-blk .formcontrol-group{
    display:flex;
    flex-flow:row nowrap;
    align-items:center;
    align-content:center;
    justify-content:flex-start;
    padding:16px 12px;
    border-bottom:2px solid #D1D8EB;
    width:100%;
    position:relative;
    margin-bottom:10px;
}
.obls-blk .formcontrol-group:last-child{
    margin-bottom:0;
}
.obls-blk .formcontrol-group:focus-within{
    border-color:#22252F;
}
.obls-blk .formcontrol-group .icon{
    display:flex;
    width:18px;
    height:18px;
    margin-right:12px;
}
.obls-blk .formcontrol-group .formcontrol{
    width:calc(100% - 30px);
    color:#22252F;
    border:0;
    font-size:12px;
    line-height:14px;
    white-space:nowrap;
}
.obls-blk .formcontrol-group .floating-label{
    font-size:12px;
    line-height:14px;
    position:absolute;
    top:19px;
    left:44px;
    color:#70778B;
    transition: 0.2s ease all;
    pointer-events: none;
}
.obls-blk .formcontrol-group .formcontrol:focus ~ .floating-label,
.obls-blk .formcontrol-group .formcontrol:not(:focus):valid ~ .floating-label{
  top: 4px;
  font-size: 8px;
}
input:focus{
    outline:none;
}
::placeholder{
    color:#70778B;
}
.obls-blk .captcha-img-blk{
    width:100%;
    margin-bottom:10px;
}
.obls-blk .captcha-input-blk .floating-label{
    left:12px;
}
.obls-blk .btn-obls{
    width:100%;
    font-size:15px;
    font-weight:700;
    margin-bottom:32px;
    margin-top:21px;
}
.obls-blk .obls-footer{
    width:100%;
    font-size:12px;
    font-weight:500;
    line-height:14px;
    color:#22252F;
    text-align:center;
    margin-bottom:0;
}
.obls-blk .obls-footer .btn-switch-obls{
    padding:0;
    font-weight:500;
    margin-left:10px;
    color:#00AFEF;
    box-shadow:none;
    font-size:12px;
    background-color:transparent;
}
/* forgotpwd */
.obls-blk .btn-forgotpwd-group{
    margin-top:11px;
    margin-bottom:16px;
    display:flex;
    justify-content:center;
    width:100%;
}
.obls-blk .btn-forgotpwd-group .btn-forgotpwd{
    padding:0;
    font-size:12px;
    color:#00AFEF;
    font-weight:500;
    box-shadow:none;
    background-color:transparent;
}
.obls-blk .lfp-group-abc{
display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    width: 100%;
}
.obls-blk .forgotpwd-group-abc{display:none;}
.obls-blk .secintro-txt{
    font-size:12px;
    font-weight:400;
    color:#474D5C;
    line-height:15px;
    margin-bottom:36px;
}
.obls-blk .formcontrol-group-fp{
    margin-bottom:50px;
}
.obls-blk .loginas-group .btn-fpwd-cancel, .obls-blk .loginas-group .btn-fpwd-submit{
    font-size: 15px;
    font-weight: 700;
}
.obls-blk .loginas-group .btn-fpwd-cancel{
    box-shadow:none;
    border:1px solid #0A2472;
    width:calc(30% - 4px);
}
.obls-blk .loginas-group .btn-fpwd-submit{
    width:calc(70% - 4px);
}
.loginnext-group{width:100%;display:none;}
.coursein{display:none;}
@media screen and (max-width: 1400px) {
    .obls-blk{
        padding:20px;
    }
    .obls-blk .loginas-group1{
        margin-bottom:12px;
    }
    .obls-blk .signup-subheader{
        margin-bottom:12px;
    }
    .obls-blk .login-subheader{
        margin-bottom:38px;
    }
    .obls-blk .formcontrol-group{
        margin-bottom:8px;
    }
    .obls-blk .btn-obls{
        margin-bottom:24px;
        margin-top:16px;
    }
    .obls-blk .loginas-group .btn-loginas{
        padding:12px;
    }
    .obls-blk .loginas-group2{
        margin-bottom:46px;
    }
    .obls-blk .formcontrol-group-fp{
        margin-bottom:30px;
    }
    .obls-blk .formcontrol-group-fp{
        margin-bottom:36px;
    }
}
/* success msg blk */
.success-msg-group{
    display:none;
    width:100%;
    position:relative;
    max-width:410px;
    background-color:#FFF;
    margin:0 auto;
    border-radius:20px;
}
.success-msg-blk{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    align-content:flex-start;
    justify-content:center;
    padding:30px;
    width:100%;
    background-color:#FFF;
    border-radius:20px;
    margin-top:32%;
    margin-bottom:32%;
}
.success-msg-blk .img-box {
    display: flex;
    width: 88px;
    height: 88px;
    margin: 0 auto;
    margin-bottom: 13px;
    position: relative;
    bottom: 47px;
}
.success-msg-blk h2 {
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.success-msg-blk p {
    margin: 0px;
    text-align: center;
}
.success-msg-blk .login-btn {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    top: 33px;
}
/* oti-page */
.oti-page{
    display:none;
    position: fixed;
    top: 0px;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.84);
}
.oti-page p{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    width:100%;
    margin:0;
    padding:0;
    font-size:16px;
    font-weight:bold;
    color:#FFF;
}
/* open in app */
.openinapp{
    position:fixed;
    left:0px;
    right:0px;
    bottom:5px;
    display:none;
    justify-content:center;
    align-items:center;
    z-index:2001;
}
.openinapp a{
    text-decoration:none;
    background-color:#004EC5;
    font-size:14px;
    font-weight:600;
    line-height:14px;
    padding:6px 16px 8px 16px;
    border-radius:15px;
    box-shadow:0 0 4px 2px rgba(0,0,0,.2);
    color:#FFF;
}
.openinapp a:hover, .openinapp a:focus{
    color:#FFF;
}
