.form-step {
    display: none;
}
.form-step.active-step {
    display: block;
}
.hidden {
    display: none;
}

.registration-form .top-bar-nav,
.form-update-info .top-bar-nav{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.registration-form .top-bar-nav li.active-tab,
.form-update-info .top-bar-nav li.active-tab{
    position: relative;
    background-color: #D2B48C;
    color:#1E1E1E;
}
.registration-form .top-bar-nav li.active-tab::after,
.form-update-info .top-bar-nav li.active-tab::after{
    content: '';
    position: absolute;
    top: 0;
    right: -20px; /* Змініть це значення для керування кутом скошення */
    bottom: 0;
    width: 40px; /* Ширина скошення */
    background-color: #D2B48C; /* Спадковує колір фону від таба */
    transform: skew(-20deg); /* Змініть кут для більшого або меншого скошення */
    z-index: 1;
    transition: transform 0.3s ease-in-out;
}

.wrapper-form{
    display: flex;
    justify-content: center;
    align-content: center;
    width: 100%;
    background-color: #F9F9F9;
    padding: 75px 15px;

    flex-direction: column;
    align-items: center;
}

.registration-form label span,
.form-update-info label span{
    width: 100%;
    margin-bottom: 5px;
    font-size: 16px;
    display: inline-block;
}

.tab-title{
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}

.registration-form input,
.registration-form select,
.registration-form textarea,
.form-update-info input,
.form-update-info select,
.form-update-info textarea{
    background-color: #fff;
    border: 1px solid #D0D5DD;
    outline: none;
    width: 100%;
    box-shadow: 0px 1px 2px 0px #1018280D;
    cursor: pointer;
    font-size: 16px;
    color: #000000;
    font-family: Inter;
    padding: 12px 16px 12px 16px;
    margin-bottom: 0px;
}



.registration-form label,
.form-update-info label{
    margin-bottom: 28px;
    display: inline-block;
    width: 100%;
}

.col-wrapper{
    display: flex;
    gap: 20px;
}

.registration-form .top-bar-nav li,
.form-update-info .top-bar-nav li{
    padding: 29px 0;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
    font-family: Inter;
    color: #A5A5A5;
    background-color: #EEEEEE;
    flex: 1;
    text-align: center;
    cursor: pointer;
}

.login-block-inner{
    background-color: #F9F9F9;
    padding: 60px 100px;
}

.form-step{
    width: 100%;
    max-width: 619px;
}

.wrapper-btn-login{
    width: 100%;
    text-align: left;
    margin-bottom: 36px;
}

.wrapper-btn-login.multielemtnts{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-btn-login.multielemtnts p{
    margin: 0;
}

.btn-register:hover i{
    color: #1E1E1E!important;
}

.btn-register.small-btn{
    max-width: 134px;
}

.btn-form-wrapper{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
    margin-top: 60px;
}

label{
    position: relative;
}

.error-message{
    margin-top: 5px;
    font-size: 14px;
    color: red;
}

.btn-zuruk{
    background-color: #E6E6E6!important;
    color: #1E1E1E!important;
    border: 1px solid transparent!important;
}

.registration-form label.acceptance,
.form-update-info label.acceptance{
    display: flex;
    justify-content: space-between;
    break-after: column;
    align-items: center;
}

.registration-form label.acceptance span,
.form-update-info label.acceptance span{
    margin-bottom: 0;
}

.registration-form label.acceptance > input,
.form-update-info label.acceptance > input{
    max-width: 20px;
    width: 20px;
    display: inline-block;
    height: 20px;
    border-radius: 6px;
    margin-right: 10px;
}

.btn-register.btn-zuruk:hover{

}

.one-row-field{
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.one-row-field > label:first-child{
    max-width: 143px;
}


.submission-success-message {
    padding: 40px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    max-width: 782px;
}

.submission-success-message .wrapper-image{
    margin-bottom: 25px;
}


.submission-success-message h2{
    font-size: 32px;
    line-height: 43px;
    font-weight: 700;
    font-family: Inter-Bold;
    margin-bottom: 30px;
}

.submission-success-message p{
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
}


.success{
    font-weight: 600;
    text-decoration: underline;
}

.info-container-items + .btn-register{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
button[name="update_user_info"]{
    margin-bottom: 25px;
}


/*boostrap*/
.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    width: 100%;
}
.multiselect-selected-text{
    text-align: left;
    margin-bottom: 0!important;
}
.form-check-label{
    margin-bottom: 0!important;
}
.text-center {
    text-align: center !important;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-select {
    display: inline-block;
    width: 100%;
    background: #fff url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-down" viewBox="0 0 16 16"%3E%3Cpath fill-rule="evenodd" d="M1.646 6.646a.5.5 0 0 1 .708 0L8 12.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3E%3C/svg%3E') no-repeat right .75rem center / 8px 10px !important;

    border: 1px solid #D0D5DD;
    outline: none;
    box-shadow: 0px 1px 2px 0px #1018280D;
    cursor: pointer;
    font-size: 16px;
    color: #667085;
    padding: 12px 16px 12px 16px;
    margin-bottom: 0px;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
select {
    word-wrap: normal;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #D2B48C;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    width: auto!important;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
    width: 100%;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.register-captch{
    display: flex;
    gap: 20px;
}