
.account-step .sidebar .avatar input[type="file"] {
    display: none;
}

.account-step .sidebar .avatar {
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.account-step .sidebar .avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    background: #eee;
    margin-bottom: 5px;
}


.account-step h2 {
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: #090909;
    margin: 0;
    margin-bottom: 10px;
}

.account-step .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 40px;
    color: #5B5B5B;
}

.account-step .steps {
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.account-step .steps li {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    background: #E8E8E8;
    border: solid 1px #D9D9D9;
    text-align: center;
    margin-right: 90px;
    position: relative;
}

.account-step .steps li:last-child {
    margin-right: 0;
}

.account-step .steps li.active {
    background: #01B7FF;
    border-color: #01B7FF;
    color: #fff
}

.account-step .steps li a {
    font-weight: 400;
    font-size: 25px;
    color: #484848;
    text-decoration: none;
}

.account-step .steps li.active a {
    color: #fff
}


.account-step .steps li:before {
    content: '';
    height: 2px;
    width: 80px;
    position: absolute;
    left: 65px;
    top: 50%;
    display: block;
    background: #008BCA;
}

.account-step .steps li:last-child:before {
    display: none;
}

.account-step .account_exit {
    cursor: pointer;
}

.account-step .input_row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.account-step .input_row label {
    width: 100%;
    color: #5B5B5B;
}

.account-step .input_row .label {
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    font-size: 14px;
}

.account-step .input_row input {
    width: 100%;
    border: solid 1px #D9D9D9;
    border-radius: 23px;
    color: #5B5B5B;
    font-size: 14px;
    padding: 13.5px 15px;
}

.account-step .input_row label:first-child {
    margin-right: 15px;
}

.account-step .input_row label:last-child {
    margin-left: 15px;
}


.account-step .select2-container {
    width: 100% !important;
}

.account-step .select2-selection__rendered {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 25px;
    border: 1px solid #D9D9D9;
    font-weight: 200;
    font-size: 14px;
    line-height: 26px;
    color: #585858 !important;

}

.account-step .select2-container--default .select2-selection--single {
    border: none;
    width: 100%;
}


.account-step .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


.account-step .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: '';
    background-image: url("/wp-content/themes/[2.0] sitegist-theme/assets/images/icons/arrow_down.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 4px;
    transform: rotate(180deg);
    transition: .3s all;
}


.account-step .select2-container--open .select2-selection__arrow:before {
    transform: rotate(0deg) !important;
}

.account-step .select2-dropdown .select2-results__option {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
}


.account-step .select2-dropdown {
    top: 10px;
    border: 2px solid #585858 !important;
    border-radius: 10px !important;
}

.account-step .select2-dropdown .select2-results__option {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #585858;
}

.account-step .select2-container--default .select2-results__option--selected {
    background: transparent;
}

.account-step .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: transparent;
    color: #01B7FF
}


.account-step .select2-results__option:first-child {
    display: block;
}


.account-step .select2-results__options {
    padding: 20px;
}

.account-step .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px;
    position: relative;
    top: -6px;
    padding: 4px 0;
}

.page-template-cabinet .select2-container--default .select2-dropdown {
    top: 50px!important;
}

.account-step .description {
    margin-bottom: 20px;
}

.account-step h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}

.account-step .description {
    color: #090909;
    line-height: 1.3;
    font-size: 14px;
}

.account-step .description a {
    color: #090909;
}

.account-step .first_image_description {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #5B5B5B;
    margin-bottom: 15px;
}

.account-step .first_image_notification {
    color: #5B5B5B;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
}

.account-step hr {
    margin: 70px 0;
    border: none;
    height: 1px;
    background: #D9D9D9;
}


