.navigation-container-child {
    width: 102px;
    height: 60px;
    position: relative;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
    display: none !important;
}

.lb {
    position: relative;
    font-size: var(--text-title-1-medium-24-size);
    line-height: 28px;
    font-weight: 500;
    font-family: var(--text-body-4-regular-12);
    color: var(--pure-white);
    text-align: left;
    display: inline-block;
    min-width: 31px;
}

.footer-logos {
    width:100%;
    display: flex;
    justify-content:space-around;
    
}

.avatar {
    cursor: pointer;
    border: 0;
    padding: var(--padding-2xl) var(--padding-lgi-5);
    background-color: var(--color-royalblue-100);
    width: 70px;
    height: 70px;
    border-radius: var(--br-80xl);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

    .avatar:hover {
        background-color: var(--color-dodgerblue);
    }

.name,
.text {
    position: relative;
}

.name {
    line-height: 28px;
    font-weight: 500;
}

.text {
    width: 99px;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    font-family: var(--web-body-2-regular-14);
    color: var(--pure-white);
    text-align: center;
    display: none;
}

.name-user,
.user {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-9xs);
    width: 100%;
}

.user {
    align-self: stretch;
    gap: var(--gap-xs);
}

.personalcard-icon {
    height: 24px;
    width: 24px;
    position: relative;
    min-height: 24px;
}

.profile {
    position: relative;
    font-size: var(--text-title-4-regular-16-size);
    line-height: 24px;
    font-weight: 500;
    font-family: var(--text-body-4-regular-12);
    color: var(--color-royalblue-100);
    text-align: left;
    display: inline-block;
    min-width: 50px;
}

.personalcard-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.dashboard-bt-profile-inner {
    flex: 1;
    border-radius: var(--br-3xs);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-3xs) var(--padding-5xl);
}

    .dashboard-bt-profile-inner:hover {
        flex: 1;
        border-radius: var(--br-3xs);
        background-color: var(--primary-blue-ribbon-50);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: var(--padding-3xs) var(--padding-5xl);
    }

.dashboard-bt-profile {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    align-self: stretch;
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.teacher-icon {
    height: 24px;
    width: 24px;
    position: relative;
    min-height: 24px;
}

.admitere {
    position: relative;
    font-size: var(--text-title-4-regular-16-size);
    line-height: 24px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: inline-block;
    min-width: 69px;
}

.teacher-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.dashboard-bt-admitere-inner {
    flex: 1;
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-3xs) var(--padding-5xl);
}

.dashboard-bt-admitere {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    align-self: stretch;
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.document-copy-icon {
    height: 24px;
    width: 24px;
    position: relative;
    min-height: 24px;
}

.documente {
    position: relative;
    line-height: 24px;
    display: inline-block;
    min-width: 87px;
}

.document-copy-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.dashboard-bt-documente-inner {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-3xs) var(--padding-18xl) var(--padding-3xs) var(--padding-5xl);
}

.dashboard-bt-documente {
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sms-notification-icon {
    height: 24px;
    width: 24px;
    position: relative;
    min-height: 24px;
}

.notificri {
    position: relative;
    font-size: var(--text-title-4-regular-16-size);
    line-height: 24px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: inline-block;
    min-width: 67px;
}

.sms-notification-parent {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.dashboard-bt-new-notificri-inner {
    flex: 1;
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-3xs) var(--padding-5xl);
}

.dashboard-bt-new-notificri {
    cursor: pointer;
    border: 0;
    padding: 0;
    background-color: transparent;
    align-self: stretch;
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.navigation-items {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.lang-active {
    cursor: pointer;
    box-shadow: var(--main-block-shadow);
    border-radius: var(--br-26xl);
    background-color: var(--pure-white);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-9xs) var(--padding-lg);
    color: var(--neutrals-pale-sky-950-main);
}

    .lang-active > div {
        position: relative;
        line-height: 20px;
        font-weight: 500;
        display: inline-block;
        min-width: 18px;
    }

.lang-not-selected {
    cursor: pointer;
    border-radius: var(--br-3xs);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-9xs) var(--padding-lg);
}

    .lang-not-selected > div {
        position: relative;
        line-height: 20px;
        display: inline-block;
        min-width: 18px;
    }

.language-switcher-candidat {
    border-radius: var(--br-81xl);
    background-color: var(--neutrals-pale-sky-50);
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-9xs) var(--padding-8xs) var(--padding-9xs) var(--padding-9xs);
    gap: var(--gap-7xs);
    font-size: var(--text-body-3-light-14-size);
}

