.h-42px {
    height: 42px !important;
}

.custom-input-group {
    border: 1px solid #ccc;
    border-radius: 6px;
}

.custom-input-group input::placeholder {
    color: #777 !important;
}

.custom-input-group .input-group-text {
    background-color: #fff;
    border: none;
}

.custom-input-group .input-group-text i {
    font-size: 28px;
}

.custom-input-group .form-control {
    border: none;
}

.custom-input-group .form-control:focus {
    box-shadow: none;
    border: none;
}

.filter-div .accordion-body.scrollable-div {
    max-height: 250px;
    overflow-y: scroll;
}

.online {
    top: unset !important;
    bottom: 0;
    right: unset !important;
    left: 5px;
}

html {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}

.chat .chat-item.active,
.chat .chat-item:hover {
    background-color: rgba(33, 77, 232, 0.06) !important;
}

.chat-body {
    height: 45vh;
}

.attachment-icon {
    cursor: pointer;
}

.chat .chat-list {
    -webkit-padding-end: 0;
    padding-inline-end: 0;
}


/* Default: collapse content */
.collapsible {
    transition: max-height 0.4s ease, opacity 0.3s ease;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    padding: 0px !important;
}

.toggle-btn {
    display: none;
}

.collapsible:not(.collapsed) {
    max-height: 1000px;
    opacity: 1;
    pointer-events: auto;
}

/* When expanded (on small screens) */
@media (max-width: 567px) {
    .toggle-btn {
        display: block;
    }
}

/* Toggle icon rotation */
.toggle-icon {
    transition: transform 0.3s ease;
}

.toggle-icon.rotate {
    transform: rotate(180deg);
}


.chat .chat-list .no-chats-content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-direction: column;
    margin-top: 80px;
}

.chat .chat-list .no-chats-content .no-chats-title {
    color: var(--Gray---1, #6A6E83);
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.message:hover {
    cursor: pointer;
}

.asp__ img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.asp__ img.inside-image {
    object-fit: contain;
}

/* ≥768px	 */
@media screen and (max-width: 768px) {
    .flexMdColumn {
        flex-direction: column;
    }

}


.krajee-default.file-preview-frame .kv-file-content {
    max-width: 60px
}

.nice-select .current {
    color: #b5b5b5 !important;
}

.nice-select .current.text-black {
    color: #212529 !important;
}

.statistics .card {
    height: 145px
}

@media screen and (max-width: 768px) {
    .app .mobile-display {
        gap: 10px !important;
    }

    .app .mobile-display a {
        display: block;
        width: 40% !important;
    }

    .app .mobile-display a img {
        width: 100% !important;
    }

    .statistics .carousel {
        padding-inline: 10px;
    }

    .balance-btns {
        flex-wrap: wrap;
        margin-top: 10px;
        gap: 10px;
    }

    @media screen and (max-width: 768px) {
        .balance-btns {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr);
        }

        .balance-btns button {
            width: 100%;
            min-width: 100%;
        }
    }

    .reset_balance {
        order: 4;
        width: 43% !important;
    }

    .adding_balance {
        order: 1;
        width: 100%;
    }

    .withdrow_balance {
        order: 2;
        width: 100%;
    }

    .danger_balance {
        order: 4;
        width: 43% !important;
    }
}

.none-margin {
    margin: 0 !important;
}

label.font-sm {
    font-size: 16px !important;
}

.chat_button__ {
    background-color: #1e1e1e;
    min-height: 45px;
    min-width: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1e1e1e;
    color: #fff;
    transition: all 0.5s;
}

.chat_button__:hover {
    background-color: #fff;
    color: #1e1e1e;
}

@media screen and (max-width: 991px) {
    .balance-status {
        min-height: 100%;
    }
}

@media screen and (max-width: 768px) {
    .balance-status {
        max-height: 125px;
        padding: 10px 15px !important;
        margin: 0 !important;
    }
    .balance-status h2 {
        font-size: 18px !important;
    }

    .balance-status img {
        width: 30px;
    }

    .balance-status h4 {
        font-size: 14px !important;
        margin: 0;
    }
}

.file-preview-frame {
    justify-content: space-evenly;
}

.file-preview-image {
    font: 10px Impact, Charcoal, sans-serif
}

#work_form {
    width: 220px;
}

