:root {
    --link-color: #1e1e1e;
}
.br-red {
    border-color: #dc3545 !important;
}
.br-red,
.br-red:focus,
.is-invalid:focus {
    border-color: #e46571 !important;
}
.categories .main-category span {
    color: #1e1e1e !important;
}
.chats-tab {
    height: 100vh;
    overflow-y: auto;
}
@media (max-width: 991px) {
    .chats-tab {
        height: 100%;
        overflow-y: auto;
    }
}
.link-active-color {
    color: var(--link-color) !important;
}
.dropdown-menu[data-bs-popper] {
    right: unset !important;
    left: unset !important;
    inset-inline-end: 0px !important;
}
@media (max-width: 425px) {
    .dropdown-menu[data-bs-popper] {
        right: unset !important;
        left: unset !important;
        /*inset-inline-end: -75px !important;*/
    }
}
.notification-dropdown {
    padding: 10px;
    min-width: 370px !important;
    max-width: 100% !important;
    max-height: 600px;
    overflow-y: auto;
    inset-inline-end: -170 !important;
}
.notification-dropdown li {
    border-bottom: 1px solid #f2f2f2;
    padding: 12px;
}
@media (max-width: 1200px) {
    .notification-dropdown {
        padding: 10px;
        min-width: 350px !important;
        max-width: 100%;
        max-height: 600px;
        overflow-y: auto;
        inset-inline-end: -120 !important;
    }
}
@media (max-width: 991px) {
    .notification-dropdown {
        padding: 10px;
        min-width: 350px !important;
        max-width: 100%;
        max-height: 600px;
        overflow-y: auto;
        inset-inline-end: -100px !important;
        min-width: 270px !important;
    }
}
@media (max-width: 550px) {
    div.notification-dropdown {
        inset-inline-end: unset !important;
        right: unset !important;
    }
    [dir="rtl"] .notification-dropdown {
        inset-inline-end: unset !important;
        /*inset-inline-start: -75px !important;*/
    }
}

.accordion-button {
    color: #1e1e1e;
    font-size: 22px;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    border: none !important;
    color: #1e1e1e;
    background-color: #fff !important;
    outline: 0;
    box-shadow: none;
}
.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;
    }
}
.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: 60px;
    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;
    }
}
@media (min-width: 992px) {
    .mobile-link {
        display: none !important;
    }
    .large-screen-only {
        display: block;
    }
}
[lang="ar"] .daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    font-size: 11px;
}
#edit-work .modal-dialog.modal-dialog-scrollable,
#add-work .modal-dialog.modal-dialog-scrollable {
    height: 100%;
}
#edit-work .modal-content,
#add-work .modal-content {
    height: 100%;
}
#edit-work .btn-close,
#add-work .btn-close {
    filter: invert(0);
}
.item .card .grid-display {
    display: grid;
    grid-auto-flow: column;
    gap: 5px;
}
.item .card .home-of-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.section-card .photographer {
    position: absolute;
    left: 42%;
    top: -30px;
}
#edit-profile .modal-body {
    height: 100vh;
    overflow-x: hidden;
}
.labelChange {
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #1e1e1e;
    border: 1px solid #ccd3d9;
}
.profile .profile-img img {
    height: 70px;
    width: 70px;
}
#imagePreview,
#imagePreview2 {
    width: 100%;
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
}
.profile .profile-image img {
    height: 70px;
    width: 70px;
}
.payment-way span {
    color: #6a6e83;
    text-align: center;
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.payment-way img {
    width: 42px;
    height: 42px;
}
.payment-method:checked + label {
    background: rgba(30, 30, 30, 0.12);
}
.payment-methods {
    margin-top: 40px;
}
.search-for-photographer {
    color: #6a6e83;
}
#logOut .modal-header,
#order-cancel .modal-header,
#complete .modal-header,
#delete_offer .modal-header,
#delete-confirm-modal .modal-header,
#order-cancel .modal-header,
#complete .modal-header,
#delete_offer .modal-header {
    border-bottom: none;
    justify-content: end;
}
#logOut .modal-body,
#order-cancel .modal-body,
#complete .modal-body,
#delete_offer .modal-body,
#delete-confirm-modal .modal-body,
#order-cancel .modal-body,
#complete .modal-body,
#delete_offer .modal-body {
    text-align: center;
}
#logOut .modal-body img,
#order-cancel .modal-body img,
#complete .modal-body img,
#delete_offer .modal-body img,
#delete-confirm-modal .modal-body img,
#order-cancel .modal-body img,
#complete .modal-body img,
#delete_offer .modal-body img {
    height: 120px;
    -o-object-fit: contain;
    object-fit: contain;
}
#logOut .modal-body h4,
#order-cancel .modal-body h4,
#complete .modal-body h4,
#delete_offer .modal-body h4,
#delete-confirm-modal .modal-body h4,
#order-cancel .modal-body h4,
#complete .modal-body h4,
#delete_offer .modal-body h4 {
    color: #1e1e1e;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