.navigation-menu {
    align-items: flex-start;
    gap: var(--gap-21xl);
}

.navigation-container,
.navigation-menu,
.navigation-menu-wrapper,
.user-avatar {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.navigation-menu-wrapper {
    align-items: flex-start;
    font-size: var(--text-title-4-regular-16-size);
    color: var(--neutrals-pale-sky-300);
}

.navigation-container,
.user-avatar {
    align-items: center;
    gap: var(--gap-21xl);
}

.navigation-container {
    gap: var(--gap-31xl);
}

.action-divider-icon {
    align-self: stretch;
    height: 2px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: contain;
}

.logout-icon1 {
    height: 24px;
    width: 24px;
    position: relative;
}

.iesire {
    position: relative;
    font-size: var(--text-title-4-regular-16-size);
    line-height: 26px;
    font-weight: 500;
    font-family: var(--text-body-4-regular-12);
    color: var(--danger-danger-500-main);
    text-align: left;
    display: inline-block;
    min-width: 43px;
}

.logout-icon,
.negative-bt {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logout-icon {
    gap: var(--gap-3xs);
}

.negative-bt {
    cursor: pointer;
    border: 0;
    padding: var(--padding-xs) var(--padding-33xl-5);
    background-color: var(--danger-danger-50);
    border-radius: var(--br-3xs);
}

.action-divider-parent,
.navigation-container-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.action-divider-parent {
    height: 90px;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-21xl);
}

.navigation-container-parent {
    flex: 1;
    align-items: center;
    justify-content: space-between;
}

.cabinet-personal-candidat {
    height: 1020px;
    width: 263px;
    box-shadow: var(--main-block-shadow);
    border-radius: var(--br-xl);
    background-color: var(--pure-white);
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-21xl) var(--padding-22xl) var(--padding-21xl) var(--padding-21xl);
    box-sizing: border-box;
}

.profil {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 44px;
    font-weight: 500;
    font-family: inherit;
    display: inline-block;
    min-width: 92px;
}

.content,
.date-personale,
.label {
    font-family: var(--text-body-4-regular-12);
}

.date-personale {
    margin: 0;
    position: relative;
    font-size: var(--text-title-1-medium-24-size);
    line-height: 28px;
    font-weight: 500;
    color: var(--neutrals-pale-sky-950-main);
    text-align: left;
}

.content,
.label {
    color: var(--neutrals-pale-sky-300);
}

.label {
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    display: inline-block;
    min-width: 121px;
}

.content {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--text-title-4-regular-16-size);
    min-width: 197px;
    max-width: 100%;
    color: var(--neutrals-pale-sky-950-main);
}

.close-icon {
    height: 24px;
    width: 24px;
    position: relative;
    display: none;
    z-index: 2;
}

.input,
.input-label-pairs {
    align-self: stretch;
    display: flex;
    max-width: 100%;
}

.input {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xs) var(--padding-mini);
}

.input-label-pairs {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text {
    width: 194px;
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: none;
}

.inputs {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xs);
    max-width: 100%;
}

.content1,
.label1 {
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
}

.label1 {
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    text-align: left;
    display: inline-block;
    min-width: 43px;
}

.content1 {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--text-title-4-regular-16-size);
    min-width: 197px;
    max-width: 100%;
}

.close-icon1 {
    height: 24px;
    width: 24px;
    position: relative;
    display: none;
    z-index: 2;
}

.contact-label-pair,
.input1 {
    align-self: stretch;
    display: flex;
    max-width: 100%;
}

.input1 {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xs) var(--padding-mini);
}

.contact-label-pair {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text1 {
    width: 194px;
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: none;
}

.inputs1 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xs);
    max-width: 100%;
}

.content2,
.label2 {
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
}

.label2 {
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    text-align: left;
    display: inline-block;
    min-width: 63px;
}

.content2 {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--text-title-4-regular-16-size);
    min-width: 197px;
    max-width: 100%;
}

.close-icon2 {
    height: 24px;
    width: 24px;
    position: relative;
    display: none;
    z-index: 2;
}

.input2,
.phone-label-pair {
    align-self: stretch;
    display: flex;
    max-width: 100%;
}

.input2 {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xs) var(--padding-mini);
}

