/*******User*/
@import url("booking.css");
@import url("product.css");
@import url("transction.css");
@import url("mycoaches.css");
@import url("productpage.css");
@import url("videopopup.css");
@import url("detailpopup.css");
@import url("contact.css");
@import url("profile.css");
@import url("payment.css");
@import url('signup.css');
@import url("myprofile.css");
@import url('myprofilepopus.css');

@import url("calenderbooking.css");
@import url("review-feedback.css");
@import url("assessmentform.css");
/*******Auth START****/
html{
	font-size: 62.5%;
}
button{
	border:none;
	background: transparent;
}
body{
  font-family: 'MuseoSansCyrl300',sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000;
}


.upload-resume-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #cccccc;
  padding: 50px;
  text-align: center;
  cursor: pointer;
}

.upload-icon {
  font-size: 24px;
  margin-bottom: 10px;
}

.upload-resume-label:hover {
  border-color: #999999;
  background-color: #f9f9f9;
}

#user_resume {
  display: none; /* Hide the default file input */
}

#profile_photo { display:none;}
  .custom-textarea {
      background-color: #F6F6F6 !important;
      font-size: 16px !important;
      margin-bottom: 20px !important; 
      border-radius: 0 !important;
  }
  .custom-input {
      height: 64px;
      width: 100%;
      background-color: #F6F6F6 !important;
      font-size: 16px !important;
      margin-bottom: 20px !important;
      border-radius: 0 !important;
      font-family: 'MuseoSansCyrl300',sans-serif;
      padding: 20px;
      border: none;
  }
  .profile-input, .call-input, .email-input,
   .linkedin-input, .insta-input, .pass-input, .fb-input, .youtube-input, .expert-input,.country-input, .desig-input, .org-input,.bio-input {
       position: relative;
   }
   /* .country-input.countryCode-wrapper .countyCode {
    width: 100% !important;
   } */
  
   .profile-input::after, .call-input::after, .email-input::after,
   .linkedin-input::after, .insta-input::after, .pass-input::after,.bio-input::after, .org-input::after, .fb-input::after, .youtube-input::after, .expert-input::after,.country-input::after, .desig-input::after,.country-icon-block::after, .user-inputBox.selectPluginArea .language-icon {
      position: absolute;
      content: "";
      left:15px;
      top: 50%;
      width: 20px;
      height: 20px;
      transform: translateY(-50%);
      z-index: 2;
   }
   .edit{
    background: url("../images/edit.svg") no-repeat center;
    background-size: 15px;
    height: 16px;
    width: 16px;
 }
   .profile-input::after{
      background: url("../images/person.svg") no-repeat center;
      background-size: 15px;
   }
   .call-input::after{
    background: url("../images/call.svg") no-repeat center;
      background-size: 15px;
   }
   .email-input::after{
    background: url("../images/email.svg") no-repeat center;
      background-size: 15px;
   }
   .org-input::after{
    background: url("../images/org-name.svg") no-repeat center;
    background-size: 15px;
   }
   .org-input.corporate::after{
    background: url("../images/expert.svg") no-repeat center;
    background-size: 15px;
   }
   .desig-input::after{
    background: url("../images/designation.svg") no-repeat center;
    background-size: 15px;
   }
   .desig-input.industry-input::after{
    background: url("../images/industry.svg") no-repeat center;
    background-size: 17px;
   }
   .country-input::after{
    background: url("../images/countryCode.svg") no-repeat center;
    background-size: 20px;
   }
   .fb-input::after{
    background: url("../images/fb.svg") no-repeat center;
    background-size: 10px;
   }
   .youtube-input::after{
    background: url("../images/youtube.svg") no-repeat center;
    background-size: 15px;
   }
   .insta-input::after{
    background: url("../images/insta.svg") no-repeat center;
    background-size: 15px;
   }
   .expert-input::after{
    background: url("../images/timeZone.svg") no-repeat center;
    background-size: 20px;
   }
   .bio-input::after{
    background: url("../images/bio.svg") no-repeat center;
    background-size: 20px;
    top: 31px;
   }
   .pass-input::after{
    background: url("../images/e-lock.svg") no-repeat center;
    background-size: 15px;
   }
   .linkedin-input::after{
    background: url("../images/linkedin.svg") no-repeat center;
    background-size: 15px;
   }
   .country-icon-block::after{
    background: url("../images/country.svg") no-repeat center;
    background-size: 20px;
    left: 24px;
   }
   .user-inputBox.selectPluginArea .language-icon{
    left: 24px;
   }
   .expert-apply-form .custom-input, .expert-apply-form .custom-textarea{
    padding: 20px 52px 20px 45px;
   }

   .expert-apply-form.expert-mybio .custom-input,  .expert-apply-form.expert-mybio .bio-input textarea{
    margin-bottom: 0px !important;
}
.expert-apply-form .call-input-wrap .custom-input{
    padding: 20px 14px !important;
}
.expert-apply-form .call-input-wrap .call-input input{
    padding-left: 45px !important;
}
.expert-apply-form .call-input-wrap select.custom-input{
    padding-right: 32px !important;
    cursor: pointer;
}
.expert-apply-form .call-input-wrap select.custom-input:focus{
    box-shadow: none;
}
   .expert-apply-form .container{
    max-width: 750px;
    padding: 30px 20px;
    position: relative;
   }
    .expert-apply-form .btn-wrapper .signup-btn{
        background-color: #055096;
        color: #fff;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        height: 64px;
        border: 2px solid #055096;
    }
    .expert-apply-form .btn-wrapper .signup-btn:hover{
        color: #055096;
        background-color: #ffffff;
    }
    .expert-apply-form input:focus{
        border-color: transparent;
        box-shadow: none;
    }
    .bio-input textarea{
        height: 232px;
    }
    .heading-wrap{
        margin-bottom: 32px;
    }
    .pass-input .eye-icon-view{
        position: absolute;
        content: "";
         right: 7px;
        top: 53%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        background-size: 15px;
    }
    .expert-apply-form .input-group{
      display: block;
    }
    .profile-section{
      background-color: #000037;
      padding: 25px 15px;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
    }
  .profile-name{
      color:  #fff;
      font-size: 1.6rem;
  }
  .profile-picture.editProfilePicture input{
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    opacity: 0;
    background-color: #AFAFAF;
    border-radius: 50%;
    /* text-indent: -99999px; */
  }
  .profile-picture.editProfilePicture:hover input{
    opacity: 0.6;
    height: 100%;
  }
  .profile-picture{
    width: 80px;
    height: 80px;
    margin-bottom: 12px;
    border-radius: 50%;
    overflow: hidden;
  }
  .profile-picture.editProfilePicture{
    position: relative;
    cursor: pointer;
  }

  .profile-picture.editProfilePicture::after{
    display: none;
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
 background: url(../images/edit.svg) no-repeat center;
pointer-events: none;
  }
  .profile-picture.editProfilePicture:hover::after{
    display: block;
  }
  .edit-btn{
    border: 2px solid #fff;
    border-radius: 12px;
    padding: 9px 16px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    color: #fff;
    transition: all 0.3s;
  }
  .edit-btn:hover{
    background-color: #ffffff;

  }
  .edit-btn:hover .edit{
    filter: brightness(0) saturate(100%) invert(20%) sepia(80%) saturate(1926%) hue-rotate(194deg) brightness(92%) contrast(96%);
    color: #055096;
  }
  .bio-input.profile-db::after{
    top: 31px;
  } 
  .profile-picture img{
    display: block;
    width: 100%;
    object-fit: contain;
    height: auto;
    border-radius: 50%;
    height: 100%;
  }
  .dashboard.pwd-dashboard{
    background-color: #F6F6F6;
  }
  .expert-apply-form{
    background-color: #fff;
  }
  .bio-block{
    position: relative;
  }
  #the-count{
  position: absolute;
    right: 20px;
    bottom: 38px;
    color: #AFAFAF;
}
.expert-apply-form.expert-mybio #the-count{
    top: unset;
    right: 15px;
    bottom: 10px;
    color: #AFAFAF;
}
.expert-input.profile-db::after{
  top: 38%;
}
.expert-apply-form .bio-input textarea{
    height: 232px;
    resize: none;
    border: none;
    padding-bottom: 30px;
}
.expert-apply-form .bio-input textarea:focus{
    border: none !important;
    box-shadow: none !important;
}

