.common_input_wrapper.check_industry,
.common_input_wrapper.check_experience {
    height: fit-content;
}

.common_input_wrapper.check_industry .common_industry_check_wrapper,
.common_input_wrapper.check_experience .common_experience_check_wrapper {
    flex-direction: row;
    height: fit-content;
    display: flex;
    column-gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.common_input_wrapper.check_industry .common_industry_check_inner_wrapper,
.common_input_wrapper.check_experience .common_experience_check_inner_wrapper {
    display: inline;
}

.costomi_signup_wrapper_step_3,
.costomi_signup_wrapper_step_4 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.common_input_wrapper>.common_input_placeholder.browseBtn {
    background: #666;
    height: 40px;
    color: var(--white-color);
    border-radius: 5px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center
}

.costomi_signup_content_wrapper .common_input_wrapper {
    height: 40px;
}

.costomi_signup_content_wrapper .common_input_wrapper.check_industry,
.costomi_signup_content_wrapper .common_input_wrapper.check_experience {
    height: fit-content;
}

.common_input_wrapper {
    position: relative;
    width: 100%;
    height: 44px;
}

.common_input_wrapper>input[type='text'],
.common_input_wrapper>input[type='email'],
.common_input_wrapper>input[type='tel'],
.common_input_wrapper>input[type='url'],
.common_input_wrapper>input[type='number'],
.common_input_wrapper>input[type='password'],
.common_input_wrapper>textarea {
    appearance: none;
    width: 100%;
    height: 100%;
    color: var(--dark-black-color);
    float: right;
    outline: none;
    position: relative;
    z-index: 1;
    border: 1px solid #B4B4B4;
    font-size: 16px;
    padding: 10px 10px 0px;
    box-sizing: border-box;
    border-radius: 6px;
    resize: none;
}

.common_input_wrapper>input[type='text']:focus,
.common_input_wrapper>input[type='email']:focus,
.common_input_wrapper>input[type='tel']:focus,
.common_input_wrapper>input[type='url']:focus,
.common_input_wrapper>input[type='number']:focus,
.common_input_wrapper>input[type='password']:focus,
.common_input_wrapper>textarea:focus {
    border: 1px solid #006ABA !important;
}

.common_input_wrapper>.common_input_placeholder {
    padding: 10px;
    color: var(--dark-black-color);
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 16px;
    z-index: 2;
    width: fit-content;
    height: 44px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.common_input_wrapper>.error_alert {
    position: absolute;
    top: 50%;
    right: 6px;
    width: fit-content;
    height: 34px;
    transform: translateY(-50%);
    background-color: #ff7676;
    color: var(--white-color);
    padding: 10px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 13px;
    z-index: 3;
    white-space: nowrap;
}

.common_input_wrapper.error_alert_border>input,
.common_input_wrapper.error_alert_border>textarea {
    border-color: #ff0000 !important;
}

.loadingCircleBtn {
    border: 1px solid #006ABA !important;
    color: var(--white-color) !important;
    background-color: var(--white-color) !important;
    cursor: default;
}

.loadingCircleBtn {
    background-color: var(--white-color) !important;
    color: var(--white-color) !important;
}

.loadingCircleBtn:hover {
    background-color: var(--white-color) !important;
    color: var(--white-color) !important;
}

.login_logo_wrapper {
    width: fit-content;
    height: 100%;
    margin-right: auto;
    margin-bottom: auto;
    padding-top: 80px;
}

.login_logo_content {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
}

.login_logo_img_wrapper {
    width: fit-content;
}

.login_logo_img_wrapper>img {
    height: 100%;
    display: block;
    height: auto;
    object-fit: contain;
}

.login_logo_content>p {
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    color: var(--white-color);
}

.login_costomi_signup_guide_wrapper {
    display: none;
    width: 450px;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    border-radius: 24px;
    border: 1px solid #D1D1D1;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

.login_costomi_signup_guide_wrapper>p {
    color: var(--dark-black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.login_costomi_signup_guide_wrapper>p:first-child {
    color: var(--light-black-color);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}








.common_sign_wrapper {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}

.common_sign_in_wrapper,
.common_sign_up_wrapper,
.common_forgot_wrapper,
.common_error_wrapper {
    position: relative;
    width: 100%;
    height: auto;
}

.common_sign_up_step_1,
.common_sign_up_step_2,
.common_sign_up_step_3,
.common_forgot_step_1,
.common_forgot_step_2,
.common_forgot_step_3,
.common_error_step_1,
.common_error_step_2,
.common_error_step_3 {
    position: relative;
    width: 100%;
    height: auto;
}

.common_sign_box {
    display: none;
    width: 400px;
    padding: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #B4B4B4;
    background: var(--white-color);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.common_sign_title_wrapper {
    position: relative;
    width: 100%;
    height: 34px;
    margin-bottom: 24px;
}

.common_sign_title_wrapper>div {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #006ABA;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    height: 34px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.common_sign_title_wrapper>div:nth-child(1) {
    opacity: 1;
}

.common_sign_continue_title_wrapper {
    position: relative;
    width: 100%;
    height: 22px;
    margin-bottom: 24px;
    display: none;
}

.common_sign_continue_title_wrapper>div {
    position: absolute;
    top: 0px;
    left: 0px;
    color: var(--light-black-color);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    height: 22px;
    transition: opacity 0.3s ease;
}

.common_sign_input_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.common_sign_input_inner_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.common_sign_text_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 4px;
}

.common_sign_text_wrapper>p {
    width: fit-content;
    color: var(--light-black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: none;
    cursor: default;
}

.common_sign_text_wrapper>p>span {
    width: fit-content;
    color: var(--light-black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common_sign_text_wrapper>p>span:hover {
    text-decoration-line: underline;
}

.sso_wrapper {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    margin-top: auto;
    padding-top: 24px;
}

.sso_split_line_wrapper {
    position: relative;
    width: 100%;
    height: 20px;
}

.sso_split_line_wrapper>span:first-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0px;
    border-top: 1px solid #b4b4b4;
    transform: translate(-50%, 0%);
}

.sso_split_line_wrapper>span:last-child {
    position: absolute;
    top: 50%;
    left: 50%;
    width: fit-content;
    height: 100%;
    transform: translate(-50%, -50%);
    background-color: var(--white-color);
    padding: 0px 5px;
    line-height: 18px;
}

.ssoBtn {
    position: relative;
    width: 100%;
    display: flex;
    height: 44px;
    padding: 0px 40px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid #B4B4B4;
    background-color: var(--white-color);
    gap: 16px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
}

.ssoBtn:hover {
    border: 1px solid #006ABA;
    color: #006ABA;
}

.ssoBtn>span {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ssoBtn>span.ripple {
    position: absolute;
    width: 350px;
    height: 350px;
    top: -145px;
    left: -20px;
    border-radius: 100%;
    transform: scale(0);
    background-color: rgba(223, 223, 223, 1);
    transition: all 0.6s ease;
}

.sign_alert_text {
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: auto;
    color: #FF0000;
    font-size: 12px;
    display: none;
}

.account_code_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.account_code_box>.common_input_wrapper>input {
    height: 60px !important;
    min-height: 60px;
    padding: 10px 10px 12px;
    font-size: 40px;
    text-transform: uppercase;
    text-align: center;
}

.account_code_box>.common_input_wrapper.error_code>input {
    color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.account_code_box>.common_input_wrapper.exact_code>input {
    color: #006ABA !important;
    border-color: #006ABA !important;
}

.check_account_code_box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.check_code_text_wrapper {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
}

.check_code_text {
    display: none;
}

.code_red {
    color: #FF0000;
}

.code_green {
    color: #00B050;
}

.code_gray {
    color: #FF0000;
}

.code_blue {
    color: #1B89FF;
    display: block;
}

.resend_sign_code {
    cursor: pointer;
}

.common_password_strength_check_box {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    right: 376px;
    z-index: 100;
    width: 280px;
    height: 180px;
    /* margin-left: -140px; */
    padding: 20px;
    background-color: #F2F2F2;
    color: #404040;
    border: 2px solid #DEDEDE;
    border-radius: 10px;
    opacity: 0;
}

.common_password_strength_check_box::after {
    content: '';
    position: absolute;
    top: 14px;
    right: -8px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #DEDEDE;
    border-left: 2px solid #DEDEDE;
    background-color: #F2F2F2;
    transform: rotate(135deg);
}

.common_close_password_strength_check_box {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 100%;
    padding: 5px;
}

.common_close_password_strength_check_box:hover {
    background-color: #d9d9d9;
}

.common_close_password_strength_check_box>img {
    width: 15px;
    display: block;
}

.common_password_condition_text_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    margin-bottom: 10px;
}

.common_password_condition_icon {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #404040;
    margin-right: 10px;
}

.common_password_condition_icon::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 8px;
    border-bottom: 1px solid #404040;
    border-right: 1px solid #404040;
    transform: rotate(45deg);
}

.common_password_strength_gage_wrapper {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.common_password_strength_gage {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #BBBBBB;
    margin-top: 10px;
}

.common_password_strength_gage>div {
    transition: all 0.3s ease;
}

.common_password_strength_check_box>.active {
    border-color: #18B760;
    color: #18B760;
}

.common_password_strength_check_box>.active>.common_password_condition_icon {
    border-color: #18B760;
    color: #18B760;
}

.common_password_strength_check_box>.active>.common_password_condition_icon::after {
    border-color: #18B760;
    color: #18B760;
}

/* costomi css */

.common_sign_in_wrapper_costomi {
    position: relative;
    width: 100%;
    height: auto;
}

.common_sign_box_costomi {
    display: none;
    width: 400px;
    padding: 40px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #B4B4B4;
    background: var(--white-color);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.common_sign_title_wrapper_costomi {
    position: relative;
    width: 100%;
    height: 34px;
    margin-bottom: 24px;
}

.common_sign_title_wrapper_costomi>div {
    position: absolute;
    top: 0px;
    left: 0px;
    color: #006ABA;
    font-size: 28px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
    height: 34px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.common_sign_title_wrapper_costomi>div:nth-child(1) {
    opacity: 1;
}

.costomi_select_btn_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.common_slide_select_wrapper {
    padding: 4px;
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    background: #F2F2F2;
    gap: 8px;
}

.common_slide_select_wrapper>div {
    width: 100%;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    padding: 4px 8px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common_slide_select_wrapper>div.active {
    background: #0068B5;
    color: var(--white-color);
    cursor: default;
}

.common_sign_input_wrapper_costomi {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.common_sign_input_inner_wrapper_costomi {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}

.common_sign_text_wrapper_costomi {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 4px;
}

.common_sign_text_wrapper_costomi>p {
    width: fit-content;
    color: var(--light-black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: none;
    cursor: default;
}

.common_sign_text_wrapper_costomi>p>span {
    width: fit-content;
    color: var(--light-black-color);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}

/* costomi css */

@media all and (min-width:1225px) {
    .common_sign_wrapper {
        width: 1136px;
    }
}

@media all and (max-width:1224px) {
    .common_sign_wrapper {
        flex-direction: column;
        align-items: center;
        width: 100%;
        top: 0px;
        gap: 24px;
    }

    .login_logo_wrapper {
        width: 100%;
        padding: 40px 20px 0px;
    }

    .login_logo_content {
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .login_logo_content>p {
        text-align: center;
    }
}

.costomi_sign_up_wrapper {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 450px;
    height: auto;
    padding: 30px;
    transform: translateX(-50%) scale(0);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 10px;
    border: 1px solid #E1E1E1;
    background: var(--white-color);

}

.costomi_title_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.costomi_title_wrapper>p {
    color: var(--dark-black-color);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
}

.costomi_signup_step_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-left: auto;
}

.costomi_signup_step_wrapper>span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #D9D9D9;
}

.costomi_signup_step_wrapper>span.active {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: #5865F2;
}

.costomi_signup_wrapper_step_1,
.costomi_signup_wrapper_step_2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.costomi_signup_wrapper_step_1 .common_sign_input_inner_wrapper {
    gap: 10px;
}

.costomi_signup_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;

    overflow: auto;

    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for IE, Edge, and Safari */
    -ms-overflow-style: none;

    /* Hide scrollbar for Chrome, Safari, and Opera */
    &::-webkit-scrollbar {
        display: none;
    }
}

.costomi_signup_content_wrapper>p {
    color: var(--light-black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.costomi_signup_content_wrapper>p:nth-child(1) {
    color: var(--light-black-color);
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}

.common_terms_check_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.common_terms_check_inner_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.common_terms_check_inner_wrapper>label {
    width: fit-content;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    color: var(--dark-black-color);
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

.common_terms_check_inner_wrapper>label input[type='checkbox'] {
    position: relative;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid #D1D1D1;
}

.common_terms_check_inner_wrapper>label input[type='checkbox']:checked {
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    border: 1px solid var(--bright-blue-color);
    background-color: var(--bright-blue-color);
}

.common_terms_check_inner_wrapper>label input[type='checkbox']:checked::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 3px;
    border-bottom: 2px solid var(--white-color);
    border-left: 2px solid var(--white-color);
    transform: rotate(-45deg);
}

.common_terms_check_inner_wrapper>p {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    margin-left: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

.common_terms_check_inner_wrapper>p:hover {
    color: var(--bright-blue-color);
}

.view_terms_layer {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10;
    width: 900px;
    width: 900px;
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    max-width: 90vw;
    max-height: 80vh;
    background-color: var(--white-color);
    border-radius: 20px;
    border: 1px solid #D1D1D1;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.3s ease;
}

.view_terms_layer_title {
    color: var(--dark-black-color);
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.view_terms_layer_content_wrapper {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 30px;
    gap: 30px;
    overflow-y: auto;
}

.view_terms_layer_content_wrapper p {
    color: var(--light-black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.view_terms_layer .blackBtn {
    margin-right: auto;
    margin-left: 40px;
}

.view_terms_layer_content_wrapper .view_terms_layer_content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
}

.view_terms_layer_content_wrapper .view_terms_layer_content_title {
    color: #666;
    font-size: 20px;
    line-height: 26px;
}

.view_terms_layer_content_wrapper .view_terms_layer_content_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.view_terms_layer_content_wrapper .view_terms_layer_content_inner_title {
    color: #666;
    font-size: 16px;
    line-height: 22px;
}

.access_code_box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    gap: 10px;
}

.access_code_box>.common_input_wrapper {
    width: auto;
}

.access_code_box>.common_input_wrapper>input {
    height: 40px !important;
    min-height: 40px;
    width: 40px;
    box-sizing: border-box;
    padding: 10px 10px 12px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.common_sign_in_wrapper.check_box_this_class .blueBtn {
    height: 40px;
}

.common_sign_in_wrapper.check_box_this_class .ssoBtn {
    border-radius: 5px;
}

.common_sign_in_wrapper.check_box_this_class .sso_wrapper {
    padding-top: 0;
}

.common_sign_in_wrapper.check_box_this_class .common_sign_text_wrapper {
    width: auto;
    justify-content: flex-start;
}

.hide-scrollbar {
    /* Hide scrollbar for Firefox */
    scrollbar-width: none;
    /* Hide scrollbar for IE, Edge, and Safari */
    -ms-overflow-style: none;

    /* Hide scrollbar for Chrome, Safari, and Opera */
    &::-webkit-scrollbar {
        display: none;
    }
}

.access_costomi_signup_guide_wrapper .costomi_access_message_error {
    width: 100%;
    text-align: left;
    color: #E7474F;
    font-size: 14px;
}