@media screen and (max-width: 567px) {
    .sm-flex-col {
        flex-direction: column;
    }
}

.photographer_profile_image_wrapper__ {
    display: flex;
    align-items: center;
    gap: 38px;
}

@media screen and (max-width: 567px) {
    .photographer_profile_image_wrapper__ {
        gap: 15px;
    }
}

.photographer_button__ {
    background-color: transparent !important;
    border: none;
    outline: none;
    color: var(--Gray---1, #6A6E83);
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 5px;
}

.photographer_modal_dialog {
    transform: none;
    width: 100vw;
    height: 83svh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    margin-inline: auto;
}

.photographer_modal_card {
    position: relative;
    width: 464px;
    height: 579px;
    padding: 22px 16px;
    padding-top: 30px;
    border-radius: 14px;
    background-image: url('../images/photographer-card-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.photographer_modal_card .close_button__ {
    width: fit-content;
    background-color: transparent;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    outline: 0;
    box-shadow: none;
    border: 0;
}

.photographer_modal_card .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
}

.photographer_modal_card .logo_wrapper__ {
    text-align: center;
    margin-bottom: 34px;
}

.photographer_modal_card .card_body__ {
    background-color: #fff;
    height: 100%;
    max-height: 377px;
    border-radius: 0 0 10px 10px;
}

.photographer_modal_card .card_body__ .image_wrapper__ {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    border: 4px solid #fff;
    overflow: hidden;
    margin-top: -49px;
    background-color: #fff;
    margin-inline: auto;
}

.photographer_modal_card .card_body__ .image_wrapper__ img {
    width: 100%;
    height: 100%;
}

.photographer_modal_card .card_body__ .name {
    color: var(--Main-Color, #1E1E1E);
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
}

.photographer_modal_card .card_body__ .jobTitle {
    color: var(--Gray---1, #6A6E83);
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin-top: 8px;
}


.photographer_modal_card .card_body__ .qr_wrapper {
    max-width: 162px;
    max-height: 162px;
    margin-inline: auto;
    margin-top: 20px;
}

.photographer_modal_card .card_body__ .qr_wrapper img {
    width: 100%;
    height: 100%;
}

.photographer_modal_card .card_body__ .note__ {
    color: #6A6E83;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.alert__ {
    border-radius: 6px 0 0 6px;
    border-right: 4px solid var(--Red, #DE1F1F);
    background: #FFDADA;
    padding: 16px;
    width: 100%;
    max-width: 520px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    min-height: 87px;

    .title__ {
        color: var(--Red, #DE1F1F);
        font-size: 16px;
        font-weight: 600;
        margin: 0;
    }

    .desc__ {
        color: var(--Main-Color, #1E1E1E);
        font-size: 14px;
        font-weight: 400;
        margin: 0;
    }
}

.home-header .filter * {
    cursor: default;
}

.offcanvas-body .profile-dropdown-list {
    display: none !important;
}

.offcanvas-body .profile-dropdown-list.show {
    display: block !important;
}

@media screen and (max-width: 991px) {
    .profile-dropdown {
        display: none !important;
    }

    .offcanvas-body .profile-dropdown {
        display: block !important;
    }

    .offcanvas-body .profile-dropdown-list {
        display: block !important;
        list-style: none;
        padding: 0 !important;
    }

    .offcanvas-body .profile-dropdown-list * {
        color: #fff !important;
        font-size: 14px !important;
    }

    .offcanvas-body .profile-dropdown-list .icon__ {
        filter: brightness(0) invert(1);
        width: 20px !important;
    }

    offcanvas-body .profile-dropdown-list .of-contain {
        width: 18px !important;
        margin-inline-end: 5px;
    }


    .offcanvas-body .profile-dropdown-list .balance-badge,
    .offcanvas-body .profile-dropdown-list .balance-badge * {
        color: #212529 !important;
    }

    .offcanvas-body .profile-dropdown-list .show-logout-modal {
        color: #de1f1f !important;
    }

    header nav .nav-item a.nav-link {
        font-size: 14px !important;
    }

    .offcanvas-body .mainDiv {
        position: absolute;
        top: 10px;
        inset-inline-end: 25px;
    }
}

.photographer-profile-tabs {
    overflow: hidden;
}

.photographer-profile-tabs .main-tabs {
    flex-wrap: nowrap !important;
    overflow-x: auto;
}

.photographer-profile-tabs .main-tabs::-webkit-scrollbar {
    display: none;
}

.photographer-profile-tabs .main-tabs li {
    flex-shrink: 0;
}

.profile_id_preview__ {
    max-width: 276px;
}

.profile_id_preview__ .asp__ {
    padding-bottom: 61.594% !important;
}

.profile_id_upload_image__ {
    max-width: 276px;
}

.profile_id_upload_image__ .asp__ {
    padding-bottom: 61.594% !important;
}

.profile_id_upload_image__ .upload_placeholder {
    min-height: 170px;
}

.upload_profile_id_image__ .upload_image_label {
    position: relative;
    border-radius: 8px;
    border: 1px dashed #6A6E83;
    background: rgba(30, 30, 30, 0.05);
    height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 35px;
}

.upload_profile_id_image__ .upload_placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
}

.upload_profile_id_image__ .upload_placeholder p {
    color: #6A6E83;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.upload_profile_id_image__ input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.upload_profile_id_image__ input:disabled {
    cursor: not-allowed;
}

.preview_item__ {
    display: flex;
    align-items: center;
    gap: 8px;
}

.preview_item__ .image_wrapper {
    width: 55px;
    height: 55px;
    border-radius: 8px;
    background: #F5F5F5;
    padding: 10px 13px;
}

.preview_item__ .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview_item__ .content__ {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.preview_item__ .content__ .name__ {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.preview_item__ .content__ .upload_date__ {
    color: #6A6E83;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.preview_item__ .delete__ {
    margin-inline-start: auto;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    outline: none;
    align-self: flex-start;
    width: 20px;
    height: 20px;
}

.default-page {
    padding-block: 24px;
    min-height: calc(100vh - 24px);
    background: #F5F5F5;
}

.order-details-page-layout {
    display: flex;
    /*grid-template-columns: 1fr 531px;*/
    gap: 24px;
}

.page_title__ {
    color: #1E1E1E;
    font-size: 24px;
    font-weight: 600;
}

.page_subtitle__ {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    display: inline-block;
    width: max-content;
}

@media screen and (max-width: 500px) {
    .page_subtitle__ {
    display: inline;
    width: auto;
    }
}

.page_header__ {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}

.side-content {
    width: 100%;
    max-width: 531px;
}

.page-content {
    max-width: calc(100% - 531px);
    width: 100%;
    /*min-width: 100%;*/
}

@media screen and (max-width: 1200px) {
    .order-details-page-layout {
        flex-direction: column;
    }

    .page-content {
        width: 100%;
        min-width: 100%;
    }

    .side-content {
        max-width: 100%;
    }

}

@media screen and (max-width: 991px) {
    .order-details-page-layout {
        display: flex;
        flex-direction: column;
    }
}

.custom_block__ {
    padding: 24px 24px 32px 24px;
    border-radius: 8px;
    background: #FFF;
    width: 100%;
}

.block_title__ {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #CCD3D9;
}

@media screen and (max-width: 991px) {
    .block_title__ {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

.block_title__ .title__ {
    color: #1E1E1E;
    font-size: 20px;
    font-weight: 600;
}

.custom-row-gap {
    row-gap: 24px;
}

.label__ {
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}

.label__.required__::after {
    content: '*';
    color: #DE1F1F;
    margin-inline-start: 4px;
}

.input__ {
    height: 54px;
    outline: none;
    border-radius: 8px;
    border: 1px solid #CCD3D9;
    width: 100%;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 16px;
    color: #0a001f !important;
}

input.input__::placeholder {
    font-size: 16px !important;
    color: #A8B1CE !important;
}

input.input__::-moz-placeholder {
    font-size: 16px !important;
    color: #A8B1CE !important;
}

.form-select {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #CCD3D9 !important;
    font-size: 16px !important;
    color: #A8B1CE !important;
    height: 54px !important;
}

.form-select.is-filled {
    color: #0a001f !important;
}

.form-select.always-placeholder-color {
    color: #A8B1CE !important;
}

.selected_items_wrapper__ {
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.selected_item__ {
    border: 1px solid #CCD3D9;
    border-radius: 32px;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.selected_item__ .button__ {
    background-color: transparent;
    border: none;
    outline: none;
}

.input_icon_wrapper__ {
    position: relative;
    max-width: 100%;
}

.input_icon_wrapper__ .icon__ {
    position: absolute;
    inset-inline-end: 16px;
    inset-block-start: 50%;
    transform: translateY(-50%);
}

.select_location_button__ {
    height: 54px;
    outline: none;
    border-radius: 8px;
    border: 1px solid #CCD3D9;
    width: 100%;
    background: #FFF;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 16px;
    color: #A8B1CE !important;
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.address-modal {
    width: 1170px;
    max-width: 1170px !important;
}

.modal-content {
    position: relative;
    padding: 24px;
}

.close-location-modal-button {
    position: absolute;
    top: 15px;
    inset-inline-start: 10px;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    padding: 15px;
    z-index: 100;
}

.close-location-modal-button svg {
    width: 15px !important;
    height: 15px !important;
}

.modal_title__ {
    color: #1E1E1E;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}

.modal_subtitle__ {
    color: #6A6E83;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.map_wrapper__ {
    width: 100%;
    height: 450px;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    overflow: hidden;

    iframe {
        width: 100%;
        height: 100%;
    }
}

.select_address_button__ {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    width: 320px;
    height: 54px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    background: #1E1E1E;
    outline: none;
    border: none;
    margin-top: 24px;
}

.radio_group__ {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 70px;
    margin-top: 24px !important;
}

@media screen and (max-width: 991px) {
    .radio_group__ {
        gap: 10px;
    }
}

.radio_group__ .text__ {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 400;
}

.radio_group__ label:has(input:checked) .text__ {
    font-weight: 500 !important;
}

.textarea__ {
    height: 153px;
    resize: none;
}

textarea.input__::placeholder {
    font-size: 16px !important;
    color: #A8B1CE !important;
}

textarea.input__::-moz-placeholder {
    font-size: 16px !important;
    color: #A8B1CE !important;
}

.checkbox_label___ {
    display: flex;
    align-items: center;
    gap: 8px;

    .text__ {
        color: #424242;
        font-weight: 500;
        font-size: 16px;
    }

    .custom_checkbox_input__ {
        border-radius: 8px;
        overflow: hidden;
        width: 20px;
        height: 20px;
        border: 1px solid #CCD3D9;
        position: relative;


        svg {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

        input[type='checkbox'] {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 120%;
            height: 120%;
            opacity: 0;
        }

        &:has(input:checked) {
            /*background-color: #1E1E1E;*/

            svg {
                opacity: 1;
            }

        }
    }
}

.check_group {
    display: flex;
    align-items: center;
    /*grid-template-columns: repeat(2, 1fr);*/
    gap: 40px;
    flex-wrap: wrap;
}

.submit_button___ {
    display: flex;
    max-width: 331px;
    width: 100%;
    height: 56px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1E1E1E;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border: none;
}

.create_oredert_list__ {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.create_oredert_list__ li {
    color: #424242;
    font-size: 20px;
    font-weight: 400;
}

.text___ {
    color: #1E1E1E;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    height: 30px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #F2F2F2;
}

.add_bills_button__ {
    display: flex;
    max-width: 200px;
    width: 100%;
    height: 48px;
    justify-content: center;
    gap: 10px;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #000;
    background: #1E1E1E;
    color: #fff;
    margin-inline: auto;
    margin-top: 10px;

    &.expense_add_mode_toggle_btn {
        margin-inline: 0;
    }

}

.submit____ {
    display: flex;
    height: 56px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1E1E1E;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    outline: none;
    border: none;
}

.empty_no_bills___ {
    width: 250px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;

    h3 {
        color: #6A6E83;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    p {
        color: #6A6E83;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
}

.choose_type_page {
    padding-block: 88px 100px !important;
}

.choose_type_form_wrapper__ {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 4px 24px 0 rgba(106, 110, 131, 0.16);
    padding: 56px 64px;
    max-width: 901px;
    margin-inline: auto;
}

@media screen and (max-width: 500px) {
    .choose_type_form_wrapper__ {
        padding: 25px !important;
    }
}

.choose_type_form_wrapper__.fixed_width__ {
    max-width: 1249px;
}

.choose_type_form_wrapper__ .logo__ {
    width: 325px;
    margin-inline: auto;
    margin-bottom: 32px;
}

@media screen and (max-width: 500px) {
    .choose_type_form_wrapper__ .logo__ {
        width: 100%;
    }
}

.choose_type_form_wrapper__ .logo__ img {
    width: 100%;
}

.form_title__ {
    color: #1E1E1E;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
}

@media screen and (max-width: 500px) {
    .form_title__ {
        font-size: 24px !important;
    }
}

.form_subtitle___ {
    color: #424242;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 32px;
}

@media screen and (max-width: 500px) {
    .form_subtitle___ {
        font-size: 16px !important;
    }
}

.expense_add_mode_toggle_btn {
    transition: unset !important;
}

.choose_type_radio_group__ {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.choose_type_radio_label__ {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid #CCD3D9;
    padding: 22px 32px;
    height: 110px;
    border-radius: 16px;
    cursor: pointer;


    input[type='radio'] {
        position: absolute;
        cursor: pointer;
        inset: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .title__ {
        display: block;
        color: #1E1E1E;
        font-size: 24px;
        font-weight: 500;
    }

    .subtitle__ {
        color: #1E1E1E;
        font-size: 16px;
        font-weight: 400;
    }

    &:has(input[type='radio']:checked) {
        border: 2px solid #1E1E1E;
        background-color: #E8E8E8;
    }
}

@media screen and (max-width: 776px) {
    .choose_type_radio_label__ {
        flex-direction: column-reverse;
        height: fit-content;

        .title__ {
            text-align: center;
        }

        .subtitle__ {
            text-align: center;
        }
    }
}

.choose_button__ {
    display: flex;
    max-width: 282px;
    width: 100%;
    height: 56px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-radius: 8px;
    background: #1E1E1E;
    border: none;
    outline: none;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    margin-top: 32px;
}

@media screen and (max-width: 776px) {
    .choose_button__ {
        max-width: 100%;
    }
}


.steps_sec__ {
    overflow: hidden;
}

.steps_sec__.fixed_width__ {
    max-width: 1249px;
    margin-inline: auto;
}

.steps_wrapper__ {
    display: flex;
    padding: 24px 32px;
    align-items: flex-start;
    gap: 10px;
    border-radius: 8px;
    background: #FFF;
    margin-bottom: 24px;
    overflow-x: auto;
}

.step_item__ {
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex-shrink: 0;
}

.step_item__.done__ .icon__ {
    background: #21C275;
    border: 1px solid #21C275;
}

.step_item__.inprogress__ .icon__ {
    background: transparent;
    border: 1px solid #1E1E1E;
}

.step_item__.inprogress__ .icon__::after {
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    background: #1E1E1E;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 50%;
}

.step_item__.inprogress__ .icon__ svg * {
    stroke: #FFF !important;
}

.step_item__ .icon__ {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #F2F5FF;
    border: 1px solid #F2F5FF;
    border-radius: 50%;
    position: relative;
}

.step_item__ .icon__ svg {
    position: relative;
    z-index: 2;
}

.step_item__ .step_title__ {
    color: #1E1E1E;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.line__ {
    height: 5px;
    width: 100%;
    border-radius: 50px;
    background: #F6F6F6;
    margin-top: 24px;
    margin-inline-end: 44px;
    min-width: 70px;
}

.upload_user_img {
    position: relative;
    display: block;
    width: 86px;
    height: 86px;

}

.upload_user_img input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}

.upload_user_img:is([data-upload-img="true"]) {
    cursor: pointer;
}

.upload_user_img:is([data-upload-img="true"]):after {
    content: url('../images/icons/cam.svg');
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 500;
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #1E1E1E;
    top: calc(100% - 18px);
    inset-inline-end: calc(100% - 28px);

}

.upload_user_img {
    margin-inline: auto;

    .user_image_wrapper {
        position: relative;
    }

    /*.user_image_wrapper::after {*/
    /*    content: url("../images/icons/delete.svg");*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    position: absolute;*/
    /*    inset: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    background-color: rgba(0, 0, 0, 0.2);*/
    /*    border-radius: 50%;*/
    /*}*/
}

.user_image_wrapper .figure__ {
    width: 86px;
    height: 86px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;

    .img__ {
        width: 100%;
        height: 100%;
    }
}

.steps_actions__ {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-top: 32px;

    .choose_button__ {
        margin: 0 !important;
    }
}

.prev_button__ {
    display: flex;
    width: 300px;
    height: 56px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 8px;
    border: 1px solid #000;
    background: #FFF;
    color: #1E1E1E;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
}

.terms_main_title__ {
    overflow: hidden;
    color: #1E1E1E;
    text-align: right;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}

.terms_parag__ {
    color: #6A6E83;
    font-size: 16px;
    font-weight: 500;
}

@media screen and (max-width: 776px) {
    .order-details-page-header .order-title {
        width: 100%;
    }

    .actions_wrapper__ {
        flex-wrap: wrap;
    }

}


.profile_id_preview__ .preview_image__ {
    border-radius: 8px;
    overflow: hidden;
    background: lightgrey;
}

.small_screen_only__ {
    display: none;
}

@media screen and (max-width: 776px) {
    .small_screen_only__ {
        display: block;
    }
}

@media screen and (max-width: 1170px) {
    .address-modal {
        width: 100% !important;
    }

    .address-modal .map_wrapper__ {
        height: 320px;
    }
}

@media screen and (max-width: 768px) {
    .order-details-page-header .actions_wrapper__ {
        justify-content: flex-end;
    }

    .order-details-page-header .order-title {
        text-align: start;
    }

}

@media screen and (max-width: 776px) {
    .order-details-page-header {
        align-items: flex-start !important;
    }
    .work_actions__ a , a.add-price-btn, .delete-price-btn {
        font-size: 14px !important;
        max-width: calc(50% - 6px) !important;
        width: calc(50% - 6px) !important;
    }

    .page_header__ {
        flex-wrap: wrap;
        gap: 15px;
    }

    .work_items__ {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .show_page_work_items__ {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
}

.work_status_badge__ {
    height: 44px;
    min-width: 98px;
    font-size: 13px;
}

.work_parag__ {
    color: #6A6E83;
    font-size: 18px;
    font-weight: 400;
}