.phone-label-pair {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text2 {
    width: 194px;
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: none;
}

.input-field-rows,
.inputs2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.inputs2 {
    align-self: stretch;
    gap: var(--gap-11xs);
}

.input-field-rows {
    flex: 1;
    gap: var(--gap-xl);
    min-width: 234px;
}

.content3,
.label3 {
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
}

.label3 {
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    text-align: left;
    display: inline-block;
    min-width: 87px;
}

.content3 {
    width: 304px;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--text-title-4-regular-16-size);
}

.calendar-icon {
    height: 24px;
    width: 24px;
    position: relative;
}

.input3,
.label-parent {
    align-self: stretch;
    display: flex;
}

.input3 {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--padding-7xs) var(--padding-mini);
    gap: var(--gap-0);
    row-gap: 20px;
}

.label-parent {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text3 {
    width: 194px;
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: none;
}

.inputs3 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xs);
}

.content4,
.label4 {
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
}

.label4 {
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    text-align: left;
    display: inline-block;
    min-width: 40px;
}

.content4 {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--text-title-4-regular-16-size);
    min-width: 197px;
    max-width: 100%;
}

.close-icon3 {
    height: 24px;
    width: 24px;
    position: relative;
    display: none;
    z-index: 2;
}

.input4,
.label-group {
    align-self: stretch;
    display: flex;
    max-width: 100%;
}

.input4 {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xs) var(--padding-mini);
}

.label-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text4 {
    width: 194px;
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: none;
}

.inputs4 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xs);
    max-width: 100%;
}

.content5,
.label5 {
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
}

.label5 {
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    text-align: left;
    display: inline-block;
    min-width: 116px;
}

.content5 {
    width: 100%;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-size: var(--text-title-4-regular-16-size);
    min-width: 197px;
    max-width: 100%;
}

.close-icon4 {
    height: 24px;
    width: 24px;
    position: relative;
    display: none;
    z-index: 2;
}

.input5,
.label-container {
    align-self: stretch;
    display: flex;
    max-width: 100%;
}

.input5 {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: var(--padding-7xs) var(--padding-mini);
}

.label-container {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text5 {
    width: 194px;
    position: relative;
    font-size: var(--text-body-3-light-14-size);
    line-height: 20px;
    font-family: var(--text-body-4-regular-12);
    color: var(--neutrals-pale-sky-300);
    text-align: left;
    display: none;
}

.inputs-numr-de-telefon {
    align-self: stretch;
    flex-direction: column;
    gap: var(--gap-11xs);
}

.data-input-fields,
.input-field-rows1,
.inputs-numr-de-telefon,
.personal-data {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.input-field-rows1 {
    flex: 1;
    flex-direction: column;
    gap: var(--gap-xl);
    min-width: 234px;
}

.data-input-fields,
.personal-data {
    align-self: stretch;
}

.data-input-fields {
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--gap-11xl);
}

.personal-data {
    flex-direction: column;
    gap: var(--gap-21xl);
}

.line-arrow-left-icon {
    height: 24px;
    width: 24px;
    position: relative;
}

.button-cta {
    position: relative;
    font-size: var(--text-title-4-regular-16-size);
    line-height: 26px;
    display: inline-block;
    font-family: var(--text-body-4-regular-12);
    color: var(--color-royalblue-100);
    text-align: left;
    min-width: 124px;
}

.profile-details,
.second-bt {
    display: flex;
    align-items: center;
}

.second-bt {
    cursor: pointer;
    border: 0;
    padding: var(--padding-xs) var(--padding-7xl);
    background-color: var(--primary-blue-ribbon-50);
    border-radius: var(--br-3xs);
    overflow: hidden;
    flex-direction: row;
    justify-content: center;
    gap: var(--gap-3xs);
    white-space: nowrap;
}

    .second-bt1:hover,
    .second-bt:hover {
        background-color: var(--color-gainsboro-100);
    }

.profile-details {
    margin: 0;
    align-self: stretch;
    box-shadow: var(--main-block-shadow);
    border-radius: var(--br-xl);
    background-color: var(--pure-white);
    flex-direction: column;
    justify-content: flex-start;
    padding: var(--padding-21xl) var(--padding-30xl);
    box-sizing: border-box;
    gap: 2.5rem !important;
    margin-bottom:30px;
    max-width: 100%;
}

.schimbai-parola {
    margin: 0;
    position: relative;
    font-size: inherit;
    line-height: 28px;
    font-weight: 500;
    font-family: inherit;
}

.label6 {
    position: relative;
    line-height: 20px;
    display: inline-block;
    min-width: 97px;
}

.content6 {
    width: 694px;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--text-body-4-regular-12);
    font-size: var(--text-title-4-regular-16-size);
    color: var(--neutrals-pale-sky-950-main);
    max-width: calc(100% - 24px);
}

