@charset "UTF-8";
.link__ {
    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;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.link__:hover {
    text-decoration: none;
}
.link__.center {
    margin: 0 auto;
}
.link__.full_width__ {
    width: 100%;
    min-width: 100%;
}
@media only screen and (max-width: 991px) {
    .link__.full_width_sm__ {
        min-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .link__.full_width_xs__ {
        min-width: 100%;
        width: 100%;
    }
}
.link__.fixed_size__ {
    min-width: 140px;
}
.link__.main_link {
    height: 46px;
    color: #fff;
    padding: 0 30px;
    font-size: 1.4rem;
    background: #1e1e1e;
    border-radius: 0.8rem;
}
.link__.main_link:hover {
    background-color: rgba(30, 30, 30, 0.9);
}
.link__.second_color_link__ {
    height: 46px;
    border-radius: 0.8rem;
    padding: 0 30px;
    background-color: #fff;
    color: #fff;
}
.link__.second_color_link__:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.link__.second_color_link__.bordered__ {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.link__.second_color_link__.bordered__:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.link__.header_cart_link__ {
    border-radius: 0.8rem;
    border: 1px solid #666666;
    color: #fff;
    background-color: #fffdfc;
    height: 4.8rem;
    font-size: 16px;
    font-weight: 500;
    padding: 1.2rem 1rem;
}
@media only screen and (max-width: 991px) {
    .link__.header_cart_link__ {
        min-width: 100px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 1rem;
        font-size: 12px;
    }
}
.link__.header_cart_link__ img {
    width: 2.7rem;
}
@media only screen and (max-width: 991px) {
    .link__.header_cart_link__ img {
        width: 2.2rem;
    }
}
.link__.header_cart_link__ .count__ {
    top: -6px !important;
    inset-inline-start: -8px !important;
}
.link__.header_cart_link__:hover {
    background-color: rgba(255, 255, 255, 0.05);
}
.link__.header_login_link__ {
    border-radius: 1.2rem;
    border: 1px solid #d5ddeb;
    color: #fff;
    background-color: #fff;
    width: 19.5rem;
    height: 4.8rem;
    padding: 1.2rem 1.6rem;
}
@media only screen and (max-width: 991px) {
    .link__.header_login_link__ {
        width: 100%;
    }
}
.link__.header_login_link__:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.link__.store_link__ {
    width: 100%;
}
.link__.store_link__ img {
    width: 100%;
}
.link__.contact_link__ {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff5ea;
    padding: 3.3rem;
    border-radius: 2rem;
    gap: 1.2rem;
}
.link__.contact_link__ .title__ {
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 600;
}
.link__.contact_link__ .text__ {
    color: #000;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
}
.link__.contact_link__ .number__ {
    color: #000;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 500;
    direction: ltr;
}
.link__.contact_link__.grey_color {
    background-color: #f2f2f2;
}
.link__.blog_card_link__ {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    line-height: 2.8rem;
    gap: 0;
}
.link__.blog_card_link__ img {
    max-width: 23px;
    max-height: 23px;
}
html[dir="ltr"] .link__.blog_card_link__ img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.link__.section_more_link__ {
    border-radius: 12px;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20rem;
    height: 64px;
    padding: 18px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
@media only screen and (max-width: 991px) {
    .link__.section_more_link__ {
        width: 12rem;
        height: 4.8rem;
        font-size: 1.4rem;
        padding: 1.2rem 1.6rem;
    }
}
.link__.section_more_link__:hover {
    background-color: rgba(30, 30, 30, 0.1);
}
.link__.profile_wallet_body_link {
    height: 40px;
    border: 0.8px solid #333333;
    border-radius: 8px;
    color: #333333;
    font-weight: 500;
    font-size: 14px;
    width: 113px;
}
.link__.profile_wallet_body_link:hover {
    background-color: rgba(51, 51, 51, 0.04);
}
.link__.edit_profile_link {
    background-color: #000;
    max-width: 270px;
    color: #fff;
    height: 64px;
    width: 100%;
    border-radius: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .link__.edit_profile_link {
        max-width: 100%;
    }
}
.link__.edit_profile_link:hover {
    background-color: rgba(0, 0, 0, 0.85);
}
.link__.add_new_address__ {
    width: 100%;
    max-width: 270px;
    color: #fff !important;
    background-color: #fff;
    border-radius: 12px;
    height: 64px;
    font-size: 16px;
    font-weight: 600;
    gap: 10px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .link__.add_new_address__ {
        max-width: 100%;
    }
}
.link__.add_new_address__ .icon__ {
    color: #fff;
    display: block;
    font-size: 21px;
    line-height: 0;
}
.link__.add_new_address__:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.link__.edit_address {
    border-radius: 12.4px;
    border: 1.55px solid #333333;
    background: rgba(0, 0, 0, 0.06);
    height: 62px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.link__.select_address__ {
    border-radius: 13px;
    border: 2px solid #333333;
    background: #333333;
    height: 62px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.link__.select_address__ img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.link__.select_address__:hover {
    background-color: rgba(51, 51, 51, 0.9);
}
.link__.header_link__ {
    position: relative;
}
.link__.header_link__ .header_count__ {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #e82832;
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    width: 18px;
    height: 18px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    top: -3px;
    inset-inline-start: -3px;
}
.link__.header_notification_link__ {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #333333;
}
@media only screen and (max-width: 767px) {
    .link__.header_notification_link__ {
        width: 35px;
        height: 35px;
    }
    .link__.header_notification_link__ img {
        max-width: 20px;
    }
}
.link__.header_notification_link__:hover {
    background: #f2f2f2;
}
.link__.whatsapp_link {
    position: fixed;
    bottom: 3rem;
    inset-inline-end: 3rem;
    z-index: 99999;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media only screen and (max-width: 767px) {
    .link__.whatsapp_link {
        inset-inline-end: 2rem;
        bottom: 2rem;
    }
}
.link__.whatsapp_link img {
    height: 10rem;
}
@media only screen and (max-width: 767px) {
    .link__.whatsapp_link img {
        height: 6rem;
    }
}
.link__.header_user_link__ {
    gap: 13px;
}
@media only screen and (max-width: 991px) {
    .link__.header_user_link__ {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.link__.header_user_link__ .icon_wrapper {
    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;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #333333;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@media only screen and (max-width: 767px) {
    .link__.header_user_link__ .icon_wrapper {
        width: 35px;
        height: 35px;
    }
    .link__.header_user_link__ .icon_wrapper img {
        max-width: 20px;
    }
}
.link__.header_user_link__ .content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.link__.header_user_link__ .regards__ {
    color: #808080;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.178px;
}
.link__.header_user_link__ .text__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.178px;
}
html[dir="ltr"] .link__.header_user_link__ .text__ img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.link__.header_user_link__:hover .icon_wrapper {
    background-color: #f2f2f2;
}
.link__.logout {
    outline: none !important;
}
.link__.blank_pages_link__ {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    width: 100%;
    max-width: 300px;
    height: 64px;
}
@media only screen and (max-width: 767px) {
    .link__.blank_pages_link__ {
        max-width: 100%;
        height: 50px;
    }
}
.link__.blank_pages_link__:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.link__.blank_pages_link__.outline__ {
    background-color: transparent;
    border: 1px solid #000;
    color: #000;
}
.link__.blank_pages_link__.outline__:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.link__.calendar_link__ {
    border: 1px solid #e6e6e6;
    height: 57px;
    min-width: 57px;
    border-radius: 10px;
}
.link__.calendar_link__:hover {
    background-color: rgba(230, 230, 230, 0.15);
}
.link__.show_more_notifications__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
}
@media only screen and (max-width: 767px) {
    .link__.show_more_notifications__ {
        font-size: 14px;
    }
}
.link__.photographer_card_link.order_photographer_link {
    background-color: #fff;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .link__.photographer_card_link.order_photographer_link {
        height: 35px;
    }
}
html[dir="ltr"] .link__.photographer_card_link.order_photographer_link {
    font-size: 12px;
}
.link__.photographer_card_link.order_photographer_link:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.link__.photographer_card_link.message_photographer_link {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .link__.photographer_card_link.message_photographer_link {
        font-size: 14px;
        height: 35px;
    }
}
html[dir="ltr"] .link__.photographer_card_link.message_photographer_link {
    font-size: 12px;
}
.link__.photographer_card_link.message_photographer_link:hover {
    background-color: rgba(30, 30, 30, 0.03);
}
.link__.withdrow_balance_link__ {
    width: 100%;
    max-width: 300px;
    height: 64px;
    background-color: #fff;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
    margin-top: 48px;
}
@media only screen and (max-width: 991px) {
    .link__.withdrow_balance_link__ {
        margin-top: 20px;
        max-width: 100%;
    }
}
.link__.withdrow_balance_link__:hover {
    background-color: rgba(255, 255, 255, 0.9);
}
.link__.home_show_wallet_link__ {
    border-radius: 10.064px;
    border: 1.573px solid #fff;
    background: rgba(244, 244, 244, 0.1);
    -webkit-box-shadow:
        0 2.516px 0 0 rgba(255, 255, 255, 0.19) inset,
        0 5.032px 5.032px -3.774px rgba(0, 0, 0, 0.25);
    box-shadow:
        0 2.516px 0 0 rgba(255, 255, 255, 0.19) inset,
        0 5.032px 5.032px -3.774px rgba(0, 0, 0, 0.25);
    color: #f5f5f5;
    font-size: 20px;
    font-weight: 500;
    line-height: 20.129px;
    padding: 24px;
    width: 100%;
    max-width: 202px;
    height: 69px;
}
.link__.home_show_wallet_link__:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.link__.add_new_work_link__ {
    width: 100%;
    max-width: 160px;
    height: 56px;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 12px;
}
@media only screen and (max-width: 767px) {
    .link__.add_new_work_link__ {
        max-width: 100%;
        font-size: 14px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 5px;
    }
    .link__.add_new_work_link__ img {
        width: 20px;
    }
}
.link__.single_work_edit__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 169px;
    height: 48px;
    padding: 12px;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #000;
    font-size: 16px;
}
.link__.single_work_edit__:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
.button__ {
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    outline: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    height: 4.8rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button__ .icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button__:active,
.button__:focus {
    border: none;
    outline: none !important;
}
.button__:hover {
    text-decoration: none;
    color: #24272c;
}
.button__:disabled {
    cursor: not-allowed !important;
}
.button__.defaultCursor {
    cursor: default;
}
.button__.center {
    margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
    .button__.centerMd {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 991px) {
    .button__.centerSm {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .button__.centerXs {
        margin: 0 auto;
    }
}
@media only screen and (max-width: 500px) {
    .button__.centerXxs {
        margin: 0 auto;
    }
}
.button__.fullWidth {
    width: 100%;
    min-width: 100%;
}
@media only screen and (max-width: 1280px) {
    .button__.fullWidth_md {
        width: 100%;
        min-width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .button__.fullWidth_sm {
        width: 100% !important;
        min-width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    .button__.fullWidth_xs {
        width: 100%;
        min-width: 100%;
    }
}
@media only screen and (max-width: 500px) {
    .button__.fullWidth_xxs {
        width: 100%;
        min-width: 100%;
    }
}
.button__.half_width {
    width: 50%;
}
@media only screen and (max-width: 1280px) {
    .button__.half_width_md {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .button__.half_width_sm {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .button__.half_width_xs {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .button__.half_width_xxs {
        width: 50%;
    }
}
.button__.fixed_size__ {
    min-width: 287px;
    max-width: 287px;
}
@media only screen and (max-width: 767px) {
    .button__.fixed_size__ {
        min-width: 100%;
        max-width: 100%;
    }
}
.button__.margin_start_auto__ {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.button__.with_margin_top__ {
    margin-top: 20px;
}
.button__.scale_icon_on_hover:hover .icon__ {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
html[dir="ltr"] .button__.icon_dir .icon__,
html[dir="ltr"] .button__.icon_dir svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.button__.primaryColor {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff !important;
    font-weight: 700;
}
.button__.primaryColor.outline {
    color: #1e1e1e !important;
}
.button__.primaryColor.outline:hover {
    background-color: rgba(30, 30, 30, 0.1) !important;
}
.button__.primaryColor:hover {
    background-color: rgba(30, 30, 30, 0.9);
}
.button__.secondary__ {
    background-color: #fff;
    border-color: #fff;
}
.button__.secondary__.outline {
    color: #fff !important;
}
.button__.secondary__.outline:focus {
    border: 1px solid #fff !important;
}
.button__.secondary__.outline:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}
.button__.secondary__:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff !important;
}
.button__.black__ {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}
.button__.black__.outline {
    color: #000 !important;
}
.button__.black__.outline:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
}
.button__.black__:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
}
.button__.red__ {
    background-color: #e82832;
    border-color: #e82832;
}
.button__.red__.outline {
    color: #e82832;
}
.button__.red__.outline:hover {
    background-color: rgba(232, 40, 50, 0.1) !important;
}
.button__.red__:hover {
    background-color: rgba(232, 40, 50, 0.9);
    color: #fff;
}
.button__.green__ {
    background-color: #21c275;
    border-color: #21c275;
}
.button__.green__.outline {
    color: #21c275;
}
.button__.green__.outline:hover {
    background-color: rgba(33, 194, 117, 0.1) !important;
}
.button__.green__:hover {
    background-color: rgba(33, 194, 117, 0.9);
}
.button__.grey__ {
    background-color: #e8e8e8;
    border-color: #e8e8e8;
}
.button__.grey__.outline {
    color: #e8e8e8;
}
.button__.grey__.outline:hover {
    background-color: rgba(232, 232, 232, 0.1) !important;
}
.button__.grey__:hover {
    background-color: rgba(232, 232, 232, 0.9);
}
.button__.orange__ {
    background-color: #efb104;
    border-color: #efb104;
}
.button__.orange__.outline {
    color: #efb104;
}
.button__.orange__.outline:hover {
    background-color: rgba(239, 177, 4, 0.1) !important;
}
.button__.orange__:hover {
    background-color: rgba(239, 177, 4, 0.9);
}
.button__.yellow__ {
    background-color: #e8c100;
    border-color: #e8c100;
}
.button__.yellow__.outline {
    color: #e8c100;
}
.button__.yellow__.outline:hover {
    background-color: rgba(232, 193, 0, 0.1) !important;
}
.button__.yellow__:hover {
    background-color: rgba(232, 193, 0, 0.9);
}
.button__.black_700__ {
    background-color: #333333;
    border-color: #333333;
}
.button__.black_700__.outline {
    color: #333333;
}
.button__.black_700__.outline:hover {
    background-color: rgba(51, 51, 51, 0.1) !important;
    color: #000 !important;
}
.button__.black_700__:hover {
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
}
.button__.black_50__ {
    background-color: #e6e6e6;
    color: #1a1a1a;
    border-color: #e6e6e6;
}
.button__.black_50__.outline {
    color: #e6e6e6;
}
.button__.black_50__.outline:hover {
    background-color: rgba(204, 204, 204, 0.1) !important;
}
.button__.black_50__:hover {
    background-color: rgba(204, 204, 204, 0.7) !important;
    color: #1a1a1a;
}
.button__.outline {
    background-color: transparent !important;
}
.button__.mainRounded {
    border-radius: 0.8rem;
}
.button__.secondary_rounded__ {
    border-radius: 1.2rem;
}
.button__.third_rounded__ {
    border-radius: 2.4rem;
}
.button__.full_rounded__ {
    border-radius: 50%;
}
.button__.fixed_height {
    height: 55px;
}
.button__.second_fixed_height {
    height: 64px;
}
.button__.search_button__ {
    color: #fff !important;
    font-size: 2rem !important;
    height: 64px;
}
.button__.search_button__ .icon__ {
    width: 2.4rem;
    height: 2.4rem;
}
html[dir="ltr"] .button__.search_button__ .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.button__.search_button__:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.button__.resend_code__ {
    color: #333333;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.button__.product_add_to_cart {
    height: 64px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-inline: 16px;
    background-color: #333333;
}
@media only screen and (max-width: 767px) {
    .button__.product_add_to_cart {
        height: 40px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        padding: 10px 20px;
    }
}
.button__.product_add_to_cart .content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.button__.product_add_to_cart .icon__ {
    font-size: 20px;
}
.button__.product_add_to_cart .price__ {
    color: #fff;
    font-size: 20px;
}
.button__.like_button__,
.button__.share_button__ {
    height: 5rem;
    width: 5rem;
    border-radius: 12px;
    background-color: #fff;
    color: #333333;
    font-size: 25px;
}
@media only screen and (max-width: 767px) {
    .button__.like_button__,
    .button__.share_button__ {
        height: 4rem;
        width: 4rem;
        font-size: 20px;
    }
}
.button__.like_button__ .icon__,
.button__.share_button__ .icon__ {
    display: block;
    width: 25px;
    height: 25px;
}
@media only screen and (max-width: 767px) {
    .button__.like_button__ .icon__,
    .button__.share_button__ .icon__ {
        width: 20px;
        height: 20px;
    }
}
.button__.like_button__:hover,
.button__.share_button__:hover {
    background-color: #333333;
    color: #fff;
}
.button__.clear_filter__ {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #24272c;
    font-size: 14px;
    font-weight: 500;
    outline: 0 !important;
    border: 0 !important;
}
.button__.clear_filter__ .icon__ {
    width: 16px;
    height: 16px;
    font-size: 16px;
}
.button__.filter_accordion_button__ {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #333333;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 16px;
    outline: none !important;
    border: 0 !important;
    position: relative;
}
.button__.filter_accordion_button__.collapsed {
    margin: 0 !important;
}
.button__.filter_accordion_button__:after {
    content: url("../images/shapes/accordion_arrow_up.svg");
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.button__.filter_accordion_button__.collapsed:after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.button__.filter_more_button__ {
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    outline: none !important;
    border: 0 !important;
}
.button__.profile_edit_modal_button {
    width: 100%;
    max-width: 185px;
    height: 49px;
    font-size: 16px;
}
html[dir="ltr"] .button__.profile_edit_modal_button img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
html[dir="ltr"] .button__.submit_contact img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.button__.delete_address {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    border-radius: 13px;
    height: 62px;
    border: 1px solid #e82832;
    color: #e82832;
    font-size: 16px;
    font-weight: 600;
}
.button__.contract_button {
    font-size: 16px;
    font-weight: 500;
}
.button__.submit_signature {
    width: 270px;
    height: 64px;
}
@media only screen and (max-width: 767px) {
    .button__.submit_signature {
        width: 100%;
    }
}
.button__.signature_back_button {
    background-color: #f2f2f2;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    width: 180px;
    height: 64px;
}
@media only screen and (max-width: 767px) {
    .button__.signature_back_button {
        width: 100%;
    }
}
.button__.address_submit_button__ {
    background-color: #000;
    width: 100%;
    max-width: 350px;
    border-radius: 12px;
    margin-top: 16px;
}
.button__.address_submit_button__:hover {
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
}
.button__.cart_product_delete_button__ {
    width: 36px;
    height: 36px;
    border-radius: 5px;
    background-color: rgba(232, 40, 50, 0.12);
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    position: absolute;
    top: 20px;
    inset-inline-end: 15px;
    z-index: 100;
}
@media only screen and (max-width: 1280px) {
    .button__.cart_product_delete_button__ {
        top: 10px;
        inset-inline-end: 10px;
        width: 30px;
        height: 30px;
    }
}
.button__.cart_product_delete_button__:hover {
    background-color: rgba(232, 40, 50, 0.2);
}
.button__.cancel_order__ {
    background-color: rgba(201, 28, 28, 0.12);
    color: #c91c1c;
    border: 1px solid #c91c1c;
}
.button__.cancel_order__:hover {
    background-color: rgba(201, 28, 28, 0.2);
}
.button__.modify_button_summary_date__ {
    background-color: #fff3e7;
    width: 91px;
    border: 1px solid #be8d5a;
    color: #be8d5a;
    border-radius: 12px;
    font-size: 16px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.button__.modify_button_summary_date__:hover {
    background-color: rgba(255, 243, 231, 0.5);
}
.button__.cart_product_card_button__ {
    color: #000;
    font-size: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    outline: none !important;
    border: 0 !important;
    padding: 0;
}
.button__.cart_product_card_button__ .badge__ {
    font-size: 10px;
    height: 18px;
    width: 30px;
}
.button__.add_button__ {
    outline: none !important;
    border: 0 !important;
    color: #1e1e1e;
    font-size: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
    gap: 5px;
}
.button__.delete_button__ {
    background-color: rgba(201, 28, 28, 0.12);
    border: 1px solid #c91c1c;
    color: #c91c1c;
}
.button__.delete_button__:hover {
    background-color: rgba(201, 28, 28, 0.2);
}
.button__.delete_product_modal_cancel_button__ {
    background-color: #e6e6e6 !important;
    color: #000 !important;
}
.button__.delete_product_modal_cancel_button__:hover {
    background-color: rgba(230, 230, 230, 0.9) !important;
}
.button__.show_address_button__ {
    height: 64px;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 16px;
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    font-weight: 600;
}
.button__.show_address_button__:hover {
    background-color: #e6e6e6;
}
.button__.continue_to_order_button {
    height: 64px;
}
.button__.add_balance_button {
    height: 64px;
    margin-top: 32px;
}
.button__.personal_info_button {
    height: 64px;
    width: 100%;
    max-width: 300px;
}
.button__.refund_button {
    height: 64px;
    width: 100%;
    max-width: 300px;
}
.button__.header_logout__ {
    color: #e82832 !important;
}
.button__.product_cart_button__ {
    outline: none !important;
    color: #fff !important;
}
.button__.auth_modal_second_link__ {
    background-color: transparent !important;
    border-color: transparent !important;
    text-decoration: underline !important;
    font-weight: 500 !important;
    padding: 0 !important;
    margin-top: 32px !important;
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
}
@media only screen and (max-width: 767px) {
    .button__.auth_modal_second_link__ {
        margin-top: 16px !important;
    }
}
.button__.auth_modal_second_link__:hover {
    background-color: transparent !important;
    background: transparent !important;
}
.button__.text_button__ {
    color: #6a6e83;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 16px;
    font-weight: 400;
}
.button__.text_button__:hover {
    text-decoration: underline;
}
.button__.request_card_button__ {
    width: 100%;
    max-width: 150px;
    background-color: #1e1e1e;
    color: #fff !important;
    font-size: 14px;
    height: 48px;
    border-radius: 8px;
}
.button__.load_more_btn__ {
    color: #1e1e1e;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-inline: auto;
    margin-top: 24px;
}
.button__.load_more_btn__ .icon__ {
    width: 40px;
    height: 40px;
}
.button__.load_more_btn__ .icon__ img {
    -webkit-animation: buttonLoading 1s linear infinite;
    animation: buttonLoading 1s linear infinite;
}
.button__.load_more_btn__:hover {
    background-color: transparent !important;
    text-decoration: underline;
    color: #1e1e1e;
}
.button__.header_create_order_button__ {
    background-color: #fff;
    height: 48px;
    min-width: 120px;
    color: #1e1e1e;
    font-size: 16px;
    border-radius: 8px;
    margin-inline: 16px;
}
@media only screen and (max-width: 767px) {
    .button__.header_create_order_button__ {
        font-size: 14px;
    }
}
.button__.header_create_order_button__:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1e1e1e;
}
.button__.hero_button__ {
    background-color: #fff;
    border: 1px solid #fff;
    height: 48px;
    width: 100%;
    font-weight: 500 !important;
    max-width: 205px;
    color: #1e1e1e;
    font-size: 16px;
    border-radius: 8px;
    height: 64px;
}
@media only screen and (max-width: 767px) {
    .button__.hero_button__ {
        font-size: 14px;
        max-width: 100%;
        height: 40px;
    }
}
.button__.hero_button__:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1e1e1e;
}
.button__.border_button__ {
    background-color: transparent;
    height: 48px;
    width: 100%;
    font-weight: 500 !important;
    max-width: 205px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 8px;
    height: 64px;
}
@media only screen and (max-width: 767px) {
    .button__.border_button__ {
        font-size: 14px;
        max-width: 100%;
        height: 40px;
    }
}
.button__.border_button__:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.button__.join_as_photographer_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.6);
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    border: none !important;
}
@media only screen and (max-width: 500px) {
    .button__.join_as_photographer_button {
        height: 40px;
    }
}
.button__.join_as_photographer_button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #1e1e1e;
}
.button__.header_collapse_button__ {
    color: #1e1e1e;
    font-size: 16px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.button__.icon_button__ {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.button__.notification_button__ {
    height: 41px;
    border-radius: 6px;
    font-size: 14px;
    padding: 10px 12px;
    min-width: 76px;
}
@media only screen and (max-width: 767px) {
    .button__.notification_button__ {
        min-width: calc(50% - 5px);
        font-size: 12px;
    }
}
.button__.notification_button__.submit__ {
    background-color: #1e1e1e;
}
.button__.notification_button__.submit__:hover {
    background-color: rgba(30, 30, 30, 0.9);
    color: #fff !important;
}
.button__.notification_button__.cancel__ {
    background-color: #f2f2f2;
    color: #6a6e83;
}
.button__.notification_button__.cancel__:hover {
    background-color: rgba(242, 242, 242, 0.75);
    color: #6a6e83 !important;
}
.button__.delete_all_notifications__ {
    color: #de1f1f;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
}
@media only screen and (max-width: 767px) {
    .button__.delete_all_notifications__ {
        font-size: 14px;
        width: -webkit-fit-content !important;
        width: -moz-fit-content !important;
        width: fit-content !important;
    }
}
.button__.see_all_btn__ {
    background-color: #1e1e1e;
    color: #fff !important;
    font-size: 16px;
    height: 54px;
    border-radius: 8px;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    .button__.see_all_btn__ {
        margin-top: 16px;
        font-size: 14px;
        max-width: 100%;
    }
}
.button__.see_all_btn__:hover {
    background-color: rgba(30, 30, 30, 0.9);
    color: #fff !important;
}
.button__.edit_profile_button__ {
    background-color: #1e1e1e;
    height: 54px;
    max-width: 304px;
    width: 100%;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    gap: 8px !important;
}
.button__.edit_profile_button__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
}
.button__.edit_profile_button__ .icon__ img {
    max-width: 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.button__.submit_edit__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    max-width: 331px;
    height: 56px;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
}
.button__.back_to_profile__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    max-width: 331px;
    height: 56px;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #fff;
}
.button__.offer_card_main__ {
    width: 100%;
    max-width: 160px;
    height: 48px;
    padding: 10px;
    border-radius: 8px;
    background: #1e1e1e;
    border: 1px solid #1e1e1e;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .button__.offer_card_main__ {
        max-width: 100%;
    }
}
.button__.offer_card_main__:hover {
    background-color: rgba(30, 30, 30, 0.9);
    color: #fff !important;
}
.button__.offer_card_delete__ {
    width: 100%;
    max-width: 160px;
    height: 48px;
    padding: 10px;
    border-radius: 8px;
    background: #ffeaea;
    color: #de1f1f;
    border: 1px solid #de1f1f;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .button__.offer_card_delete__ {
        max-width: 100%;
    }
}
.button__.offer_card_delete__:hover {
    background-color: rgba(255, 234, 234, 0.9);
    color: #de1f1f !important;
}
.button__.contact_submit_button__ {
    height: 64px;
    border-radius: 14px;
    font-size: 14px;
    padding: 10px 12px;
    min-width: 300px;
    background-color: #1e1e1e;
    margin-top: 32px;
}
@media only screen and (max-width: 767px) {
    .button__.contact_submit_button__ {
        min-width: 100%;
    }
}
.button__.contact_submit_button__:hover {
    background-color: rgba(30, 30, 30, 0.9);
    color: #fff !important;
}
.button__.work_card_edit_button__ {
    border-radius: 4px;
    background: #1e1e1e;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
    .button__.work_card_edit_button__ {
        width: 38px;
        height: 38px;
    }
}
.button__.work_card_delete_button__ {
    border-radius: 4px;
    background: #c41b1b;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
}
@media only screen and (max-width: 767px) {
    .button__.work_card_delete_button__ {
        width: 38px;
        height: 38px;
    }
}
.button__.modal_confirm_delete__ {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: #de1f1f;
    border: 1px solid #de1f1f;
    height: 56px;
    width: 100%;
    border-radius: 8px;
}
.button__.modal_confirm_delete__:hover {
    background-color: rgba(222, 31, 31, 0.9);
    color: #fff !important;
}
.button__.modal_cancel_delete__ {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #000;
    height: 56px;
    width: 100%;
    border-radius: 8px;
}
.button__.modal_cancel_delete__:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: #000 !important;
}
.button__.copy_work_link_button__ {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #1e1e1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button__.copy_work_link_button__:hover {
    background-color: rgba(30, 30, 30, 0.05);
}
.button__.single_work_delete__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 169px;
    width: 100%;
    height: 48px;
    padding: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--Red, #de1f1f);
    background: #ffeaea;
    color: var(--Red, #de1f1f);
    font-size: 16px;
    font-weight: 500;
}
.button__.open_filter_modal_button__ {
    width: 35px;
    height: 32px;
    border-radius: 4px;
    border: 1px solid #8b8b8b;
}
.button__.submit_photographer_filter_button__ {
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    border-radius: 8px;
    background: #1e1e1e;
    height: 48px;
    padding: 8px 10px;
}
.button__.reset_photographer_filter_button__ {
    width: 100%;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    border-radius: 8px;
    background: #fff;
    height: 48px;
    padding: 8px 10px;
    border: 1px solid #1e1e1e;
}
@-webkit-keyframes buttonLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes buttonLoading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
::-moz-selection {
    color: #fff;
    background: #1e1e1e;
}
::selection {
    color: #fff;
    background: #1e1e1e;
}
.figure__ {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.figure__ img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
}
.figure__.center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
.asp__ {
    position: relative;
    padding-bottom: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.asp__ img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.asp__ .video__ {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@-webkit-keyframes active-menu {
    0% {
        top: -200px;
    }
    to {
        top: 0;
    }
}
@keyframes active-menu {
    0% {
        top: -200px;
    }
    to {
        top: 0;
    }
}
@-webkit-keyframes not-active-menu {
    0% {
        top: 0;
    }
    to {
        top: -200px;
    }
}
@keyframes not-active-menu {
    0% {
        top: 0;
    }
    to {
        top: -200px;
    }
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.dir-ltr {
    direction: ltr !important;
}
.dir-rtl {
    direction: rtl !important;
}
* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-family: "IBM Plex Sans Arabic", sans-serif;
}
.navbar-toggler {
    border: 1px solid #ffffff;
}
.navbar-toggler:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
.bt-none {
    border-top: none !important;
}
.bb-none {
    border-bottom: none !important;
}
input[type="radio"] {
    accent-color: #1e1e1e;
}
input[type="checkbox"] {
    accent-color: #1e1e1e;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    -webkit-filter: invert(1);
    filter: invert(1);
}
video[poster] {
    cursor: pointer;
}
.border-radius-8 {
    border-radius: 8px !important;
}
.custom-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
}
.col-30 {
    width: 25%;
}
.col-40 {
    width: 50%;
}
.btn-primary {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e;
}
.btn-primary:focus {
    color: #f6f6f6;
}
[lang="ar"] * {
    direction: rtl;
}
[lang="ar"] input[type="email"] {
    direction: rtl;
}
a {
    text-decoration: none;
}
.text-primary {
    color: #1e1e1e !important;
}
.text-light-primary {
    color: #6a6e83 !important;
}
.text-secondary {
    color: #f6f6f6 !important;
}
.text-acent {
    color: #5e46a9 !important;
}
.text-default {
    color: #ffffff !important;
}
.bg-primary {
    background-color: #1e1e1e !important;
}
.bg-light-primary {
    background-color: #6a6e83 !important;
}
.bg-secondary {
    background-color: #f6f6f6 !important;
}
.bg-acent {
    background-color: #5e46a9 !important;
}
.bg-default {
    background-color: #ffffff !important;
}
.font-xxs {
    font-size: 10px;
}
.font-xs {
    font-size: 12px;
}
.font-sm {
    font-size: 14px;
}
.font-normal {
    font-size: 16px;
}
.font-regular {
    font-size: 18px;
}
.font-lg {
    font-size: 20px;
}
.font-xl {
    font-size: 22px;
}
.font-xxl {
    font-size: 24px;
}
.font-3xl {
    font-size: 28px;
}
.font-4xl {
    font-size: 32px;
}
.font-extra {
    font-size: 36px;
}
.fw-xxs {
    font-weight: 100;
}
.fw-xs {
    font-weight: 200;
}
.fw-sm {
    font-weight: 300;
}
.fw-normal {
    font-weight: 400;
}
.fw-regular {
    font-weight: 500;
}
.fw-lg {
    font-weight: 600;
}
.fw-xl {
    font-weight: 700;
}
.fw-xxl {
    font-weight: 800;
}
.fw-extra {
    font-weight: 900;
}
.of-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.of-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.border-radius-5 {
    border-radius: 5px !important;
}
.border-radius-10 {
    border-radius: 10px !important;
}
.border-radius-15 {
    border-radius: 15px !important;
}
.border-radius-50 {
    border-radius: 50px !important;
}
.modal-dialog-md {
    max-width: 580px;
}
.nice-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 18px;
    padding-left: 30px;
}
.nice-select:after {
    inset-inline-end: 12px;
    right: unset;
}
.nice-select ul.list {
    min-width: 100%;
}
.nice-select ul.list li {
    text-align: right;
    padding-right: 10px;
    padding-left: 18px;
    font-size: 14px;
}
.nice-select ul.list li:hover {
    background-color: #d0d0d0 !important;
    color: #1e1e1e;
}
.nice-select ul.list .selected {
    background-color: #d0d0d0 !important;
    color: #1e1e1e;
}
.nice-select span.current {
    color: #767676;
    margin: auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
[lang="en"] ul.list li {
    text-align: left;
    padding-left: 10px;
    padding-right: 18px;
}
.border-none {
    border: none !important;
}
.nice-w-100 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.padding-10 {
    padding: 10px 0px;
}
.padding-20 {
    padding: 20px 0px;
}
.padding-30 {
    padding: 30px 0px;
}
.padding-40 {
    padding: 40px 0px;
}
.padding-50 {
    padding: 50px 0px;
}
.padding-60 {
    padding: 60px 0px;
}
.padding-70 {
    padding: 70px 0px;
}
.padding-80 {
    padding: 80px 0px;
}
.padding-90 {
    padding: 90px 0px;
}
.padding-100 {
    padding: 100px 0px;
}
.max-w-100 {
    max-width: 100%;
}
input {
    height: 50px;
    border-radius: 8px !important;
    overflow: visible;
}
input::-moz-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
input::-webkit-input-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
input:-ms-input-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
input::-ms-input-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
input::placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
select {
    height: 50px;
    border-radius: 8px !important;
    color: #1e1e1e !important;
    font-size: 14px;
}
textarea {
    border-radius: 12px !important;
}
textarea::-moz-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
textarea::-webkit-input-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
textarea:-ms-input-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
textarea::-ms-input-placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
textarea::placeholder {
    color: #1e1e1e !important;
    font-size: 14px;
}
textarea option {
    color: #f6f6f6;
}
p {
    line-height: 1.7;
}
.form-control:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border-color: #1e1e1e;
}
.form-group {
    margin-bottom: 10px;
}
section {
    padding: 40px 0px;
}
@media only screen and (max-width: 767px) {
    section {
        padding: 20px 0px;
    }
}
@media (max-width: 550px) {
    .font-xxs {
        font-size: 6px;
    }
    .font-xs {
        font-size: 8px;
    }
    .font-sm {
        font-size: 12px;
    }
    .font-normal {
        font-size: 12px;
    }
    .font-regular {
        font-size: 14px;
    }
    .font-lg {
        font-size: 16px;
    }
    .font-xl {
        font-size: 18px;
    }
    .font-xxl {
        font-size: 20px;
    }
    .font-3xl {
        font-size: 22px;
    }
    .font-4xl {
        font-size: 24px;
    }
    .font-extra {
        font-size: 26px;
    }
    .mt-3-sm {
        margin-top: 1rem;
    }
    .mb-3-sm {
        margin-bottom: 1rem;
    }
    .mb-4-sm {
        margin-bottom: 1.5rem;
    }
    .mb-0-sm {
        margin-bottom: 0 !important;
    }
    .mb-1-sm {
        margin-bottom: 0.5rem !important;
    }
    .mb-2-sm {
        margin-bottom: 0.75rem !important;
    }
    .mb-3-sm {
        margin-bottom: 1rem !important;
    }
    .mb-4-sm {
        margin-bottom: 1.5rem !important;
    }
    .mb-5-sm {
        margin-bottom: 3rem !important;
    }
    .justify-content-between-sm {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-around-sm {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-center-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .py-4-sm {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .text-center-sm {
        text-align: center;
    }
    .order-0-sm {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-1-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-2-sm {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-3-sm {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-4-sm {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-5-sm {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-6-sm {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-7-sm {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-8-sm {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-9-sm {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
}
.border-top-none {
    border-top: none !important;
}
::-webkit-scrollbar {
    height: 8px;
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
    background: #d2d2d2;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBM/IBMPlexSansArabic-Thin.ttf");
    font-weight: 250;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBM/IBMPlexSansArabic-ExtraLight.ttf");
    font-weight: 275;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBM/IBMPlexSansArabic-Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBM/IBMPlexSansArabic-Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBM/IBMPlexSansArabic-Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBM/IBMPlexSansArabic-SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "IBM Plex Sans Arabic";
    src: url("../fonts/IBM/IBMPlexSansArabic-Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
header .main-logo {
    height: 40px;
}
header nav .nav-item {
    margin-left: 15px;
}
header nav .nav-item .nav-link {
    font-size: 16px;
    color: #ffffff;
}
header .filter {
    z-index: 9;
}
.navbar-toggler {
    height: 35px;
    width: 35px;
    padding: 5px;
}
.navbar-toggler span {
    height: 20px;
    width: 20px;
}
.large-screen-only {
    display: none !important;
}
.mobile-link.buttons-group {
    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;
    width: 100%;
    gap: 10px;
    padding-bottom: 20px;
}
.mobile-link.buttons-group a {
    width: 100%;
    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;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px !important;
    height: 40px;
}
.dropdown-menu[data-bs-popper] {
    right: unset;
    inset-inline-end: -27px !important;
}
@media (max-width: 425px) {
    .dropdown-menu[data-bs-popper] {
        right: unset;
        inset-inline-end: -100px !important;
    }
}
.notification-dropdown {
    padding: 10px;
    min-width: 300px;
    max-width: 100%;
    max-height: 600px;
    overflow-y: auto;
    inset-inline-end: -170px !important;
}
.notification-dropdown li {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px;
}
.daterangepicker .calendar-table td,
[lang="ar"] .daterangepicker .calendar-table th {
    font-size: 11px;
}
[lang="ar"] .daterangepicker .drp-buttons {
    text-align: center;
}
[lang="ar"] .daterangepicker .drp-buttons .btn {
    margin-left: unset;
    margin-right: 8px;
}
.profile-dropdown-list {
    padding-block: 10px;
    min-width: 250px;
    max-width: 100%;
    border-radius: 15px;
    padding-bottom: 0;
    overflow: hidden;
}
.profile-dropdown-list li {
    padding-inline: 10px;
}
.profile-dropdown-list li:not(:first-child) {
    height: 50px;
}
.profile-dropdown-list li:not(:first-child):hover {
    background-color: rgba(30, 30, 30, 0.1);
}
.profile-dropdown-list li:not(:first-child):hover a {
    background-color: transparent !important;
    background: transparent !important;
}
.profile-dropdown-list li:last-child {
    padding-block: 0 !important;
}
.profile-dropdown-list li:last-child:hover {
    background-color: rgba(222, 31, 31, 0.1);
}
.profile-dropdown-list li:last-child:hover a,
.profile-dropdown-list li:last-child:hover > div {
    background-color: transparent !important;
    background: transparent !important;
}
.wizard-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 25px;
    position: relative;
}
.wizard-steps .steps-cover {
    border: 15px solid #fff;
    z-index: 99;
    cursor: pointer;
}
.wizard-steps .steps-cover:first-of-type {
    -webkit-border-start: 0px;
    border-inline-start: 0px;
}
.wizard-steps .steps-cover:nth-child(3) {
    -webkit-border-end: 0px;
    border-inline-end: 0px;
}
.wizard-steps .steps {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #6a6e83;
    background-color: #fff;
}
.wizard-steps .steps .step-number {
    height: 32px;
    width: 32px;
    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;
    background-color: #f2f2f2;
    border-radius: 6px;
    font-size: 20px;
}
.wizard-steps .steps span {
    font-size: 15px;
}
.wizard-steps .steps.active {
    background-color: #1e1e1e;
    color: #fff;
}
.wizard-steps .steps.active .step-number {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}
.connector {
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
}
.wizard-content {
    margin-top: 15px;
}
.wizard-content .current {
    color: #969696;
    font-size: 14px;
    font-weight: 400;
}
.wizard-content input::-moz-placeholder,
.wizard-content textarea::-moz-placeholder {
    color: #b5b5b5 !important;
}
.wizard-content input::-webkit-input-placeholder,
.wizard-content textarea::-webkit-input-placeholder {
    color: #b5b5b5 !important;
}
.wizard-content input::-moz-placeholder,
.wizard-content textarea::-moz-placeholder {
    color: #b5b5b5 !important;
}
.wizard-content input:-ms-input-placeholder,
.wizard-content textarea:-ms-input-placeholder {
    color: #b5b5b5 !important;
}
.wizard-content input::-ms-input-placeholder,
.wizard-content textarea::-ms-input-placeholder {
    color: #b5b5b5 !important;
}
.wizard-content input::placeholder,
.wizard-content textarea::placeholder {
    color: #b5b5b5 !important;
}
.wizard-content .niceSelect {
    height: 50px;
}
.wizard-content .next-btn {
    width: 200px;
}
.form-relative .rate-div {
    position: absolute;
    left: 15px;
    top: 8px;
    font-size: 14px;
}
.select2-container--default .select2-selection--multiple {
    width: 100%;
    border-color: #d0d0d0;
    border-radius: 8px !important;
    overflow: hidden;
}
.select2-container--default
    .select2-selection--multiple:is(li.select2-selection__choice) {
    height: 50px !important;
}
.select2-selection__rendered {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.select2-search__field {
    -webkit-padding-start: 1rem !important;
    padding-inline-start: 1rem !important;
    margin: 0 !important;
    width: 100% !important;
}
.select2-results__group {
    background-color: #f2f2f2 !important;
    color: #000 !important;
}
.select2-dropdown {
    z-index: 999999 !important;
}
.flatpickr-day:where(.endRange, .startRange, .selected) {
    background-color: #1e1e1e !important;
    border-color: #1e1e1e !important;
    border-radius: 50% !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
.h-100 {
    height: 100%;
}
.border-bottom-none {
    border-bottom: none !important;
}
.text-decoration-underline {
    text-decoration: underline;
}
#step-2-content,
#step-3-content {
    display: none;
}
.select2.select2-container.select2-container--default {
    width: 100% !important;
}
.banner {
    height: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: fit-content !important;
    width: 75%;
    max-width: 1150px;
    overflow: hidden;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000000000000000000000 !important;
    background-color: #000 !important;
    border-radius: 16px;
    padding: 0 !important;
    display: none;
}
.banner .owl-next,
.banner .owl-prev {
    position: absolute !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #fff !important;
    border-radius: 50% !important;
    color: #fff !important;
    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;
    z-index: 10000000000000000000000000000000;
}
.banner .owl-next span,
.banner .owl-prev span {
    font-size: 28px !important;
}
.banner .owl-next {
    inset-inline-end: 15px;
}
.banner .owl-prev {
    inset-inline-start: 15px;
}
.banner .figure {
    padding-bottom: 56.2608% !important;
}
.banner .banner-play-video-button {
    position: absolute;
    inset: 0;
    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;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.banner .video-container:hover .banner-play-video-button {
    opacity: 1;
}
.banner .banner-play-video-button i {
    font-size: 50px;
    color: #fff;
}
@media only screen and (max-width: 767px) {
    .banner .banner-play-video-button i {
        font-size: 30px;
    }
}
.banner .video-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
#rate_photographer .confirm,
.main-btn,
.options .confirm {
    background-color: #000;
    color: #f6f6f6;
    text-align: center;
    border-radius: 5px;
    padding: 10px 25px;
    border: 1px solid #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}
#rate_photographer .confirm:active,
#rate_photographer .confirm:hover,
.main-btn:active,
.main-btn:hover,
.options .confirm:active,
.options .confirm:hover {
    background-color: #f6f6f6;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#rate_photographer .confirm:hover img,
.main-btn:hover img,
.options .confirm:hover img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.chat-link {
    background-color: #fff;
    color: #1e1e1e;
    text-align: center;
    border-radius: 5px;
    height: 54px;
    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;
    padding: 10px 25px;
    border: 1px solid #1e1e1e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
}
.chat-link:active,
.chat-link:hover {
    background-color: #f6f6f6;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.chat-link:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cover-picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    position: relative;
    background-image: unset !important;
    background-color: #fff;
    height: 80px;
}
.cover-picture .profile-container {
    position: absolute;
    bottom: -30px;
    right: inherit;
}
.photographer-profile {
    background-color: #f6f8fa;
}
.connection-link {
    border-radius: 6px;
    border: 0.5px solid #ccd3d9;
    padding: 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.connection-link .link-bg {
    background-color: #1e1e1e;
    height: 32px;
    width: 32px;
    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;
    border-radius: 5px;
}
.connection-link .link-bg i {
    color: #ffffff;
    font-size: 18px;
}
.verfication-process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
}
.verfication-process .checked {
    color: #21c275;
}
.verfication-process .unchecked {
    color: #ccd3d9;
}
.verfication-process .status {
    padding: 5px 15px !important;
    height: 25px;
    width: 40px;
    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;
}
.photographer-profile-tabs .main-tabs {
    border-radius: 12px;
    border: 1px solid var(--greyscale-greyscale-50, #eceff3);
    background: #f9f9f9;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.photographer-profile-tabs .main-tabs .nav-link {
    color: #1e1e1e !important;
    font-size: 14px;
    padding: 14px 16px !important;
    border-radius: 0 !important;
    font-weight: 500 !important;
    border-radius: 12px !important;
}
.photographer-profile-tabs .main-tabs .nav-link img {
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}
.photographer-profile-tabs .main-tabs .nav-link.active {
    background-color: #1e1e1e;
    color: #fff !important;
    font-weight: 500 !important;
}
.photographer-profile-tabs .main-tabs .nav-link.active img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.photographer-profile-tabs .sub-tabs .nav-link {
    background-color: #f2f2f2;
    color: #1e1e1e;
    font-size: 14px;
    margin: 0px 0px 0px 10px;
}
.photographer-profile-tabs .sub-tabs .nav-link.active {
    background-color: #1e1e1e;
    color: #f6f6f6;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.avatar-upload {
    margin-top: 15px;
    padding: 5px 10px;
}
.upload-img {
    background-color: #f8f9fd;
    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;
    padding: 40px 15px;
    border-radius: 10px;
}
.upload-img h4 {
    color: #a8b1ce;
    font-size: 14px;
}
.avatar-upload {
    position: relative;
}
.label-img {
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
    cursor: pointer;
}
.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
}
.avatar-upload .avatar-edit input {
    display: none;
}
.avatar-upload .avatar-edit input + label {
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    cursor: pointer;
    font-weight: normal;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.attachment-type {
    background-color: #f5f6f9;
    padding: 5px;
}
.attachment-type li button.active {
    background-color: #ffffff !important;
    color: #1e1e1e !important;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(106, 110, 131, 0.2);
    box-shadow: 0px 0px 16px 0px rgba(106, 110, 131, 0.2);
}
.attachment-type li button {
    background-color: transparent;
    color: #6a6e83;
}
.attachment-type li button:hover {
    color: #1e1e1e !important;
}
.avatar-upload .avatar-preview.photographer-avatar {
    width: 100%;
    position: relative;
    border-radius: 100%;
}
.avatar-upload .avatar-preview.main-work-avatar {
    height: 150px;
    width: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    margin: 0px 15px;
}
.avatar-upload .avatar-preview.photographer-avatar .avatar-edit input + label {
    bottom: 10px;
    left: 8px;
    top: unset;
    right: unset;
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.work-main-image .avatar-preview > div {
    border-radius: 5px !important;
}
#imagePreview {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
#imagePreview2 {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
#add-work,
#edit-work {
    width: 480px;
}
#add-work .modal-dialog.modal-dialog-scrollable,
#edit-work .modal-dialog.modal-dialog-scrollable {
    height: 100%;
}
#add-work .modal-content,
#edit-work .modal-content {
    height: 100%;
}
#add-work .btn-close,
#edit-work .btn-close {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.countrey-code-div {
    position: absolute;
    bottom: 13px;
    inset-inline-end: 15px;
    border-radius: 4px;
    padding: 0 8px;
    background: #f2f2f2;
}
.countrey-code-div span {
    color: #1e1e1e;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.work-card {
    border-radius: 8px;
    border: none;
    height: 160px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.work-card .work-det {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    height: 100%;
    padding: 5px 10px;
}
.work-card .work-det h5 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #f6f6f6;
}
.work-card .work-det h6 {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #f6f6f6;
}
.work-card:hover {
    background-blend-mode: multiply;
}
.work-card:hover .work-det {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.work-card:hover .edit-work-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#edit-form input::-moz-placeholder,
#edit-form textarea::-moz-placeholder {
    color: #969696 !important;
}
#edit-form input::-webkit-input-placeholder,
#edit-form textarea::-webkit-input-placeholder {
    color: #969696 !important;
}
#edit-form input::-moz-placeholder,
#edit-form textarea::-moz-placeholder {
    color: #969696 !important;
}
#edit-form input:-ms-input-placeholder,
#edit-form textarea:-ms-input-placeholder {
    color: #969696 !important;
}
#edit-form input::-ms-input-placeholder,
#edit-form textarea::-ms-input-placeholder {
    color: #969696 !important;
}
#edit-form input::placeholder,
#edit-form textarea::placeholder {
    color: #969696 !important;
}
.offer-info {
    border-top: 1px solid #d0d0d0;
    padding: 20px 0px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
#work-details {
    border-radius: 20px;
}
#work-details .modal-header {
    border-bottom: none;
}
#work-details .attachments img {
    height: 250px;
    border-radius: 8px;
}
.video-icon {
    height: 25px;
    width: 25px;
    background: rgba(0, 0, 0, 0.1);
    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;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 8px;
}
.edit-work-div {
    height: 25px;
    width: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 8px;
    display: none;
}
#edit-my-info .btn-close {
    -webkit-filter: unset !important;
    filter: unset !important;
}
#academy .academy-card {
    height: 200px;
    padding: 10px;
    border-radius: 8px;
}
#academy .col-xl-3 {
    padding: 0px 5px;
}
.paragraph-div {
    margin-top: 32px;
}
.paragraph-div .paragraph-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e1e1e;
}
.paragraph-div .paragraph-content {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
}
.paragraph-div .experiences {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.paragraph-div .experiences h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.paragraph-div .experiences i {
    color: #1e1e1e;
    font-size: 16px;
}
.skills {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-top: 15px;
}
.skills .skill {
    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;
    border-radius: 32px;
    border: 1px solid #ccd3d9;
    background: #f6f8fa;
    height: 48px;
    padding: 10px;
    font-size: 15px;
    color: #1e1e1e;
    font-weight: 400;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    margin-bottom: 10px;
}
.total-rate {
    border-radius: 8px;
    background-color: #f8f9fd;
    padding: 10px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.total-rate .stars i {
    font-size: 16px;
}
.rate-details {
    margin-top: 20px;
}
.rate-details h5 {
    text-wrap: nowrap;
}
.rate-details .main-bar {
    height: 4px;
    background-color: #f2f2f2;
    width: 100%;
    margin: 0px 10px;
    border-radius: 10px;
}
.rate-details .main-bar .gold-bar {
    background-color: #ffc62a;
    height: 4px;
    border-radius: 10px;
}
.testimonials {
    border-bottom: 1px solid #ccd3d9;
}
.client-rates {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
}
.activated-span {
    height: 50px;
    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;
    background-color: #e4f7ee;
    color: #21c275;
    padding: 25px;
    border-radius: 8px;
}
.not-activated-span {
    height: 50px;
    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;
    background-color: #fff2f2;
    color: #de1f1f;
    padding: 25px;
    width: 105px;
    border-radius: 8px;
}
.material-details {
    padding: 20px;
    background-color: #f8f9fd;
    border-radius: 8px;
    gap: 10px;
}
.material-details .accept {
    color: #21c275;
}
.material-details .reject {
    color: #de1f1f;
}
.material-details h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.auth-modal .modal-header {
    border-bottom: none;
}
.auth-modal .niceSelect,
.auth-modal input {
    height: 50px;
    margin-bottom: 20px;
}
.auth-modal .niceSelect::-moz-placeholder,
.auth-modal input::-moz-placeholder {
    color: #767676 !important;
}
.auth-modal .niceSelect::-webkit-input-placeholder,
.auth-modal input::-webkit-input-placeholder {
    color: #767676 !important;
}
.auth-modal .niceSelect::-moz-placeholder,
.auth-modal input::-moz-placeholder {
    color: #767676 !important;
}
.auth-modal .niceSelect:-ms-input-placeholder,
.auth-modal input:-ms-input-placeholder {
    color: #767676 !important;
}
.auth-modal .niceSelect::-ms-input-placeholder,
.auth-modal input::-ms-input-placeholder {
    color: #767676 !important;
}
.auth-modal .niceSelect::placeholder,
.auth-modal input::placeholder {
    color: #767676 !important;
}
.auth-modal input[type="checkbox"] {
    height: 18px;
    width: 18px;
}
.otp-form {
    margin-top: 30px;
}
.verification-code--inputs {
    direction: ltr;
    margin-top: 10px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}
.verification-code--inputs input {
    height: 50px;
    width: 50px;
    border-radius: 5px !important;
    border: 1px solid #9a9a9a;
    text-align: center;
}
.verfication-div {
    background-color: #f5f6f9;
    padding: 10px 10px;
}
.verfication-div .verfication-item {
    background-color: #f5f6f9;
    color: #6a6e83;
    cursor: pointer;
}
.verfication-div .verfication-item.active {
    background-color: #fff;
    color: #1e1e1e;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(106, 110, 131, 0.2);
    box-shadow: 0px 0px 12px 0px rgba(106, 110, 131, 0.2);
    border-radius: 6px;
}
.verfication-div .verfication-item.disabled {
    cursor: not-allowed;
}
.verfication-div .verfication-item.disabled .note__ {
    font-size: 12px;
    color: #9a9a9a;
}
.profile-image-div {
    position: relative;
}
.profile-image-div .main-profile-image {
    height: 94px;
    width: 94px;
    border: 2px solid #fff;
}
.profile-image-div .verified {
    height: 25px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.upload_profile_button__ {
    background-color: #1e1e1e;
    padding: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    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;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
}
.upload_profile_button__ .profile_image_input__ {
    cursor: pointer;
    position: absolute;
    opacity: 0;
    inset: 0;
    z-index: -1;
}
.upload_profile_button__ .icon__ {
    width: 100%;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.edit-btn {
    border: 1px solid #ccd3d9;
    border-radius: 6px;
    background-color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}
.save-changes {
    border: 1px solid #1e1e1e;
    border-radius: 6px;
    background-color: #1e1e1e;
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
}
.profile-form label {
    font-size: 14px;
    color: #424242 !important;
    font-weight: 400 !important;
}
.profile-form input {
    background-color: #ffffff;
    border-color: #e0e0e0;
    color: #1e1e1e;
    font-weight: 600;
}
.profile-form .niceSelect {
    height: 50px;
    border-radius: 12px;
}
.sections-container .nice-select {
    height: 50px !important;
}
.modal-title {
    font-size: 22px;
    font-weight: bold;
}
.mobile-left-side {
    display: none;
    width: 100%;
}
.lg-left-side {
    display: block;
}
.banner .close-banner {
    position: absolute;
    top: 20px;
    inset-inline-end: 20px;
    height: 30px;
    width: 30px;
    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;
    margin-right: auto;
    cursor: pointer;
    z-index: 1000000000000000000;
}
.banner.video-banner {
    padding: 0px;
}
.banner.video-banner .close-banner {
    margin-top: unset !important;
    margin-right: unset !important;
}
.banner.video-banner .video-banner-content {
    border-radius: 10px;
}
.banner.video-banner .video-banner-content .item {
    padding: 0 !important;
}
.video-banner .banner-header {
    background-color: #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px 10px 0px 0px;
}
.video-banner .banner-header h4 {
    font-size: 22px;
    font-weight: bold;
}
.banner .close-banner span {
    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;
}
.banner .close-banner span i {
    font-size: 18px;
    font-weight: 800;
    color: #1e1e1e;
}
.banner .offer-value {
    background-color: #af0808;
    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;
    height: 75px;
    width: 110px;
    border-radius: 8px;
}
.banner .offer-title {
    margin-top: 30px;
}
.banner .offer-title h4 {
    font-size: 48px;
    color: #fff;
    line-height: 72px;
    word-spacing: 3px;
    font-weight: 600;
    font-family: "IBM Plex Sans Arabic", system-ui;
}
.banner .offer-value span {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    font-family: "IBM Plex Sans Arabic", system-ui;
}
.video-banner {
    background-color: #fff;
}
.dont-show {
    margin-top: 15px;
}
.dont-show label {
    color: #1e1e1e;
    text-decoration: underline;
    font-weight: 600;
}
.play-button-wrapper #circle-play-b svg {
    height: 40px;
    width: 40px;
}
#rate_photographer .cancel,
.options .cancel,
.secondary-btn {
    border-radius: 5px;
    border: 1px solid #f6f6f6;
    background-color: #f6f6f6;
    color: #1e1e1e;
    padding: 8px 40px;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.video-container {
    width: 100%;
    height: 320px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.4);
}
.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.home-header {
    height: 1000px;
    background-blend-mode: overlay;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.offcanvas {
    background-color: #1e1e1e;
}
.offcanvas.offcanvas-start {
    left: unset !important;
    inset-inline-end: 100% !important;
}
.offcanvas.offcanvas-start {
    inset-inline-end: 0 !important;
}
.theme-explorer-fa5 .explorer-caption {
    width: 10ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.theme-explorer-fa5 .file-actions-cell {
    width: 158px !important;
}
.mainDiv {
    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;
}
.mainSwitch {
    height: 50px;
    width: 140px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background-color: rgba(211, 211, 211, 0.12);
    border-radius: 8px;
}
.mainSwitch #en {
    color: #fff;
}
.mainSwitch button {
    background-color: transparent;
    border: none;
    z-index: 10;
    font-size: 16px;
}
.backgroundPill {
    position: absolute;
    background-color: #ffffff;
    width: 60px;
    height: 40px;
    border-radius: 10px;
    right: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.1);
}
.inner-pages {
    background-color: #f0f0f0;
}
.videos .card {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    border-color: #f0f0f0;
}
.videos .card img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 80px;
    border-radius: 10px;
}
.videos .card h5 {
    font-size: 14px;
    color: #969696;
}
.videos .card h3 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.videos .video-content {
    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;
    height: 80px;
    width: 100%;
    background-size: cover;
    background-blend-mode: overlay;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.videos .video-content i {
    font-size: 22px;
}
.main-card {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
}
.main-card .card-title {
    border-bottom: 1px solid #eceff1;
    padding-bottom: 15px;
}
.main-card .card-title h3 {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
}
.main-card .nice-select {
    height: 48px;
    border-radius: 8px;
}
.main-card .nice-select .current {
    color: #000;
}
.date-range {
    cursor: pointer;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #1e1e1e !important;
}
.daterangepicker td.in-range {
    background-color: #e0e0e0;
}
.modal-sm {
    --bs-modal-width: 350px;
}
.successed {
    padding: 90px 0px;
}
.successed .content {
    width: 600px;
    margin: auto;
    max-width: 100%;
}
.successed .content h2 {
    font-size: 32px;
}
.bg-shadow-div {
    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;
    height: 250px;
    width: 250px;
    max-width: 100%;
    margin: auto;
    border-radius: 50%;
    background-image: radial-gradient(#dff4ed 0%, transparent 100%);
}
.bg-shadow-div .bg-inner-div {
    position: relative;
    max-width: 100%;
    border-radius: 50%;
    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;
    margin: auto;
}
.bg-shadow-div .bg-inner-div i {
    color: #21c275;
    font-size: 70px;
}
.bg-shadow-div .bg-inner-div:after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: 50%;
    left: 50%;
    -webkit-filter: blur(20px) opacity(0.3);
    filter: blur(20px) opacity(0.3);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(45, 167, 113, 0.1607843137)),
        to(rgba(33, 194, 165, 0.1607843137))
    );
    background-image: linear-gradient(
        rgba(45, 167, 113, 0.1607843137),
        rgba(33, 194, 165, 0.1607843137)
    );
}
.bg-shadow-div.in_review {
    background-image: radial-gradient(#f9f9f9 0%, transparent 100%);
}
.bg-shadow-div.in_review .bg-inner-div {
    background-color: transparent;
}
.bg-shadow-div.in_review .bg-inner-div i {
    color: #1e1e1e;
}
.bg-shadow-div.in_review .bg-inner-div:after {
    display: none;
}
.h-w-fit-content {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.gap-10 {
    gap: 10px;
}
#report_problem .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
#report_problem .modal-header .btn-close {
    font-size: 9px;
}
#report_problem .modal-header .modal-title {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
}
#report_problem .modal-sub-title {
    font-size: 14px;
    font-weight: 400;
}
#report_problem .options {
    gap: 10px;
}
.options .confirm {
    background-color: #292d32 !important;
}
.options .confirm:hover {
    background-color: #fff !important;
}
.options button {
    padding: 12px 25px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
}
.dropdown-item:active,
.dropdown-item:hover {
    background-color: #fff !important;
    color: #1e1e1e !important;
}
#rate_photographer .btns .confirm,
.btns #rate_photographer .confirm,
.btns .main-btn,
.btns .options .confirm,
.options .btns .confirm {
    background-color: #292d32 !important;
}
#rate_photographer .btns .confirm:hover,
.btns #rate_photographer .confirm:hover,
.btns .main-btn:hover,
.btns .options .confirm:hover,
.options .btns .confirm:hover {
    background-color: #fff !important;
}
.btns .back-to-home {
    background-color: #eff4fe;
    color: #6a6e83;
}
.btns a {
    padding: 15px 40px !important;
    border-radius: 8px !important;
    font-size: 16px !important;
}
.gap-30 {
    gap: 30px;
}
.table-condensed {
    direction: ltr;
}
.my_order_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.my_order_title h3 {
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 0;
}
.my_order_title a {
    color: #1e1e1e;
}
.my_order_title .dropdown-toggle:after {
    display: none;
}
.my_order_title .dropdown-menu {
    padding: 10px;
    width: 200px;
}
.my_order_title .dropdown-item {
    padding: 0;
    padding: 10px 0px;
    font-size: 14px;
}
.my_order_title .dropdown-item i {
    font-size: 14px;
}
.my_order_title .dropdown-item:active {
    background-color: #ffffff;
    color: #1e1e1e;
}
.total-orders {
    margin-bottom: 50px;
    background-color: #ffffff;
}
.order-card {
    padding: 20px 15px;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    border-radius: 8px;
    margin: 30px 0px 0px;
}
.order-card h3 {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: none;
    font-size: 16px;
    color: #1e1e1e;
    font-weight: 700;
    margin-bottom: 15px;
}
.order-card .dropdown-toggle {
    font-weight: 700;
}
.order-card .order_date {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    margin: 10px 0px;
}
.order-card .categories {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 6px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    height: 46px;
}
.order-card .categories .main-category {
    font-size: 14px;
    margin: 0px 0px 0px 4px;
    font-weight: 600;
    margin: 0 !important;
}
.order-card .categories .sub-category {
    margin: 0 !important;
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0px 2px;
    font-weight: 600;
}
.order-card .photographer-name {
    font-size: 18px;
}
.breadcrumb-section a {
    color: #1e1e1e;
    font-weight: 500;
}
.breadcrumb-section span {
    color: #6a6e83;
    font-weight: 400;
}
.order-details-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0px;
}
.single-info {
    text-align: center;
    border-left: 1px solid #e0e0e0;
    width: 100%;
}
.single-info:last-of-type {
    border-left: none;
}
.single-info h6 {
    font-size: 14px;
    color: #6a6e83;
    margin-top: 8px;
}
.delivery-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.delivery-status i {
    font-size: 16px;
}
.delivery-status span {
    font-size: 16px;
}
.delivery-status.accept-delivery-status i,
.delivery-status.accept-delivery-status span {
    color: #2da771;
}
.delivery-status.reject-delivery-status i,
.delivery-status.reject-delivery-status span {
    color: #df351b;
}
.work-delivery {
    background-color: #f8f9fd;
    padding: 15px 25px;
    border-radius: 8px;
}
.work-delivery h4 {
    color: #1e1e1e;
    font-size: 16px;
}
.order-report {
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    border-radius: 8px;
    background-color: #ffffff;
    padding: 16px;
    border: none;
}
.order-report .order-body,
.order-report .order-header {
    border-bottom: 1px solid #e5e7e9;
    padding-bottom: 10px;
}
.order-report .dropdown-toggle {
    color: #1e1e1e;
}
.order-report .dropdown-toggle:after {
    display: none;
}
.offer-footer-title {
    color: #1f1f1f;
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-block: 16px;
}
.share-link {
    overflow-x: auto;
    text-wrap: nowrap;
    background-color: #f8f9fd;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
    text-align: left;
    padding: 12px;
    margin-top: 20px;
}
.requirements {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.requirements .equipment {
    background-color: #f3f3f5;
    border-radius: 8px;
    padding: 10px 15px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.requirements .equipment span {
    font-size: 16px;
    color: #6a6e83;
}
.order-details {
    background-color: #ffffff;
}
.order-details .order-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e1e1e;
    margin-top: 15px;
}
.order-details .order-time {
    font-size: 16px;
    font-weight: 400;
    color: #6a6e83;
    margin-top: 15px;
}
.categories .main-category span {
    color: #1e1e1e !important;
}
.categories-section {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 6px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-bottom: 25px;
}
.categories-section .main-category {
    font-size: 14px;
    margin: 0px;
    font-weight: 600;
}
.categories-section .sub-category {
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0px 2px;
    font-weight: 600;
}
.project-description p {
    color: #6a6e83;
    font-size: 15px;
    margin-top: 20px;
}
.project-offers {
    margin-top: 40px;
}
.offers-count {
    background-color: #1e1e1e;
    color: #f6f6f6;
    border-radius: 5px;
    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: 16px;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    height: 30px;
    width: 30px;
}
.offer-statue-title {
    font-size: 16px;
    margin: 20px 0px;
    color: #6a6e83;
}
.gold-star {
    color: #ffc107;
}
.grey-star {
    color: #6a6e83;
}
.gray-star {
    color: #d9d9d9;
}
.rate-div {
    background-color: #f8f9fd;
    padding: 5px 10px;
    border-radius: 5px;
}
.offer-description {
    margin-top: 20px;
}
.single-offer {
    margin: 40px 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}
.single-offer.offer-details {
    border-bottom: none !important;
    margin: 40px 0px 10px;
}
.attachment {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 120px;
    width: 120px;
    border-radius: 12px;
    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;
    margin-bottom: 10px;
}
.attachment .download-div {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.3;
    transition: all 0.3;
    display: none;
}
.attachment:hover {
    background-blend-mode: multiply;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.attachment:hover .download-div {
    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;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.more-btn {
    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;
}
.more-btn button {
    background-color: #f2f2f2;
    border: none;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.offer-details-span {
    background-color: #f2f2f2;
    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;
    padding: 10px 20px;
    border-radius: 8px;
}
.accept-offer {
    background-color: #1e1e1e;
    font-size: 14px;
    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;
    border-radius: 8px;
}
.reject-offer {
    font-size: 14px;
    border-radius: 8px;
    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;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}
.rejected-offer {
    opacity: 0.5;
}
.attachment-span {
    background-color: #6a6e83;
    color: #f6f6f6;
    font-size: 14px;
    font-weight: bold;
    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;
    height: 28px;
    width: 28px;
    border-radius: 5px;
}
.w-fit-content {
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
}
.w-10 {
    width: 10% !important;
}
.w-80 {
    width: 80% !important;
}
.orders {
    background-color: #ffffff;
}
.orders input {
    border-radius: 8px !important;
}
#rate_photographer .orders .confirm,
.options .orders .confirm,
.orders #rate_photographer .confirm,
.orders .main-btn,
.orders .nice-select,
.orders .options .confirm {
    height: 50px;
}
.submit-search {
    position: absolute;
    border: none;
    background-color: #fff;
}
.academy .submit-search {
    left: 15px !important;
}
.academy .nice-select .current {
    color: #1e1e1e !important;
    font-size: 14px;
}
.sections-div .submit-search {
    position: absolute;
    bottom: 13px;
    inset-inline-end: 15px;
    border: none;
    background-color: #fff;
}
.search input::-moz-placeholder {
    color: #969696;
}
.search input::-webkit-input-placeholder {
    color: #969696;
}
.search input:-ms-input-placeholder {
    color: #969696;
}
.search input::-ms-input-placeholder {
    color: #969696;
}
.search input::placeholder {
    color: #969696;
}
.section-card {
    padding: 12px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
}
.section-card .section-header .grid-display {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    gap: 5px;
}
.section-card .section-header img {
    width: 100%;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}
.section-card .photographer {
    position: absolute;
    left: 42%;
    top: -30px;
}
.section-card .photographer .avatar {
    border: 3px solid #fff;
}
.section-card .photographer .verified {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
#rate_photographer .section-card .confirm,
.options .section-card .confirm,
.section-card #rate_photographer .confirm,
.section-card .chat-link,
.section-card .main-btn,
.section-card .options .confirm {
    border-radius: 8px !important;
    padding: 13px 25px;
}
#edit-profile .modal-dialog-scrollable {
    height: 100% !important;
    overflow-x: hidden;
}
.stars {
    margin-top: 15px;
}
.stars a {
    display: inline-block;
    padding-right: 4px;
    text-decoration: none;
    margin: 0;
}
.stars a:after {
    position: relative;
    font-size: 28px;
    font-family: "FontAwesome", serif;
    display: block;
    content: "\f005";
    color: #d9d9d9;
}
.stars a:hover ~ a:after {
    color: #d9d9d9 !important;
}
span.active a.active ~ a:after {
    color: #d9d9d9;
}
span:hover a:after {
    color: gold !important;
}
.stars a.active:after,
span.active a:after {
    color: gold;
}
#rate_photographer .modal-content {
    padding: 15px 10px;
}
#rate_photographer .modal-header h1 {
    font-size: 24px;
    margin-bottom: 0px;
    color: #1e1e1e;
}
#rate_photographer .modal-sub-title {
    font-size: 14px;
    color: #6a6e83;
}
#rate_photographer .confirm {
    background-color: #292d32 !important;
}
#rate_photographer .confirm:hover {
    background-color: #fff !important;
}
#rate_photographer button {
    padding: 12px 25px !important;
    border-radius: 6px !important;
    font-size: 13px !important;
}
.filter-checkboxes .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 8px 18px;
    border-radius: 8px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    margin-bottom: 10px;
}
.filter-checkboxes .input-group:hover {
    background-color: #f2f2f2;
}
.filter-checkboxes .input-group input {
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.filter-checkboxes .input-group label {
    font-size: 16px;
    font-weight: 500;
}
.status {
    border-radius: 6px;
    font-size: 12px;
    padding: 8px 12px;
}
.status.pending-status {
    color: #eba112;
    background-color: #fdf4e3;
}
.status.canceled-status,
.status.failed-status,
.status.rejected-status {
    color: #e41e1e;
    background-color: #fce4e4;
}
.status.accepted-status,
.status.completed-status {
    color: #2da771;
    background-color: #e6f4ee;
}
.status.opened-status {
    color: #2f6fcf;
    background-color: #e6eef9;
}
.status.revision-status {
    color: #1e62c8;
    background-color: rgba(30, 98, 200, 0.18);
}
.activate-btn {
    height: 50px;
}
.labelChange {
    padding: 10px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 14px;
    color: #1e1e1e;
    border-color: #ccd3d9;
}
.sticky-div {
    position: sticky;
    top: 98px;
}
.reset_balance {
    padding: 8px 10px;
}
.profile .profile-img img {
    height: 70px;
    width: 70px;
}
.profile .profile-info h3 {
    font-size: 24px;
    font-weight: 600;
}
.profile .profile-info h5 {
    color: #6a6e83;
    font-size: 14px;
}
.profile .profile-info span {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
}
.profile .nav-pills .nav-link {
    text-align: start;
    padding: 16px;
    color: #1e1e1e;
}
.profile .nav-pills .nav-link.active,
.profile .nav-pills .show > .nav-link {
    background-color: #f2f2f2;
    border: 1px solid #ccd3d9;
    color: #1e1e1e;
}
.profile .profile-image #imagePreview2 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}
.profile .profile-image span {
    color: #6a6e83;
    font-size: 12px;
}
.profile .profile-image .profile-picture-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    gap: 10px;
}
.profile .profile-image .profile-picture-options a {
    padding: 10px;
    border: 1px solid;
    border-radius: 6px;
    font-size: 14px;
}
.profile .profile-image .profile-picture-options a.change-img {
    border-radius: 6px;
    background: var(--Gray---1, #6a6e83);
    color: #fff;
}
.profile .profile-image .profile-picture-options .labelChange {
    border-radius: 6px;
    background: var(--Gray---1, #6a6e83);
    color: #fff;
}
.profile .profile-image .profile-picture-options a.remove-img {
    border-color: #fff;
    color: #e8262f;
}
.profile .profile-info {
    margin-top: 25px;
}
.profile .profile-info h5 {
    color: #6a6e83;
    font-size: 14px;
}
.profile .profile-info h3 {
    color: #1e1e1e;
    font-size: 18px;
}
.logout-div {
    padding: 16px;
}
.logout-div a {
    color: #de1f1f;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.balance-badge {
    background-color: #f2f2f2;
    color: #6a6e83;
    padding: 6px;
    border-radius: 6px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.balance-badge span {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
}
.offer-badge {
    background-color: #f2f2f2;
    color: #6a6e83;
    padding: 6px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}
.offer-badge img {
    height: 18px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
.offer-badge span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}
.currency-badge {
    background-color: #f2f2f2;
    padding: 5px 8px;
    font-size: 14px;
    border-radius: 5px;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
#add_balance label {
    color: #000 !important;
    font-size: 16px;
}
.payment-way {
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 13px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.payment-way input {
    height: 18px;
    width: 18px;
}
.payment-way span {
    font-size: 14px;
}
.payment-way-label {
    font-weight: bold;
    font-size: 16px !important;
    margin: 15px 0px 10px;
}
.balance {
    margin-top: 25px;
}
.balance .balance-status {
    border-radius: 10px;
    padding: 15px;
}
.balance .balance-status h2 {
    font-size: 36px;
}
.balance .total-balance {
    background-color: #e1e6f8;
}
.balance .available-balance {
    background-color: #ddf1e8;
}
.balance .pending-balance {
    background-color: #ffead6;
}
.balance h4 {
    margin-top: 15px;
    font-size: 14px;
}
.balance .transaction-log {
    margin-top: 30px;
}
.balance .transaction-log h3 {
    font-size: 22px;
    font-weight: 600;
}
.balance .transaction-log .form-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.balance .transaction-log table td {
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
}
.balance .transaction-log .status {
    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;
    width: 80px;
    min-width: 80px;
}
.balance .balance-btns {
    text-align: end;
}
.balance .balance-btns button {
    border-radius: 8px;
    border: 1px solid;
    font-size: 14px;
    margin: 0px 5px;
}
.balance .adding_balance {
    background-color: #1e1e1e;
    color: #f6f6f6;
    border-color: #1e1e1e;
    padding: 10px 40px;
}
.balance .withdrow_balance {
    background-color: #f8f9fd;
    color: #6a6e83;
    border-color: #f8f9fd !important;
    padding: 10px 40px;
}
.balance .danger_balance {
    color: #ff7a00;
    border-color: #ff7a00;
    background-color: #f6f6f6;
    height: 45px;
    width: 45px;
}
#add_balance .modal-content,
#withdrow_balance .modal-content {
    padding: 10px 15px;
}
#add_balance input::-moz-placeholder,
#withdrow_balance input::-moz-placeholder {
    color: #969696 !important;
    font-weight: 500 !important;
}
#add_balance input::-webkit-input-placeholder,
#withdrow_balance input::-webkit-input-placeholder {
    color: #969696 !important;
    font-weight: 500 !important;
}
#add_balance input::-moz-placeholder,
#withdrow_balance input::-moz-placeholder {
    color: #969696 !important;
    font-weight: 500 !important;
}
#add_balance input:-ms-input-placeholder,
#withdrow_balance input:-ms-input-placeholder {
    color: #969696 !important;
    font-weight: 500 !important;
}
#add_balance input::-ms-input-placeholder,
#withdrow_balance input::-ms-input-placeholder {
    color: #969696 !important;
    font-weight: 500 !important;
}
#add_balance input::placeholder,
#withdrow_balance input::placeholder {
    color: #969696 !important;
    font-weight: 500 !important;
}
#add_balance input {
    height: 80px;
    font-size: 22px;
}
#add_balance input::-moz-placeholder {
    font-size: 22px;
}
#add_balance input::-webkit-input-placeholder {
    font-size: 22px;
}
#add_balance input:-ms-input-placeholder {
    font-size: 22px;
}
#add_balance input::-ms-input-placeholder {
    font-size: 22px;
}
#add_balance input::placeholder {
    font-size: 22px;
}
#add_balance .currency-badge {
    padding: 18px 18px;
}
#add_balance .static-amount {
    border: 1px solid #d0d0d0;
    padding: 10px;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-radius: 8px;
    cursor: pointer;
}
#add_balance .static-amount span {
    font-size: 14px;
}
#add_balance .static-amount.active {
    background-color: #d0d0d0;
}
#delete-course .modal-header,
#delete-offer .modal-header,
#delete-order .modal-header,
#logOut .modal-header {
    border-bottom: none;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