.expert-apply-form .btn-close{
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 10;
}
.modal-content.facilitator-popup{
    padding: 30px;
}
.expert-apply-form .btn-close:focus{
    box-shadow: none;
}
.expert-apply-form.expert-mybio .expert-inputBox{
    margin-bottom: 20px;
}
.admin-block.user-profile-block input, .admin-block.user-profile-block textarea, .admin-block.user-profile-block select{
    margin-bottom: 0 !important;
}
.admin-block.user-profile-block textarea{
    resize: none;
}
.admin-block.user-profile-block .user-inputBox {
    margin-bottom: 20px;
}
    @media screen and (min-width: 768px) {
        .expert-apply-form.expert-mybio .expert-inputBox{
            margin-bottom: 32px;
        }
        .admin-block.user-profile-block .user-inputBox {
            margin-bottom: 32px;
        }
        h1{
            font-size: 40px;
            margin-bottom: 22px;
        }
        .expert-apply-form .custom-input, .expert-apply-form .custom-textarea{
           margin-bottom: 32px !important;
           }
           .input-group .pass-input .custom-input{
            margin-bottom: 32px !important;
           }
           .profile-section {
            height: 100px;
            margin-bottom: 60px;
            padding: 15px;
            position: relative;
            align-items: center;
           }
           .profile-picture {
            width: 95px;
            height: 95px;
            margin-top: 5px;
        }
        .profile-name {
          margin-bottom: 10px;
        }
        .profile{
          display: flex;
          align-items: center;
          gap: 13px;
          position: absolute;
          top: 30%;
          left: 18px;

        }
        .edit-btn {
          margin-left: auto;
        }
        .max-font.heading-wrap h1, .max-font.heading-wrap h2{
          font-size: 3.2rem;
        }
    }
   @media screen and (min-width: 1024px) {
    .expert-apply-form .container{
        padding: 45px 50px;
       }
       .edit-btn {
        border: 2px solid #fff;
        padding: 13px 29px;
        font-size: 1.8rem;
       }
       .profile-name {
        font-size: 2rem;
        margin-top: -22px;
    }
   }
   @media screen and (min-width: 1600px) {
      .profile-picture {
        width: 120px;
        height: 120px;
        margin-top: -4px;
        margin-left: 5px;
      }
      .profile {
        align-items: flex-start;
      }
      .profile-name {
        font-size: 2.4rem;
        padding-top: 20px;
        padding-left: 4px;
        letter-spacing: 0px;
        word-spacing: 4px;
        margin-top: 0;
      }
      .profile-section {
        height: 100px;
        margin-bottom: 85px;
      }
      .edit-btn {
        padding: 13px 35px;
      }
   }
  

 /*******Auth END****/