#logOut .modal-body h6,
#order-cancel .modal-body h6,
#complete .modal-body h6,
#delete_offer .modal-body h6,
#delete-confirm-modal .modal-body h6,
#order-cancel .modal-body h6,
#complete .modal-body h6,
#delete_offer .modal-body h6 {
    color: #6a6e83;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
#logOut .logoutBtn,
#order-cancel .logoutBtn,
#complete .logoutBtn,
#delete_offer .logoutBtn,
#delete-confirm-modal .logoutBtn,
#order-cancel .logoutBtn,
#complete .logoutBtn,
#delete_offer .logoutBtn {
    background-color: #de1f1f;
    color: #fff;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    border-color: transparent;
}
#logOut .cancelBtn,
#order-cancel .cancelBtn,
#complete .cancelBtn,
#delete_offer .cancelBtn,
#delete-confirm-modal .cancelBtn,
#order-cancel .cancelBtn,
#complete .cancelBtn,
#delete_offer .cancelBtn {
    background-color: #f2f2f2;
    color: #6a6e83;
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    border-color: transparent;
}
.owl-stage .owl-item .item .grid-display .most-popular-work {
    width: 100%;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    padding: 0px 2px;
}
.photographers .card .grid-display .most-popular-work {
    height: 100px !important;
}
#photographer-edit-profile .modal-body {
    height: 100vh;
    overflow-x: hidden;
}
#photographer-edit-profile .modal-dialog-scrollable {
    height: 100% !important;
    overflow-x: hidden;
}
.offcanvas#photographer-edit-profile {
    width: 480px;
    max-width: 100%;
}
.offcanvas#photographer-edit-profile .btn-close {
    filter: invert(0);
}
@media (max-width: 375px) {
    .app .padding-div {
        padding: 20px 25px !important;
    }
    .animated-div {
        padding: 15px 5px !important;
    }
    .herobox .filter {
        padding: 15px !important;
    }
    .header-slider {
        display: none !important;
    }
}
@media (max-width: 370px) {
    .mobile-display {
        display: flex;
    }
    .header-slider {
        display: none !important;
    }
}
@media (max-width: 550px) {
    .qr-container {
        margin: auto;
    }
    .col-30 {
        width: 100%;
    }
    .col-40 {
        width: 100%;
    }
    .video-container {
        height: 100%;
    }
    .secondary-btn,
    .options .cancel,
    #rate_photographer .cancel {
        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;
    }
    .header-slider {
        display: none !important;
    }
}
@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: fit-content;
    }
    .herobox .niceSelect {
        margin-bottom: 15px;
        margin-left: 0px !important;
    }
    .herobox .search button {
        margin-right: auto;
        margin-left: auto;
        margin-top: 70px;
    }
    .left-side {
        display: flex;
    }
    .app {
        padding: 30px 0;
    }
    .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: 0;
    }
    nav .special-btn {
        border: none !important;
        padding: 5px 0 !important;
        background-color: unset !important;
    }
    .internal-header .container-fluid {
        padding: 0 25px;
    }
    .internal-header nav {
        margin-top: 0px;
        margin-bottom: 0px;
        border-radius: 0;
    }
}
@media (min-width: 551px) and (max-width: 767px) {
    .col-30 {
        width: 100%;
    }
    .col-40 {
        width: 100%;
    }
    .header-slider {
        display: none !important;
    }
}
@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;
    }
    .header-slider {
        display: none !important;
    }
}
.pre-line {
    white-space: pre-line;
}
.offline-now {
    color: #dc3545;
    font-size: 14px;
}
.offline {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #dc3545;
    position: absolute;
    top: 0;
    right: 5px;
}
.h-42px {
    height: 42px !important;
}
.custom-input-group {
    border: 1px solid #ccc;
    border-radius: 6px;
}
.custom-input-group input::placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
.custom-input-group .input-group-text {
    background-color: #fff;
    border: none;
}
.custom-input-group .input-group-text i {
    font-size: 28px;
}
.custom-input-group .form-control {
    border: none;
}
.custom-input-group .form-control:focus {
    box-shadow: none;
    border: none;
}
.categories__ {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 10px;
    width: -webkit-fit-content;
    width: -moz-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: auto;
}
.filter-div .accordion-body.scrollable-div {
    max-height: 250px;
    overflow-y: scroll;
}
input::-webkit-input-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
input::-ms-input-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
input::placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
textarea::-webkit-input-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
textarea::-moz-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
textarea:-ms-input-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
textarea::-ms-input-placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
textarea::placeholder {
    color: #b5b5b5 !important;
    font-size: 14px;
    font-weight: normal;
}
input[type="url"] {
    direction: ltr;
}
.link__.more_link__ {
    border-radius: 8px;
    border: 1px solid #000;
    background: #1e1e1e;
    display: flex;
    width: 320px;
    height: 54px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    color: #fff;
    margin-inline: auto;
    margin-top: 3.2rem;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .link__.more_link__ {
        width: 100%;
    }
}
.link__.more_link__:hover {
    background: #363636;
}
.app {
    padding: 100px 0 50px 0;
}
.breadcrumb__ {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
    .breadcrumb__ {
        margin-bottom: 1.25rem;
    }
}
@media only screen and (max-width: 767px) {
    .breadcrumb__ {
        margin-bottom: 0.75rem;
    }
}
.breadcrumb__ .breadcrumb_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 767px) {
    .breadcrumb__ .breadcrumb_list__ {
        gap: 1rem;
    }
}
.breadcrumb__ .breadcrumb_item__:not(:first-child) .link__,
.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: 1rem;
}
@media only screen and (max-width: 767px) {
    .breadcrumb__ .breadcrumb_item__:not(:first-child) .link__,
    .breadcrumb__ .breadcrumb_item__:not(:first-child) .text__ {
        gap: 1rem;
    }
}
.breadcrumb__ .breadcrumb_item__:not(:first-child) .link__:before,
.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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transform: translateY(0.4rem) scale(0.7);
    transform: translateY(0.4rem) scale(0.7);
}
@media only screen and (max-width: 767px) {
    .breadcrumb__ .breadcrumb_item__:not(:first-child) .link__:before,
    .breadcrumb__ .breadcrumb_item__:not(:first-child) .text__:before {
        -webkit-transform: translateY(0.4rem) scale(0.7);
        transform: translateY(0.4rem) scale(0.7);
    }
}
.breadcrumb__ .link__ {
    color: #808080;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 1.5rem;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .breadcrumb__ .link__ {
        font-size: 1rem;
    }
}
.breadcrumb__ .link__:hover {
    color: #1a1a1a;
}
.breadcrumb__ .text__ {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1a1a1a;
}
@media only screen and (max-width: 767px) {
    .breadcrumb__ .text__ {
        font-size: 1rem;
    }
}
.work-card img {
    height: 100%;
    object-fit: cover;
}
.nice-select .current {
    color: #212529 !important;
}

@media only screen and (max-width: 1520px) {
    header nav .nav-item {
        margin: 0 !important;
        margin-inline-end: 5px !important;
        flex-shrink: 0;
    }
    header nav .nav-item .nav-link {
        font-size: 12px !important;
    }
    header div.create-order {
        flex-shrink: 0;
        padding: 5px !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    header .create-order a {
        font-size: 14px !important;
    }
    header .left-side .nav-icon {
        width: 30px !important;
        height: 30px !important;
        margin: 0 !important;
        margin-inline-end: 10px !important;
    }
    header .left-side .nav-icon img {
        width: 20px !important;
    }
    header .container-fluid {
        gap: 15px !important;
    }
    .mainSwitch {
        transform: scale(0.75);
    }
}
@media only screen and (max-width: 767px) {
    header > .h-100 {
        padding-top: 60px;
    }
}
