/**vConfex OTP Verification section start**/

.login_widget_outer {
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.login_widget_outer .login_widget h2 {
    color: #1A1A1A;
    font-family: "SangBleu Versailles";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.login_widget_outer .login_widget p,
.login_widget_outer .container_widget p {
    color: #1A1A1A;
    font-family: var(--body-font-family);
    font-size: 16px;
    /* font-size: calc(var(--para-font-size) - 2px); */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.login_widget_outer .container_widget p {
    margin-bottom: 25px;
    line-height: 1.5;
}

.login_widget_outer .container_widget h4 {
    /* color: var(--heading-color); */
    /* font-family: var(--heading-font-family); */
    font-size: 24px;
    /* font-size: calc(var(--primary-font-size, var(--heading-default-size)) - 10px); */
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 1.3em;
    font-family: "SangBleu Versailles";
    color: #1a1a1a;
}

.login_widget_outer .tabs_scroll #myTab {
    background: #F9F6FA;
    margin-bottom: 40px;
    padding: 10px 10px !important;
}

.login_widget_outer ul#myTab li.nav-item a {
    background: transparent !important;
    border-bottom: 0px !important;
    color: rgba(102, 45, 144, 0.90) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login_widget_outer .login_widget {
    padding: 0px 20px 20px;
}

.login_widget_outer .container_widget {
    padding: 0;
    text-align: center;
}

.login_widget_outer .login_widget {
    padding: 0px 20px 20px;
}

.login_widget_outer .container_widget input[type="text"] {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(242, 242, 242, 0.10);
    width: 100%;
    height: 50px;
    padding: 12px;
    color: #1A1A1A;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login_widget_outer .container_widget .form_group {
    margin-bottom: 20px;
}

.login_widget_outer .container_widget .form_group:last-child {
    margin-bottom: 0;
}

.login_widget_outer .container_widget button,
.login_widget_outer .link_btn {
    border-radius: 8px;
    background: #662D90;
    display: flex;
    width: 100%;
    height: 50px;
    padding: 0px 79px;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border: none !important;
}

.login_widget_outer ul#myTab li.nav-item.active a {
    border-radius: 20px;
    background: #FFF !important;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.10);
    border: none !important;
    padding: 9px 15px;
}

.login_widget_outer .number_widget {
    border-radius: 8px;
    border: none;
    background: rgba(242, 242, 242, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    justify-content: start;
}

.login_widget_outer .number_widget input[type="number"] {
    height: 50px;
    width: 100%;
    border: 0px;
    padding: 12px;
    background: transparent;
}

.login_widget_outer .container_widget.layer_2 {
    text-align: left;
}

.login_widget_outer .number_widget label {
    color: #1A1A1A;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 10px;
    top: -9px;
    background: white;
}

.login_widget_outer .otp_layer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.login_widget_outer .otp_layer input {
    width: auto;
    border-radius: 8px;
    border: 1px solid #CCC;
    width: 48px;
    height: 48px;
    text-align: center;
}

.login_widget_outer .material-icons-outlined {
    font-size: 18px !important;
}

.login_widget_outer label.info_text {
    color: #80807F;
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0px;
}

.login_widget_outer label.info_text.text-success {
    color: green;
}

.login_widget_outer label.info_text a {
    text-decoration: underline;
}

.boarding_widget div#boarding_tab {
    padding: 0;
    text-align: center;
}

.boarding_widget div#boarding_tab h5 {
    color: #1A1A1A;
    font-family: "SangBleu Versailles";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 25px;
    margin-top: 35px;
}

.boarding_widget div#boarding_tab p {
    color: #000;
    text-align: center;
    font-family: var(--body-font-family);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.boarding_widget #boarding_tab .center_widget {
    margin-top: 20px;
}

.boarding_widget .boarding_steps {
    display: flex;
    padding: 30px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.boarding_widget .boarding_steps span {
    width: 14px;
    height: 14px;
    display: inline-block;
    border: 1px solid #181E29;
    border-radius: 50%;
}

.boarding_widget .boarding_steps span.active {
    border-radius: 10px;
    background: #181E29;
}

.boarding_widget .boarding_navigation {
    display: flex;
    justify-content: end;
    padding: 0px 0px;
    margin-top: 0px;
}

.boarding_widget a.skip_step {
    color: #737780;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
}

.boarding_widget .boarding_navigation a {
    color: #662D90;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.boarding_widget a.next_step.btn {
    width: 100% !important;
    border-radius: 8px;
    background: #662D90;
    display: flex;
    height: 50px;
    padding: 0px 79px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.boarding_widget .center_widget img {
    height: 250px;
}

.boarding_widget a.next_step {
    border-radius: 55px;
    background: #181E29;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#boarding_tab .tab-pane {
    display: none;
}

.text-right {
    text-align: right;
}

#boarding_tab .tab-pane.active {
    display: block;
}

.login_widget_outer .speaker_widget_container p {
    color: #181E29;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}

.login_widget_outer .container_widget p span {
    color: #1a1a1a;
}

.login_widget_outer .container_widget p span.material-icons-outlined.edit_details {
    font-size: 15px !important;
    color: var(--theme-color);
    text-decoration: underline;
    text-transform: capitalize;
    cursor: pointer;
    margin-left: 5px;
    top: -2px;
    display: inline-block;
    position: relative;
}


/**vConfex OTP Verification section end**/