.account-step .first_imagePreview {
    width: 100%;
    height: auto;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-step .first_imagePreview img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.account-step .file_input {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    transition: border 0.2s;
}

.account-step .file_input:hover {
    border-color: #6366f1;
}

.account-step .file_name {
    font-size: 15px;
    color: #6b7280;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.account-step .file_dots {
    font-size: 20px;
    color: #9ca3af;
}

.account-step .first_image_notification {
    margin-top: 6px;
    font-size: 13px;
    color: #6b7280;
}


.account-step .first_image {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    overflow: hidden;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.account-step .first_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.account-step .first_image .placeholder {
    color: #9ca3af;
    font-size: 14px;
}

.account-step .first_image.is-empty img {
    display: none;
}

.account-step .first_image.is-empty .placeholder {
    display: block;
}

.account-step .input_row.one_child label {
    margin: 0;
}

.account-step textarea {
    padding: 20px;
    border-radius: 23px;
    border: 1px solid #D9D9D9;
    width: 100%;
    font-family: 'e-Ukraine', sans-serif;
    font-weight: 300;
}


.account-step .save_buttons {
    margin-bottom: 100px;
    text-align: right;
}

.account-step .save_buttons .button_blue {
    margin-left: 15px;
    background: #01B7FF;
    border-color: #01B7FF;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 19px;
    cursor: pointer;
}

.account-step .save_buttons .button:not(.button_blue) {
    padding: 12px 20px;
    cursor: pointer;
}

label[for="user_email"] {
    margin-top: -10px;
}

label[for="user_email"] .button {
    margin-left: 10px;
    padding: 5px 13px;
    font-size: 12px;
    color: #484848;
    font-weight: 400;
}


.account-step .save_changes {
    padding: 32px;
    border-radius: 20px;
    border: solid 1px #090909;
    width: 255px;
    margin-top: 40px;
}

.account-step .save_changes h3 {
    margin-top: 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 10px;
}

.account-step .description {
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #5B5B5B;
    margin-bottom: 20px;
}

.account-step .button_blue {
    background: #01B7FF;
    border-color: #01B7FF;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 18px;
}


.account-step .text.gray_text {
    color: #5B5B5B;
    margin-bottom: 20px;
}

.account-step blockquote {
    margin: 0;
    padding: 0 30px 0 30px;
    position: relative;
    margin: 20px 0 30px 0;
}

.account-step blockquote strong {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
}

.account-step blockquote:before {
    content: '';
    width: 7px;
    height: 100%;
    background: #D9D9D9;
    position: absolute;
    left: 0;
    top: 0
}


.account-step blockquote {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: #090909;
}

.account-step .text strong {
    display: block;
    color: #090909;
    margin-bottom: 5px;
}


.account-step .tabs {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.account-step .tabs a {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #090909;
    padding: 8px 20px;
    border: solid 2px #01B7FF;
    border-radius: 12px;
    display: block;
    margin-right: 15px;
    margin-bottom: 15px;
}

.account-step .tabs .active a {
    background: #01B7FF66;
}

.account-step .tabs .add_black a {
    color: #5B5B5B;
    border-color: #5B5B5B;
}

.account-step .text_input span {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #5B5B5B;
    display: block;
}

.account-step .image_notification {
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #5B5B5B
}


.account-step .add_image {
    margin-bottom: 70px;
    color: #838383;
    border-color: #838383;
    background: transparent;
    padding: 12px 40px;
    font-weight:600;
    cursor: pointer;
}


.account-step .priority {
    margin-bottom: 50px;
    margin-top: 50px;
}

.account-step .priority .text{
    margin-bottom: 20px;
}

.account-step .priority strong{
    font-weight: 300;
}


.account-step .content .save_changes{
    width: 530px;
    margin: 0 auto 100px auto;
    padding: 50px 65px;
}

.account-step .content .save_changes a{
    margin: 0 auto;
    display: block;
    width: max-content;
}



@media (max-width: 575.98px) {
    .account-step .steps li {
        width: 40px;
        height: 40px;
    }

    .account-step .steps li {
        margin-right: 70px;
    }

    .account-step .steps li:before {
        width: 60px;
        left: 43px;
    }

    .account-step .steps li a {
        font-size: 20px;
    }

    .account-step .save_buttons {
        gap: 20px;
        margin-bottom: 100px;
        display: flex;
        flex-direction: column;
        text-align: start;
    }

    .account-step .save_buttons .button_blue {
        margin-left: 0;
    }
}