#delete-course .modal-body,
#delete-offer .modal-body,
#delete-order .modal-body,
#logOut .modal-body {
    text-align: center;
}
#delete-course .modal-body img,
#delete-offer .modal-body img,
#delete-order .modal-body img,
#logOut .modal-body img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}
#delete-course .modal-body h4,
#delete-offer .modal-body h4,
#delete-order .modal-body h4,
#logOut .modal-body h4 {
    color: #1e1e1e;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
#delete-course .modal-body h6,
#delete-offer .modal-body h6,
#delete-order .modal-body h6,
#logOut .modal-body h6 {
    color: #6a6e83;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
#delete-course .logoutBtn,
#delete-offer .logoutBtn,
#delete-order .logoutBtn,
#logOut .logoutBtn {
    background-color: #de1f1f;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    border-color: transparent;
}
#delete-course .cancelBtn,
#delete-offer .cancelBtn,
#delete-order .cancelBtn,
#logOut .cancelBtn {
    background-color: #f2f2f2;
    color: #6a6e83;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    border-color: transparent;
}
.cancelBtn {
    background-color: #f2f2f2;
    color: #6a6e83;
    border-radius: 8px;
    padding: 10px;
    border-color: transparent;
}
.reset-btn {
    background-color: #ffffff;
    color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 8px;
    padding: 10px;
    width: 100%;
    margin-top: 15px;
}
.my_orders .orders-log {
    margin-top: 25px;
}
.my_orders .orders-log h3 {
    font-size: 24px;
}
.left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.left-side .special-btn {
    border: 1px solid #ffffff;
    padding: 10px 15px !important;
    border-radius: 8px;
    height: 48px;
    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;
    background-color: rgba(211, 211, 211, 0.12);
}
@media only screen and (max-width: 1199px) {
    .left-side .special-btn {
        max-height: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .left-side .special-btn {
        display: none;
    }
}
.left-side .special-btn a,
.left-side .special-btn button {
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 16px;
}
@media screen and (max-width: 1280px) {
    .left-side .special-btn a,
    .left-side .special-btn button {
        font-size: 12px !important;
    }
}
.left-side .special-btn a:hover,
.left-side .special-btn button:hover {
    color: #ffffff;
    font-size: 16px;
}
.left-side .profile-dropdown {
    width: 48px;
    height: 48px;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
}
@media only screen and (max-width: 1199px) {
    .left-side .profile-dropdown {
        width: 35px !important;
        height: 35px !important;
    }
}
.left-side .profile-dropdown #navbarDropdown img {
    border-radius: 8px;
    width: 100%;
    height: 100%;
}
.mobile-btn a {
    background-color: rgba(255, 255, 255, 0.1) !important;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    color: #fff !important;
}
@media only screen and (max-width: 767px) {
    .mobile-btn a {
        font-size: 12px !important;
    }
}
.navbar {
    background-color: transparent;
}
.nice-select {
    height: 50px !important;
    border-radius: 8px !important;
}
.nice-select .current {
    color: #b5b5b5 !important;
}
.nice-select .current.text-black {
    color: #212529 !important;
}
.nice-select ul {
    max-height: 300px;
    overflow-y: auto !important;
}
.herobox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.herobox .category-name {
    background-color: rgba(185, 185, 185, 0.16);
    border-radius: 5px;
    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;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-bottom: 25px;
}
.herobox .category-name span {
    padding: 7px 15px;
    color: #ffffff;
}
.herobox .content h2 {
    font-size: 48px;
    color: #ffffff;
}
.herobox .filter {
    background-color: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20%);
    padding: 30px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-top: 40px;
}
.herobox .filter .search button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 166px;
    height: 54px;
    padding: 6px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: var(--Main-Color, #1e1e1e);
    color: #fff;
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.herobox .filter .search button i {
    color: #ffffff;
}
.herobox .filter label {
    color: var(--Main-Color, #1e1e1e);
    font-family: "IBM Plex Sans Arabic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.herobox .header-select {
    width: 220px;
    height: 50px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    border-radius: 8px;
    border: 1px solid rgba(235, 235, 235, 0.16);
    background: #f5f5f5;
    color: #b5b5b5;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    outline: none;
}
.header-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.header-select .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.header-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    inset-inline-end: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}
.herobox .niceSelect {
    width: 220px;
    height: 50px;
    -webkit-margin-end: 20px;
    margin-inline-end: 20px;
    border-radius: 8px;
    border: 1px solid rgba(235, 235, 235, 0.16);
    background: #f5f5f5;
    color: #b5b5b5;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.herobox .carousel {
    margin-top: 90px;
    width: 460px;
}
.herobox .carousel .item .item-img {
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: overlay;
    height: 150px;
    width: 100%;
}
.herobox .carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 35%;
}
.herobox .carousel .owl-nav button {
    height: 30px;
    width: 30px;
    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;
    background-color: rgba(185, 185, 185, 0.16);
    backdrop-filter: blur(5px);
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.herobox .carousel .owl-nav button:hover {
    background-color: rgba(185, 185, 185, 0.16);
    backdrop-filter: blur(5px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.herobox .carousel .owl-nav button:hover span {
    color: #ffffff;
}
.herobox .carousel .owl-nav button span {
    font-size: 22px;
    color: #ffffff;
}
.notification-counter {
    color: #f6f6f6;
    border-radius: 50px;
    background-color: #e41e1e;
    height: 20px;
    width: 20px;
    font-size: 10px;
    font-weight: bold;
    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;
    border: 2px solid #fff;
    position: absolute;
    top: -15px;
    right: -12px;
}
#rate_photographer .confirm img,
.main-btn img,
.options .confirm img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
#rate_photographer .photographer-main-info .confirm,
.options .photographer-main-info .confirm,
.photographer-main-info #rate_photographer .confirm,
.photographer-main-info .main-btn,
.photographer-main-info .options .confirm {
    padding: 14px 25px;
}
#edit-my-info {
    width: 500px !important;
    overflow-y: auto;
}
#edit-my-info textarea {
    font-size: 12px;
    padding: 10px 15px;
}
#edit-my-info .modal-dialog {
    width: 460px !important;
}
#edit-my-info .modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}
#edit-my-info .photographer-remove-experiences-btn {
    padding: 0 !important;
}
.sections-div {
    background-color: #fff;
}
.filter-div {
    border-left: 1px solid #ccd3d9;
}
.filter-div .accordion-button:focus,
.filter-div .accordion-button:not(.collapsed) {
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.filter-div .accordion-button {
    font-weight: bold;
}
.filter-div .accordion-body,
.filter-div .accordion-button {
    padding: 5px 0px 15px 25px;
}
.filter-div .accordion-item {
    border: none;
}
.filter-div .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.filter-div .form-group input[type="checkbox"] {
    height: 16px;
    width: 16px;
    border-radius: 20% !important;
}
.filter-div .form-group select {
    border-radius: 8px !important;
    color: #1e1e1e !important;
}
.filter-div .form-group select:focus {
    border-color: #e0e0e0 !important;
}
.filter-div .form-group label {
    color: #6a6e83;
    font-weight: 400;
}
.filter-div .form-group label i {
    font-size: 18px;
}
input[type="radio"] {
    height: 18px;
    width: 18px;
}
.select2-search__field::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    color: #b5b5b5 !important;
}
.select2-search__field::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
    color: #b5b5b5 !important;
}
.select2-search__field::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
    color: #b5b5b5 !important;
}
.select2-search__field:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
    color: #b5b5b5 !important;
}
.select2-search__field::-ms-input-placeholder,
input[type="email"]::-ms-input-placeholder,
input[type="text"]::-ms-input-placeholder {
    color: #b5b5b5 !important;
}
.select2-search__field::placeholder,
input[type="email"]::placeholder,
input[type="text"]::placeholder {
    color: #b5b5b5 !important;
}
.form-select {
    padding: 0.375rem 0.75rem 0.375rem 0.75rem !important;
}
.main-title h4 {
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 20px;
    font-family: "IBM Plex Sans Arabic";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.main-title h6 {
    color: #6a6e83;
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.why-musawir .owl-stage {
    margin-bottom: 10px;
    margin-top: 10px;
}
.why-musawir .card {
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 325px;
}
.why-musawir .card h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.why-musawir .card p {
    font-weight: 400;
    margin-bottom: 0;
}
.why-musawir .card:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
}
.why-musawir .why-img {
    border-radius: 12px;
    padding: 10px;
    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;
    height: 106px;
    width: 106px;
}
.why-musawir .why-img img {
    max-width: 65px;
    max-height: 65px;
}
.why-musawir .why-img.first-img {
    background-color: rgba(198, 69, 92, 0.16);
}
.why-musawir .why-img.second-img {
    background-color: rgba(94, 68, 169, 0.16);
}
.why-musawir .why-img.third-img {
    background-color: rgba(68, 169, 163, 0.16);
}
.why-musawir .why-img.fourth-img {
    background-color: rgba(68, 90, 169, 0.16);
}
.inner-section {
    padding-bottom: 100px;
}
.animated-div {
    padding: 15px 25px;
}
@media only screen and (max-width: 1199px) {
    .animated-div {
        display: none;
    }
}
.animated-div .check {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #1e1e1e;
    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;
}
.animated-div .check .inner-div {
    height: 20px;
    width: 20px;
    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;
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    border-radius: 50%;
}
.animated-div .check .inner-div i {
    color: #ffffff;
    font-size: 12px;
}
.animated-div .custom-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.animated-div .custom-row .col-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px;
}
.animated-div .custom-row .col-4 .dashed-border {
    border: 1px dashed #d0d0d0;
}
.animated-div .custom-row .col-4 .first-border {
    width: 100%;
}
.animated-div .custom-row .col-4 .second-border {
    width: 60%;
}
.animated-div .custom-row .col-1 {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    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;
    padding: 0;
}
.owl-item .item {
    padding: 10px 15px;
}
@media (max-width: 1440px) {
    .owl-item .item {
        padding: 10px 0px;
    }
}
.works .slick-prev {
    left: 0;
    visibility: hidden;
}
.works .slick-next {
    right: 0;
    visibility: hidden;
}
.works .slick-dots {
    bottom: -40px;
}
.works .slick-item {
    margin: 0px 12.5px;
    height: 520px;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.works .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 620px;
}
@media only screen and (max-width: 767px) {
    .works .slick-track {
        min-height: -moz-fit-content;
        min-height: -webkit-fit-content;
        min-height: fit-content;
    }
}
.works .slick-track .slick-center {
    height: 620px;
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.no-active-item .slick-track .slick-center {
    height: 520px;
}
.no-active-item-3 .slick-track .slick-item {
    height: 520px;
}
.no-active-item-3 .slick-track .slick-item:nth-child(2) {
    height: 620px;
}
.no-active-item .slick-track.centered {
    -webkit-transform: unset !important;
    transform: unset !important;
}
.works .slick-dots li button {
    background-color: rgba(94, 68, 169, 0.2);
    border-radius: 50%;
    height: 15px;
    width: 15px;
}
.works .slick-dots li button:before {
    content: "" !important;
}
.works .slick-active button {
    background-color: #5e46a9 !important;
}
.owl-stage.not-enough-items {
    min-width: 100%;
    width: 100% !important;
    -webkit-transform: unset !important;
    transform: unset !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: center center;
    height: 400px;
    border-radius: 10px;
    padding: 15px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}
.slick-item .photographer-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
.cities {
    padding: 40px 0px;
}
.cities .slideshow {
    margin-top: 35px;
    padding-bottom: 4vw;
}
.cities .slide {
    height: 380px;
    width: 330px;
    padding: 15px;
    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;
    margin-right: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    color: #fff;
    border-radius: 10px;
}
.cities .slide a {
    width: 100%;
}
.cities .card {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 350px;
    width: 100%;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding-bottom: 20px;
}
.cities .card h4 {
    font-size: 24px;
    margin-top: 15px;
    color: #ffffff;
}
.how-musawir-work {
    background-color: #f7f7f7;
}
.how-musawir-work .card {
    background-color: #fff;
    padding: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 230px;
}
.how-musawir-work .card h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.how-musawir-work .card p {
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}
.how-musawir-work .card:hover {
    border-color: transparent;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 10px;
}
.how-musawir-work .card .how-img {
    border-radius: 10px;
    padding: 10px;
    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;
    height: 60px;
    width: 60px;
    margin-right: auto;
    margin-left: auto;
}
.how-musawir-work .card .how-img.first-img {
    background-color: #e5e1f1;
}
.how-musawir-work .card .how-img.second-img {
    background-color: #e1f1f0;
}
.how-musawir-work .card .how-img.third-img {
    background-color: #e1e5f1;
}
.categories .slideshow {
    margin-top: 35px;
    padding-bottom: 4vw;
}
.categories .slide {
    height: 380px;
    width: 430px;
    padding: 15px;
    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;
    margin-right: 15px;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
    color: #fff;
    border-radius: 10px;
}
.categories .slide a {
    width: 100%;
}
.categories .card {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-blend-mode: multiply;
    height: 350px;
    width: 100%;
    border-radius: 10px;
    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;
}
.categories .card .blur-div {
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(220, 220, 220, 0.16);
    height: 100px;
    width: 100px;
    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;
}
.categories .card .blur-div img {
    height: 70px;
}
.categories .card h4 {
    font-size: 24px;
    margin-top: 15px;
    color: #ffffff;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5e46a9;
}
.btn-close {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.modal .btn-close {
    -webkit-filter: invert(0);
    filter: invert(0);
    margin-left: 0;
    font-size: 12px;
}
.modal-dialog-scrollable .modal-content {
    overflow-y: auto;
}
.modal-dialog-scrollable .modal-content::-webkit-scrollbar {
    width: 10px;
    background-color: #fff;
    display: none;
}
.modal-dialog-scrollable .modal-content::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.modal-dialog-scrollable .modal-content::-webkit-scrollbar-track {
    background-color: #fff;
}
#imageUpload {
    display: none;
}
#be_photographer .modal-title {
    font-size: 22px;
}
#be_photographer .modal-header {
    border-bottom: none;
}
#be_photographer .modal-body input {
    height: 50px;
    border-radius: 8px !important;
}
#be_photographer .modal-footer {
    border-top: none;
}
#be_photographer .city-div {
    width: 100% !important;
    margin-bottom: 20px;
}
#be_photographer .terms-span input {
    height: 18px;
    width: 18px;
}
#be_photographer .terms-span a {
    text-decoration: underline !important;
}
#be_photographer .modal-content::-webkit-scrollbar {
    display: none;
}
.switcher-div {
    padding: 10px 20px;
    height: 50px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.switcher-div .switcher-item {
    cursor: pointer;
}
.switcher-div .switcher-item.active {
    background-color: #1e1e1e;
    border-radius: 8px;
}
.switcher-div .switcher-item.active span {
    color: #fff;
}
.photographers .card {
    padding: 10px;
    border-color: transparent;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.photographers .card .img-div {
    width: 25%;
}
.photographers .card .img-div img {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0px 2px;
}
.photographers .card .photographer-details .photographer-image {
    height: 30px;
    width: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
}
.photographers .card .photographer-location {
    background-color: #ece9f5;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 8px;
    border-radius: 5px;
}
.photographers .card .photographer-location img {
    height: 20px;
    width: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px;
}
.photographers .card .photographer-location span {
    color: #5e46a9;
}
.photographers .owl-stage {
    margin-bottom: 20px;
    margin-top: 40px;
}
.photographers .owl-theme .owl-dots .owl-dot.active span,
.photographers .owl-theme .owl-dots .owl-dot:hover span {
    background: #5e46a9;
}
.photographers .owl-theme .owl-dots .owl-dot span,
.photographers .owl-theme .owl-dots .owl-dot span {
    background: #ddd8ec;
}
.statistics .card {
    padding: 10px;
    border-color: transparent;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.statistics .card .img-div {
    width: 25%;
}
.statistics .card .img-div img {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0px 2px;
}
.statistics .card h4 {
    font-size: 28px;
}
.statistics .owl-stage {
    margin-bottom: 20px;
    margin-top: 40px;
}
.statistics .statistic-img {
    padding: 10px;
    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;
    background-color: #ece9f5;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 10px;
}
.app {
    padding: 150px 0px;
}
@media only screen and (max-width: 767px) {
    .app {
        padding: 0px !important;
    }
}
.app .app-download {
    border-radius: 10px;
    background-image:
        url(../images/app-section.png),
        -webkit-gradient(
                linear,
                left top,
                right top,
                from(rgba(0, 0, 0, 0.5)),
                to(rgb(0, 0, 0))
            );
    background-image:
        url(../images/app-section.png),
        linear-gradient(to right, rgba(0, 0, 0, 0.5), rgb(0, 0, 0));
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    height: 425px;
    width: 100%;
}
.app .app-download .padding-div {
    padding: 50px 50px;
}
.app .app-download h3 {
    font-size: 48px;
    color: #ffffff;
}
.app .app-download h3 span {
    background-color: #e8262f;
    padding: 6px 16px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
}
.app .app-download p {
    margin-top: 50px;
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
}
.app .app-download .download-img {
    position: absolute;
    height: 500px;
    bottom: -425px;
    left: 0px;
}
.file-caption-name {
    width: 100%;
    margin-bottom: 10px;
}
.offer-total {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}
.academy-card {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    padding: 10px;
    border-radius: 10px;
}
.academy-card .price {
    border-radius: 6px;
    background: rgba(30, 30, 30, 0.24);
    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;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 8px;
}
.academy-card .price span {
    color: #f6f6f6;
    font-size: 12px;
}
.academy-card .price span.free {
    color: #2da771;
}
.academy-card h4 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.footer {
    background: linear-gradient(89deg, #1e1e1e 2.93%, #000 97.66%);
}
.footer .footer-logo {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.footer h5,
.footer p {
    color: #fff;
}
.footer .related-pages {
    -moz-column-gap: 20px;
    -webkit-column-gap: 20px;
    column-gap: 20px;
}
.footer .related-pages li {
    margin-bottom: 20px;
}
.footer .related-pages li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 25px;
}
.footer .social-links li {
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
}
.footer .social-links li a {
    color: #fff;
}
.footer .social-links li a i {
    font-size: 20px;
}
.footer .circle__ {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    -webkit-margin-end: 0.7rem;
    margin-inline-end: 0.7rem;
}
.footer .footer-title {
    color: #fff;
    font-size: 15.56px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer {
    background: linear-gradient(89deg, #1e1e1e 2.93%, #000 97.66%);
}
footer .footer-content {
    padding: 20px 0px 10px;
    border-top: 1px solid rgba(235, 235, 235, 0.3);
}
footer .footer-content h4 {
    font-size: 16px;
    color: #fff;
}
.internal-header nav {
    background-color: #1e1e1e;
}
.create-order {
    border: 1px solid #1e1e1e;
    padding: 10px 15px;
    height: 48px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f6f6f6;
    border-radius: 8px;
}
@media only screen and (max-width: 1199px) {
    .create-order {
        height: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .create-order {
        display: none !important;
    }
}
@media (min-width: 992px) {
}
.create-order a {
    color: #1e1e1e;
    font-size: 16px;
}
.nav-icon {
    height: 48px;
    width: 48px;
    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;
    background-color: rgba(211, 211, 211, 0.12);
    border-radius: 8px;
    -webkit-margin-start: 10px;
    margin-inline-start: 10px;
    position: relative;
}
.nav-icon img {
    width: 32px;
    height: 23px;
}
.nav-icon .notification-counter {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #fff;
}
@media only screen and (max-width: 991px) {
    .nav-icon {
        height: 35px;
        width: 35px;
    }
    .nav-icon img {
        height: 20px !important;
    }
}
html[dir="ltr"] .nav-icon {
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 1rem;
    margin-inline-end: 1rem;
}
.chats-tab {
    height: 100vh;
    overflow-y: auto;
}
@media (max-width: 567px) {
    .chats-tab {
        height: 100%;
        overflow-y: auto;
    }
}
.chat-content-col,
.user-info-col {
    -webkit-transition:
        all 0.5s ease-in-out,
        width 0.5s ease-in-out;
    transition:
        all 0.5s ease-in-out,
        width 0.5s ease-in-out;
}
.chat .chat-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
    padding: 16px !important;
    border-radius: 0 !important;
}
.chat .chat-item.active {
    background-color: #fff !important;
    border-right: 2px solid var(--Blue, #1e62c8);
}
.chat .form-group {
    margin-bottom: 24px;
}
.chat .nav-pills {
    text-align: start;
}
.chat .nav-pills .nav-link.active {
    padding: 10px 5px;
    background-color: #f2f5fe;
    border-radius: 8px 0px 0px 8px;
    color: #1e1e1e;
}
.chat .submit-search {
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    inset-inline-end: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.chat .reset-search {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    width: 100%;
    color: var(--Red, #de1f1f);
    font-family: "IBM Plex Sans Arabic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.chat .categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 5px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    border-radius: 6px;
    padding: 0 6px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
    height: 46px;
}
.chat .categories .category {
    border-radius: 6px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 46px;
}
.chat .categories .sub-categories {
    margin: 0 !important;
    background-color: #6a6e83;
}
.chat .categories .sub-categories span {
    color: #f6f6f6;
}
.chat .categories span {
    font-size: 12px;
}
.chat .chat-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.chat .chat-person img {
    height: 45px;
    width: 45px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}
.chat .chat-person .unreaded-messages {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #de1f1f;
    color: #f6f6f6;
    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: 12px;
}
.chat .chat-list {
    -webkit-padding-end: 20px;
    padding-inline-end: 20px;
}
.collapsible {
    -webkit-transition:
        max-height 0.4s ease,
        opacity 0.3s ease;
    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;
}
@media (max-width: 567px) {
    .toggle-btn {
        display: block;
    }
}
.toggle-icon {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}
.toggle-icon.rotate {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.chat .chat-list .no-chats-content {
    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;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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;
}
.chat-header-user-info-wrapper {
    cursor: pointer;
    width: 100%;
}
.online {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #21c275;
    position: absolute;
    top: 0;
    right: 5px;
}
.chat-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 0.5px solid #ccd3d9;
    padding-bottom: 15px;
}
.chat-cols {
    border-right: 1px solid #e0e0e0;
}
.chat-cols .no-messages-content {
    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;
    height: 100%;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.chat-cols .no-messages-content .no-messages-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;
}
.chat-cols .no-messages-content .add-new-order {
    border-radius: 8px;
    background: var(--Main-Color, #1e1e1e);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 320px;
    height: 54px;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: var(--White, #fff);
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    margin-top: 18px;
}
@media only screen and (max-width: 767px) {
    .chat-cols .no-messages-content .add-new-order {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.chat-body {
    overflow-y: auto;
    height: 700px;
    padding: 20px 0px;
}
.chat-body .recived-message {
    text-align: end;
    margin-bottom: 20px;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.chat-body .recived-message .message {
    border-radius: 10px;
    background-color: #1e62cb;
    padding: 8px 12px;
    max-width: 250px;
}
.chat-body .recived-message .message span {
    font-size: 14px;
    color: #f6f6f6;
    font-weight: 500;
}
.chat-body .recived-message .message-time {
    font-size: 12px;
    margin-top: 8px;
    font-size: #6a6e83;
}
.chat-body .sent-message {
    text-align: start;
    margin-bottom: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.chat-body .sent-message .message {
    border-radius: 10px;
    background-color: #f2f5ff;
    padding: 8px 12px;
    max-width: 250px;
}
.chat-body .sent-message .message span {
    font-size: 14px;
    color: #1e1e1e;
    font-weight: 500;
}
.chat-body .sent-message .message-time {
    font-size: 12px;
    margin-top: 8px;
    font-size: #6a6e83;
}
.chat-body .type-message {
    width: 100%;
    position: absolute;
    bottom: 0;
}
.chat-body .type-message .attachment-icon {
    position: absolute;
    left: 15px;
    top: 13px;
    cursor: pointer;
}
.call-photographer {
    border-radius: 10px;
    background-color: #1e1e1e;
    padding: 5px;
    height: 42px;
    width: 42px;
    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;
}
.online-now {
    color: #21c275;
    font-size: 14px;
}
#sig-canvas {
    width: 100%;
    height: 205px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    cursor: crosshair;
    background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
    .btn-wrapper {
        width: 100% !important;
        margin: 0 !important;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [3];
        grid-template-columns: repeat(3, 1fr);
    }
}
.second-button,
.submit-button {
    height: 54px;
    width: 205px;
    border-radius: 10px;
    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;
    border: none;
    outline: none;
}
@media only screen and (max-width: 991px) {
    .second-button,
    .submit-button {
        width: 100% !important;
        font-size: 12px !important;
    }
}
.second-button:hover,
.submit-button:hover {
    background-color: rgba(41, 45, 50, 0.9);
    color: #fff;
}
.second-button {
    background-color: rgba(41, 45, 50, 0.1);
}
.second-button:hover {
    background-color: rgba(41, 45, 50, 0.2);
    color: #1e1e1e;
}
.select2-selection__choice {
    padding: 8px 15px !important;
    background-color: #000 !important;
    color: #fff;
    font-size: 14px !important;
    position: relative;
    float: right !important;
    margin: 0 !important;
    margin-top: 5px !important;
    height: 39px !important;
    -webkit-margin-start: 5px !important;
    margin-inline-start: 5px !important;
}
.select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: -4px;
    left: 5px;
}
html[lang="en"] .select2-selection__choice {
    float: left !important;
}
.offcanvas#edit-profile {
    width: 480px;
    max-width: 100%;
}
.offcanvas#edit-profile .btn-close {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.edit-offer {
    border: 1px solid #1e1e1e;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    background-color: #ffffff;
    color: #1e1e1e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.edit-offer:hover {
    background-color: #1e1e1e;
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.edit-offer:hover img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.delete-offer {
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 16px;
    background-color: #f2f2f2;
    color: #6a6e83;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.delete-offer img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.delete-offer:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-color: #1e1e1e;
}
#loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}
.offers-options img {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
#loader div {
    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;
    opacity: 1;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
#loader div img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}
#loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
@-webkit-keyframes ballPulseDouble {
    0%,
    to {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
@keyframes ballPulseDouble {
    0%,
    to {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}
.invoice-div .invoice-header {
    padding: 20px 0px 10px;
    border-bottom: 1px solid #d0d0d0;
}
.invoice-div .invoice-header img {
    height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}
.invoice-div .invoice-body {
    padding: 30px 0px;
}
.invoice-div .invoice-body h4.item {
    color: #777777;
}
.invoice-div .invoice-body .qr-container {
    border-radius: 10px;
    border: 1px solid #000;
    padding: 5px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}
.invoice-div .invoice-body .print-btn {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    font-size: 16px;
}
.invoice-div .invoice-body .export-pdf {
    border: 2px solid #000;
    border-radius: 5px;
    padding: 10px 20px;
    margin-right: 15px;
    background-color: #e0e0e0;
    color: #000000;
    font-size: 16px;
}
.invoice-div .invoice-footer {
    margin-top: 40px;
    padding: 30px 0px;
}
.invoice-div .invoice-footer i {
    margin-left: 10px;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.default-page {
    min-height: 60vh;
    padding: 40px 0 120px;
}
@media only screen and (max-width: 991px) {
    .default-page {
        padding: 20px 0 60px;
    }
}
@media only screen and (max-width: 767px) {
    .default-page {
        padding: 10px 0 30px;
    }
}
.page-title {
    color: #1e1e1e;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
    font-size: 22px;
    font-weight: 600;
}
@media only screen and (max-width: 991px) {
    .page-title {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .page-title {
        margin-bottom: 15px;
        font-size: 16px;
    }
}
.page-paragraph {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 500;
    line-height: 42px;
    margin: 0;
    letter-spacing: -0.094px;
}
@media only screen and (max-width: 991px) {
    .page-paragraph {
        line-height: 32px;
        font-size: 14px;
    }
}
.second-page-paragraph {
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 400;
    line-height: 48px;
}
@media only screen and (max-width: 991px) {
    .second-page-paragraph {
        line-height: 32px;
        font-size: 14px;
    }
}
button.accordion-button {
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 600;
}
button.accordion-button:not(.collapsed) {
    border-bottom: 1px solid #eeeeee !important;
}
button.accordion-button:focus {
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}
.frequently_asked_questions_accordion .accordion-item {
    border: none !important;
    border-radius: 16px !important;
    border: 1px solid #eeeeee !important;
    padding: 0 10px;
    margin-bottom: 20px;
}
.frequently_asked_questions_accordion .accordion-button:not(.collapsed) {
    border: none !important;
    color: #1e1e1e;
    background-color: #fff !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-section-header {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .page-section-header {
        margin-bottom: 20px;
    }
}
.page-section-header .page-section-title {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.page-section-header .page-section-subtitle {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
}
.page-section-header.center {
    text-align: center;
}
.contact-us-page-layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 90px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 90px;
}
@media only screen and (max-width: 991px) {
    .contact-us-page-layout {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.contact-card-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    gap: 20px;
    border-radius: 8px;
    background: #fff;
    color: #1e1e1e;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.12);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.contact-card-link .contact-card-title {
    color: #7a838b;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.contact-card-link .contact-card-subtitle {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 400;
}
.contact-card-link:not(:last-child) {
    margin-bottom: 30px;
}
.contact-card-link:hover {
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.22);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.22);
}
.input-with-select-group {
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-with-select-group input {
    border: none;
    padding: 15px;
    border-radius: 8px 0 0 8px;
    width: 100%;
}
.input-with-select-group .nice-select {
    border: none;
}
.contact-us-btn {
    background-color: #292d32;
    color: #fff;
}
.owl-stage .owl-item .item .grid-display .most-popular-work {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0px 2px;
}
#edit-profile .modal-body {
    height: calc(100vh - 150px);
    overflow-x: hidden;
}
.file-preview {
    padding: 0 !important;
    border: none !important;
}
.file-drop-zone-title {
    margin-inline: auto !important;
}
.file-preview .fileinput-remove {
    display: none;
}
.file-caption-icon {
    display: none !important;
}
.file-drop-zone {
    margin: 0 !important;
    min-height: -moz-fit-content;
    min-height: -webkit-fit-content;
    min-height: fit-content;
}
.file-caption-info,
.file-size-info {
    height: unset !important;
}
.file-footer-caption {
    margin-bottom: 10px !important;
}
.fileinput-remove-button {
    color: #1e1e1e;
    border-color: #1e1e1e;
    background-color: #fff;
}
.fileinput-upload-button {
    background-color: #1e1e1e;
    color: #fff;
}
.kv-fileinput-caption {
    margin: 0 !important;
    -webkit-margin-end: 5px !important;
    margin-inline-end: 5px !important;
    height: 38px;
}
.kv-fileinput-error {
    position: relative;
}
.kv-fileinput-error ul {
    -webkit-padding-start: 15px !important;
    padding-inline-start: 15px !important;
    list-style: none;
    text-align: start !important;
}
.kv-fileinput-error .close {
    position: absolute;
    top: 10px;
    inset-inline-start: 10px;
    color: red !important;
    cursor: pointer;
    background-color: transparent;
    border: none;
}
.add_order .file-input,
.edit_offer .file-input {
    overflow: hidden;
    border: 1px solid #1e1e1e !important;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.add_order .file-drop-zone,
.edit_offer .file-drop-zone {
    border: none !important;
    min-height: 247px !important;
    padding: 0 !important;
}
.add_order .file-preview,
.edit_offer .file-preview {
    margin: 0 !important;
}
.add_order .file-drop-zone-title,
.edit_offer .file-drop-zone-title {
    font-size: 18px !important;
}
.add_order .file-preview-frame,
.edit_offer .file-preview-frame {
    border: none;
    margin: 0 !important;
    padding: 20px !important;
}
.add_order .file-preview-frame:hover,
.edit_offer .file-preview-frame:hover {
    background-color: rgba(245, 245, 245, 0.4);
}
.add_order .file-preview-frame:nth-child(odd),
.edit_offer .file-preview-frame:nth-child(odd) {
    background-color: #f5f5f5;
}
.add_order .file-preview-frame:nth-child(odd):hover,
.edit_offer .file-preview-frame:nth-child(odd):hover {
    background-color: rgba(245, 245, 245, 0.7) !important;
}
.add_order .kv-file-content,
.edit_offer .kv-file-content {
    width: 100% !important;
    height: 100% !important;
    position: relative;
    padding: 0 !important;
    padding-bottom: 7% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px !important;
    overflow: hidden;
}
.add_order .kv-file-content img,
.add_order .kv-file-content video,
.edit_offer .kv-file-content img,
.edit_offer .kv-file-content video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.add_order .kv-file-content img::-webkit-media-controls,
.add_order .kv-file-content video::-webkit-media-controls,
.edit_offer .kv-file-content img::-webkit-media-controls,
.edit_offer .kv-file-content video::-webkit-media-controls {
    display: none !important;
}
.add_order .kv-file-content img::-moz-media-controls,
.add_order .kv-file-content video::-moz-media-controls,
.edit_offer .kv-file-content img::-moz-media-controls,
.edit_offer .kv-file-content video::-moz-media-controls {
    display: none !important;
}
.add_order .kv-file-content img::-ms-media-controls,
.add_order .kv-file-content video::-ms-media-controls,
.edit_offer .kv-file-content img::-ms-media-controls,
.edit_offer .kv-file-content video::-ms-media-controls {
    display: none !important;
}
.add_order .kv-file-content .file-preview-other i,
.edit_offer .kv-file-content .file-preview-other i {
    font-size: 40px;
}
.add_order .kv-file-content:not(.file-preview-other-frame),
.edit_offer .kv-file-content:not(.file-preview-other-frame) {
    padding: 0 !important;
    height: 94px !important;
}
.add_order .file-details-cell,
.edit_offer .file-details-cell {
    -webkit-padding-start: 10px !important;
    padding-inline-start: 10px !important;
}
.add_order .theme-explorer-fa5 .file-details-cell,
.edit_offer .theme-explorer-fa5 .file-details-cell {
    margin-right: unset !important;
    margin-left: unset !important;
    text-align: start !important;
    -webkit-margin-end: auto !important;
    margin-inline-end: auto !important;
}
.add_order .file-actions-cell,
.edit_offer .file-actions-cell {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    direction: ltr;
    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;
}
.add_order .file-upload-indicator,
.edit_offer .file-upload-indicator {
    display: none;
}
.add_order .kv-file-zoom,
.edit_offer .kv-file-zoom {
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.add_order .file-caption,
.edit_offer .file-caption {
    border-bottom: 1px solid #1e1e1e;
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.add_order .input-group-btn,
.edit_offer .input-group-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
}
.add_order .input-group-btn .btn,
.edit_offer .input-group-btn .btn {
    height: 54px;
    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;
    gap: 5px;
    font-size: 14px !important;
    border: 0 !important;
    border-radius: 0 !important;
}
.add_order .input-group-btn .btn.fileinput-remove-button,
.edit_offer .input-group-btn .btn.fileinput-remove-button {
    border: 0 !important;
    background-color: transparent !important;
}
.add_order .input-group-btn .btn.fileinput-remove-button:hover,
.edit_offer .input-group-btn .btn.fileinput-remove-button:hover {
    background-color: transparent !important;
    color: #1e1e1e !important;
}
.add_order .file-caption-name,
.edit_offer .file-caption-name {
    border: none;
}
.add_order .file-footer-buttons,
.edit_offer .file-footer-buttons {
    padding: 0 !important;
}
.add_order .file-footer-buttons button,
.edit_offer .file-footer-buttons button {
    border: none;
    padding: 0 !important;
}
.add_order .file-footer-buttons button.kv-file-remove,
.edit_offer .file-footer-buttons button.kv-file-remove {
    color: red;
}
.kv-zoom-header .kv-zoom-actions {
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
    display: none !important;
}
#edit-offer .file-thumbnail-footer {
    display: none;
}
#edit-offer .krajee-default.file-preview-frame {
    border: none !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
    height: 100px !important;
}
#edit-offer .kv-file-content {
    max-width: 100px !important;
    height: unset !important;
    width: unset !important;
    border-radius: 10px;
    overflow: hidden;
}
#edit-offer .kv-file-content img {
    max-width: 100px !important;
}
.figure__ {
    width: 100%;
    max-width: 660px;
    margin-inline: auto;
}
.figure__ img {
    width: 100%;
}
.page-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .page-title-wrapper {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .page-title-wrapper {
        margin-bottom: 20px;
    }
}
.page-title-wrapper .title {
    margin: 0;
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 1000;
    font-size: 12px;
}
.page-title-wrapper .subtitle {
    margin: 0;
    color: #6a6e83;
    font-size: 12px;
    font-weight: 400;
    font-size: 12px;
}
.figure {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
}
.figure img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto;
}
.asp__ {
    position: relative;
    padding-bottom: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.explanatory-videos-item {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.explanatory-videos-item figure {
    padding-bottom: 61.0126%;
}
.explanatory-videos-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 8px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(56.64%, rgba(0, 0, 0, 0.3)),
        to(rgba(0, 0, 0, 0.9))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.3) 56.64%,
        rgba(0, 0, 0, 0.9) 100%
    );
}
.video-overlay:before {
    content: url("../images/icons/video-play.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    z-index: 11;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flatpickr-monthDropdown-months {
    font-size: 16px !important;
    -webkit-margin-end: 15px !important;
    margin-inline-end: 15px !important;
}
.filter-city .niceSelect {
    height: 54px;
    margin-bottom: 10px;
}
.photographer-balance {
    font-size: 12px;
    font-weight: 700;
}
.with_row_gap {
    row-gap: 24px;
}
@media (max-width: 567px) {
    .with_row_gap {
        row-gap: 15px;
    }
}
.slick-arrow {
    visibility: visible !important;
    width: 56px !important;
    height: 56px !important;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(4px);
}
@media only screen and (max-width: 767px) {
    .slick-arrow {
        display: none !important;
    }
}
.slick-arrow.slick-prev {
    left: unset !important;
    right: unset !important;
    inset-inline-end: 50px !important;
    z-index: 100;
}
.slick-arrow.slick-prev:before {
    content: "\f104" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.slick-arrow.slick-next {
    left: unset !important;
    right: unset !important;
    inset-inline-start: 50px !important;
    z-index: 100;
}
.slick-arrow.slick-next:before {
    content: "\f105" !important;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
#submit-step-3 {
    margin-top: 20px !important;
    height: 54px;
    border-radius: 8px !important;
}
.offcanvas.offcanvas-end {
    right: 0;
}
html[dir="ltr"] .offcanvas.offcanvas-end {
    right: unset !important;
    left: 0;
}
.profile_label {
    margin-bottom: 10px;
}
.comments_sec__ {
    position: relative;
    background: rgba(240, 240, 240, 0.5);
    padding-block: 66px 69px;
}
@media only screen and (max-width: 991px) {
    .comments_sec__ {
        padding-block: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .comments_sec__ {
        padding-block: 20px;
    }
}
.comments_sec__ .swiper-button-next,
.comments_sec__ .swiper-button-prev {
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    background: rgba(240, 240, 240, 0.5) !important;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px solid #1e1e1e;
    content: url("../images/icons/swiper_arrow.svg");
}
@media only screen and (max-width: 767px) {
    .comments_sec__ .swiper-button-next,
    .comments_sec__ .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}
.comments_sec__ .swiper-button-next:disabled,
.comments_sec__ .swiper-button-prev:disabled {
    background: rgba(240, 240, 240, 0.5) !important;
}
.comments_sec__ .swiper-button-prev {
    -webkit-transform: translateY(-50%) rotate(180deg) !important;
    transform: translateY(-50%) rotate(180deg) !important;
}
.link__ {
    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;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.link__:hover {
    text-decoration: none;
}
.link__.center {
    margin: 0 auto;
}
.link__.full_width__ {
    width: 100%;
    min-width: 100%;
}
@media only screen and (max-width: 991px) {
    .link__.full_width_sm__ {
        min-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .link__.full_width_xs__ {
        min-width: 100%;
        width: 100%;
    }
}
.link__.fixed_size__ {
    min-width: 140px;
}
.link__.main_link {
    height: 46px;
    color: #fff;
    padding: 0 30px;
    font-size: 1.4rem;
    background: #1e1e1e;
    border-radius: 32px;
}
.link__.main_link:hover {
    background-color: rgba(30, 30, 30, 0.9);
}
.link__.header_download__ {
    height: 4.6rem;
    border-radius: 1.6rem;
    padding: 1.6rem 2.8rem;
    background-color: #1e1e1e;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
}
.link__.hero_link__ {
    background-color: #fff;
    height: 9.6rem;
    width: 30.8rem;
    border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
    .link__.hero_link__ {
        width: 100%;
    }
}
.link__.hero_link__ img {
    width: 100%;
}
.link__.hero_link__:hover {
    background-color: rgba(255, 255, 255, 0.8);
}
.link__.contact_us_link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: #faf8ff;
    padding: 1.4rem;
    gap: 0;
    border-radius: 20px;
}
@media only screen and (max-width: 767px) {
    .link__.contact_us_link__ {
        padding: 1rem;
    }
}
.link__.contact_us_link__ * {
    position: relative;
    z-index: 2;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.link__.contact_us_link__ .icon__ {
    margin-inline: auto;
}
@media only screen and (max-width: 767px) {
    .link__.contact_us_link__ .icon__ {
        width: 4rem;
    }
}
.link__.contact_us_link__ .title__ {
    color: #1e1e1e;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 0;
    margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
    .link__.contact_us_link__ .title__ {
        font-size: 1.4rem;
    }
}
.link__.contact_us_link__ .value__ {
    color: #667085;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 2rem;
}
@media only screen and (max-width: 991px) {
    .link__.contact_us_link__ .value__ {
        font-size: 1.4rem;
    }
}
.link__.contact_us_link__:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#59348a),
        to(#34638a)
    );
    background: linear-gradient(180deg, #59348a 0%, #34638a 100%);
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.link__.contact_us_link__:hover {
    background-color: transparent;
}
.link__.contact_us_link__:hover:after {
    opacity: 1;
}
.link__.contact_us_link__:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.link__.contact_us_link__:hover .title__,
.link__.contact_us_link__:hover .value__ {
    color: #fff;
}
.link__.filter_link__ {
    background-color: #fff;
    color: #0f172a;
    border: 1px solid var(--grey-border, #e2e8f0);
    width: 100%;
    height: 6.4rem;
    border-radius: 0.8rem;
    padding: 1.6rem 2.4rem;
}
.link__.blog_card_link__ {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: var(--Main-Color, #1e1e1e);
    text-align: right;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 20.242px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.257px;
}
.link__.blog_card_link__ img {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
.link__.whatsapp_link {
    position: fixed;
    bottom: 50px;
    inset-inline-start: 100px;
    z-index: 1000;
}
@media only screen and (max-width: 767px) {
    .link__.whatsapp_link {
        inset-inline-start: 20px;
        bottom: 20px;
    }
}
.link__.whatsapp_link img {
    height: 100px;
}
@media only screen and (max-width: 767px) {
    .link__.whatsapp_link img {
        width: 65px;
        height: 65px;
    }
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
}
.breadcrumb-link {
    color: #6a6e83;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
.breadcrumb-link:after {
    content: "•";
    position: absolute;
    color: #6a6e83;
    margin: 0 5px;
    font-size: 12px;
}
.breadcrumb-link:hover {
    text-decoration: underline;
}
.breadcrumb-info {
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 400;
}
.buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .buttons-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.select-course-section {
    width: 200px;
    height: 54px;
}
@media only screen and (max-width: 767px) {
    .select-course-section {
        width: 100%;
    }
}
.section-title {
    color: #0f172a;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
    .section-title {
        font-size: 20px;
    }
}
.course-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.course-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background: #f8f9fd;
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 400;
    height: 35px;
}
.button {
    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;
    height: 54px;
    cursor: pointer;
    outline: none;
    padding: 10px 20px;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button.primary-button {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #1e1e1e;
}
.button.primary-button:hover {
    background-color: rgba(30, 30, 30, 0.9);
}
@media only screen and (max-width: 767px) {
    .button.add_new_course {
        font-size: 14px;
        padding: 10px;
        width: 100%;
    }
}
.button.delete_expense__ {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 0;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
}
.button.expense_add_mode_toggle_btn {
    height: 48px;
}
.button.accept_offer__ {
    background-color: #1e1e1e;
    color: #fff;
    padding: 16px 42px;
    gap: 5px;
}
@media only screen and (max-width: 767px) {
    .button.accept_offer__ {
        padding: 10px;
        font-size: 10px;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
    }
}
.button.accept_offer__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.button.accept_offer__:hover {
    background-color: rgba(30, 30, 30, 0.9);
}
.button.reject_offer__ {
    background-color: transparent;
    border: 1px solid #1e1e1e;
    color: #1e1e1e;
    padding: 16px 42px;
    gap: 5px;
}
@media only screen and (max-width: 767px) {
    .button.reject_offer__ {
        padding: 10px;
        font-size: 10px;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
    }
}
.button.reject_offer__:hover {
    background-color: rgba(30, 30, 30, 0.1);
}
.button.offer_chat_button__ {
    background-color: #f2f2f2;
    color: #1e1e1e;
    padding: 16px 42px;
    gap: 5px;
}
@media only screen and (max-width: 767px) {
    .button.offer_chat_button__ {
        padding: 10px;
        font-size: 10px;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
    }
}
.button.offer_chat_button__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.button.offer_chat_button__:hover {
    background-color: rgba(242, 242, 242, 0.5);
}
.button.contact_us_submit_button {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.button.add_certificate_button__ {
    color: #1e62c8;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    padding: 0;
    opacity: 0.8;
}
.button.add_certificate_button__:hover {
    opacity: 1;
}
.button.edit_work_button__ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    gap: 10px;
    margin-bottom: 20px;
}
.button.delete-course-button {
    border: 1px solid #de1f1f !important;
    color: #de1f1f;
    gap: 6px;
}
.button.delete-course-button,
.button.edit-course-button {
    min-width: 250px;
}
@media only screen and (max-width: 991px) {
    .button.delete-course-button,
    .button.edit-course-button {
        min-width: -moz-fit-content !important;
        min-width: -webkit-fit-content !important;
        min-width: fit-content !important;
    }
}
.button.more_data_button {
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    padding: 0;
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
}
.button.more_data_button:hover {
    text-decoration: none;
}
.button.edit_profile_button {
    background-color: #292d32 !important;
}
.button.edit_profile_button:hover {
    background-color: rgba(41, 45, 50, 0.9) !important;
}
.button.cancel_edit_profile_button {
    border-radius: 8px;
    background: #f2f2f2;
}
.button.submit_search {
    background-color: #1e1e1e;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    gap: 10px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button.submit_search:hover {
    background-color: rgba(30, 30, 30, 0.9);
}
.button.reset_search {
    background-color: transparent;
    color: #1e1e1e;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    height: 50px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    border: 1px solid rgba(30, 30, 30, 0.1);
    gap: 10px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.button.reset_search:hover {
    background-color: rgba(30, 30, 30, 0.1);
}
.button.submit_add_offer {
    width: 320px;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .button.submit_add_offer {
        width: 100%;
    }
}
.button.upload_image_button {
    position: relative;
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important;
    height: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: fit-content !important;
    padding: 6px;
    border: 1px solid #fff;
    background-color: rgba(255, 255, 255, 0.15);
}
.button.upload_image_button img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.button.upload_image_button:hover {
    background-color: rgba(255, 255, 255, 0.25);
}
.button.join_as_photographer_button {
    width: 320px;
}
@media only screen and (max-width: 767px) {
    .button.join_as_photographer_button {
        width: 100%;
    }
}
.button.join_as_photographer_button:disabled {
    color: #000;
    background-color: #f8f9fd;
    border: #f8f9fd;
    cursor: not-allowed;
}
.button.join_as_photographer_button:disabled:hover {
    background-color: #f8f9fd;
}
.button.profile_save_button {
    width: 322px;
}
.course-card {
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #e2e8f0;
    display: block;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(59, 130, 246, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(59, 130, 246, 0.12);
}
.course-card .image-wrapper {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 16px;
}
.course-card .image-wrapper .asp__ {
    padding-bottom: 52.25%;
}
.course-card .title__ {
    color: #0f172a;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin: 0;
}
.course-card .author__ {
    color: #6a6e83;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    line-height: 150%;
    margin-bottom: 6px;
}
.course-card .author__ .name__ {
    color: #0f172a;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.course-card .progress {
    --bs-progress-bg: #e0f2fe;
    height: 3px;
    margin-bottom: 8px;
}
.course-card .course_info__ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 6px;
}
.course-card .button {
    width: 100%;
}
.course-card:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.price__ {
    color: var(--Main-Color, #1e1e1e);
    text-align: right;
    font-family: "IBM Plex Sans Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 16px;
}
.rate-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}
.rate-wrapper .star-icon {
    font-size: 12px;
    color: rgba(106, 110, 131, 0.5);
}
.rate-wrapper .star-icon.active {
    color: #eab308;
}
.rate-wrapper .rate-count {
    color: #6a6e83;
    font-size: 12px;
}
.offer_info_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 8px;
    background: #f2f5ff;
    height: 53px;
    padding: 16px 40px;
}
@media only screen and (max-width: 991px) {
    .offer_info_wrapper__ {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
        padding: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .offer_info_wrapper__ {
        -ms-grid-columns: (1fr) [1];
        grid-template-columns: repeat(1, 1fr);
    }
}
.offer_info_wrapper__.offer_card_info_wrapper__ {
    width: 75% !important;
    gap: 24px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #f2f2f2;
}
@media only screen and (max-width: 991px) {
    .offer_info_wrapper__.offer_card_info_wrapper__ {
        gap: 10px;
        padding: 10px;
        width: 100% !important;
    }
}
.offer_info__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.offer_info__ .icon__ {
    margin: 0;
}
.offer_info__ .info_title__ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin: 0;
}
@media only screen and (max-width: 991px) {
    .offer_info__ .info_title__ {
        font-size: 12px;
    }
}
.offer_info__ .value__ {
    margin: 0 !important;
    color: #0f172a;
    font-size: 14px;
    font-weight: 600;
    line-height: 130%;
    text-transform: capitalize;
}
@media only screen and (max-width: 991px) {
    .offer_info__ .value__ {
        font-size: 12px;
    }
}
.expenses_strip__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.expenses_strip__ .title_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.expenses_strip__ .title__ {
    color: #0f172a;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.expenses_strip__ .price__ {
    border-radius: 6px;
    margin: 0;
    background: #f2f5ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
}
.expenses_strip__ .price__.none_background {
    background: transparent;
    font-weight: 700;
}
.attachments_title_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.attachments_title_wrapper__ .title__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
}
.attachments_title_wrapper__ .count__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #6a6e83;
    color: #fff;
}
.attachments_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.attachments_wrapper .image_wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
}
.attachments_wrapper .image_wrapper .asp__ {
    padding-bottom: 100%;
    margin: 0;
}
.attachments_wrapper .image_wrapper:after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.attachments_wrapper .image_wrapper:before {
    content: url("../images/icons/download-light.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.16);
    width: 40px;
    height: 40px;
    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;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.attachments_wrapper .image_wrapper:hover:after,
.attachments_wrapper .image_wrapper:hover:before {
    opacity: 1;
}
.filepond--root {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    min-height: 120px !important;
    border: 1px solid #e0e0e0;
}
.filepond--root * {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
}
.filepond--root :not(text) {
    direction: ltr !important;
}
.filepond--credits {
    display: none;
}
.filepond--drop-label {
    width: 100% !important;
}
.filepond--drop-label label {
    width: 100% !important;
}
.filePond_upload_button {
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    cursor: pointer;
}
.filePond_upload_button svg {
    width: 20px;
    height: 20px;
}
.filePond_upload_button svg path {
    stroke: #1e1e1e;
    fill: #1e1e1e;
}
.filepond--list {
    direction: rtl !important;
}
.filepond--item {
    width: 95px !important;
    height: 95px !important;
    -webkit-margin-end: 10px !important;
    margin-inline-end: 10px !important;
    margin-bottom: 10px !important;
    overflow: hidden;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    direction: rtl !important;
}
.filepond--image-preview {
    position: relative;
}
.filepond--image-clip {
    width: 95px !important;
}
.filepond--image-canvas-wrapper {
    -webkit-transform: unset !important;
    transform: unset !important;
}
.filepond--image-preview-wrapper {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.filepond--action {
    display: none !important;
}
.filepond--item-panel--error {
    display: none !important;
}
.filepond--file-info,
.filepond--file-status {
    display: none !important;
}
.modal-backdrop {
    z-index: 1040;
}
.modal {
    z-index: 1050;
}
.offcanvas {
    z-index: 1060;
}
.offcanvas-backdrop {
    position: fixed;
    z-index: 1055;
    background-color: rgba(0, 0, 0, 0.5);
}
#edit-offer {
    position: fixed;
    overflow: hidden;
}
#edit-offer .modal-dialog {
    min-width: 35% !important;
}
#verification_images .modal-header {
    border: 0 !important;
}
#verification_images .subtitle__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
#single_work .modal-dialog {
    min-width: 70%;
}
#single_work .modal-header {
    border: 0 !important;
}
#single_work .parag__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
    padding-block: 20px;
}
#single_work .title__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
}
#single_work .images_wrapper__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(308px, 1fr));
    gap: 16px;
}
#single_work .images_wrapper__ .image_wrapper__ {
    border-radius: 8px;
    overflow: hidden;
}
#single_work .images_wrapper__ .image_wrapper__ .asp__ {
    padding-bottom: 84.4155%;
}
#verification_images .modal-body,
#verification_images .modal-header {
    padding-inline: 30px !important;
}
#verification_images .modal-header {
    padding-bottom: 10px !important;
}
#verification_images .modal-body {
    padding-top: 10px !important;
}
.upload_image__ {
    width: 100%;
    overflow: hidden;
}
.upload_image__ .title__ {
    color: #0f172a;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 10px;
}
.upload_image__ .subtitle__ {
    color: #6a6e83;
    font-size: 12px !important;
    font-weight: 400;
    margin-bottom: 20px !important;
}
.upload_image__ .upload_placeholder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 273px;
    padding: 6px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    border-radius: 8px;
    background-color: #f8f9fd;
}
.upload_image__ .upload_image_label {
    position: relative;
    width: 100%;
}
.upload_image__ .upload_image_label input[type="file"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}
.upload_image__ .upload_image_label .preview_image__ {
    min-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}
.upload_image__ .upload_image_label .preview_image__ .asp__ {
    padding-bottom: 65.27415%;
}
.upload_image__ .upload_image_label.uploaded input[type="file"],
.upload_image__
    .upload_image_label:has(input[type="file"]:disabled)
    input[type="file"] {
    pointer-events: none;
}
.upload_image__ .upload_image_label.uploaded .preview_image__,
.upload_image__
    .upload_image_label:has(input[type="file"]:disabled)
    .preview_image__ {
    display: block;
}
.upload_image__ .upload_image_label.uploaded .upload_placeholder,
.upload_image__
    .upload_image_label:has(input[type="file"]:disabled)
    .upload_placeholder {
    display: none;
}
.upload_image__ .upload_image_label.uploaded {
    cursor: pointer;
}
.work_info_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.status__ {
    padding: 6px 8px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 6px;
}
.status__.accepted__ {
    color: #2da771;
    background-color: rgba(45, 167, 113, 0.12);
}
.status__.review__ {
    color: #601ee4;
    background-color: rgba(96, 30, 228, 0.12);
}
.status__.rejected__ {
    color: #de1f1f;
    background-color: rgba(222, 31, 31, 0.12);
}
.date__,
.view__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    border-radius: 6px;
    background: #f8f9fd;
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
}
.coach_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.coach_card .image_wrapper__ {
    max-width: 120px;
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #1e1e1e;
}
.coach_card .image_wrapper__ .asp__ {
    padding: 100%;
}
.coach_card .name__ {
    color: #0f172a;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    margin: 0;
}
.coach_card .title__ {
    color: #334155;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.coach_card .info_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.coach_card .info_wrapper .info_item__ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.video_container * {
    direction: ltr !important;
}
.video_container.rounded {
    border-radius: 16px !important;
    overflow: hidden;
}
.video_container .vjs-big-play-button {
    background-color: #fff !important;
    color: #1e1e1e !important;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.video_container .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 50px !important;
    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;
}
.reviews_comment_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 26px;
    gap: 20px;
    border-radius: 16px;
    border: 1px solid #f2f5ff;
    background: #fff;
}
@media only screen and (max-width: 767px) {
    .reviews_comment_card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.reviews_comment_card .user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.reviews_comment_card .user_info .image_wrapper {
    min-height: 60px;
    min-width: 60px;
    height: 60px;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
.reviews_comment_card .user_info .image_wrapper .asp__ {
    padding-bottom: 100%;
}
.reviews_comment_card .user_info .name__ {
    color: var(--grey-900, #0f172a);
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}
.reviews_comment_card .coment_content {
    max-width: 620px;
}
.reviews_comment_card .rate_date_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}
.reviews_comment_card .rate_date_wrapper .avg_num__ {
    color: #0f172a;
    font-size: 18px;
    font-weight: 600;
    line-height: 160%;
}
.reviews_comment_card .rate_date_wrapper .date_ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.reviews_comment_card .parag__ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}
.single_lecture_accordion {
    border: none !important;
}
.single_lecture_accordion .accordion-item {
    border: none !important;
    margin-bottom: 5px;
}
.single_lecture_accordion .accordion-header {
    border-radius: 12px;
    overflow: hidden;
}
.single_lecture_accordion .accordion-button {
    background-color: #f2f5ff !important;
    border: none !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px;
}
.single_lecture_accordion .accordion-button:after {
    margin: 0 !important;
}
.single_lecture_accordion .title__ {
    color: #0f172a;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
.single_lecture_accordion .section_info__ {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.single_lecture_accordion .section_info__ .info__ {
    color: #1e1e1e;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}
.single_lecture_accordion .accordion-body {
    padding-block: 0 !important;
}
.video_checkbox_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding-block: 25px;
}
.video_checkbox_card .title__ {
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 10px;
}
.video_checkbox_card .duration__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin: 0;
}
.video_checkbox_card:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
}
.more_lecture_wrapper__ {
    background: #f8fafc;
    padding: 36px;
}
@media only screen and (max-width: 767px) {
    .more_lecture_wrapper__ {
        padding: 15px;
    }
}
.more_lecture_wrapper__.with_margin_top {
    margin-top: 30px;
}
@media only screen and (max-width: 767px) {
    .more_lecture_wrapper__.with_margin_top {
        margin-top: 10px;
    }
}
.more_lecture_wrapper__ .head_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .more_lecture_wrapper__ .head_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
}
.more_lecture_wrapper__ .section_title__ {
    color: #6a6e83;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .more_lecture_wrapper__ .section_title__ {
        font-size: 16px;
    }
}
.more_lecture_wrapper__ .section_title__ .name__ {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
    line-height: 140%;
}
@media only screen and (max-width: 767px) {
    .more_lecture_wrapper__ .section_title__ .name__ {
        font-size: 16px;
    }
}
.more_lecture_wrapper__ .slider_buttons__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
}
.swiper-button-next,
.swiper-button-prev {
    position: static !important;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 10px;
    height: 40px;
    width: 56px;
    border: none;
    background-color: #1e1e1e;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0 !important;
}
.swiper-button-next:after,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-prev:before {
    position: relative !important;
    font-size: 12px;
    color: #fff !important;
}
.swiper-button-next:disabled,
.swiper-button-prev:disabled {
    background-color: #a8b1ce !important;
}
.buy_session_card {
    max-width: 400px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    padding: 26px;
    border-radius: 16px;
    border: 1px solid var(--grey-border, #e2e8f0);
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(59, 130, 246, 0.12);
    box-shadow: 0px 0px 8px 0px rgba(59, 130, 246, 0.12);
}
.buy_session_card .image_wrapper {
    width: 100%;
    margin-bottom: 29px;
    border-radius: 8px;
    overflow: hidden;
}
.price_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.price_wrapper .price__ {
    color: #1e1e1e;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
}
.price_wrapper .discount__ {
    color: #21c275;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.price_wrapper .old_price__ {
    color: #a8b1ce;
    font-size: 20px;
    font-weight: 600;
    line-height: 160%;
    position: relative;
}
.price_wrapper .old_price__:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #a8b1ce;
}
.social_list_wrapper__ {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}
.social_list_wrapper__ .social_item__ {
    border: 1px solid #1e1e1e;
    aspect-ratio: 1/1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    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;
}
.search_wrapper__ {
    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;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .search_wrapper__ {
    }
}
.search_wrapper__ input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #969696 !important;
}
.search_wrapper__ input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #969696 !important;
}
.search_wrapper__ input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #969696 !important;
}
.search_wrapper__ input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #969696 !important;
}
.search_wrapper__ input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #969696 !important;
}
.categories__ {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 0 6px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    height: 46px;
}
.categories__ .main-category {
    font-size: 14px;
    margin: 0px 0px 0px 4px;
    font-weight: 600;
    margin: 0 !important;
}
.categories__ .sub-category {
    margin: 0 !important;
    font-size: 12px;
    background-color: #f2f2f2;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 0px 2px;
    font-weight: 600;
}
.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    background-color: #fff;
    border-right-width: 5px;
    border-radius: 10px;
    overflow: hidden;
}
.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code {
    border-radius: 3px;
}
.callout + .bs-callout {
    margin-top: -5px;
}
.callout-default {
    border-right-color: #777;
}
.callout-default h4 {
    color: #777;
}
[lang="en"] .callout-default {
    border-left-color: #777;
}
.callout-primary {
    border-right-color: #1e1e1e;
}
.callout-primary h4 {
    color: #1e1e1e;
}
[lang="en"] .callout-primary {
    border-left-color: #1e1e1e;
}
.callout-success {
    border-right-color: #5cb85c;
}
.callout-success h4 {
    color: #5cb85c;
}
[lang="en"] .callout-success {
    border-left-color: #5cb85c;
}
.callout-danger {
    border-right-color: #d9534f;
}
.callout-danger h4 {
    color: #d9534f;
}
[lang="en"] .callout-danger {
    border-left-color: #d9534f;
}
.callout-warning {
    border-right-color: #f0ad4e;
}
.callout-warning h4 {
    color: #f0ad4e;
}
[lang="en"] .callout-warning {
    border-left-color: #f0ad4e;
}
.callout-info {
    border-right-color: #5bc0de;
}
.callout-info h4 {
    color: #5bc0de;
}
[lang="en"] .callout-info {
    border-left-color: #5bc0de;
}
.callout-bdc {
    border-right-color: #29527a;
}
.callout-bdc h4 {
    color: #29527a;
}
[lang="en"] .callout-bdc {
    border-left-color: #29527a;
}
[lang="en"] .callout {
    border-left-width: 5px;
}
.blog_card__ {
    border-radius: 36px;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 12.487px 8.097px 32.387px 0px rgba(107, 107, 107, 0.08);
    box-shadow: 12.487px 8.097px 32.387px 0px rgba(107, 107, 107, 0.08);
    border: 1px solid #f0f0f0;
    display: block;
    text-decoration: none !important;
}
.blog_card__ .image_wrapper__ {
    display: block;
    border-radius: 36px 36px 0 0;
    margin-bottom: 0 !important;
    overflow: hidden;
    position: relative;
}
.blog_card__ .image_wrapper__ .category__ {
    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;
    position: absolute;
    top: 30px;
    inset-inline-start: 30px;
    padding: 0 10px;
    height: 49px;
    border-radius: 7.479px;
    background: rgba(30, 30, 30, 0.9);
    backdrop-filter: blur(12.4641828537px);
    color: #f5f5f4;
    text-align: center;
    font-size: 17.45px;
    font-weight: 400;
    line-height: 33.903px;
    text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
    .blog_card__ .image_wrapper__ .category__ {
        font-size: 12px;
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
    }
}
.blog_card__ .image_wrapper__ .figure__ {
    padding-bottom: 64.0221%;
}
.blog_card__ .card_body__ {
    padding: 20px !important;
}
.blog_card__ .date__ {
    color: #0f172a !important;
    background-color: transparent !important;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500;
    margin-bottom: 14px !important;
    line-height: 25px;
}
.blog_card__ .title__ {
    color: #252f42 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 26px;
    margin-bottom: 16px;
}
.blog_card__:hover .img__ {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.popular_post_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.popular_post_card__ .image_wrapper {
    min-width: 100px;
    border-radius: 10px;
    overflow: hidden;
}
.popular_post_card__ .image_wrapper .figure {
    padding-bottom: 90%;
}
.popular_post_card__ .date__ {
    color: #2e3b52;
    background-color: transparent !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0 !important;
}
.popular_post_card__ .title__ {
    color: #0f172a !important;
    font-size: 18px !important;
    font-style: normal;
    letter-spacing: -0.72px !important;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .popular_post_card__ .title__ {
        font-size: 18px;
        line-height: 25px;
    }
}
.popular_post_card__:not(:last-of-type) {
    margin-bottom: 20px;
}
.popular_post_card__:hover {
    text-decoration: none;
}
.popular_post_card__:hover .img__ {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.custom_section__ {
    background-color: #fff;
    border-radius: 25px;
    border: 1px solid #e4e4e4;
    -webkit-box-shadow: 0px 0px 75.442px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 75.442px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 30px;
}
@media only screen and (max-width: 767px) {
    .custom_section__ {
        padding: 15px 20px;
    }
}
.custom_section__ .custom_section_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 15px;
    padding-bottom: 14px;
}
.custom_section__ .custom_section_title .clear_button__ {
    background: none;
    border: none;
    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;
    gap: 4px;
    cursor: pointer;
    color: var(--Black-500, #666);
    font-family: "IBM Plex Sans Arabic";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.custom_section__ .custom_section_title .sec_title__ {
    color: #0f172a;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .custom_section__ .custom_section_title .sec_title__ {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 25px;
        padding-bottom: 14px;
    }
}
@media only screen and (max-width: 767px) {
    .custom_section__ .custom_section_title .sec_title__ {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
}
.custom_section__.with_margin_bottom {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
    .custom_section__.with_margin_bottom {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .custom_section__.with_margin_bottom {
        margin-bottom: 10px;
    }
}
.share_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.share_list__ .share_link__ {
    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;
    width: 47px;
    height: 47px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #f2f2f2;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.share_list__ .share_link__ img {
    width: 30px;
}
.share_list__ .share_link__:hover {
    background-color: rgba(51, 51, 51, 0.2);
}
.second_breadcrumb__ {
    margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
    .second_breadcrumb__ {
        margin-bottom: 20px;
    }
}
.second_breadcrumb__ .breadcrumb_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.second_breadcrumb__ .breadcrumb_item__:not(:first-child) .link__,
.second_breadcrumb__ .breadcrumb_item__:not(:first-child) .text__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.second_breadcrumb__ .breadcrumb_item__:not(:first-child) .link__:before,
.second_breadcrumb__ .breadcrumb_item__:not(:first-child) .text__:before {
    content: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2222%22 height%3D%2222%22 viewBox%3D%220 0 22 22%22 fill%3D%22none%22%3E%3Cpath d%3D%22M6.97621 10.8998C6.97621 11.5057 7.20992 12.1116 7.66867 12.5704L13.3122 18.2139C13.5632 18.4649 13.9787 18.4649 14.2297 18.2139C14.4807 17.9629 14.4807 17.5474 14.2297 17.2964L8.58618 11.6529C8.1707 11.2374 8.1707 10.5622 8.58618 10.1468L14.2297 4.50324C14.4807 4.25223 14.4807 3.83675 14.2297 3.58573C13.9787 3.33472 13.5632 3.33472 13.3122 3.58573L7.66867 9.22926C7.20992 9.68802 6.97621 10.2939 6.97621 10.8998Z%22 fill%3D%22%23333333%22/%3E%3C/svg%3E");
    overflow: hidden;
    display: block;
    width: 21px;
    height: 21px;
}
.second_breadcrumb__ .link__ {
    color: #808080;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    font-size: 20px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .second_breadcrumb__ .link__ {
        font-size: 14px;
    }
}
.second_breadcrumb__ .link__:hover {
    color: #1a1a1a;
}
.second_breadcrumb__ .text__ {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
    .second_breadcrumb__ .text__ {
        font-size: 14px;
    }
}
.search_wrapper__ {
    position: relative;
    border: 1px solid #e4e4e4;
    height: 50px;
    border-radius: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    background-color: transparent !important;
}
.search_wrapper__ input {
    background-color: transparent !important;
}
@media only screen and (max-width: 767px) {
    .search_wrapper__ {
        height: 4rem;
    }
}
.search_wrapper__:focus-within {
    border-color: #1e1e1e;
}
.search_wrapper__ input {
    height: 100%;
    width: 100%;
    outline: none;
    border: none;
    background-color: transparent;
    padding: 0 20px;
    -webkit-padding-end: 60px;
    padding-inline-end: 60px;
}
.search_wrapper__ input::-moz-placeholder {
    color: #727272;
    opacity: 1;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.search_wrapper__ input::-webkit-input-placeholder {
    color: #727272;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.search_wrapper__ input:-ms-input-placeholder {
    color: #727272;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.search_wrapper__ input::-ms-input-placeholder {
    color: #727272;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.search_wrapper__ input::placeholder {
    color: #727272;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.search_wrapper__ input:focus::-moz-placeholder {
    opacity: 0;
}
.search_wrapper__ input:focus::-webkit-input-placeholder {
    opacity: 0;
}
.search_wrapper__ input:focus:-ms-input-placeholder {
    opacity: 0;
}
.search_wrapper__ input:focus::-ms-input-placeholder {
    opacity: 0;
}
.search_wrapper__ input:focus::placeholder {
    opacity: 0;
}
.search_wrapper__ .search_button__ {
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    inset-inline-end: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search_wrapper__ .search_button__ img {
    width: 2.5rem;
    height: 2.5rem;
}
.search_wrapper__ .search_button__:active,
.search_wrapper__ .search_button__:focus {
    outline: none;
}
.tags_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    max-height: 100px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.tags_wrapper__::-webkit-scrollbar {
    width: 8px;
}
.tags_wrapper__::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.tags_wrapper__::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.tags_wrapper__::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.tags_wrapper__ .item__ {
    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;
    height: 40px;
    width: 100%;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
}
.tags_wrapper__ .tag__ {
    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;
    border-radius: 38px;
    background: #f2f2f2;
    padding: 1rem;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    max-width: -moz-fit-content;
    max-width: -webkit-fit-content;
    max-width: fit-content;
}
.category_list__ {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 10px;
    max-height: 265px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}
.category_list__::-webkit-scrollbar {
    width: 8px;
}
.category_list__::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.category_list__::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.category_list__::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.category_list__ .category_item__ .category_link__ {
    height: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: fit-content !important;
    padding: 0;
    font-weight: 500;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #0f172a;
}
.category_list__ .category_item__ .category_link__:visited {
    color: #1e1e1e;
}
.category_list__ .category_item__.active .category_link__ {
    color: #1e1e1e !important;
}
.pagination {
    direction: ltr;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
html[dir="ltr"] .pagination {
    direction: rtl;
}
.pagination .page-item {
    padding-inline: 10px;
}
.pagination .page-item.active .page-link {
    background-color: #000;
    color: #fff !important;
}
.pagination .page-item.active .page-link:hover {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.pagination .page-link {
    background-color: transparent;
    padding: 0 !important;
    width: 45px;
    height: 45px;
    border: 1px solid #e3dbd8 !important;
    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;
    border-radius: 10px !important;
    font-size: 20px;
    font-weight: 500;
    color: #64748b;
}
@media only screen and (max-width: 767px) {
    .pagination .page-link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}
.pagination .next_page_item .page-link,
.pagination .previous_page_item .page-link {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.pagination .next_page_item.disabled .page-link,
.pagination .previous_page_item.disabled .page-link {
    color: #1e1e1e !important;
    font-weight: 400;
}
.pagination .number_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    border: 1px solid #1e1e1e;
    border-radius: 7px;
    overflow: hidden;
}
@media only screen and (max-width: 767px) {
    .pagination .number_wrapper__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -moz-fit-content;
        width: -webkit-fit-content;
        width: fit-content;
    }
}
.pagination .number_wrapper__ .page-item .page-link {
    width: 54px;
    height: 46px;
    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;
    border-radius: 7px !important;
}
.pagination .number_wrapper__ .page-item .page-link:hover {
    background-color: rgba(30, 30, 30, 0.1) !important;
}
.badge__ {
    background-color: #f2f2f2;
    padding: 6px 18px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 17px;
    border-radius: 10px;
    margin-bottom: 10px;
    font-weight: 700;
}
.rating_stars_wrapper {
    direction: ltr;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 0.7rem;
}
html[dir="ltr"] .rating_stars_wrapper {
    direction: rtl;
}
.rating_stars_wrapper .star_label {
    cursor: pointer;
}
.rating_stars_wrapper .star_label input {
    display: none;
}
.rating_stars_wrapper .star_label i {
    font-size: 1.6rem;
    color: #e0e0e0;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.rating_stars_wrapper .star_label:hover i,
.rating_stars_wrapper .star_label:hover ~ .star_label i {
    color: #fcd690;
}
.rating_stars_wrapper .star_label:has(input:checked) i,
.rating_stars_wrapper .star_label:has(input:checked) ~ .star_label i {
    color: #fabb43 !important;
}
.comment_card__ {
    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;
    gap: 85px;
    margin-bottom: 8px;
    max-width: 80%;
    margin-inline: auto;
}
@media only screen and (max-width: 991px) {
    .comment_card__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
        width: 70%;
    }
}
@media only screen and (max-width: 767px) {
    .comment_card__ {
        width: 65%;
    }
}
.comment_card__ .image_wrapper__ {
    width: 100%;
    max-width: 556px;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .comment_card__ .image_wrapper__ {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .comment_card__ .image_wrapper__ {
        width: 100%;
    }
}
.comment_card__ .image_wrapper__:after {
    content: "";
    display: block;
    width: 100%;
    height: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 25.138px;
    background: #17252a;
    position: absolute;
    bottom: -8px;
    inset-inline-start: -13px;
    z-index: -1;
}
.comment_card__ .image_wrapper__ .figure {
    border-radius: 13px;
    overflow: hidden;
    padding-bottom: 92.62589%;
}
.comment_card__ .content {
    width: 652px;
}
@media only screen and (max-width: 991px) {
    .comment_card__ .content {
        width: 100%;
    }
}
.comment_card__ .shape__ {
    width: 53px;
    margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
    .comment_card__ .shape__ {
        width: 30px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .comment_card__ .shape__ {
        display: none;
    }
}
.comment_card__ .rate-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 1199px) {
    .comment_card__ .rate-wrapper {
        gap: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .comment_card__ .rate-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.comment_card__ .rate-wrapper i {
    font-size: 30px;
}
@media only screen and (max-width: 1199px) {
    .comment_card__ .rate-wrapper i {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .comment_card__ .rate-wrapper i {
        font-size: 15px;
    }
}
.comment_card__ .rate-wrapper .active {
    color: #ffc107 !important;
}
.comment_card__ .parag__ {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 50px;
}
@media only screen and (max-width: 1199px) {
    .comment_card__ .parag__ {
        font-size: 24px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .comment_card__ .parag__ {
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
}
.auther__ .name__ {
    color: var(--Main-Color, #1e1e1e);
    font-size: 24px;
    font-weight: 700;
}
@media only screen and (max-width: 1199px) {
    .auther__ .name__ {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .auther__ .name__ {
        font-size: 14px;
        text-align: center;
    }
}
.auther__ .role__ {
    color: var(--Main-Color, #1e1e1e);
    font-size: 24px;
    font-weight: 400;
}
@media only screen and (max-width: 1199px) {
    .auther__ .role__ {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .auther__ .role__ {
        font-size: 14px;
        text-align: center;
    }
}
.photographer_offer_details_page .administrative_expenses_title {
    color: #0f172a;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 24px;
}
.photographer_offer_details_page .expenses_wrapper__ {
    margin-bottom: 20px;
}
.photographer_offer_details_page
    .expenses_wrapper__
    .expenses_strip__:not(:last-child) {
    margin-bottom: 12px;
}
.photographer_offer_details_page .attachments_title_wrapper__ {
    margin-bottom: 20px;
}
.photographer_offer_details_page .attachments_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}
.photographer_offer_details_page .attachments_wrapper .image_wrapper {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.photographer-profile .main-tabs .nav-link {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
}
.photographer-profile .main-tabs .nav-link.active {
    color: #1e1e1e;
    font-weight: 700;
}
#rate_photographer .photographer-profile .confirm,
.options .photographer-profile .confirm,
.photographer-profile #rate_photographer .confirm,
.photographer-profile .main-btn,
.photographer-profile .options .confirm {
    background-color: #1e1e1e;
    height: 54px;
}
#rate_photographer .photographer-profile .confirm img,
.options .photographer-profile .confirm img,
.photographer-profile #rate_photographer .confirm img,
.photographer-profile .main-btn img,
.photographer-profile .options .confirm img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
#rate_photographer .photographer-profile .confirm:hover,
.options .photographer-profile .confirm:hover,
.photographer-profile #rate_photographer .confirm:hover,
.photographer-profile .main-btn:hover,
.photographer-profile .options .confirm:hover {
    background-color: rgba(30, 30, 30, 0.9);
    color: #fff;
}
.photographer-profile .nice-select {
    height: 54px;
}
.photographer-profile .section_title {
    color: #0f172a;
    font-size: 24px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 16px;
}
.photographer-profile .lecture_section {
    padding-block: 24px;
}
.photographer-profile .lecture_section:not(:last-child) {
    border-bottom: 1px solid #e2e8f0;
}
.photographer-profile .course_details .parag__ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}
#edit-profile .main-tabs .nav-link {
    color: #6a6e83 !important;
    font-size: 16px;
    font-weight: 400;
}
#edit-profile .main-tabs .nav-link.active {
    color: #1e1e1e !important;
    font-weight: 700 !important;
}
#edit-profile .modal-body {
    overflow-y: hidden;
    -webkit-padding-end: 16px;
    padding-inline-end: 16px;
}
@media only screen and (max-width: 991px) {
    #edit-profile .modal-body {
        overflow-y: auto;
    }
}
#edit-profile .modal-footer {
    border-top: 0.5px solid #ccd3d9;
    padding-top: 24px;
}
#add-work {
    -webkit-padding-end: 16px !important;
    padding-inline-end: 16px !important;
}
.single_lecture_links_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 20px;
}
.single_lecture_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 148px;
    padding: 18px 21px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    color: #0f172a;
    border: 1px solid #e1e1e1;
}
.single_lecture_link:hover {
    background: #f2f5ff;
}
.single_lecture_link.active {
    background: #f2f5ff;
}
.single_lecture_link.active:hover {
    background: rgba(242, 245, 255, 0.2);
}
.reviews_content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 139px;
}
@media only screen and (max-width: 1199px) {
    .reviews_content_wrapper {
        gap: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .reviews_content_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}
.reviews_content_wrapper .reviews_info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.reviews_content_wrapper .reviews_comments {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.reviews_content_wrapper .total_review_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
.reviews_content_wrapper .total_review_wrapper .avg_num__ {
    color: #0f172a;
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
}
.reviews_content_wrapper .total_review_wrapper .reviews_count {
    color: #334155;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    direction: ltr;
}
.reviews_content_wrapper .reviews_precentage_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.reviews_content_wrapper .reviews_precentage_wrapper:not(:last-child) {
    margin-bottom: 10px;
}
.reviews_content_wrapper .reviews_precentage_wrapper .precentage__ {
    color: #334155;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
}
.reviews_content_wrapper .fa-star {
    color: #ededed;
}
.reviews_content_wrapper .fa-star.active {
    color: #fec84b;
}
.single_video_wrapper {
    overflow: hidden;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
}
.single_video_wrapper video {
    width: 100%;
    height: auto;
    border-radius: 12px;
}
.offer_details_page .offer_details_buttons_wrapper {
    margin-top: 10px;
}
@media only screen and (max-width: 991px) {
    .offer_details_page .accept-offer,
    .offer_details_page .reject-offer {
        padding-inline: 10px !important;
        min-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 991px) {
    .offer_details_page .chat-offer-btn .offer-details-span {
        margin-top: 0 !important;
        padding-inline: 15px !important;
    }
}
@media only screen and (max-width: 991px) {
    .offer_details_page .single-offer .offer_details_wrapper {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
}
@media only screen and (max-width: 991px) {
    .offer_details_page .single-offer .attachment_span {
        -webkit-margin-start: auto;
        margin-inline-start: auto;
        -webkit-margin-end: 0 !important;
        margin-inline-end: 0 !important;
    }
}
.questionnaire_page .parag__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 60px;
}
.questionnaire_page .parag__.questionnaire-paragraph {
    max-width: 1272px;
    margin-inline: auto;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .questionnaire_page .parag__.questionnaire-paragraph {
        font-size: 16px;
        text-align: start;
    }
}
@media only screen and (max-width: 991px) {
    .questionnaire_page .parag__ {
        font-size: 16px;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .questionnaire_page .parag__ {
        line-height: 22px;
        font-size: 14px;
        margin-bottom: 15px;
    }
}
.form_wrapper__ {
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(106, 110, 131, 0.16);
    box-shadow: 0px 4px 24px 0px rgba(106, 110, 131, 0.16);
    padding: 24px;
    margin-inline: auto;
}
.form_wrapper__ .form_content {
    max-width: 1272px;
}
.form_wrapper__ .question_wrapper {
    margin-bottom: 25px;
}
.form_wrapper__ .question_wrapper .question__ {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.form_wrapper__ .question_wrapper .inputs_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form_wrapper__ .question_wrapper .input_label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    -ms-flex-preferred-size: calc(20% - 16px);
    flex-basis: calc(20% - 16px);
    min-width: calc(20% - 16px);
}
@media only screen and (max-width: 991px) {
    .form_wrapper__ .question_wrapper .input_label {
        -ms-flex-preferred-size: calc(50% - 16px);
        flex-basis: calc(50% - 16px);
        min-width: calc(50% - 16px);
    }
}
@media only screen and (max-width: 767px) {
    .form_wrapper__ .question_wrapper .input_label {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%;
    }
}
.form_wrapper__ .stars i {
    color: #e0e0e0;
}
.form_wrapper__ .stars .active {
    color: #fabb43;
}
.form_wrapper__ .input__ {
    width: 100%;
    height: 64px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    resize: none;
}
.form_wrapper__ .input__:focus {
    outline: none;
}
.form_wrapper__ .input__::-moz-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .input__::-webkit-input-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .input__:-ms-input-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .input__::-ms-input-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .input__::placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .textarea__ {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    padding: 10px;
    resize: none;
}
.form_wrapper__ .textarea__:focus {
    outline: none;
}
.form_wrapper__ .textarea__::-moz-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .textarea__::-webkit-input-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .textarea__:-ms-input-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .textarea__::-ms-input-placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .textarea__::placeholder {
    color: #969696 !important;
    font-size: 20px;
    font-weight: 400;
}
.form_wrapper__ .text__ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
}
.form_wrapper__ .submit_button {
    border-radius: 8px;
    background: #292d32;
    padding: 6px 16px;
    min-width: 205px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.checkbox_label {
    position: relative;
}
.checkbox_label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.checkbox_label .shape__ {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    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;
    -webkit-transition: all 0.3;
    transition: all 0.3;
}
.checkbox_label:has(input[type="checkbox"]:checked) .shape__ {
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e;
    position: relative;
}
.checkbox_label:has(input[type="checkbox"]:checked) .shape__:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contact_us_form_wrapper {
    padding: 32px;
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 24px 0px rgba(106, 110, 131, 0.16);
    box-shadow: 0px 4px 24px 0px rgba(106, 110, 131, 0.16);
}
.edit_offer {
    position: relative;
}
@media only screen and (max-width: 767px) {
    .edit_offer {
        width: 100% !important;
    }
}
.edit_offer .section_wrapper {
    border-radius: 16px;
    background: #fff;
    -webkit-box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.08);
    box-shadow: 0px 20px 60px 0px rgba(52, 37, 94, 0.08);
    padding: 16px 24px;
}
.edit_offer .section_wrapper.presentation_summary {
    position: sticky;
    top: 120px;
}
@media only screen and (max-width: 767px) {
    .edit_offer .section_wrapper.presentation_summary {
        position: static !important;
    }
}
.edit_offer .photographer-add-expenses-wrapper .title__ {
    color: #424242;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.edit_offer .photographer-add-expenses-wrapper .empty__ {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100px;
}
.edit_offer .photographer-add-expenses-wrapper .empty__ h4 {
    font-size: 16px;
    font-weight: 500;
    color: #424242;
    margin-bottom: 10px;
}
.edit_offer .photographer-add-expenses-wrapper .empty__ h6 {
    font-size: 14px;
    font-weight: 400;
    color: #424242;
    margin: 0;
}
.edit_offer .expenses_strip__ .title__ {
    font-size: 14px;
    font-weight: 400;
    overflow-wrap: anywhere;
}
.edit_offer .expenses_strip__ .price__ {
    font-size: 14px;
}
.edit_offer input::-moz-placeholder,
.edit_offer textarea::-moz-placeholder {
    color: #b5b5b5 !important;
}
.edit_offer input::-webkit-input-placeholder,
.edit_offer textarea::-webkit-input-placeholder {
    color: #b5b5b5 !important;
}
.edit_offer input::-moz-placeholder,
.edit_offer textarea::-moz-placeholder {
    color: #b5b5b5 !important;
}
.edit_offer input:-ms-input-placeholder,
.edit_offer textarea:-ms-input-placeholder {
    color: #b5b5b5 !important;
}
.edit_offer input::-ms-input-placeholder,
.edit_offer textarea::-ms-input-placeholder {
    color: #b5b5b5 !important;
}
.edit_offer input::placeholder,
.edit_offer textarea::placeholder {
    color: #b5b5b5 !important;
}
.be_photographer .form_wrapper {
    max-width: 1200px;
}
.be_photographer .form_title__ {
    color: #0f172a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.be_photographer .form_subtitle__ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.upload_img_wrapper__ {
    max-width: 483px;
}
.upload_img_wrapper__ .title__ {
    color: #424242;
    font-size: 16px;
    font-weight: 600;
}
.upload_img_wrapper__ .subtitle__ {
    color: #6a6e83;
    font-size: 12px;
    font-weight: 400;
}
.upload_image_label__ {
    position: relative;
    width: 100%;
    min-height: 162px;
    border-radius: 8px;
    overflow: hidden;
}
.upload_image_label__ input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer !important;
    z-index: 10;
}
.upload_image_label__ .placeholder__ {
    position: absolute;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f8f9fd;
    width: 100%;
    height: 100%;
}
.upload_image_label__ .asp__ {
    padding-bottom: 33.54%;
}
.upload_image_label__ .actions_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    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;
    opacity: 1;
    gap: 10px;
    z-index: 30;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.upload_image_label__:not(:has(input[data-has-value="true"])) .uploaded_image {
    display: none;
}
.upload_image_label__:not(:has(input[data-has-value="true"])) .actions_wrapper {
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.upload_image_label__:not(:has(input[data-has-value="true"])) .placeholder__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog_page__ .blog_title__ {
    color: #666;
    font-size: 26px;
    font-weight: 500;
    line-height: 42px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .blog_page__ .blog_title__ {
        font-size: 18px;
    }
}
.blog_page__.single_page .blog_details_wrapper__ {
    border-radius: 30px;
    border: 1px solid #e4e4e4;
    background: #fff;
    padding: 26px 24px;
}
.blog_page__.single_page .blog_details_wrapper__ .parag__ {
    width: 100%;
}
.blog_page__.single_page .blog_details_wrapper__ .parag__ img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 24.02px;
    display: block;
}
.blog_page__.single_page .blog_details_wrapper__ .parag__ p {
    word-wrap: break-word;
}
.blog_page__.single_page .blog_details_wrapper__ .parag__ p {
    word-wrap: break-word;
}
@media only screen and (max-width: 767px) {
    .blog_page__.single_page .blog_details_wrapper__ {
        padding: 20px 15px;
    }
}
.blog_page__.single_page .main_image .figure__ {
    margin: 0 !important;
    max-width: unset;
}
.blog_page__.single_page .main_title__ {
    color: #000;
    font-family: "IBM Plex Sans Arabic";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 124%;
    letter-spacing: -1.938px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .blog_page__.single_page .main_title__ {
        font-size: 24px !important;
        line-height: 30px;
    }
}
.blog_page__.single_page .subtitle__ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .blog_page__.single_page .subtitle__ {
        font-size: 14px;
    }
}
.blog_page__.single_page .image_wrapper__ {
    border-radius: 25px !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
}
.blog_page__.single_page .image_wrapper__ .figure__ {
    padding-bottom: 46.153% !important;
}
.blog_page__.single_page .date__ {
    color: #808080 !important;
    font-size: 16px !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    background-color: transparent !important;
    font-weight: 400 !important;
    line-height: 26px;
    margin-bottom: 20px;
}
.blog_page__.single_page .parag__ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
}
.blog_page__.single_page .title__ {
    color: #64748b;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}
.list_wrapper__:not(:last-child) {
    margin-bottom: 20px;
}
.list_wrapper__ .list_title__ {
    color: #64748b;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px;
}
.list_wrapper__ .list__ {
    list-style: none;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
}
.list_wrapper__ .list__ .li__ {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
}
.list_wrapper__ .list__ .li__:before {
    content: "";
    width: 8px;
    height: 8px;
    background-color: #999;
    display: block;
    border-radius: 50%;
    margin-top: 10px;
}
.similar_blogs_title {
    color: #808080;
    font-family: "IBM Plex Sans Arabic";
    font-size: 26.688px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 28px;
}
.blog_cards_wrapper {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(395px, 1fr));
    gap: 30px;
}
@media only screen and (max-width: 991px) {
    .blog_cards_wrapper {
        gap: 20px;
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
.payment_page_layout__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2.6fr 104px 1fr;
    grid-template-columns: 2.6fr 1fr;
    gap: 104px;
}
@media only screen and (max-width: 991px) {
    .payment_page_layout__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.payment_form_wrapper__ {
    width: 100%;
    border-radius: 32px;
    background:
        -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff)),
        url(<path-to-image>) lightgray 50% / cover no-repeat;
    background:
        linear-gradient(0deg, #fff 0%, #fff 100%),
        url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.payment_user_info_wrapper__ {
    border-radius: 25px;
}
[lang="en"] header nav .nav-item {
    margin-left: unset;
    margin-right: 20px;
}
[lang="en"] .mainSwitch button {
    margin-left: 15px;
    margin-right: 15px;
}
[lang="en"] #be_photographer .btn-close {
    -webkit-filter: invert(0);
    filter: invert(0);
    margin-left: unset;
    margin-right: 0;
}
@media (max-width: 375px) {
    .app .padding-div {
        padding: 20px 25px !important;
    }
    .animated-div {
        padding: 15px 5px !important;
    }
    .herobox .filter {
        padding: 15px !important;
    }
}
@media (max-width: 370px) {
    .mobile-display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media (max-width: 550px) {
    .qr-container {
        margin: auto;
    }
    .col-30 {
        width: 100%;
    }
    .col-40 {
        width: 100%;
    }
    .video-container {
        height: 100%;
    }
    #rate_photographer .cancel,
    .options .cancel,
    .secondary-btn {
        padding: 5px 35px;
        font-size: 14px;
    }
    .video-banner {
        width: 85%;
    }
    .video-banner .banner-header h4 {
        font-size: 18px;
    }
    .video-container video {
        height: 70%;
    }
    .banner .offer-value {
        height: 50px;
        width: 85px;
    }
    .banner .offer-title h4 {
        font-size: 30px;
        line-height: 50px;
    }
    .banner .offer-value span {
        font-size: 24px;
    }
    .left-side .mainSwitch {
        width: 160px;
    }
    .left-side .backgroundPill {
        width: 90px;
    }
}
@media (max-width: 767px) {
    .cover-picture {
        height: 90px;
    }
    .cities {
        padding: 30px 0px 0px 20px;
    }
    .footer .footer-logo {
        height: 35px;
    }
    header nav .nav-item {
        margin-left: 0px;
    }
    .works .slick-track .slick-center {
        height: 350px;
    }
    .works .slick-item {
        height: 350px !important;
        padding: 15px 25px;
    }
    .main-title h4 {
        font-size: 28px;
    }
    .main-title p {
        font-size: 16px;
    }
    .home-header {
        height: 670px;
    }
    .herobox {
        height: 100%;
    }
    .herobox .category-name {
        margin: 10px auto;
    }
    .herobox .content h2 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }
    .herobox .carousel .item .item-img {
        width: 60%;
    }
    .herobox .filter {
        padding: 15px 20px;
        margin-top: 10px;
        margin-right: auto;
        margin-left: auto;
    }
    .herobox .search button {
        width: 100% !important;
    }
    .mobile-image {
        display: none;
    }
}
@media (max-width: 990px) {
    #rate_photographer .modal-header h1 {
        font-size: 18px;
    }
    .navbar-nav .nav-link.show {
        color: #f6f6f6;
    }
    .wizard-steps {
        display: none;
    }
    .balance-status {
        margin-top: 15px;
    }
    table td {
        text-wrap: nowrap;
    }
    table th {
        text-wrap: nowrap;
    }
    .mobile-left-side {
        display: block !important;
    }
    .lg-left-side {
        display: none !important;
    }
    .banner {
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: fit-content;
    }
    .herobox .niceSelect {
        margin-bottom: 15px;
        margin-left: 0px !important;
    }
    .herobox .search button {
        margin-right: auto;
        margin-left: auto;
        margin-top: 70px;
    }
    .app {
        padding: 30px 0px;
    }
    .app .app-download {
        height: 320px;
    }
    .app .app-download .padding-div {
        padding: 20px 25px;
    }
    .app .app-download h3 {
        font-size: 24px;
    }
    .app .app-download h3 span {
        font-size: 16px;
    }
    .app .app-download p {
        margin-top: 30px;
        font-size: 16px;
    }
    .app .app-download .download-img {
        position: absolute;
        height: 370px;
        bottom: -320px;
        left: 0px;
    }
    nav .special-btn {
        border: none !important;
        padding: 5px 0px !important;
        background-color: unset !important;
    }
    .internal-header .container-fluid {
        padding: 0 15px;
    }
    .internal-header nav {
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0;
    }
}
@media (max-width: 1199px) {
    .left-side .mainSwitch {
        width: 140px;
    }
    .left-side .special-btn {
        padding: 10px;
    }
    header nav .nav-item {
        margin-left: 7px;
    }
    .left-side .backgroundPill {
        width: 85px;
    }
}
@media (min-width: 551px) and (max-width: 767px) {
    .col-30 {
        width: 100%;
    }
    .col-40 {
        width: 100%;
    }
}
@media (min-width: 551px) and (max-width: 990px) {
    .col-30 {
        width: 20%;
    }
    .col-40 {
        width: 60%;
    }
    .banner {
        height: 75vh;
        padding: 15px 35px;
    }
    .banner .offer-value {
        height: 70px;
        width: 100px;
    }
    .banner .offer-title h4 {
        font-size: 40px;
        line-height: 60px;
    }
}
@media (min-width: 768px) and (max-width: 990px) {
    .footer {
        padding: 20px 0px !important;
    }
    .filter {
        margin-right: auto;
        margin-left: auto;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .col-30 {
        width: 25%;
    }
    .col-40 {
        width: 50%;
    }
    .notification-counter {
        height: 20px;
        width: 20px;
    }
    .footer .related-pages {
        gap: 15px;
    }
    header .main-logo {
        height: 30px;
    }
    .nav-icon {
        width: 40px;
        height: 40px;
    }
    header nav .nav-item .nav-link {
        font-size: 14px;
    }
    .create-order {
        padding: 10px 5px;
    }
    .mainSwitch {
        width: 100px;
    }
    .backgroundPill {
        width: 40px;
    }
    .banner {
        height: 75vh;
        padding: 15px 35px;
    }
    .banner .offer-value {
        height: 70px;
        width: 100px;
    }
    .banner .offer-title h4 {
        font-size: 40px;
        line-height: 60px;
    }
}
@media (min-width: 992px) {
    .mobile-link {
        display: none !important;
    }
    .large-screen-only {
        display: block !important;
    }
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .container-fluid {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width: 1300px) and (max-width: 1599px) {
    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (min-width: 1600px) {
    .container-fluid {
        padding-left: 110px;
        padding-right: 110px;
    }
}
@media (max-width: 1200px) {
    .notification-dropdown {
        padding: 10px;
        min-width: 350px;
        max-width: 100%;
        max-height: 600px;
        overflow-y: auto;
        inset-inline-end: -50px !important;
    }
}
@media (max-width: 991px) {
    .notification-dropdown {
        padding: 10px;
        min-width: 350px;
        max-width: 100%;
        max-height: 600px;
        overflow-y: auto;
        inset-inline-end: -100px !important;
    }
}
@media (max-width: 550px) {
    .navbar-brand img {
        max-width: 90px;
        margin: 0 auto;
    }
    .profile-dropdown img {
        width: 35px !important;
        height: 35px !important;
    }
    .nav-icon {
        width: 35px !important;
        height: 35px !important;
    }
    .nav-icon img {
        width: 20px !important;
        height: 20px !important;
    }
    .notification-dropdown {
        min-width: 270px;
        right: unset !important;
        inset-inline-end: -100px !important;
    }
}
@media (max-width: 767px) {
    .row-sm-reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 767px) {
    .work-edit-images-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 150px;
    }
}
.upload_work_cover_image__ {
    max-width: 397px !important;
    width: 397px !important;
}
.upload_work_cover_image__ .upload_image_label {
    height: 200px !important;
}
.selected_item__ {
    height: 55px !important;
}
.no_scroll__::-webkit-scrollbar {
    display: none;
}
.custom_block__ {
    padding: 16px !important;
    background-color: #fff;
    border-radius: 12px;
}
.custom_block__ .block_header__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ccd3d9;
    padding-bottom: 12px !important;
    margin-bottom: 12px !important;
}
@media only screen and (max-width: 991px) {
    .custom_block__ .block_header__ {
        padding-bottom: 8px !important;
        margin-bottom: 8px !important;
    }
}
.custom_block__ .title__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
}
.custom_block__ .content_block__:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ccd3d9;
}
.custom_block__ .content_block__ .content_block_title__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.custom_block__ .content_block__ .content_block_title__.button__ {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.custom_block__ .content_block__ .content_block_title__.with_margin {
    margin-bottom: 16px;
}
.custom_block__.full_width {
    width: 100%;
}
.filter_search__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    height: 54px;
    border: 1px solid #ccd3d9;
    border-radius: 12px;
}
.filter_search__ input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0 16px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #1e1e1e;
    background-color: transparent;
    width: 100% !important;
}
@media only screen and (max-width: 991px) {
    .filter_search__ input {
        font-size: 12px;
    }
}
.filter_search__ input::-webkit-input-placeholder {
    color: #a0a0a0;
}
.filter_search__ input::-moz-placeholder {
    color: #a0a0a0;
}
.filter_search__ input:-ms-input-placeholder {
    color: #a0a0a0;
}
.filter_search__ input::-ms-input-placeholder {
    color: #a0a0a0;
}
.filter_search__ input::placeholder {
    color: #a0a0a0;
}
.filter_search__ .search_btn__ {
    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;
    width: 54px;
    height: 100%;
    background-color: transparent !important;
    border: none;
    outline: none;
    cursor: pointer;
}
.filter_search__ .search_btn__ svg {
    width: 20px;
    height: 20px;
    fill: #1e1e1e;
}
.request_card__ {
    background-color: #fff;
    padding: 24px;
    border-radius: 12px;
}
.request_card__ .title__ {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
.request_card__ .body__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 24px;
}
@media only screen and (max-width: 767px) {
    .request_card__ .body__ {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .request_card__ .body__ .user_wrapper__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .request_card__ .body__ .info_item___ * {
        text-align: center;
    }
    .request_card__ .body__ .info_item___ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media only screen and (max-width: 767px) {
    .request_card__ .body__ .button__ {
        width: 100%;
        grid-column: 1/-1;
        min-width: 100% !important;
    }
}
.request_card__ .parag__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.request_card__ .user_wrapper__ .name__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 1280px) {
    .request_card__ .large_screen__ {
        display: none !important;
    }
}
.request_card__ .mobile__ {
    display: none;
}
@media only screen and (max-width: 1280px) {
    .request_card__ .mobile__ {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.request_card__:not(:last-child) {
    margin-bottom: 16px;
}
.user_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.user_wrapper__ .image_wrapper__ {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.user_wrapper__ .image_wrapper__ .figure__ {
    padding-bottom: 100% !important;
}
.user_wrapper__ .image_wrapper__ .name__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 500;
}
.info_item___ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
@media only screen and (max-width: 991px) {
    .info_item___ {
        gap: 7px;
    }
}
.info_item___ .info_icon__ {
    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;
    background-color: #f6f6f6;
    width: 48px;
    height: 48px;
    border-radius: 8px;
}
.info_item___ .info_icon__ img {
    width: 24px;
    height: 24px;
}
.info_item___ .info_content__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
}
.info_item___ .info___ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .info_item___ .info___ {
        font-size: 14px;
    }
}
.info_item___ .info_value___ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    .info_item___ .info_value___ {
        font-size: 12px;
    }
}
.info_item___ .info_value___.blue__ {
    color: #1e62c8;
    text-decoration: underline;
}
.label___ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    padding: 5.592px 14.911px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9.319px;
    border-radius: 7.455px;
    background: rgba(255, 255, 255, 0.12);
}
.statistics__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 280.109px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 69px;
}
@media only screen and (max-width: 1280px) {
    .statistics__ {
        gap: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .statistics__ {
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .statistics__ {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
}
.statistics__ .statistics_item__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.statistics__ .value__ {
    color: #fff;
    font-size: 28px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .statistics__ .value__ {
        font-size: 18px;
    }
}
.statistics__ .title__ {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .statistics__ .title__ {
        font-size: 14px;
    }
}
.notification_card__ {
    padding: 12px;
}
@media only screen and (max-width: 767px) {
    .notification_card__ {
        padding: 8px !important;
    }
}
.notification_card__ .card_header__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.notification_card__ .icon__ {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.notification_card__ .title__ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
}
.notification_card__ .parag__ {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
}
.notification_card__ .buttons_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
@media only screen and (max-width: 767px) {
    .notification_card__ .buttons_wrapper__ {
        gap: 8px;
    }
}
.notification_card__ .notification_date__ {
    margin-top: 12px;
    color: #a8b1ce;
    font-size: 12px;
    font-weight: 400;
}
.notification_card__:not(:last-child) {
    border-bottom: 1px solid #ccd3d9;
    margin-bottom: 12px;
    border-radius: 0;
}
.notification_card__.not_readed__ {
    background-color: rgba(33, 77, 232, 0.06) !important;
    border-bottom: none !important;
    border-radius: 8px;
}
.notification_card__.not_readed__ .icon__ {
    -webkit-filter: unset;
    filter: unset;
}
.message_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 16px;
    padding-top: 28px;
}
.message_card__ .image_wrapper__ {
    width: 56px;
    height: 56px;
}
.message_card__ .image_wrapper__ .figure__ {
    overflow: hidden;
    border-radius: 50%;
    padding-bottom: 100% !important;
}
.message_card__ .content_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}
.message_card__ .title__ {
    color: #6a6e83;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
}
.message_card__ .message_date__ {
    color: #98a2b3;
    font-size: 12px;
    font-weight: 500;
}
.message_card__ .user_name__ {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
}
.message_card__ .text__ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}
.message_card__ .message_date_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 5px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 72px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
}
.message_card__ .unreaded_count__ {
    border-radius: 12px;
    background: #de1f1f;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: normal;
    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;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    margin-top: auto;
    display: none;
}
.message_card__.active {
    -webkit-padding-start: 14px;
    padding-inline-start: 14px;
    border-radius: 8px 0 0 8px;
    -webkit-border-start: 2px solid #1e62c8;
    border-inline-start: 2px solid #1e62c8;
    background-color: rgba(33, 77, 232, 0.06);
}
.message_card__.active .unreaded_count__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.category_swiper_card__ .figure__ {
    padding-bottom: 103%;
    border-radius: 12px;
    overflow: hidden;
}
.category_swiper_card__ .image_wrapper__ {
    position: relative;
    margin-bottom: 24px;
    overflow: hidden;
}
.category_swiper_card__ .image_wrapper__ .icon__ {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background: #ccd3d9;
    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;
    top: 14px;
    inset-inline-start: 14px;
}
.category_swiper_card__ .image_wrapper__ .button_wrapper__ {
    position: absolute;
    bottom: -1px;
    inset-inline-end: -1px;
    background-color: #1e1e1e;
    padding: 9px;
    border-radius: 0 12px 0 0;
    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;
}
html[dir="ltr"] .category_swiper_card__ .image_wrapper__ .button_wrapper__ {
    border-radius: 12px 0 0 0;
}
.category_swiper_card__ .image_wrapper__ .button_wrapper__:after,
.category_swiper_card__ .image_wrapper__ .button_wrapper__:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
}
.category_swiper_card__ .image_wrapper__ .button_wrapper__:after {
    top: -29px;
    inset-inline-end: -2px;
    background: radial-gradient(
        circle at 71% 36%,
        transparent 21px,
        #1e1e1e 10px
    );
}
html[dir="ltr"]
    .category_swiper_card__
    .image_wrapper__
    .button_wrapper__:after {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.category_swiper_card__ .image_wrapper__ .button_wrapper__:before {
    bottom: -2px;
    inset-inline-start: -29px;
    background: radial-gradient(
        circle at 66% 29%,
        transparent 21px,
        #1e1e1e 10px
    );
}
html[dir="ltr"]
    .category_swiper_card__
    .image_wrapper__
    .button_wrapper__:before {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.category_swiper_card__ .image_wrapper__ .button_wrapper__ .button__ {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    border: 1px solid #fff;
}
html[dir="ltr"]
    .category_swiper_card__
    .image_wrapper__
    .button_wrapper__
    .button__
    img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.category_swiper_card__ .title__ {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 134%;
    letter-spacing: -0.96px;
}
@media only screen and (max-width: 991px) {
    .category_swiper_card__ .title__ {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .category_swiper_card__ .title__ {
        font-size: 20px;
    }
}
.user_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}
.user_card__ .image_wrapper__ {
    width: 100%;
    max-width: 56px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
.user_card__ .image_wrapper__ .figure__ {
    padding-bottom: 100%;
}
.user_card__ .name__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
}
.user_card__ .location__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.user_card__ .rate_wrapper__ {
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    -webkit-font-feature-settings: "dlig" on;
    font-feature-settings: "dlig" on;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.user_card__ .rate_wrapper__ .rate_count {
    opacity: 0.5;
}
.user_card__ .rate_wrapper__ .rate_value__ {
    font-weight: 500;
    opacity: 0.6;
}
.photographe_card {
    border-radius: 8px;
    width: 100%;
    max-width: 311px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .photographe_card {
        max-width: 100%;
    }
}
.photographe_card .photographe_card_link__ {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    z-index: 3;
}
.photographe_card .swiper_wrapper__ {
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
}
@media only screen and (max-width: 767px) {
    .photographe_card .swiper_wrapper__ {
        max-width: 100%;
    }
}
.photographe_card .swiper_wrapper__ .figure__ {
    padding-bottom: 131.944% !important;
}
@media only screen and (max-width: 767px) {
    .photographe_card .swiper_wrapper__ .figure__ {
        padding-bottom: 108.681% !important;
    }
}
.photographe_card .swiper_wrapper__ .figure__:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0.2)),
        to(#000)
    );
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, #000 100%);
}
.photographe_card .photographe_swiper-button-next,
.photographe_card .photographe_swiper-button-prev {
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30 !important;
    background: rgba(217, 217, 217, 0.3);
    width: 15px;
    height: 43px;
    border: none;
    outline: none;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .photographe_card .photographe_swiper-button-next,
    .photographe_card .photographe_swiper-button-prev {
        top: 25%;
    }
}
.photographe_card .photographe_swiper-button-next {
    border-radius: 0 4px 4px 0;
    inset-inline-end: 0;
}
html[dir="ltr"] .photographe_card .photographe_swiper-button-next {
    inset-inline-end: unset;
    inset-inline-start: 0;
    border-radius: 4px 0 0 4px;
}
.photographe_card .photographe_swiper-button-next .icon__ {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
html[dir="ltr"] .photographe_card .photographe_swiper-button-next .icon__ {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.photographe_card .photographe_swiper-button-prev {
    border-radius: 4px 0 0 4px;
    inset-inline-start: 0;
}
html[dir="ltr"] .photographe_card .photographe_swiper-button-prev {
    inset-inline-start: unset;
    inset-inline-end: 0;
    border-radius: 0 4px 4px 0;
}
.photographe_card .photographe_swiper-button-prev .icon__ {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
html[dir="ltr"] .photographe_card .photographe_swiper-button-prev .icon__ {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.photographe_card .card_content__ {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 17px;
    z-index: 100;
}
.photographe_card .user_card__ {
    gap: 12px;
}
.photographe_card .user_card__ .image_wrapper__ {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
}
.photographe_card .user_card__ .name__ {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin: 0;
}
.photographe_card .rate_location_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #6a6e83;
}
.photographe_card .rate_wrapper__ {
    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;
    gap: 8px;
}
.photographe_card .rate_wrapper__ .rate_value__ {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.photographe_card .location_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-start: 1px solid #6a6e83;
    border-inline-start: 1px solid #6a6e83;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.023px;
}
.photographe_card .flow_top__ {
    position: relative;
    z-index: 10;
}
.photographe_card .card_footer {
    margin-top: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .photographe_card .card_footer {
        gap: 12px;
    }
}
.photographe_card .card_footer button {
    position: relative;
    z-index: 15;
}
.stars_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.stars_wrapper__ .rate_value__ {
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
}
.wallet_card__ {
    min-height: 145px;
    border-radius: 8px;
    background: linear-gradient(
        113deg,
        rgba(0, 0, 2, 0.94) 4.09%,
        #000002 50.9%
    );
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wallet_card__:after {
    content: "";
    position: absolute;
    width: 172px;
    height: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #505050;
    -webkit-filter: blur(60.1253509521px);
    filter: blur(60.1253509521px);
    top: -50px;
    inset-inline-start: -50px;
}
.wallet_card__ .content__ {
    padding-top: 18px;
    padding-inline: 20px;
    position: relative;
    z-index: 2;
}
.wallet_card__ .title__ {
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 600;
    line-height: 17.371px;
    margin-bottom: 15px;
}
.wallet_card__ .balance__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.wallet_card__ .balance__amount {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    line-height: 36.914px;
}
.wallet_card__ .wallet_card_button__ {
    width: 100%;
    height: 47px;
    border-radius: 0 0 8px 8px;
    background: radial-gradient(
        58.29% 91.9% at 50% 38.1%,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.43) 100%
    );
    -webkit-box-shadow: 0 6.013px 15.031px 0 rgba(255, 255, 255, 0.23) inset;
    box-shadow: 0 6.013px 15.031px 0 rgba(255, 255, 255, 0.23) inset;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    backdrop-filter: blur(8.0167121887px);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    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;
    padding: 0 !important;
}
.wallet_card__ .wallet_card_button__.home_copy_profile__ {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 95px;
    padding: 29px 37px !important;
    font-size: 23px;
}
@media only screen and (max-width: 767px) {
    .wallet_card__ .wallet_card_button__.home_copy_profile__ {
        padding: 10px !important;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        font-size: 16px;
    }
}
.wallet_card__ .wallet_card_button__.home_copy_profile__ .icon__ {
    width: 40px;
    height: 40px;
}
@media only screen and (max-width: 767px) {
    .wallet_card__ .wallet_card_button__.home_copy_profile__ .icon__ {
        width: 25px;
        height: 25px;
    }
}
.wallet_card__ .wallet_card_button__:hover {
    background: radial-gradient(
        58.29% 91.9% at 50% 38.1%,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.43) 100%
    );
    -webkit-box-shadow: 0 6.013px 15.031px 0 rgba(255, 255, 255, 0.23) inset;
    box-shadow: 0 6.013px 15.031px 0 rgba(255, 255, 255, 0.23) inset;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    backdrop-filter: blur(8.0167121887px);
}
.wallet_card__.with_margin_bottom__ {
    margin-bottom: 20px;
}
.offres_cards_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
@media only screen and (max-width: 1280px) {
    .offres_cards_wrapper__ {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .offres_cards_wrapper__ {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
}
.offer_card__ {
    border-radius: 8px;
    border: 1px solid #ccd3d9;
    background: #fff;
    padding: 24px;
    position: relative;
}
.offer_card__ * {
    position: relative;
}
.offer_card__ .link__ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.offer_card__ .card_header__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.offer_card__ .card_date__ {
    color: #6a6e83;
    font-size: 15px;
    font-weight: 400;
}
.offer_card__ .title__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
}
.offer_card__ .user_wrapper__ {
    margin-bottom: 25px;
}
.offer_card__ .user_wrapper__ .name__ {
    color: #1e1e1e !important;
}
.offer_card__ .body__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 10px;
}
@media only screen and (max-width: 1280px) {
    .offer_card__ .body__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .offer_card__ .body__ {
        width: 100%;
        gap: 10px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.offer_card__ .info_item___:not(:last-child) {
    -webkit-border-end: 1px solid #ccd3d9;
    border-inline-end: 1px solid #ccd3d9;
    -webkit-padding-end: 27px;
    padding-inline-end: 27px;
}
@media only screen and (max-width: 1280px) {
    .offer_card__ .info_item___:not(:last-child) {
        -webkit-padding-end: 10px;
        padding-inline-end: 10px;
        -webkit-border-end: none;
        border-inline-end: none;
    }
}
@media only screen and (max-width: 767px) {
    .offer_card__ .info_item___:not(:last-child) {
        -webkit-padding-end: 0;
        padding-inline-end: 0;
    }
}
.offer_card__ .card_footer__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .offer_card__ .card_footer__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}
.status_badge__ {
    --color: #601ee4;
    --opacity: 12%;
    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;
    min-width: 70px;
    border-radius: 6px;
    padding: 4px 8px;
    color: var(--color);
    font-size: 12px;
    font-weight: 500;
    background: color-mix(in srgb, var(--color) var(--opacity), transparent);
}
.my_orders_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}
.my_orders_wrapper__.with_margin_top__ {
    margin-top: 24px;
}
.order_card__ {
    border-radius: 8px;
    border: 1px solid #ccd3d9;
    background: #fff;
    padding: 24px;
    width: 100%;
    max-width: 808px;
    position: relative;
}
@media screen and (max-width: 1550px) {
    .order_card__ {
        max-width: 725px;
    }
}
@media only screen and (max-width: 1280px) {
    .order_card__ {
        max-width: 100%;
    }
}
.order_card__ .card_link__ {
    position: absolute;
    inset: 0;
    z-index: 1;
}
.order_card__ .card_header__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.order_card__ .order_number__ {
    color: #1e1e1e;
    font-size: 18px;
    font-weight: 400;
}
.order_card__ .status_badge__ {
    height: 48px;
    width: 100%;
    max-width: 150px;
    font-size: 15px;
    font-weight: 500;
}
.order_card__ .title__ {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
    margin-top: 16px;
}
.order_card__ .body__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
    gap: 108px;
}
@media only screen and (max-width: 767px) {
    .order_card__ .body__ {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        gap: 10px;
    }
    .order_card__ .body__ .user_wrapper__ {
        -ms-grid-column-span: 2;
        grid-column: span 2;
    }
}
.order_card__ .card_footer__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .order_card__ .card_footer__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 10px;
    }
}
.order_card__ .parag__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    display: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.works_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}
@media only screen and (max-width: 1280px) {
    .works_wrapper__ {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .works_wrapper__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.work_card__ {
    position: relative;
    width: 100%;
    border-radius: 8px;
    display: block;
    overflow: hidden;
}
.work_card__ .views_wrapper__ {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
}
@media only screen and (max-width: 767px) {
    .work_card__ .views_wrapper__ {
        inset-inline-start: 8px;
    }
}
.work_card__ .actions__ {
    position: absolute;
    top: 16px;
    inset-inline-end: 16px;
}
@media only screen and (max-width: 767px) {
    .work_card__ .actions__ {
        inset-inline-end: 8px;
    }
}
.work_card__ .title__ {
    position: absolute;
    bottom: 16px;
    inset-inline-start: 16px;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .work_card__ .title__ {
        font-size: 16px;
    }
}
.work_card__ .figure__ {
    padding-bottom: 56.672% !important;
    max-width: unset;
}
.work_card__ .figure__:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.5))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
}
.work_card__ .views_wrapper__ {
    position: absolute;
    z-index: 2;
    top: 16px;
    inset-inline-start: 16px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .work_card__ .views_wrapper__ {
        inset-inline-start: 8px;
        font-size: 12px;
        padding: 8px;
    }
}
.work_card__ .actions__ {
    position: absolute;
    z-index: 2;
    top: 16px;
    inset-inline-end: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
.work_card__:hover .figure__ img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.chat_conversation_time_badge {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-block: 24px;
    border-radius: 4px;
    background: #f2f2f2;
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    min-width: 47px;
    height: 33px;
    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;
}
.chat_conversation_administration_badge {
    width: 486px;
    max-width: calc(100% - 24px);
    border-radius: 4px;
    background: #f2f2f2;
    color: #6a6e83;
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    min-height: 34px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    gap: 24px;
    top: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}
.chat_conversation_administration_badge .text__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media only screen and (max-width: 767px) {
    .chat_conversation_administration_badge .text__ {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        font-size: 12px;
    }
}
.chat_conversation_administration_badge
    .chat_conversation_administration_badge_close {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    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;
}
.chat_conversation_administration_badge
    .chat_conversation_administration_badge_close:hover {
    opacity: 0.7;
}
.custom_dialog__ {
    position: relative;
}
.custom_dialog__ .close_button__ {
    position: absolute;
    top: 32px;
    inset-inline-end: 32px;
    z-index: 2;
}
.custom_dialog__ .modal-content {
    border-radius: 24px;
}
.custom_dialog__ .modal_image_wrapper__ {
    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;
}
.custom_dialog__ .modal_title__ {
    margin-top: 16px;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.custom_dialog__ .modal_subtitle__ {
    color: #6a6e83;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
div.country_backdrop {
    z-index: 1050 !important;
}
.modal_header_dialog_header__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 12px;
    margin-bottom: 16px;
}
.modal_header_dialog_header__ .main_modal_title__ {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}
#country_code_select {
    z-index: 1051 !important;
}
#country_code_select .modal-dialog {
    max-width: 340px;
}
#country_code_select .modal-content {
    padding: 8px 16px !important;
}
#country_code_select .modal-body {
    padding: 0 !important;
}
#country_code_select .modal-header {
    padding: 0 !important;
    margin-bottom: 16px;
}
#country_code_select .modal-title {
    color: #1e1e1e;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
