/* Profile Step CSS */

/* div#profile-step-container .profile-step-inner-container{
    width: fit-content
} */
div#profile-step-container #profile-step-inner-container .profile-step-inner-container::after {
    content: '';
    width: 100%;
    height: 1px;
    border-top: 1px dashed #00000033;
    position: absolute;
    top: 20px;
    left: 100%;
    transform: translate(-50%,-50%);
    z-index: -1;
    max-width: 100%;
}
div#profile-step-container #profile-step-inner-container .profile-step-inner-container.completed::after {
    border-top: 1px dashed #000000D1;
}
/* div#profile-step-container .profile-step-inner-container:first-child.active::after,
div#profile-step-container .profile-step-inner-container:first-child.completed::after{
    display: none;
} */
.profile-step-inner-container:last-child::after{
    display: none;
}
div#profile-step-container .profile-step-inner-container .elementor-widget-heading {
    width: 36px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div#profile-step-container .profile-step-inner-container.active .elementor-widget-heading,
div#profile-step-container .profile-step-inner-container.completed .elementor-widget-heading{
    background-color: #187BDC;
}
div#profile-step-container .profile-step-inner-container.active .elementor-widget-heading .elementor-heading-title,
div#profile-step-container .profile-step-inner-container.completed .elementor-widget-heading .elementor-heading-title{
    color: #FFF;
}
div#profile-step-container .profile-step-inner-container.active .elementor-widget-text-editor p,
div#profile-step-container .profile-step-inner-container.completed .elementor-widget-text-editor p{
    color: #030302;
}

/* Profile Form CSS */

.speaker_profile_steps {
    display: none;
}
.speaker_profile_steps.active {
    display: block;
}
.profile-form-title{
    color: #187BDC;
    font-family: Rubik;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 40px;
}
.speaker-profile-fields-container {
    display: flex;
    gap: 35px;
}
.speaker-profile-fields-container + .speaker-profile-fields-container {
    margin-top: 40px;
}
.speaker-profile-input-field {
    width: 100%;
}
.speaker_profile_steps{
    width: 100%;
    max-width: 1343px;
}
span.profile-step-error {
    color: red;
    font-size: 16px;
    margin-top: 4px;
    font-family: Lato;
}
label.speaker-profile-label {
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-bottom: 12px;
    display: block;
}
.speaker-profile-input-field input.profile-text-field,.speaker-profile-input-field textarea.profile-text-field {
    border-radius: 10px;
    border: 1px solid #D9DBE9;
    background: #FFF;
    box-shadow: 0 0.5px 1px 0 rgba(25, 33, 61, 0.04);
    padding: 8px 16px;
    color: #030302;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.speaker-profile-input-field input::placeholder,.speaker-profile-input-field textarea::placeholder{
    color: #03030266;
}
.speaker-profile-submit-container {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-top: 40px;
    justify-content: end;
}
.speaker-profile-submit-container button.profile-back-btn{
    color: #030302;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.176px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #187BDC;
    background-color: transparent;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 122px;
    width: 100%;
}
.speaker-profile-submit-container button.profile-back-btn svg{
    line-height: 1;
}
.speaker-profile-submit-container button.profile-back-btn svg path{
    transition: 0.3s;
}
.speaker-profile-submit-container button.profile-back-btn:hover,.speaker-profile-submit-container button.profile-back-btn:focus{
    border-color: #033D94;
    background-color: #033D94;
    color: #FFF;
}
.speaker-profile-submit-container button.profile-back-btn:hover svg path{
    fill: #FFF;
}
.speaker-profile-submit-container button.profile-next-btn{
    color: #F7FAFC;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.176px;
    padding: 10px 12px;
    border-radius: 6px;
    border: 1px solid #187BDC;
    background-color: #187BDC;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: 122px;
    width: 100%;
}
.speaker-profile-submit-container button.profile-next-btn:hover,.speaker-profile-submit-container button.profile-next-btn:focus{
    border-color: #033D94;
    background-color: #033D94;
    color: #FFF;
}
.add_expertise_container {
    display: flex;
    gap: 30px;
    align-items: center;
}
/* .add_expertise_extra_container .extra-expertise-field{
    margin-top: 20px;
} */
.expertise-item{
    margin-top: 20px;
}
button#add-expertise-btn, button#delete-expertise-btn {
    padding: 0;
    width: fit-content;
    height: fit-content;
    line-height: 0;
    border: none;
    outline: none;
    background: transparent;
    color: transparent;
}
.speaker-social-media-field input:not(:first-of-type){
    margin-top: 20px;
}
.profile_privacy_content p,.profile_privacy_content ul li{
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.18px;
}
.profile_privacy_content p:not(:first-of-type){
    margin-top: 5px;
}
.profile_privacy_content ul{
    padding-left: 25px;
}
input#speaker_profile_privacy{
    appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #D9DBE9;
    box-shadow: 0 0.5px 1px 0 rgba(25, 33, 61, 0.04);
    position: relative;
    cursor: pointer;
}
input#speaker_profile_privacy:checked::after{
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #030302;
}
.profile_privacy_checkbox {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 23px;
}
.profile_privacy_checkbox .speaker-profile-label{
    margin-bottom: 0px;
}
.speaker-thank-you h3 {
    color: #030302;
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    margin: 0;
}
.speaker-thank-you p {
    color: #030302CC;
    text-align: center;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    margin-top: 18px;
}
.btn-loader {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #187BDC;
    border-top: 2px solid #FFF;
    border-radius: 50%;
    margin-left: 8px;
    animation: spin 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Login Form CSS */

.login_field_container label {
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-bottom: 12px;
}
.login_field_container input.login_input {
    border-radius: 10px;
    border: 1px solid #D9DBE9;
    background: #FFF;
    box-shadow: 0 0.5px 1px 0 rgba(25, 33, 61, 0.04);
    padding: 8px 16px;
    color: #030302;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.login_field_container:not(:last-of-type){
    margin-bottom: 20px;
}
.login_field_container button.login-btn {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 12px 40px;
    transition: 0.3s;
}
.login_field_container button.login-btn:hover{
    background-color: #0F2950;
}
a.forgot_password_link,a.back_to_login {
    color: #187BDC;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    transition: 0.3s;
}
a.forgot_password_link:hover,a.back_to_login:hover{
    color: #033D94;
}
.pswd_container {
    position: relative;
}
.pswd_container button.show_pswd {
    background-color: transparent !important;
    color: #000 !important;
    padding: 0;
    border: none;
    outline: none;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
}
.already_login_container {
    text-align: center;
}
p.already_login {
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    text-align: center;
}
.already_login_container a.logout-btn{
    background-color: #FFB93F;
    font-family: "Lato", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 0.18px;
    color: #FFF;
    transition-duration: 0.3s;
    border-radius: 10px;
    padding: 12px 40px;
    outline: none;
    display: inline-block;
    margin-top: 20px;
}
.already_login_container a.logout-btn:hover,
.already_login_container a.logout-btn:focus{
    background-color: #033D94;
}
p.login_message{
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
}
p.login_success{
    color: #030302;
}
p.login_error{
    color: red;
}

/* Country Dropdown CSS */

.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}