.eye-icon {
    height: 24px;
    width: 24px;
    position: relative;
    cursor: pointer;
}

.input6,
.old-password-label-pair {
    align-self: stretch;
    display: flex;
    max-width: 100%;
}

.input6 {
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--padding-7xs) var(--padding-mini);
    gap: var(--gap-0);
    color: var(--neutrals-pale-sky-950-main);
    row-gap: 20px;
}

.old-password-label-pair {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text6 {
    width: 194px;
    position: relative;
    line-height: 20px;
    display: none;
}

.inputs-wrapper,
.inputs5,
.password-input-field-rows {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.inputs5 {
    flex: 1;
    flex-direction: column;
    gap: var(--gap-11xs);
}

.inputs-wrapper,
.password-input-field-rows {
    flex-direction: row;
}

.inputs-wrapper {
    flex: 1;
}

.password-input-field-rows {
    align-self: stretch;
}

.label7 {
    position: relative;
    line-height: 20px;
    display: inline-block;
    min-width: 129px;
}

.content7 {
    width: 304px;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--text-body-4-regular-12);
    font-size: var(--text-title-4-regular-16-size);
    color: var(--neutrals-pale-sky-300);
}

.eye-icon1 {
    height: 24px;
    width: 24px;
    position: relative;
}

.frame-div,
.input7 {
    align-self: stretch;
    display: flex;
}

.input7 {
    color: var(--neutrals-pale-sky-950-main);
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--padding-7xs) var(--padding-mini);
    gap: var(--gap-0);
    row-gap: 20px;
}

.frame-div {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text7 {
    width: 194px;
    position: relative;
    line-height: 20px;
    display: none;
}

.inputs6 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xs);
    min-width: 234px;
    max-width: 100%;
}

.label8 {
    position: relative;
    line-height: 20px;
}

.content8 {
    width: 304px;
    border: 0;
    outline: 0;
    background-color: transparent;
    height: 26px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--text-body-4-regular-12);
    font-size: var(--text-title-4-regular-16-size);
    color: var(--neutrals-pale-sky-300);
}

.eye-icon2 {
    height: 24px;
    width: 24px;
    position: relative;
}

.input8 {
    align-self: stretch;
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--padding-7xs) var(--padding-mini);
    gap: var(--gap-0);
    row-gap: 20px;
}

.new-password-label-pair {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.hint-text8 {
    width: 194px;
    position: relative;
    line-height: 20px;
    display: none;
}

.inputs7 {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xs);
    min-width: 234px;
    max-width: 100%;
}

.inputs-parent,
.password-input-field-rows1,
.password-input-fields,
.password-title {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
}

.inputs-parent {
    flex: 1;
    flex-wrap: wrap;
    gap: var(--gap-11xl);
}

.password-input-field-rows1,
.password-input-fields,
.password-title {
    align-self: stretch;
}

.password-input-fields,
.password-title {
    flex-direction: column;
}

.password-input-fields {
    gap: var(--gap-xl);
    font-size: var(--text-body-3-light-14-size);
    --placeholder-custom-color: rgba(0, 0, 0, 0.05);
}

.password-title {
    gap: var(--gap-21xl);
}

.line-arrow-left-icon1 {
    height: 24px;
    width: 24px;
    position: relative;
    display: none;
}

.button-cta1 {
    position: relative;
    font-size: var(--text-title-4-regular-16-size);
    line-height: 26px;
    display: inline-block;
    font-family: var(--text-body-4-regular-12);
    color: var(--color-royalblue-100);
    text-align: left;
    min-width: 124px;
}

.second-bt1 {
    cursor: pointer;
    border: 0;
    padding: var(--padding-xs) var(--padding-7xl);
    background-color: var(--primary-blue-ribbon-50) !important;
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--gap-3xs);
    white-space: nowrap;
}

.cancel-button-background {
    cursor: pointer;
    border: 0;
    padding: var(--padding-xs) var(--padding-7xl);
    background-color: var(--rz-background-color-danger-light) !important;
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: var(--gap-3xs);
    white-space: nowrap;
}

.password-container {
    align-self: stretch;
    box-shadow: var(--main-block-shadow);
    border-radius: var(--br-xl);
    background-color: var(--pure-white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--padding-21xl) var(--padding-30xl);
    box-sizing: border-box;
    gap: var(--gap-21xl);
    max-width: 100%;
    font-size: var(--text-title-1-medium-24-size);
}