.login-wrap .custom-modal-body h5 {
    margin-bottom: 8px;
}
.login-wrap .custom-modal-body .signin-des {
    margin-bottom: 32px;
}
.login-wrap .custom-input {
    padding: 20px 40px 20px 40px;
    font-weight: 300;
    margin-bottom: 0px !important;
}
.login-wrap .input-container {
    gap: 32px;
    margin-bottom: 22px;
    padding: 0;
}
.login-wrap .custom-checkbox {
    gap: 8px;
    margin: 0;
}
.login-wrap .custom-control-label.remember {
    margin: 0 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.login-wrap .forgot-link {
    font-weight: 400 !important;
}
.login-wrap .control-margin {
    margin-bottom: 55px !important;
    margin-top: 0 !important;
}
.login-wrap .bl-btn {
    margin-bottom: 32px;
}
.login-wrap .custom-modal-body p {
    font-weight: 700;
    margin-bottom: 24px !important;
}
.login-wrap .or-divider span {
    font-weight: 400;
    font-family: "Lora", sans-serif;
}
.login-wrap .signin-or-divider {
    margin-bottom: 28px;
}
.login-google-block {
    padding: 20px;
    width: 100%;
    border: 2px solid #F6F6F6;
}
.eye-icon {
    background: url('../../user/images/eye.svg') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.eye-off {
    background: url('../../user/images/eye-off.svg') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.login-wrap .custom-modal-width .modal-content {
    /* padding: 60px 40px; */
    padding: 30px 20px;
}
.login-wrap .custom-modal-header {
    padding: 0;
    position: absolute;
    top: 16px;
    right: 16px;
}
.login-wrap .custom-modal-body {
    padding: 0;
    margin: 0;
}
body {
    height: 100vh;
}
@media all and (max-width:1024px){
    .login-wrap .custom-modal-width .modal-content,.signup-modal .custom-modal-width .modal-content{
        width: 94%;
        margin: 0 auto;
    }
    .signup-modal .custom-modal-width .modal-content{
        min-width: unset;
    }
}
@media screen and (max-width:479px) {
    .login-wrap .custom-modal-body h5  , .signup-modal h5 , .register-modal h5{
        font-size: 25px;
    }
}
@media screen and (min-width:768px) {
    .login-wrap .custom-input {
        padding: 23px 60px 23px 60px;
    }
    .login-wrap .custom-control-label.remember {
        font-size: 16px !important;
    }
    .login-wrap .custom-modal-width .modal-content {
        padding: 50px 35px;
    }
}
@media screen and (min-width:992px) {
    /* .modal-dialog {
        width: 650px !important;
    } */
    .login-wrap .custom-modal-width .modal-content {
        padding: 60px 40px; 
    }
    .coach-sigunup-pannel{
        max-width: 900px;
        width: 100% !important;
    }
}
@media screen and (min-width:1468px) and (min-height:772px) {
    .login-wrap .custom-modal-width .modal-content {
        padding: 40px 30px;
    }
    .login-wrap .custom-input {
        padding: 15px 60px;
    }
 }


.signup-modal p {
    margin-bottom: 40px;
}
.signup-modal h5 {
    margin-bottom: 32px;
}
.signup-modal .custom-google-button , .signup-modal .log-icon {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
}
.signup-modal .button-text-email {
    font-size: 16px;
}
.signup-modal .email-icon {
    margin-right: 16px;
}
.signup-modal .button-text-google {
    color: black;
    font-weight: 400;
    font-size: 16px;
}
.signup-modal .member-style {
    font-family: 'museo_sans_cyrl500',sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.signup-modal .login-link-style {
    font-size: 16px !important;
}
.signup-modal .modal-body {
    padding:0;
}
.signup-modal .modal-content {
    padding: 30px 20px;
}
.signup-modal .log-icon {
    border: 2px solid #F6F6F6;
    margin-bottom: 32px;
    margin-top: 0px;
}
.signup-modal .custom-google-button {
    margin-bottom: 32px;
}
@media screen and (min-width:768px) {
    .signup-modal .modal-content {
        padding: 50px 35px;
    }
}
@media screen and (min-width:992px) {
    .signup-modal .modal-content {
        padding: 60px 40px;
    }
}

.login-wrap .custom-modal-body p {
    font-weight: 400;
}
.register-modal .verify-btn {
    font-weight: 400 !important;
}
.register-modal .otp-inputs-container {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}
.register-modal .otp-inputs {
    width: 100%;
}
.register-modal .otp-inputs input {
    width: 18%;
}
.login-wrap .otp-inputs-container .bl-btn {
    width: 100%;
    margin-bottom: 0;
}
.create-pass {
    background: url('../../images/create-pass.svg') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.confirm-pass {
    background: url('../../images/confirm-pas.svg') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
}
.login-wrap .custom-button {
    width: 100%;
    margin: 0;
    font-size: 18px !important;
}
.already-tag , .login-wrap .forgot-link {
    font-weight: 700 !important;
}
.google-signup-tag {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    border: 2px solid #f6f6f6;
    padding: 20px 0;
    background: #fff;
    gap: 16px;
}
.google-signup-tag .button-text {
    font-size: 16px;
    font-family: 'museo_sans_cyrl500',sans-serif;
    font-weight: 500;
    color: #000;
}
.register-modal .verify-btn {
    top: 100% !important;
}
.login-wrap .custom-modal-body p {
    margin-bottom: 32px;
}
.input-container .otp-block p {
    margin-bottom: 0px !important;
}
.register-modal .otp-inputs-container {
    margin-top: 0px;
}
.login-wrap .input-container {
    margin-bottom: 60px;
}
.login-wrap .custom-button {
    padding: 22px 0;
    height: auto;
    margin-bottom: 32px !important;
}
.already-tag {
    text-align: center;
}
.login-wrap .or-divider {
    margin-bottom: 24px !important;
}
.google-signup-tag {
    margin-bottom: 24px;
}
@media screen and (max-width:767px) {
    .input-group-block {
        margin-bottom: 15px !important;
    }
}
@media screen and (min-width:768px) {
    .register-modal .verify-btn {
        top: 0 !important;
        transform: translateY(50%);
        padding: 8px 12px !important;
        height: 34px;
        margin-top: 0px !important;
        right: 20px !important;
    }
    .register-modal .otp-inputs {
        width: calc(100% - 324px);
    }
    .login-wrap .otp-inputs-container .bl-btn {
        width: 300px !important;
        margin-left: auto;
    }
    .register-modal .otp-inputs-container {
        flex-direction: row;
    }
    .otp-block p:last-child {
        text-align: right;
    }
}
@media screen and (min-width:992px) {
    .register-modal .otp-inputs {
        width: calc(100% - 396px);
    }
    .login-wrap .otp-inputs-container .bl-btn {
        width: 372px !important;
    }
}
.login-wrap .input-icon {
    top: 22px;
    bottom: auto;
}
.login-wrap #login_email-error , .login-wrap #login_password-error {
    color: red;
    margin-top: 5px;
    font-family: 'museo_sans_cyrl500',sans-serif;
    font-weight: 500;
    font-size: 14px;
}
.login-wrap.register-modal .remember-pass {
    font-weight: 700 !important;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px !important   ;
}
.login-wrap .signin-input-container {
    margin-bottom: 16px !important;
}
.login-wrap .signup-para {
    margin-bottom: 32px !important;
} 
.login-wrap.register-modal .description {
    margin-bottom: 0px !important;
}
/* .email-icon , .call-icon {
    top: -36px !important;
}  */
.tick-icon {
    background: url('../../user/images/tick.svg') no-repeat center;
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.login-wrap .custom-modal-body .loginwrap-username {
    margin-bottom: 32px !important;
}
.userpickup-modal .loginwrap-input-group {
    margin-bottom: 4px !important;
}
.great-tag ,.chosen-tag {
    display: block;
    font-size: 14px;
    font-family: 'museo_sans_cyrl500',sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
}
.chosen-tag {
    margin-bottom: 60px;
}
.login-wrap .signup-btn  , .login-wrap .loginwrap-btn{
    margin-bottom: 0px !important;
}
.login-wrap .custom-modal-body .loginwrap-usename {
    margin-bottom: 32px !important;
}
.loginwrap-verify {
    display: block;
    font-size: 14px;
    font-family: 'museo_sans_cyrl500',sans-serif;
    font-weight: 500;
    margin-top: 4px;
}
.login-wrap .bl-btn{
    border: 2px solid #055098 !important; 
}
.login-wrap .bl-btn:hover {
    background-color: #ffffff !important;
    color: #055098 !important;
    border: 2px solid #055098 !important;
}

.verify-btn {
    transition: all 0.3s ease-in-out;
}
.verify-btn:hover {
    background-color: #055098 !important;
    color: #fff !important;
    border-color: #055096 !important;
}





.pass-input-block{
    position: relative;
}

.coach-sigunup-pannel .select2-selection{

    padding: 0;
}
.coach-sigunup-pannel .selection .select2-selection{
    border: none;
    background-color: transparent;
}
.coach-sigunup-pannel .select2-selection__rendered{
    display: flex !important;
    flex-wrap: wrap;
}
.coach-sigunup-pannel .select2-container{
    padding: 20px 20px 20px 54px;
    background-color: #F6F6F6;
}

.coach-sigunup-pannel .selection{
    width: 100%;
}
.coach-sigunup-pannel .expertise-wrap{
    position: relative;
    background-color: #f6f6f6 !important;
}
.coach-sigunup-pannel .expertise-wrap::after{
    content: " ";
    position: absolute;
    top: 22px;
    right: 10px;
    background: url("../images/arrow-down.png") no-repeat center;
    background-size: 15px;
    z-index: 22;
    height: 20px;
    width: 20px;
}
#cropperModal{
    display: block !important;
    pointer-events: none;
}
.modal.fade.show{
    pointer-events: initial;
}
#updateUserProfileForm .call-input, #updateUserProfileForm .form-control{
    border: 1px solid #ccc !important;
}
.coach-sigunup-pannel .expert-input .select2-container {
    background-color: transparent;
}
.coach-sigunup-pannel .expert-input{
    background-color: #f6f6f6 !important;
}
.selectPluginArea .selection{
    width: 100%;
    background-color: #F6F6F6;
    padding: 20px;
}
.selectPluginArea .selection .select2-selection{
    background-color: transparent !important;
    border: 0;
}
.expert-input.timezone .custom-input{
    padding: 20px 20px 20px 54px;
}
.user-inputBox.bioTextarea .custom-input{
    padding: 20px 20px 20px 54px;
}
.selectPluginArea .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0 !important;
}
.selectPluginArea .select2-selection{
    padding-bottom: 0 !important;
}
.selectPluginArea .select2-container--default.select2-container--disabled .select2-selection--multiple {
    border: 0 !important;
}
.selectPluginArea .select2-container .select2-selection--multiple {
   min-height: 0 !important;
}
.join_meeting.join_meeting_btn.wt-btn{
    display: inline-flex;
    gap: 5px;
}
.join_meeting.join_meeting_btn.wt-btn:hover i{
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(0%) hue-rotate(325deg) brightness(111%) contrast(100%);
}