/* Forgot Password CSS */

form#forgot-password-form label {
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-bottom: 12px;
}
form#forgot-password-form .forgot_username_input{
    border-radius: 10px;
    border: 1px solid #D9DBE9;
    background: #FFF;
    box-shadow: 0 0.5px 1px 0 rgba(25, 33, 61, 0.04);
    padding: 8px 16px;
    color: #030302;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
form#forgot-password-form .reset_pswd_btn{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 12px 40px;
    transition: 0.3s;
    margin-top: 20px;
}
form#forgot-password-form .reset_pswd_btn:hover{
    background-color: #0F2950;
}
.forgot-message{
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-top: 20px;
}

/* Change Password CSS */

.change_pswd_text{
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    text-align: center;
}
.change-password-field-container{
    margin-bottom: 20px;
    position: relative;
}
form#change-password-form label{
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-bottom: 12px;
}
form#change-password-form .change-password-input{
    border-radius: 10px;
    border: 1px solid #D9DBE9;
    background: #FFF;
    box-shadow: 0 0.5px 1px 0 rgba(25, 33, 61, 0.04);
    padding: 8px 16px;
    color: #030302;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
form#change-password-form .change-password-btn{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 12px 40px;
    transition: 0.3s;
}
form#change-password-form .change-password-btn:hover{
    background-color: #0F2950;
}
.change-password-input-container{
    position: relative;
}
.change-password-field-container button.show_pswd {
    background-color: transparent !important;
    color: #000 !important;
    padding: 0;
    border: none;
    outline: none;
    line-height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
}
.pswd_change_succesfully{
    color: #030302;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-top: 20px;
}
.pswd_change_error {
    color: red;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.18px;
    margin-top: 20px;
}

/* Responsive CSS */

@media (max-width:1024px){
    .speaker-thank-you h3 {
        font-size: 30px;
        line-height: 40px;
    }
}

@media (max-width:767px){
    .speaker-profile-fields-container {
        flex-direction: column;
        gap: 20px;
    }
    .speaker-profile-fields-container + .speaker-profile-fields-container {
        margin-top: 20px;
    }
    .speaker-thank-you h3 {
        font-size: 25px;
        line-height: 35px;
    }
}