.content-wrapper,
.profile-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xl);
}

.profile-container {
    flex: 1;
    flex-direction: column;
    padding: var(--padding-21xl) 0 0;
    box-sizing: border-box;
    font-size: var(--text-heading-2-medium-36-size);
    color: var(--neutrals-pale-sky-950-main);
}

.content-wrapper {
    align-self: stretch;
    flex-direction: row;
    max-width: 100%;
    text-align: left;
    font-size: var(--text-title-3-medium-18-size);
    color: var(--color-royalblue-100);
    font-family: var(--text-body-4-regular-12);
}

.iconlyboldcall {
    height: 24px;
    width: 24px;
    position: relative;
    min-height: 24px;
}

.support-number {
    position: relative;
    line-height: 24px;
}

.support-icon-container,
.support-number-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.support-icon-container {
    flex-direction: row;
    padding: 0 0 0 var(--padding-26xl);
    gap: var(--gap-3xs);
}

.linia-de-suport {
    position: relative;
    line-height: 20px;
    font-weight: 300;
    display: inline-block;
    min-width: 94px;
}

.support-title {
    width: 191px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    padding: 0 var(--padding-xl);
    box-sizing: border-box;
    font-size: var(--text-body-3-light-14-size);
    color: var(--neutrals-pale-sky-400);
}

.support-information {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-9xs);
}

.contacte,
.faq {
    display: inline-block;
}

.faq {
    position: relative;
    line-height: 26px;
    min-width: 30px;
}

.contacte {
    min-width: 69px;
}

.contacte,
.legislaie,
.legislaie1,
.termenii-i-condiiile {
    position: relative;
    line-height: 26px;
}

.legislaie,
.legislaie1 {
    display: inline-block;
    min-width: 72px;
}

.footer-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: var(--gap-11xl);
    width: 100%;
    color: var(--neutrals-pale-sky-400);
}

.copyright-items-icon {
    height: 24px;
    width: 24px;
    position: relative;
}

.copyright-content {
    height: 44px;
    width: 44px;
    box-shadow: 0 13px 18px rgba(11, 19, 42, 0.08);
    border-radius: var(--br-81xl);
    background-color: var(--pure-white);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-3xs);
    box-sizing: border-box;
    color: var(--neutrals-pale-sky-950-main);
}

.logo-container-icon {
    height: 23px;
    width: 25px;
    position: relative;
}

.logo-placeholder {
    height: 43px;
    width: 45px;
    box-shadow: 0 13px 18px rgba(11, 19, 42, 0.08);
    border-radius: var(--br-81xl);
    background-color: var(--pure-white);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: var(--padding-3xs);
    box-sizing: border-box;
}

.copyright-content-child {
    height: 24px;
    width: 24px;
    position: relative;
}

.copyright-content-parent,
.copyright-content1,
.footer-content {
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
}

.copyright-content1 {
    height: 44px;
    width: 44px;
    box-shadow: 0 13px 18px rgba(11, 19, 42, 0.08);
    border-radius: var(--br-81xl);
    background-color: var(--pure-white);
    padding: var(--padding-3xs);
    box-sizing: border-box;
}

.copyright-content-parent,
.footer-content {
    gap: var(--gap-xl);
}

.footer-content {
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
}

.copyright-divider-icon {
    align-self: stretch;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    object-fit: contain;
}

.copyright-by-ebs {
    position: relative;
    line-height: 16px;
}

.copyright-divider-parent,
.footer-content-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-family: var(--text-body-4-regular-12);
}

.copyright-divider-parent {
    height: 46px;
    gap: var(--gap-11xl);
    text-align: center;
    font-size: var(--text-body-4-regular-12-size);
    color: var(--neutrals-pale-sky-300);
}

.footer-content-parent {
    gap: var(--gap-xl);
    max-width: 100%;
    text-align: left;
    font-size: var(--text-title-4-regular-16-size);
    color: var(--neutrals-pale-sky-950-main);
}

.connector-line,
.main-container {
    flex-shrink: 0;
    max-width: 100%;
}

.main-container {
    width: 1141px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-21xl);
}

.connector-line {
    align-self: stretch;
    width: 2942px;
    position: relative;
    border-radius: var(--br-5xl);
    border: 0 solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
}

.connector-line-wrapper {
    width: 1141px;
    height: 10px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 var(--padding-6137xl);
    box-sizing: border-box;
}