#photographerFilter .modal-dialog {
    max-width: 343px;
    margin-inline: auto;
}
@media only screen and (max-width: 500px) {
    #photographerFilter .modal-dialog {
        max-width: 287px;
    }
}
#photographerFilter .modal-content {
    padding: 16px;
}
#photographerFilter .dialog_body__ {
    max-height: 65vh;
    overflow-y: auto;
    margin-inline: -16px;
    padding-inline: 16px;
}
#photographerFilter .custom_block__ {
    padding: 0 !important;
}
#photographerFilter .filter_search__ {
    height: 48px;
    border-radius: 8px;
}
#photographerFilter .dialog_footer__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
}
.work_items__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(238px, 1fr));
    gap: 24px;
}
.work_item__ {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: block;
    cursor: pointer;
}
.work_item__ .figure__ {
    padding-bottom: 94.9%;
}
.work_item__.video_item__:after {
    content: url("../images/shapes/play.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    z-index: 1;
    border-radius: 13.125px;
    background: rgba(0, 0, 0, 0.3);
    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;
}
.work_item__:first-child {
    -ms-grid-column-span: 4;
    grid-column: span 4;
}
.work_item__:first-child .figure__ {
    padding-bottom: 44.0744%;
    max-width: 100%;
}
.work_info_wrapper___ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #ccd3d9;
    padding-bottom: 24px;
    margin-bottom: 24px;
    gap: 24px;
}
.work_info__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}
.work_info__ .title__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.work_info__ .value__ {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.work_review_list__ li {
    color: #424242;
    font-size: 20px;
    font-weight: 400;
}
.work_review_list__ li:not(:last-child) {
    margin-bottom: 20px;
}
.profile_progress_block__ .progressheader__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}
.profile_progress_block__ .title_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}
.profile_progress_block__ .title_icon__ {
    width: 20px;
    height: 20px;
}
.profile_progress_block__ .title__ {
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 500;
    margin: 0 !important;
}
.profile_progress_block__ .profile_progress_percentage__ {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    color: var(--Main-Color);
    font-size: 14px;
    font-weight: 600;
}
.profile_progress__ {
    --complete-color: #21c275;
    --incomplete-color: #6a6e83;
    --background-color: #d9d9d9;
    width: 100%;
    height: 8px;
    border-radius: 22px;
    background: var(--background-color);
}
.profile_progress__:after {
    content: "";
    width: var(--progress, 0%);
    height: 8px;
    border-radius: 22px;
    background: var(--color);
    display: block;
}
.tooltip_wrapper__ {
    position: relative;
}
.tooltip_wrapper__ .tooltip__ {
    position: absolute;
    top: calc(100% + 16px);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-8px);
    transform: translateX(-50%) translateY(-8px);
    padding: 6px 12px;
    border-radius: 6px;
    background-color: #fff;
    width: 465px;
    padding: 18px 13px;
    color: #6a6e83;
    font-size: 16px;
    font-weight: 500;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10;
}
@media only screen and (max-width: 767px) {
    .tooltip_wrapper__ .tooltip__ {
        width: 240px;
        left: unset;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
        inset-inline-end: -8px;
        border-radius: 0px 6px 6px 6px;
    }
}
.tooltip_wrapper__ .tooltip__ p {
    margin: 0;
}
.tooltip_wrapper__ .tooltip__:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background-color: #fff;
    z-index: 8;
}
@media only screen and (max-width: 767px) {
    .tooltip_wrapper__ .tooltip__:before {
        left: unset;
        inset-inline-end: 10px;
    }
}
.tooltip_wrapper__ .tooltip__:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.tooltip_wrapper__ .tooltip_icon__ {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.tooltip_wrapper__ .tooltip_icon__:hover + .tooltip__ {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.work_uploaded_items_wrapper__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 24px;
}
.work_uploaded_item__ {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 250px;
}
.work_uploaded_item__ .figure__ {
    padding-bottom: 80% !important;
    max-width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
}
.work_uploaded_item__ .figure__:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.work_uploaded_item__ .remove_uploaded_item__ {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px;
    background-color: #fff;
    width: 28px;
    height: 28px;
    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;
    border: none;
    outline: none;
    z-index: 10;
}
.work_uploaded_item__.video_item__ .figure__:after {
    content: url("../../../front-v2/assets/images/shapes/work-play.svg");
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 3;
    padding-top: 7px;
    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;
}
.notification_switch_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}
.notification_switch_wrapper__ .title__ {
    color: #6a6e83;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
    .notification_switch_wrapper__ .title__ {
        font-size: 13px;
    }
}
.notification_switch_wrapper__ .notification_switch_text__ {
    color: #1e1e1e;
    font-size: 15px;
    font-weight: 500;
}
.notification_switch__ {
    --active-color: #4caf50;
    --inactive-color: #1e1e1e;
    position: relative;
    display: inline-block;
    width: 22px;
    height: 14px;
    border-radius: 50px;
    border: 2px solid var(--inactive-color);
    cursor: pointer;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.notification_switch__ .notification_switch_input__ {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    inset: 0;
    z-index: 1;
}
.notification_switch__:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background-color: var(--inactive-color);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.notification_switch__:has(.notification_switch_input__:checked) {
    border-color: var(--active-color);
}
.notification_switch__:has(.notification_switch_input__:checked):before {
    background-color: var(--active-color);
    inset-inline-start: calc(100% - 11px);
}
.country_search_input_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid #ccd3d9;
    background: #fff;
    padding: 8px 12px;
    height: 44px;
}
.country_search_input_wrapper__ input {
    width: 100%;
    height: 100%;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
}
.country_search_input_wrapper__ .button__ {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.country_search_input_wrapper__ svg {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.countrey_modal_sec__ {
    margin-top: 12px;
    max-height: 300px;
    overflow-y: scroll;
    padding-inline: 10px;
}
.countrey_modal_sec__ .countrey_modal_sec_title__ {
    color: #1e1e1e;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}
.countrey_modal_sec__ .countrey_item__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    background-color: transparent;
    outline: unset;
    border: unset;
    padding: 8px 0;
}
.countrey_modal_sec__ .countrey_item__ .code__ {
    color: #6a6e83;
    font-size: 13px;
    font-weight: 500;
    line-height: 160%;
}
.countrey_modal_sec__ .countrey_item__ .flag_wrapper__ {
    max-width: 25px;
    max-height: 18px;
    border-radius: 4px;
    overflow: hidden;
    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;
}
.countrey_modal_sec__ .countrey_item__ .flag_wrapper__ img {
    max-width: 25px;
    max-height: 18px;
    width: 100%;
    height: 100%;
}
.countrey_modal_sec__ .countrey_item__ .title__ {
    color: #6a6e83;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
}
.feature_card__ {
    background: #fff;
    border-radius: 20px;
    padding: 24px 16px;
    -webkit-box-shadow: 0 20px 60px 0 rgba(52, 37, 94, 0.12);
    box-shadow: 0 20px 60px 0 rgba(52, 37, 94, 0.12);
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
    min-height: 219px !important;
}
@media only screen and (max-width: 767px) {
    .feature_card__ {
        min-height: 234px !important;
    }
}
@media only screen and (max-width: 500px) {
    .feature_card__ {
        min-height: 292px !important;
    }
}
.feature_card__:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.feature_card__ .icon_wrapper__ {
    width: 64px !important;
    height: 64px !important;
    border-radius: 8px;
    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;
    background: var(--icon-bg-color, rgba(0, 0, 0, 0.1));
}
.feature_card__ .icon_wrapper__ img {
    width: 39px;
    height: 39px;
}
.feature_card__ .title__ {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 16px;
}
.feature_card__ .desc__ {
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 500;
    line-height: 28.8px;
    margin-top: 16px;
    margin-bottom: 0;
}
.checkbox__ {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}
.checkbox__ input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}
.checkbox__ .check__ {
    width: 18px;
    height: 18px;
    border: 1px solid #ccd3d9;
    border-radius: 4px;
    color: transparent;
    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;
}
.checkbox__ .check__ i {
    font-size: 10px;
}
.checkbox__ .label__ {
    color: #6a6e83;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}
.checkbox__:has(input[type="checkbox"]:checked) .check__ {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff;
}
.checkbox__:has(input[type="checkbox"]:checked) .label__ {
    color: #1e1e1e;
    font-weight: 500;
}
.input_with_icon__ {
    border-radius: 6px;
    border: 0.5px solid #ccd3d9;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 10px;
    height: 48px;
}
.input_with_icon__ input {
    border: none !important;
    padding: 0px 15px;
    height: 50px;
    border-radius: 6px;
    background-color: transparent;
}
.input_with_icon__ .icon__.with_bg__ {
    border-radius: 4px;
    background: var(--Gray---4, #f2f5ff);
    width: 28px;
    height: 28px;
    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;
}
.input_with_city_dropdown__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    height: 54px;
    padding: 6px 16px;
    border-radius: 8px;
    border: 1px solid #ccd3d9;
}
@media only screen and (max-width: 767px) {
    .input_with_city_dropdown__ {
        height: 50px;
        padding: 6px 12px;
    }
}
.input_with_city_dropdown__ .button__ {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}
.input_with_city_dropdown__ .button__ .country_code__ {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
@media only screen and (max-width: 767px) {
    .input_with_city_dropdown__ .button__ .country_code__ {
        font-size: 14px;
    }
}
.input_with_city_dropdown__ .button__ .flag__ {
    width: 27px;
    height: 18px;
}
@media only screen and (max-width: 767px) {
    .input_with_city_dropdown__ .button__ .flag__ {
        width: 20px;
        height: 14px;
    }
}
.input_with_city_dropdown__ .button__ .arrow__ {
    width: 24px;
    height: 24px;
}
@media only screen and (max-width: 767px) {
    .input_with_city_dropdown__ .button__ .arrow__ {
        width: 18px;
        height: 18px;
    }
}
.input_with_city_dropdown__ input {
    outline: none !important;
    border: none !important;
    width: 100% !important;
    margin: 0 !important;
    height: 100%;
    background-color: transparent;
}
@media only screen and (max-width: 767px) {
    .input_with_city_dropdown__ input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .input_with_city_dropdown__ input::-moz-placeholder {
        font-size: 14px;
    }
    .input_with_city_dropdown__ input:-ms-input-placeholder {
        font-size: 14px;
    }
    .input_with_city_dropdown__ input::-ms-input-placeholder {
        font-size: 14px;
    }
    .input_with_city_dropdown__ input::placeholder {
        font-size: 14px;
    }
}
.custom_page_content__ {
    border-radius: 12px;
    border: 1px solid #ccd3d9;
    background: #fff;
    padding: 30px;
}
.custom_page_content__ .page_head_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ccd3d9;
}
.custom_page_content__ .main_title__ {
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 600;
}
.request_page_layout__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
@media only screen and (max-width: 991px) {
    .request_page_layout__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }
}
.request_page_layout__ .side_content__ {
    max-width: 320px !important;
    width: 320px !important;
}
@media only screen and (max-width: 1280px) {
    .request_page_layout__ .side_content__ {
        max-width: 250px !important;
        width: 250px !important;
    }
}
@media only screen and (max-width: 991px) {
    .request_page_layout__ .side_content__ {
        max-width: 100% !important;
        width: 100% !important;
    }
}
.request_page_layout__ .main_content__ {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}
.default_page__ {
    padding-top: 44px;
    padding-bottom: 108px;
    margin-top: 98px;
    min-height: 100vh;
    background-color: #f6f8fa;
}
.breadcrumb__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin-inline: 0 !important;
    padding-inline: 0 !important;
    gap: 5px;
}
.breadcrumb__ .breadcrumb_item:not(:first-child):before {
    content: "•";
    margin-inline: 5px;
    color: #a0a0a0;
}
.breadcrumb__ .breadcrumb_text__,
.breadcrumb__ .link_item__ {
    font-size: 12px;
    font-weight: 400;
    color: #1e1e1e;
}
.breadcrumb__ .breadcrumb_text__ {
    color: #6a6e83;
}
.breadcrumb__.large__ .breadcrumb_text__,
.breadcrumb__.large__ .link_item__ {
    font-size: 20px;
}
.page_title_wrapper__ {
    margin-bottom: 38px;
}
@media only screen and (max-width: 991px) {
    .page_title_wrapper__ {
        margin-bottom: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .page_title_wrapper__ {
        margin-bottom: 16px;
    }
}
.page_title_wrapper__.flex__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}
@media only screen and (max-width: 767px) {
    .page_title_wrapper__.flex__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page_title_wrapper__.small_margin_bottom__ {
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .page_title_wrapper__.small_margin_bottom__ {
        margin-bottom: 16px;
    }
}
.page_title__ {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
}
.page_title_text__ {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin-top: 4px;
}
.home-header {
    height: 100svh !important;
}
@media only screen and (max-width: 991px) {
    .home-nav,
    .internal-nav {
        padding: 0 !important;
    }
}
.home-nav .header_content__,
.internal-nav .header_content__ {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6.5999999046px);
}
@media only screen and (max-width: 991px) {
    .home-nav .header_content__,
    .internal-nav .header_content__ {
        border: none;
        background: transparent;
        backdrop-filter: unset;
    }
}
@media only screen and (max-width: 767px) {
    .home-nav .header_content__,
    .internal-nav .header_content__ {
        padding-block: 15px !important;
    }
}
.header_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 20px 32px;
    height: 87px;
}
@media only screen and (max-width: 767px) {
    .header_content__ {
        padding: 0;
    }
}
.header_tab_buttons__ {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: repeat(2, 1fr);
    border: none !important;
    gap: 0 !important;
    margin-bottom: 10px;
}
.header_tab_buttons__ .nav-item {
    margin: 0 !important;
}
.header_tab_buttons__ .nav-link {
    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;
    gap: 10px;
    border: none !important;
    font-size: 14px !important;
    width: 100% !important;
    border-bottom: 1px solid #ccd3d9 !important;
}
@media only screen and (max-width: 767px) {
    .header_tab_buttons__ .nav-link {
        height: 25px;
        padding: 0 !important;
    }
}
.header_tab_buttons__ .nav-link svg {
    -webkit-filter: brightness(2);
    filter: brightness(2);
}
.header_tab_buttons__ .nav-link .text__ {
    color: #6a6e83;
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .header_tab_buttons__ .nav-link .text__ {
        font-size: 14px;
    }
}
.header_tab_buttons__ .nav-link.active svg {
    -webkit-filter: unset;
    filter: unset;
}
.header_tab_buttons__ .nav-link.active .text__ {
    color: #1e1e1e;
}
.notifications_wrapper__ {
    height: auto;
    max-height: 70vh;
    min-height: 70vh;
    overflow-y: auto;
}
.notifications_wrapper__::-webkit-scrollbar {
    width: 4px;
}
.notifications_wrapper__::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.notifications_wrapper__::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.notifications_wrapper__::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.messages_list__ {
    max-height: 590px;
    overflow-y: auto;
}
@media only screen and (max-width: 991px) {
    .messages_list__ {
        height: unset;
        max-height: 280px;
    }
}
.messages_list__::-webkit-scrollbar {
    width: 4px;
}
.messages_list__::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.messages_list__::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.messages_list__::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.notification_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.notification_footer * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.header_notification_dropdown__ .button__ {
    outline: none !important;
    border: none !important;
    height: 30px !important;
}
.header_notification_dropdown__ .button__ * {
    border: none !important;
    outline: none !important;
}
.dropdown__.small_screen_only__ .menu__ {
    inset-inline-end: -50px !important;
    width: calc(100vw - 30px) !important;
}
.dropdown__ .messages_list__ {
    height: auto;
    max-height: 70vh;
    min-height: 70vh;
}
.dropdown__ {
    position: relative;
}
@media only screen and (max-width: 991px) {
    .dropdown__ .button__ {
        width: 35px;
        height: 35px;
    }
}
.dropdown__ .menu__ {
    position: absolute;
    padding: 10px;
    inset-inline-end: 0;
    top: calc(100% - 10px);
    width: 430px;
    border-radius: 8px;
    background-color: #fff;
    min-height: 430px;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
@media only screen and (max-width: 991px) {
    .dropdown__ .menu__ {
        width: 240px;
        min-height: 300px;
    }
}
.dropdown__ .menu__.show {
    opacity: 1;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    pointer-events: auto;
    visibility: visible;
}
.footer_sec__ {
    background-color: #0a0a0a !important;
    background: transparent !important;
    background-image: url("../images/footer_bg.jpg") !important;
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    margin-top: 50px;
    min-height: 877px;
    padding-top: 210px;
    padding-bottom: 30px;
    position: relative;
    border-radius: 24px 24px 0 0;
    mix-blend-mode: multiply;
}
@media only screen and (max-width: 991px) {
    .footer_sec__ {
        min-height: 700px;
        padding-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_sec__ {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
    }
}
.footer_sec__ .footer_scroll_top {
    position: absolute;
    top: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_scroll_top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        top: 0;
    }
}
.footer_sec__ .footer_scroll_top .footer_scroll_top_button {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #1e1e1e;
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_scroll_top .footer_scroll_top_button {
        width: 35px;
        height: 35px;
    }
    .footer_sec__ .footer_scroll_top .footer_scroll_top_button img {
        width: 15px;
        height: 15px;
    }
}
.footer_sec__ .footer_scroll_top .footer_scroll_top_text {
    color: #1e1e1e;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.4px;
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_scroll_top .footer_scroll_top_text {
        font-size: 14px;
    }
}
.footer_sec__ .footer_title_wrapper {
    max-width: 832px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 26px;
}
@media only screen and (max-width: 991px) {
    .footer_sec__ .footer_title_wrapper {
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_title_wrapper {
        gap: 12px;
    }
}
.footer_sec__ .footer_title__ {
    color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -1.28px;
    max-width: 580px;
    margin-inline: auto;
}
@media only screen and (max-width: 991px) {
    .footer_sec__ .footer_title__ {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_title__ {
        font-size: 20px;
    }
}
.footer_sec__ .footer_description {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 450;
    line-height: 140%;
    letter-spacing: -0.4px;
    max-width: 510px;
    margin-inline: auto;
}
@media only screen and (max-width: 991px) {
    .footer_sec__ .footer_description {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_description {
        font-size: 14px;
        margin: 0;
    }
}
.footer_sec__ .footer_order_wrapper__ {
    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;
    gap: 4px;
}
.footer_sec__ .footer_order_wrapper__ .title__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background: #fff;
    height: 58px;
    width: 163px;
    color: #0a0a0a;
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_order_wrapper__ .title__ {
        font-size: 16px;
        width: 120px;
        height: 40px;
        margin: 0;
    }
}
.footer_sec__ .footer_order_wrapper__ .footer_order_arrow_button__ {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    border: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_order_wrapper__ .footer_order_arrow_button__ {
        width: 40px;
        height: 40px;
    }
}
html[dir="ltr"]
    .footer_sec__
    .footer_order_wrapper__
    .footer_order_arrow_button__
    svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.footer_sec__ .footer_order_wrapper__ .footer_order_arrow_button__:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.footer_sec__ .footer_bottom__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 170px;
}
@media only screen and (max-width: 991px) {
    .footer_sec__ .footer_bottom__ {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .footer_sec__ .footer_bottom__ {
        margin-top: 15px;
        gap: 15px;
    }
}
.footer_sec__ .logo__ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 35px;
}
@media only screen and (max-width: 991px) {
    .footer_sec__ .logo__ {
        margin-inline: auto;
    }
}
.footer_sec__ .logo__ img {
    width: 100%;
    height: 100%;
}
.footer_sec__ .sec_title__ {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
}
.social_list__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 24px;
    min-width: 185px;
}
@media only screen and (max-width: 991px) {
    .social_list__ {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-columns: unset;
        grid-template-columns: unset;
    }
}
.social_list__ .link__ {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.social_list__ .link__:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.footer_links_list__ {
    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;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
    .footer_links_list__ {
        gap: 15px;
    }
}
.footer_links_list__ .link__ {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 991px) {
    .footer_links_list__ .link__ {
        font-size: 16px;
    }
}
.footer_links_list__ .link__:hover {
    text-decoration: underline;
}
.copyright__ {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.2px;
    margin-top: 55px;
}
@media only screen and (max-width: 991px) {
    .copyright__ {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .copyright__ {
        font-size: 12px;
        margin-top: 15px;
    }
}
.copyRight_wrapper__ {
    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;
    gap: 20px;
    margin-top: 30px;
}
@media only screen and (max-width: 991px) {
    .copyRight_wrapper__ {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .copyRight_wrapper__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.copyRight_wrapper__ .copyright_text__ {
    color: #a8b1ce;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}
.copyRight_wrapper__ .design_by_div__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
.copyRight_wrapper__ .design_by_div__ .design_by_text__ {
    color: #a8b1ce;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
}
.copyRight_wrapper__ .design_by_div__ * {
    margin: 0;
}
.section_title_wrapper__ {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .section_title_wrapper__ {
        margin-bottom: 24px;
    }
}
.section_title_wrapper__.center__ {
    text-align: center;
    margin-inline: auto;
}
.section_title_wrapper__.start__ {
    margin-inline: 0;
}
.section_title_wrapper__.start__ .sec_subtitle__,
.section_title_wrapper__.start__ .section_title__ {
    text-align: start;
}
.section_title_wrapper__.small__ {
    margin-inline: 0;
}
.section_title_wrapper__.small__ .section_title__ {
    font-size: 24px !important;
}
.section_title_wrapper__.small__ .sec_subtitle__ {
    font-size: 14px !important;
    margin-top: 10px !important;
}
.section_title_wrapper__.secondary_size__ .section_title__ {
    font-size: 32px !important;
}
@media only screen and (max-width: 767px) {
    .section_title_wrapper__.secondary_size__ .section_title__ {
        font-size: 24px !important;
    }
}
.section_title_wrapper__.secondary_size__ .sec_subtitle__ {
    font-size: 16px !important;
    margin-top: 16px !important;
    max-width: 484px;
    margin-inline: auto;
}
@media only screen and (max-width: 767px) {
    .section_title_wrapper__.secondary_size__ .sec_subtitle__ {
        font-size: 14px !important;
        margin-top: 12px !important;
    }
}
.section_title__ {
    color: #1e1e1e;
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media only screen and (max-width: 767px) {
    .section_title__ {
        font-size: 32px;
    }
}
.sec_subtitle__ {
    color: #424242;
    text-align: center;
    font-family: "IBM Plex Sans Arabic";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .sec_subtitle__ {
        font-size: 16px;
    }
}
.requests_page__ .request_sorting_select__ {
    min-width: 303px;
    background-color: #fff !important;
    height: 54px;
}
.filter_checkboxes__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px !important;
}
.home_hero__ {
    --header-height: 135px;
    padding-top: calc(50px + var(--header-height));
}
@media only screen and (max-width: 991px) {
    .home_hero__ {
        padding-top: calc(50px + var(--header-height));
    }
}
@media only screen and (max-width: 767px) {
    .home_hero__ {
        padding-top: calc(50px + var(--header-height));
    }
}
@media only screen and (max-width: 500px) {
    .home_hero__ {
        padding-top: 130px;
    }
}
@media only screen and (max-width: 350px) {
    .home_hero__ {
        padding-top: 80px;
    }
}
.home_hero__ .label___ {
    margin-bottom: 16px;
}
@media only screen and (max-width: 350px) {
    .home_hero__ .label___ {
        display: none;
    }
}
.home_hero__ .hero_content__ {
    position: relative;
    height: calc(90svh - var(--header-height));
}
.home_hero__ .main_title__ {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 36px;
    line-height: 0.95;
    max-width: 570px;
}
@media only screen and (max-width: 767px) {
    .home_hero__ .main_title__ {
        font-size: 25px;
        margin-bottom: 16px;
        text-align: center;
    }
}
@media only screen and (max-width: 500px) {
    .home_hero__ .main_title__ {
        font-size: 20px;
        line-height: 32px;
    }
}
@media only screen and (max-width: 350px) {
    .home_hero__ .main_title__ {
        font-size: 15px;
        margin-bottom: 8px;
        line-height: 20px;
    }
}
.home_hero__ .sub_title__ {
    color: #fff;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    max-width: 827px;
}
@media only screen and (max-width: 767px) {
    .home_hero__ .sub_title__ {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 16px;
    }
}
@media only screen and (max-width: 500px) {
    .home_hero__ .sub_title__ {
        line-height: 18px;
    }
}
@media only screen and (max-width: 350px) {
    .home_hero__ .sub_title__ {
        font-size: 10px;
        line-height: 20px;
        margin-bottom: 8px;
    }
}
.hero_actions_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    margin-top: 36px;
}
@media only screen and (max-width: 767px) {
    .hero_actions_wrapper__ {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 24px;
    }
}
.join_as_photographer__ {
    width: 293px;
    height: 288px;
    padding: 20px 16px;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.29);
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(6.5999999046px);
    margin-top: -155px;
    position: absolute;
    bottom: 15px;
    inset-inline-end: 15px;
}
@media only screen and (max-width: 767px) {
    .join_as_photographer__ {
        padding: 10px;
        margin: 0px;
        position: absolute;
        bottom: 5px;
        inset-inline-end: 5px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        position: static;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 350px) {
    .join_as_photographer__ {
        position: static;
        margin-top: 10px;
    }
}
.join_as_photographer__ .title__ {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .join_as_photographer__ .title__ {
        font-size: 20px;
    }
}
@media only screen and (max-width: 500px) {
    .join_as_photographer__ .title__ {
        font-size: 16px;
    }
}
html[dir="ltr"] .join_as_photographer__ .title__ {
    font-size: 22px;
}
.join_as_photographer__ .subtitle__ {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .join_as_photographer__ .subtitle__ {
        font-size: 14px;
    }
}
@media only screen and (max-width: 500px) {
    .join_as_photographer__ .subtitle__ {
        display: none;
    }
}
html[dir="ltr"] .join_as_photographer__ .subtitle__ {
    font-size: 14px;
    line-height: 0.9;
}
.join_as_photographer__ .body__ {
    margin-top: 16px;
    margin-bottom: 32px;
    border-radius: 62px;
    background: rgba(255, 255, 255, 0.14);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    padding: 14px 31px;
}
@media only screen and (max-width: 767px) {
    .join_as_photographer__ .body__ {
        padding: 10px 16px;
    }
}
@media only screen and (max-width: 500px) {
    .join_as_photographer__ .body__ {
        display: none;
    }
}
.join_as_photographer__ .images_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.join_as_photographer__ .image_wrapper__ {
    width: 33px;
    height: 33px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.join_as_photographer__ .image_wrapper__ .figure__ {
    padding-bottom: 100% !important;
}
.join_as_photographer__ .image_wrapper__:not(:first-child) {
    -webkit-margin-start: -10px;
    margin-inline-start: -10px;
}
.join_as_photographer__ .statistic___ .statistic_value__ {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.join_as_photographer__ .statistic___ .statistic_title__ {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    margin: 0;
}
.categories_sec__ {
    background: #1e1e1e;
    padding-block: 64px;
}
@media only screen and (max-width: 991px) {
    .categories_sec__ {
        padding-inline: 15px;
        padding-block: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .categories_sec__ {
        padding-inline: 15px;
        padding-block: 20px;
    }
}
.sec_header_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}
@media only screen and (max-width: 991px) {
    .sec_header_wrapper__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 50px !important;
    }
}
@media only screen and (max-width: 767px) {
    .sec_header_wrapper__ {
        margin-bottom: 20px !important;
    }
}
.sec_header_wrapper__ .title_wrapper__ {
    max-width: 511px;
}
.sec_header_wrapper__ .sec_title__ {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 151%;
    letter-spacing: -0.96px;
    text-align: center;
}
@media only screen and (max-width: 991px) {
    .sec_header_wrapper__ .sec_title__ {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .sec_header_wrapper__ .sec_title__ {
        font-size: 20px;
    }
}
.sec_header_wrapper__ .sec_title__ .special__ {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 140px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.12);
    -webkit-transform: rotate(-2.75deg);
    transform: rotate(-2.75deg);
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 140%;
}
@media only screen and (max-width: 991px) {
    .sec_header_wrapper__ .sec_title__ .special__ {
        width: 120px;
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .sec_header_wrapper__ .sec_title__ .special__ {
        width: 100px;
        font-size: 16px;
        height: 40px;
    }
}
.sec_header_wrapper__ .sec_desc__ {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.36px;
}
.sec_header_wrapper__ .actions__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
.sec_header_wrapper__ .swiper-button-next,
.sec_header_wrapper__ .swiper-button-prev {
    width: 58px;
    height: 58px;
    border-radius: 12px;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
@media only screen and (max-width: 767px) {
    .sec_header_wrapper__ .swiper-button-next,
    .sec_header_wrapper__ .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .sec_header_wrapper__ .swiper-button-next img,
    .sec_header_wrapper__ .swiper-button-prev img {
        width: 20px;
        height: 20px;
    }
}
html[dir="ltr"] .sec_header_wrapper__ .swiper-button-next img,
html[dir="ltr"] .sec_header_wrapper__ .swiper-button-prev img {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}
.sec_header_wrapper__ .swiper-button-next:after,
.sec_header_wrapper__ .swiper-button-prev:after {
    display: none;
}
.sec_header_wrapper__ .swiper-button-next.swiper-button-disabled,
.sec_header_wrapper__ .swiper-button-prev.swiper-button-disabled {
    background-color: transparent !important;
    border: 1px solid #fff;
    opacity: 1 !important;
    cursor: not-allowed;
}
.sec_header_wrapper__ .swiper-button-next.swiper-button-disabled img,
.sec_header_wrapper__ .swiper-button-prev.swiper-button-disabled img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.sec_header_wrapper__ .swiper-button-prev img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
html[dir="ltr"] .sec_header_wrapper__ .swiper-button-prev img {
    -webkit-transform: rotate(180deg) scaleX(-1) !important;
    transform: rotate(180deg) scaleX(-1) !important;
}
.sec_header_wrapper__.center__ {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sec_header_wrapper__.black__ .sec_title__ {
    color: #000;
}
.sec_header_wrapper__.black__ .sec_title__ .special__ {
    background: rgba(0, 0, 0, 0.12);
    color: #000;
}
.sec_header_wrapper__.black__ .sec_desc__ {
    color: #4a4a4a;
}
.sec_header_wrapper__.fixed_width__ .title_wrapper__ {
    max-width: 358px;
}
.photographers_cards_wrapper__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
}
@media only screen and (max-width: 1280px) {
    .photographers_cards_wrapper__ {
        -ms-grid-columns: 1fr 16px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .photographers_cards_wrapper__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.how_musawir_work_sec__ {
    padding-block: 86px !important;
}
@media only screen and (max-width: 1280px) {
    .how_musawir_work_sec__ {
        padding-block: 64px !important;
    }
}
@media only screen and (max-width: 991px) {
    .how_musawir_work_sec__ {
        padding-block: 48px !important;
    }
}
@media only screen and (max-width: 767px) {
    .how_musawir_work_sec__ {
        padding-block: 24px !important;
    }
}
.how_musawir_work_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
}
.how_musawir_work_card__ {
    position: relative;
    overflow: hidden;
    border-radius: 9px;
    max-width: 414px;
    width: 100%;
}
.how_musawir_work_card__ .figure__ {
    padding-bottom: 144.202898% !important;
    max-width: 100% !important;
}
.how_musawir_work_card__ .figure__:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 9px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.6))
    );
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
}
.how_musawir_work_card__ .content__ {
    position: absolute;
    bottom: 32px;
    inset-inline-start: 16px;
    width: calc(100% - 32px);
}
@media only screen and (max-width: 991px) {
    .how_musawir_work_card__ .content__ {
        bottom: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .how_musawir_work_card__ .content__ {
        bottom: 16px;
    }
}
.how_musawir_work_card__ .title__ {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 9px;
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
    .how_musawir_work_card__ .title__ {
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .how_musawir_work_card__ .title__ {
        font-size: 18px;
        line-height: 26px;
    }
}
.how_musawir_work_card__ .parag__ {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
}
@media only screen and (max-width: 991px) {
    .how_musawir_work_card__ .parag__ {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .how_musawir_work_card__ .parag__ {
        font-size: 14px;
        line-height: 22px;
    }
}
.how_musawir_work_card__:hover .figure__ img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.our_works_sec__ {
    padding: 60px 0;
    overflow: hidden;
}
@media only screen and (max-width: 991px) {
    .our_works_sec__ {
        padding: 40px 0;
    }
}
@media only screen and (max-width: 767px) {
    .our_works_sec__ {
        padding: 30px 0;
    }
}
.our_works_sec__ .sec_header_wrapper__ {
    margin-bottom: 50px;
}
.our_works_sec__ .our_works_swiper__ {
    padding-top: 35px;
    padding-bottom: 35px;
}
@media only screen and (max-width: 991px) {
    .our_works_sec__ .our_works_swiper__ {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .our_works_sec__ .our_works_swiper__ {
        padding-top: 0;
        padding-bottom: 0;
    }
}
.our_works_sec__ .our_works_swiper__ .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.our_works_sec__ .our_works_swiper__ .swiper-slide {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    background-position: center;
    background-size: cover;
    width: 448px;
    height: 530px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 991px) {
    .our_works_sec__ .our_works_swiper__ .swiper-slide {
        width: 320px;
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .our_works_sec__ .our_works_swiper__ .swiper-slide {
        width: 280px;
        height: 350px;
    }
}
.our_works_sec__ .our_works_swiper__ .swiper-slide * {
    text-decoration: none;
}
.our_works_sec__ .our_works_swiper__ .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition:
        transform 0.3s ease,
        -webkit-transform 0.3s ease;
}
.our_works_sec__ .our_works_swiper__ .swiper-slide .overlay__ {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.8)),
        to(rgba(0, 0, 0, 0))
    );
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 100%
    );
    color: #fff;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.our_works_sec__ .our_works_swiper__ .swiper-slide .overlay__ .title__ {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
}
.our_works_sec__ .our_works_swiper__ .swiper-slide .overlay__ .author__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.our_works_sec__ .our_works_swiper__ .swiper-slide .overlay__ .author__ img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}
.our_works_sec__ .our_works_swiper__ .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.our_works_sec__ .our_works_swiper__ .swiper-slide.swiper-slide-active {
    -webkit-filter: unset;
    filter: unset;
}
.our_works_sec__ .our_works_swiper__ .swiper-button-next,
.our_works_sec__ .our_works_swiper__ .swiper-button-prev {
    color: #1e1e1e;
}
.our_works_sec__ .our_works_swiper__ .swiper-button-next:after,
.our_works_sec__ .our_works_swiper__ .swiper-button-prev:after {
    font-size: 24px;
}
.our_works_sec__ .swiper-navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
}
.our_works_sec__ .swiper-navigation-wrapper button {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: transparent;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
html[dir="ltr"] .our_works_sec__ .swiper-navigation-wrapper button .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.our_works_sec__
    .swiper-navigation-wrapper
    button.swiper-button-prev-custom
    .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
html[dir="ltr"]
    .our_works_sec__
    .swiper-navigation-wrapper
    button.swiper-button-prev-custom
    .icon__ {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.our_works_sec__ .swiper-navigation-wrapper button:hover {
    background: #1e1e1e;
    border-color: #1e1e1e;
}
.our_works_sec__ .swiper-navigation-wrapper button:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.why_choose_us_sec__ {
    padding: 60px 0;
    overflow-x: hidden;
}
.why_choose_us_sec__ .center_image_card__ {
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    min-height: unset !important;
    -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1);
}
.why_choose_us_sec__ .center_image_card__ .main_image_wrapper__ .figure__ {
    padding-bottom: 131.894% !important;
}
.why_choose_us_sec__ .center_image_card__:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, rgba(0, 0, 0, 0)),
        to(rgba(0, 0, 0, 0.4))
    );
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.4) 100%
    );
    pointer-events: none;
}
.profile_block__ {
    padding: 16px;
    border: 1px solid #dfe1e7;
    border-radius: 12px;
}
.profile_block__ .block_title__ {
    color: var(--base-default-background, #000);
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    margin: 0 !important;
    padding: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #dfe1e7;
}
.photographer_orders_sec__ {
    padding-block: 120px;
}
@media only screen and (max-width: 991px) {
    .photographer_orders_sec__ {
        padding-block: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .photographer_orders_sec__ {
        padding-block: 20px;
    }
}
.photographer_statistics_sec__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    max-width: 1640px;
    margin: 0 auto;
    gap: 24px;
}
@media only screen and (max-width: 1280px) {
    .photographer_statistics_sec__ {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
    }
}
@media only screen and (max-width: 767px) {
    .photographer_statistics_sec__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
}
.photographer_statistics_card__ {
    background-color: var(--card-bg-color);
    padding: 24px;
    border-radius: 12px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.photographer_statistics_card__ .title__ {
    color: #1e1e1e;
    font-size: 28px;
    font-weight: 600;
}
.photographer_statistics_card__ .sec_subtitle__ {
    margin-top: 16px;
    color: #424242;
    font-size: 18px;
}
.photographer_statistics_card__ .statistics_value_wrapper__ {
    background-color: #fff;
    padding: 12px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}
.photographer_statistics_card__ .icon__ {
    background-color: var(--bg-color);
    padding: 8px;
    border-radius: 8px;
}
.photographer_statistics_card__ .icon__ img {
    max-width: 24px;
    max-height: 28px;
}
.photographer_statistics_card__ .value__ {
    color: #1e1e1e;
    font-size: 24px;
    font-weight: 500;
}
.photographer_home_wallet_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
@media only screen and (max-width: 991px) {
    .photographer_home_wallet_content__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.withdraw_profits_sec__ {
    background-image: url(../images/photographer-home/wallet/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 48px 70px;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 1280px) {
    .withdraw_profits_sec__ {
        padding: 48px 30px;
    }
}
@media only screen and (max-width: 991px) {
    .withdraw_profits_sec__ {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .withdraw_profits_sec__ {
        padding: 20px;
    }
}
.withdraw_profits_sec__:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(30, 30, 30, 0.9)),
        to(rgba(30, 30, 30, 0.9))
    );
    background: linear-gradient(
        0deg,
        rgba(30, 30, 30, 0.9) 0%,
        rgba(30, 30, 30, 0.9) 100%
    );
    border-radius: 24px;
}
.withdraw_profits_sec__ * {
    position: relative;
    z-index: 2;
}
.withdraw_profits_sec__ .sec_header_wrapper__ {
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
    margin-bottom: 48px;
}
@media only screen and (max-width: 1280px) {
    .withdraw_profits_sec__ .sec_header_wrapper__ {
        margin-bottom: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .withdraw_profits_sec__ .sec_header_wrapper__ {
        margin-bottom: 20px;
    }
}
.withdraw_profits_sec__ .sec_header_wrapper__ .sec_desc__,
.withdraw_profits_sec__ .sec_header_wrapper__ .sec_title__ {
    text-align: start;
}
.withdraw_profits_sec__ .sec_header_wrapper__ .special__ {
    width: 103px;
}
.withdraw_profits_sec__ .body__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
}
@media only screen and (max-width: 767px) {
    .withdraw_profits_sec__ .body__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wallet_ammount_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    padding: 14px;
    border-radius: 9.939px;
    border: 0.414px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
}
@media only screen and (max-width: 1280px) {
    .wallet_ammount_card__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wallet_ammount_card__ .icon__ {
    border-radius: 8.282px;
    background: rgba(255, 255, 255, 0.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 82.822px;
    height: 82.822px;
    padding: 9.939px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8.282px;
}
.wallet_ammount_card__ .title__ {
    color: #fff;
    font-size: 23.19px;
    font-weight: 600;
}
.wallet_ammount_card__ .subtitle__ {
    color: #fff;
    font-size: 13.252px;
    font-weight: 500;
}
.show_wallet_sec__ {
    width: 100%;
    padding: 63px;
    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;
    border-radius: 24px;
    background-image: url("../images/photographer-home/wallet/bg2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
@media only screen and (max-width: 1280px) {
    .show_wallet_sec__ {
        padding: 48px 30px;
    }
}
@media only screen and (max-width: 991px) {
    .show_wallet_sec__ {
        padding: 30px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .show_wallet_sec__ {
        padding: 20px;
    }
}
.show_wallet_sec__:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(0, 0, 0, 0.4)),
        to(rgba(0, 0, 0, 0.4))
    );
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.4) 100%
    );
    border-radius: 24px;
}
.show_wallet_sec__ .wallet_card__ {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 294px;
    border-radius: 17px;
}
.show_wallet_sec__ .wallet_card__ .content__ {
    padding: 37px 40px;
}
@media only screen and (max-width: 1280px) {
    .show_wallet_sec__ .wallet_card__ .content__ {
        padding: 37px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .show_wallet_sec__ .wallet_card__ .content__ {
        padding: 20px;
    }
}
.show_wallet_sec__ .wallet_card__ .title__ {
    font-size: 32px;
}
@media only screen and (max-width: 767px) {
    .show_wallet_sec__ .wallet_card__ .title__ {
        font-size: 24px;
    }
}
.show_wallet_sec__ .wallet_card__ .balance__amount {
    font-size: 49px;
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    .show_wallet_sec__ .wallet_card__ .balance__amount {
        font-size: 24px;
    }
}
.show_wallet_sec__ .wallet_card__ .balance__currency {
    width: 47px;
    height: 53px;
}
@media only screen and (max-width: 767px) {
    .show_wallet_sec__ .wallet_card__ .balance__currency {
        width: 32px;
        height: 36px;
    }
}
.show_wallet_sec__ .wallet_card__ .balance__currency img {
    width: 100%;
}
.show_wallet_sec__ .wallet_card__ .body__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
}
@media only screen and (max-width: 767px) {
    .show_wallet_sec__ .wallet_card__ .body__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.support_sec__ .support_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}
@media only screen and (max-width: 991px) {
    .support_sec__ .support_content__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.support_sec__ .side_content__ {
    width: 100%;
    max-width: 531px;
    background-image: url("../images/photographer-home/contact/side-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 24px;
    padding: 72px 57px;
    position: relative;
    border-radius: 16px;
}
@media only screen and (max-width: 991px) {
    .support_sec__ .side_content__ {
        padding: 48px 30px;
    }
}
@media only screen and (max-width: 991px) {
    .support_sec__ .side_content__ {
        max-width: 100%;
    }
}
.support_sec__ .side_content__:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: rgba(30, 30, 30, 0.8);
}
.support_sec__ .side_content__ * {
    position: relative;
    z-index: 2;
}
.support_sec__ .side_content__ .side_title__ {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}
.support_sec__ .side_content__ .side_subtitle__ {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 35px;
}
.support_sec__ .contact_side_socials__ {
    padding-top: 38px;
    margin-top: 38px;
    border-top: 1px solid #fff;
}
.support_sec__ .side_socials_title__ {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.support_sec__ .main_content__ {
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 24px 0 rgba(106, 110, 131, 0.16);
    box-shadow: 0 4px 24px 0 rgba(106, 110, 131, 0.16);
}
@media only screen and (max-width: 991px) {
    .support_sec__ .main_content__ {
        padding: 16px;
    }
}
.contact_item__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .contact_item__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.contact_item__ .icon__ {
    background-color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 6px;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .contact_item__ .icon__ {
        width: 40px;
        height: 40px;
    }
}
.contact_item__ .title__ {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .contact_item__ .title__ {
        font-size: 14px;
        text-align: center;
    }
}
.contact_item__ .value__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .contact_item__ .value__ {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.contact_item__ .value__ a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.contact_item__ .value__ a:hover {
    text-decoration: underline;
}
.contact_item__:not(:last-child) {
    margin-bottom: 24px;
}
.side_socials_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 32px;
}
.side_socials_list__ .link__ {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.side_socials_list__ .link__:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.copy_user_link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
}
.copy_user_link__ .title__ {
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.work_actions__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .photographers_page__ .side_content__ {
        display: none;
    }
}
@media only screen and (max-width: 991px) {
    .photographers_page__ .main_content__ {
        background-color: #fff;
        padding: 16px;
        border-radius: 12px;
    }
}
.photographer_mobile_filter_wrapper__ {
    display: none;
}
@media only screen and (max-width: 991px) {
    .photographer_mobile_filter_wrapper__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 16px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #b1b1b1;
    }
}