.connector-line1 {
    align-self: stretch;
    width: 2942px;
    position: relative;
    border-radius: var(--br-5xl);
    border: 0 solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    flex-shrink: 0;
    max-width: 100%;
}

.cabinet-personal-candidat-pr,
.connector-line-container {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}

.connector-line-container {
    width: 1141px;
    height: 10px;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 0 0 var(--padding-6137xl);
    max-width: 100%;
    flex-shrink: 0;
}

.cabinet-personal-candidat-pr {
    width: 100%;
    position: relative;
    background-color: var(--neutrals-pale-sky-50);
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: var(--padding-11xl) var(--padding-xl);
    line-height: normal;
    letter-spacing: normal;
}

@media screen and (max-width: 1200px) {
    .connector-line-container {
        padding-left: var(--padding-3059xl);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1050px) {
    .cabinet-personal-candidat {
        padding-top: var(--padding-7xl);
        padding-bottom: var(--padding-7xl);
        box-sizing: border-box;
    }

    .profil {
        font-size: var(--font-size-10xl);
        line-height: 35px;
    }

    .password-container,
    .profile-details {
        padding-left: var(--padding-5xl);
        padding-right: var(--padding-5xl);
        box-sizing: border-box;
    }

    .footer-content {
        flex-wrap: wrap;
    }
}

.rz-sidebar-collapsed{
    display:none;
}

.rz-sidebar {
    position: relative !important;
    border-radius: 20px !important;
    width: fit-content !important;
    overflow: visible !important;
    border: none !important;
}

@media screen and (max-width: 750px) {
    .cabinet-personal-candidat {
        display: block;
        padding-top: var(--padding-xl);
        padding-bottom: var(--padding-xl);
        box-sizing: border-box;
    }

    .v2-frame-div1 {
        border-start-start-radius: 20px !important;
        border-start-end-radius: 20px !important;
        border-end-start-radius: 0px !important;
        border-end-end-radius: 0px !important;
        min-width: 300px !important;
        width: 100%;
        border-bottom: none;
    }

    .footer-logos {
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .v2-frame-div2 {
        border-start-start-radius: 0px !important;
        border-start-end-radius: 0px !important;
        border-end-start-radius: 0px !important;
        border-end-end-radius: 0px !important;
        min-width: 300px !important;
        width: 100%;
        border-bottom: none;
    }

    .v2-frame-div3 {
        border-start-start-radius: 0px !important;
        border-start-end-radius: 0px !important;
        border-end-start-radius: 20px !important;
        border-end-end-radius: 20px !important;
        min-width: 300px !important;
        width: 100%;
        border-bottom: none;
    }

    .v2-personal-data-layout {
        align-items: stretch;
        display: table-row;
        border-radius:19px;
    }

    .personal-data {
        gap: var(--gap-xl);
    }

    .profile-details {
        padding-top: var(--padding-7xl);
        padding-bottom: var(--padding-7xl);
        box-sizing: border-box;
    }

    .password-title {
        gap: var(--gap-xl);
    }

    .profile-container {
        max-width: 100%;
    }

    .footer-links {
        display: flex;
        flex-direction:column;
        flex-wrap: wrap;
    }

    .main-container {
        gap: var(--gap-xl);
    }

    .connector-line-container {
        padding-left: var(--padding-1520xl);
        box-sizing: border-box;
    }

    .cabinet-personal-candidat-pr {
        height: fit-content;
    }
}

@media screen and (max-width: 450px) {
    .lb {
        font-size: var(--font-size-lgi);
        line-height: 22px;
    }

    .profil {
        font-size: var(--font-size-3xl);
        line-height: 26px;
    }

    .date-personale {
        font-size: var(--font-size-lgi);
        line-height: 22px;
    }

    .profile-details {
        gap: var(--gap-xl);
    }

    .schimbai-parola {
        font-size: var(--font-size-lgi);
        line-height: 22px;
    }

    .password-container {
        gap: var(--gap-xl);
        padding-top: var(--padding-7xl);
        padding-bottom: var(--padding-7xl);
        box-sizing: border-box;
    }

    .connector-line-container {
        padding-left: var(--padding-xl);
        box-sizing: border-box;
    }

    .cabinet-personal-candidat-pr {
        gap: 326px;
    }
}

.v2-personal-data-layout {
    border-radius:20px;
    /* Main block shadow */
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.05), 0px 295px 83px 0px #000, 0px 189px 76px 0px #000, 0px 106px 64px 0px rgba(0, 0, 0, 0.01), 0px 47px 47px 0px rgba(0, 0, 0, 0.02), 0px 12px 26px 0px rgba(0, 0, 0, 0.02);
    box-shadow: 0px 5px 20px 0px color(display-p3 0 0 0 / 0.05), 0px 295px 83px 0px color(display-p3 0 0 0 / 0.00), 0px 189px 76px 0px color(display-p3 0 0 0 / 0.00), 0px 106px 64px 0px color(display-p3 0 0 0 / 0.01), 0px 47px 47px 0px color(display-p3 0 0 0 / 0.02), 0px 12px 26px 0px color(display-p3 0 0 0 / 0.02);
    align-self: stretch;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: var(--text-body-3-regular-14-size);
    color: var(--primary-blue-ribbon-600-main);
    /* fonts */
    --text-title-4-semibold-16: Rubik;
    /* font sizes */
    --text-title-4-semibold-16-size: 16px;
    --text-body-3-regular-14-size: 14px;
    --text-title-1-medium-24-size: 24px;
    --text-heading-2-medium-36-size: 36px;
    /* Colors */
    --neutrals-pale-sky-50: #f5f5f6;
    --neutrals-pale-sky-200: #cecfd3;
    --pure-white: #fff;
    --primary-blue-ribbon-50: #eef6ff;
    --primary-blue-ribbon-600-main: #2563eb;
    --neutrals-pale-sky-300: #acafb4;
    --neutrals-pale-sky-400: #83878d;
    --neutrals-pale-sky-950-main: #242528;
    --success-success-500-main: #27a25a;
    /* Spacing */
    --spacing-xs: 4px;
    --spacing-sm: 6px;
    /* Gaps */
    --gap-21xl: 40px;
    --gap-xl: 20px;
    --gap-3xs: 10px;
    --gap-7xs: 6px;
    --gap-11xs: 2px;
    --gap-0: 0px;
    /* Paddings */
    --padding-xl: 20px;
    --padding-56xl: 75px;
    --padding-7xl: 26px;
    --padding-7xs: 6px;
    --padding-mini: 15px;
    --padding-4xl: 23px;
    /* Border radiuses */
    --br-xl: 20px;
    --br-3xs: 10px;
    /* Effects */
    --main-block-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05), 0px 295px 83px rgba(0, 0, 0, 0), 0px 189px 76px rgba(0, 0, 0, 0), 0px 106px 64px rgba(0, 0, 0, 0.01), 0px 47px 47px rgba(0, 0, 0, 0.02), 0px 12px 26px rgba(0, 0, 0, 0.02);
    --second-block-shadow: drop-shadow(0px 208px 58px rgba(0, 0, 0, 0)) drop-shadow(0px 133px 53px rgba(0, 0, 0, 0.01)) drop-shadow(0px 75px 45px rgba(0, 0, 0, 0.04)) drop-shadow(0px 1px 33px rgba(0, 0, 0, 0.07)) drop-shadow(0px 8px 18px rgba(0, 0, 0, 0.08));
}

.v2-frame-container,
.v2-frame-div1,
.v2-frame-div2,
.v2-frame-div3 {
    display: flex;
    align-items: center;
}

.v2-frame-div1 {
    flex: 1;
    border-start-start-radius: 20px;
    border-end-start-radius: 20px;
    background-color: var(--pure-white);
    border-left: 1px solid var(--primary-blue-ribbon-50);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: var(--padding-xl);
    min-width: 184px;
    z-index: 1;
    color: var(--neutrals-pale-sky-950-main);
}

.v2-frame-div2 {
    flex: 1;
    background-color: var(--pure-white);
    border-left: 1px solid var(--primary-blue-ribbon-50);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: var(--padding-xl);
    min-width: 184px;
    z-index: 1;
    color: var(--neutrals-pale-sky-950-main);
}

.v2-frame-div3 {
    border-end-end-radius: 20px;
    border-start-end-radius: 20px;
    flex: 1;
    background-color: var(--pure-white);
    border-left: 1px solid var(--primary-blue-ribbon-50);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    padding: var(--padding-xl);
    min-width: 184px;
    z-index: 1;
    color: var(--neutrals-pale-sky-950-main);
}

.v2-frame-container {
    word-wrap:unset;
    flex-direction: row;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.v2-frame-inner {
    height: 30px;
    width: 30px;
    position: relative;
}

.v2-condiii-speciale {
    text-decoration: none;
    flex: 1;
    position: relative;
    line-height: 20px;
    color: inherit;
}

.step21-main-bt,
.step21-main-button-container,
.step21-main-button-wrapper {
    flex-direction: row;
    justify-content: flex-start;
}

.step21-main-button-wrapper {
    --primary-blue-ribbon-500: #357bfc;
    --primary-blue-ribbon-600-main: #2563eb;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0 0.125rem 0 0;
    gap: 1.875rem 1.75rem;
}

.step21-line-arrow-left-icon {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    display: none;
}

.step21-button-cta1 {
    position: relative;
    font-size: var(--text-title-4-semibold-16-size);
    line-height: 1.625rem;
    font-weight: 700;
    font-family: var(--text-title-4-semibold-16);
    color: var(--primary-blue-ribbon-600-main);
    text-align: left;
    display: inline-block;
    min-width: 3.125rem;
}

.step21-button-cta2 {
    position: relative;
    font-size: var(--text-title-4-semibold-16-size);
    line-height: 1.625rem;
    font-weight: 700;
    font-family: var(--text-title-4-semibold-16);
    color: var(--pure-white);
    text-align: left;
    display: inline-block;
    min-width: 5.375rem;
}

.step21-line-arrow-left-icon1 {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    display: none;
}

.step21-main-bt {
    cursor: pointer;
    border: 0;
    padding: var(--padding-xs) var(--padding-7xl);
    background-color: var(--primary-blue-ribbon-600-main);
    flex: 1;
    box-shadow: var(--bt-shadow-default);
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: var(--gap-3xs);
}

.step21-second-bt14 {
    cursor: pointer;
    border: 0;
    padding: var(--padding-xs) var(--padding-7xl);
    background-color: var(--primary-blue-ribbon-50);
    border-radius: var(--br-3xs);
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-3xs);
}

.placeholder-disabled::placeholder {
    color: rgba(150,150, 150, 1);
}

.placeholder-enabled::placeholder {
    color: rgba(90,90, 90, 1);
}

.register-page-inputs-group,
.register-page-radio-bt-parent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.register-page-inputs-group {
    align-self: stretch;
    flex-direction: column;
    gap: 0.875rem;
}

.register-page-inputs4 {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: var(--gap-11xs);
}

.register-page-label-container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 var(--padding-xl) 0 0;
    gap: var(--gap-7xs);
}

.register-page-label4,
.register-page-label5 {
    position: relative;
    font-family: var(--text-body-3-regular-14);
    text-align: left;
}

.register-page-label4 {
    font-size: var(--text-body-3-regular-14-size);
    line-height: 1.25rem;
    color: var(--neutrals-pale-sky-950-main);
    display: inline-block;
    min-width: 1.875rem;
}
.register-page-input4 {
    width: 1.875rem;
    border-radius: var(--br-3xs);
    background-color: var(--pure-white);
    border: 1px solid var(--neutrals-pale-sky-200);
    box-sizing: border-box;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: var(--padding-7xs) var(--padding-base);
    gap: var(--gap-0);
    row-gap: 20px;
}

.register-page-content4 {
    height: 1.625rem;
    width: 15.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.register-page-label5 {
    position: relative;
    font-family: var(--text-body-3-regular-14);
    text-align: left;
}

.register-page-label5 {
    align-self: stretch;
    flex: 1;
    font-size: var(--text-title-4-regular-16-size);
    line-height: 1.625rem;
    color: var(--neutrals-pale-sky-400);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.register-page-arrow-down-icon {
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
    flex-shrink: 0;
}
.register-page-hint-text4 {
    width: 12.125rem;
    position: relative;
    font-size: var(--text-body-3-regular-14-size);
    line-height: 1.25rem;
    font-family: var(--text-body-3-regular-14);
    color: var(--neutrals-pale-sky-400);
    text-align: left;
    display: none;
}

.register-page-inputs-group,
.register-page-radio-bt-parent {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.register-page-radio-bt-parent {
    width: 18.188rem;
    flex-direction: row;
    gap: var(--gap-xl);
}

.register-page-radio-bt {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.register-page-radio-bt1 {
    cursor: pointer;
    margin: 0;
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
}

.register-page-radio-bt2 {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: var(--gap-7xs);
}

.register-page-radio-bt3 {
    border-color: var(--primary-blue-ribbon-600-main);
    accent-color: #2563eb;
    cursor: pointer;
    margin: 0;
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
}

label-gen {
    color:#333333;
}

::placeholder {
    color: gray !important;
}