@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Tajawal", sans-serif;
}

body {
    text-align: start !important;
    overflow-x: hidden;
    font-family: "Tajawal", sans-serif;
}

::-webkit-scrollbar-thumb {
    background-color: var(--fourth-color);
    border-radius: 0;
}

::-webkit-scrollbar {
    width: 4px;
    height: 3px;
    background-color: transparent;
}

a {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
label {
    text-transform: capitalize;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

button {
    outline: 0;
    border: 0;
    background: transparent;
}

.btn {
    font-weight: 500 !important;
}

.section_title h1 {
    color: var(--primary-color);
    font-weight: bold;
}

.section_title p {
    color: var(--fourth-color);
    font-family: "Tajawal", sans-serif;
    margin: 0 0 40px 0;
}

@media (min-width: 1264px) {
    .container {
        max-width: 1350px !important;
    }
}

.filter_projects .v-input__control > .v-input__slot {
    background: rgba(255, 255, 255, 0.5019607843) !important;
    min-height: 50px !important;
}

.filter_projects .v-label {
    left: auto !important;
    text-align: start !important;
    color: var(--primary-color) !important;
    top: 15px !important;
    margin-inline-start: 5px;
}

.filter_projects .v-chip__close.v-icon.v-icon--right {
    margin-inline-start: 2px;
    margin-right: auto !important;
}

.dialog_auth .v-text-field--outlined > .v-input__control > .v-input__slot {
    min-height: 40px !important;
}

.v-list-item {
    color: var(--primary-color) !important;
    text-align: start;
}

.v-list-item__title {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
    letter-spacing: 0;
    line-height: 20px !important;
}

.dialog_auth .v-chip__content {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}

html:lang(ar) body {
    direction: rtl;
}

html:lang(en) body {
    direction: ltr;
}

.v-alert {
    padding: 10px !important;
}

.toasted-container.top-right {
    top: 0 !important;
    right: 35px !important;
}

.filter-side .filter_title .v-expansion-panel-header__icon,
.add_project .filter_title .v-expansion-panel-header__icon {
    margin-inline-start: auto !important;
    margin-left: inherit !important;
}

.filter-side .filter_item .v-input__slot label,
.add_project .filter_item .v-input__slot label {
    margin-inline-start: 10px;
    color: var(--primary-color) !important;
    font-size: 15px;
}

.filter-side .search__ .v-input__slot label,
.add_project .search__ .v-input__slot label {
    text-align: start;
    color: var(--primary-color) !important;
    font-size: 14px;
    max-width: 100%;
    left: inherit !important;
    right: inherit !important;
}

.filter-side .search__ .v-input__control,
.add_project .search__ .v-input__control {
    min-height: 37px !important;
}

.filter-side .search__ .v-input__control .v-input__slot,
.add_project .search__ .v-input__control .v-input__slot {
    background-color: #fff;
    box-shadow: none !important;
    border: 1px solid #E0E0E0;
}

.filter-side .v-expansion-panel-content__wrap,
.add_project .v-expansion-panel-content__wrap {
    padding-inline-start: 0;
}

.filter-side .v-input--selection-controls .v-input__control,
.add_project .v-input--selection-controls .v-input__control {
    width: 100%;
}

.filter-side .v-input--selection-controls,
.add_project .v-input--selection-controls {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.filter-side .v-radio,
.add_project .v-radio {
    margin: 0 !important;
    color: var(--primary-color) !important;
}

.sort__ .v-label {
    left: inherit !important;
    right: inherit !important;
}

.sort__ .v-input__control {
    min-height: 37px !important;
}

.sort__ .v-input__control .v-input__slot {
    background-color: #fff !important;
    box-shadow: none !important;
}

.sort__ .v-select.v-select--is-menu-active .v-input__icon--append .v-icon {
    transform: inherit;
}

.add_offer_dialog .v-input__slot {
    min-height: 35px !important;
}

.add_project .v-text-field.v-text-field--enclosed {
    width: 100% !important;
    max-width: 100% !important;
}

.add_project .v-input__control {
    min-height: 50px !important;
}

::-moz-selection {
    background-color: var(--primary-color);
    color: #fff;
}

::selection {
    background-color: var(--primary-color);
    color: #fff;
}

.v-menu__content .v-list-item {
    padding: 0 !important;
    width: 100%;
}

.v-menu__content .v-list-item {
    padding: 0 !important;
    width: 100%;
}

.sort__ .v-input__slot {
    height: 33px !important;
    min-height: 33px !important;
    background: #fff !important;
}

.sort__ .primary--text {
    color: #E0E0E0 !important;
    caret-color: #E0E0E0 !important;
}

.v-list {
    padding: 8px !important;
}

.error--text {
    text-align: start;
}

.files__ .v-input__slot {
    border: 1px solid #c2c2c2;
    padding: 2px 8px;
    border-radius: 4px;
}

.files__ .v-input__slot:before {
    border-color: #c2c2c2;
}

.files__ .v-input {
    width: 100%;
}

.sort__ .v-input__slot {
    max-height: 25px !important;
    min-height: 22px !important;
}

.sort__ fieldset {
    border-color: #e0e0e0 !important;
    background-color: #fff !important;
    height: 35px !important;
}

.sort__ .v-select.v-text-field input {
    height: 30px !important;
    color: #000 !important;
}

.sort__ .v-select.v-text-field input::-moz-placeholder {
    color: #000 !important;
    font-size: 14px;
}

.sort__ .v-select.v-text-field input::placeholder {
    color: #000 !important;
    font-size: 14px;
}

.sort__ .mdi-menu-down::before {
    top: 1px !important;
    position: absolute !important;
}

.dialog_auth .v-input__append-inner {
    margin-top: 8px !important;
}

.related_stockes .v-responsive__content {
    width: 200px !important;
}

.select__item .v-input--selection-controls__input input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.order_status .v-chip__content {
    color: #fff !important;
}

.dialog__comment label {
    right: 0 !important;
    left: auto !important;
}

.add_offer fieldset {
    border-color: rgba(0, 0, 0, 0.24);
    background: #fff;
    height: 38px;
    border-radius: 0;
}

.add_offer .v-input__slot {
    min-height: 30px !important;
}

.rating-info .v-icon {
    padding: 1px !important;
    font-size: 18px !important;
}

.cart_badge .v-badge--overlap .v-badge__badge {
    top: -25px !important;
    right: -13px !important;
    font-size: 14px;
}

.cart_badge .primary {
    background-color: transparent !important;
    border-color: transparent !important;
    top: -26px !important;
}

.cart_badge .v-badge .v-badge__badge:after {
    border-color: transparent !important;
}

.checkout .received_date .v-input__prepend-inner,
.checkout .delivery_date .v-input__prepend-inner {
    margin-top: 3px !important;
}

.checkout .received_date .v-input__slot,
.checkout .delivery_date .v-input__slot {
    min-height: auto !important;
}

.checkout .received_date .v-input,
.checkout .delivery_date .v-input {
    height: 40px !important;
}

.v-slide-group__content {
    flex: initial !important;
}

.date_studio .v-input__prepend-inner {
    margin-top: 3px !important;
}

.date_studio .v-input__slot {
    min-height: auto !important;
}

.date_studio .v-input {
    height: 40px !important;
}

.filter_fixed {
    max-height: 100% !important;
}

.review_users i {
    font-size: 20px !important;
    padding: 0 !important;
}

.sort__ .v-icon {
    transition: none !important;
}

.filter_item .v-icon {
    font-size: 20px !important;
}

.filter-side .v-expansion-panel:not(:first-child):after {
    display: none;
}

.details_img .v-skeleton-loader__image {
    height: 450px;
}

.v-skeleton-loader__list-item-three-line,
.v-skeleton-loader__actions {
    background-color: transparent !important;
}

.v-skeleton-loader__button {
    margin-inline-end: 10px;
}

.v-skeleton-loader__button:first-child {
    margin-right: inherit !important;
}

.VueCarousel-navigation {
    position: absolute;
    top: -45px;
    right: 45px;
    left: 45px;
}

.VueCarousel-navigation-button {
    color: #fff !important;
}

.VueCarousel-navigation-next {
    right: 60px !important;
}

.VueCarousel-navigation-prev {
    left: 60px !important;
}

.VueCarousel-navigation-next:after,
.VueCarousel-navigation-prev:after {
    color: #4D4D4D !important;
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    font-weight: bold;
    background-color: transparent;
}

.VueCarousel-navigation-next:after {
    content: '<';
}

.VueCarousel-navigation-prev:after {
    content: '>';
}

.favourite_page .VueCarousel-navigation {
    top: -30px;
}

.VueCarousel-navigation-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #ACACAC;
    box-shadow: 6px 3px 23px 6px rgba(0, 0, 0, 0.30);
}

.professional_markets .v-skeleton-loader__actions {
    text-align: end;
}

.v-skeleton-loader {
    background-color: #fff !important;
}

.review-stars button {
    font-size: 21px !important;
}

.v-tab {
    letter-spacing: 0 !important;
}

@media (max-width: 767px) {
    .v-tabs .v-slide-group__content {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        overflow-x: scroll;
        padding-bottom: 0;
    }

    .VueCarousel-navigation-button {
        display: none;
    }
}

.v-tabs .v-tab.v-tab {
    height: 43px;
}

input {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.cart_table td {
    padding: 10px !important;
}

.filter-side .filter_title i {
    color: #4D4D4D !important;
}

.related_stockes .VueCarousel-navigation {
    position: absolute;
    top: -30px !important;
    left: 23px;
}

.related_stockes .VueCarousel-navigation-prev {
    left: -10px !important;
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-item a {
        color: #000 !important;
    }

    .related_stockes .VueCarousel-navigation {
        position: absolute;
        top: -40px !important;
        left: 23px;
    }
}

.customNavbar .optionbox .v-input__control {
    margin-top: 25px;
}

.customNavbar .optionbox .v-input__slot {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
}

.customNavbar .optionbox .v-select__selection--comma {
    margin: 7px 25px 7px 0;
    color: #fff !important;
    font-weight: bold;
}

@media (max-width: 991px) {
    .customNavbar .optionbox .v-select__selection--comma {
        margin: 7px 0 7px 0 !important;
    }

    .customNavbar .optionbox .v-select__selection--comma .v-select__selection--comma {
        color: #fff !important;
    }
}

.customNavbar .optionbox .v-input {
    width: 110px !important;
}

.customNavbar .optionbox .v-input__icon i {
    color: #fff !important;
}

.optionbox .v-input__control {
    margin-top: 25px;
}

.optionbox .v-input__slot {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.optionbox .v-select__selection--comma {
    margin: 7px 25px 7px 0;
    color: #000000 !important;
    font-weight: bold;
}

@media (max-width: 991px) {
    .optionbox .v-select__selection--comma {
        color: #fff !important;
    }
}

.optionbox .v-input {
    width: 110px !important;
}

.optionbox .v-input__icon i {
    color: #000 !important;
}

.v-menu__content.menuable__content__active .v-list.v-select-list {
    padding: 5px 0 !important;
    margin-top: 4px;
}

.v-menu__content.menuable__content__active .v-list-item {
    padding: 0 7px !important;
}

.mdi-close-circle::before {
    margin-inline-start: 15px;
}

.works .v-slide-group__wrapper {
    justify-content: flex-end !important;
}

.works .v-tabs-slider {
    color: #000;
}

.works .v-tab.v-tab--active {
    font-weight: bold;
}

.works .theme--light.v-image,
.works video {
    color: rgba(0, 0, 0, 0.87);
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.cine_academy_details {
    height: 100%;
}

.cine_academy_details fieldset {
    border-color: #e0e0e0 !important;
    background-color: #fff !important;
}

.cine_academy_details i {
    z-index: 9;
}

.sidebar_tabs .theme--light.v-tabs > .v-tabs-bar {
    background-color: transparent !important;
}

.sidebar_tabs .v-slide-group__content {
    width: 100% !important;
}

.sidebar_tabs .v-tabs-slider-wrapper {
    display: none;
}

.form .v-text-field__slot {
    height: 35px;
}

.form fieldset {
    height: 46px;
    border-color: #E0E0E0;
    background-color: #fff;
}

.profile_edit .v-card {
    background-color: #fafafa !important;
}

.profile_edit .v-input__slot {
    min-height: 40px !important;
}

.profile_edit .v-text-field__details {
    margin-inline-end: auto !important;
}

.v-dialog .v-card {
    background-color: #fff !important;
}

/*.mobile input {*/
/*    padding-left: 120px !important;*/
/*}*/

.payment-modal .v-input--is-disabled .v-input__slot {
    background: #EAECEF !important;
    box-shadow: none !important;
    margin: 8px 0 0 0;
    border: 1px solid #CED4DA;
}

.payment-modal label {
    right: 0 !important;
    left: auto !important;
}

.payment-modal .data-card .v-input__slot {
    box-shadow: none !important;
    background: #fff !important;
    margin: 8px 0 0 0;
    border: thin solid #ccc;
}

.payment-modal .checkbox .v-input__slot {
    margin: 0;
}

.static-pages .v-expansion-panel-header__icon {
    margin-inline-start: auto !important;
    margin-left: inherit !important;
}

.static-pages .v-expansion-panel-content__wrap {
    text-align: start;
    color: #4d4d4d;
}

.static-pages button {
    color: #4d4d4d;
    font-weight: bold;
}

.date-card {
    margin-top: -12px !important;
}

.date-card .v-input__slot {
    border-left: 0 !important;
    border-radius: 0 4px 4px 0 !important;
}

.card-number .v-input__slot {
    border-radius: 0 !important;
}

.static-pages .textarea fieldset {
    background-color: #fff;
    color: #E0E0E0 !important;
}

.static-pages .v-expansion-panel-content__wrap {
    background: #f6f6f6 !important;
    border: 1px solid #e0e0e0 !important;
    padding: 13px !important;
}

.static-pages .v-expansion-panel--active > .v-expansion-panel-header {
    min-height: 45px;
}

.theme--light.v-navigation-drawer {
    position: fixed;
    z-index: 999;
    background-color: #000 !important;
}

.woot-widget-bubble img {
    filter: invert(1) !important;
}

.menu_side_bar_res {
    margin-top: -13px;
    margin-bottom: -13px;
}

.menu_side_bar_res .v-expansion-panel {
    background-color: transparent !important;
    color: #fff !important;
}

.menu_side_bar_res button {
    background: transparent !important;
    padding: 0 !important;
    font-weight: bold !important;
}

.menu_side_bar_res .v-expansion-panel-header__icon {
    margin-inline-start: auto !important;
    margin-left: inherit !important;
}

.menu_side_bar_res i {
    color: #fff !important;
}

.menu_side_bar_res .links a {
    color: #fff !important;
}

.menu_side_bar_res .v-expansion-panel-content__wrap {
    padding: 0 2px 16px;
}

.menu_side_bar_res hr {
    background: #dedede;
    height: 2px;
    width: 100%;
}

.v-select__selection--comma {
    margin: 7px 25px 7px 0;
    color: #fff !important;
    font-weight: bold;
}

@media (max-width: 991px) {
    .v-select__selection--comma {
        margin: 7px 0 7px 0 !important;
    }

    .v-select__selection--comma .v-select__selection--comma {
        color: #fff !important;
    }
}

.image-gallery .vgs__container {
    margin-top: 130px !important;
}

@media (max-width: 991px) {
    .image-gallery .vgs__container {
        margin-top: -140px !important;
    }
}

.image-gallery button.vgs__next {
    transform: rotate(180deg);
}

.image-gallery button.vgs__prev {
    transform: rotate(-180deg);
}

.image-gallery img:first-of-type {
    margin-inline-start: 0;
}

@media (max-width: 991px) {
    .woot-widget-bubble.woot-elements--right {
        left: 20px !important;
        right: auto !important;
    }
}

.lang-en .woot-widget-bubble.woot-elements--right {
    right: 20px !important;
    left: auto !important;
}

.secondSpecialRoute .nav-menu {
    background-color: #000 !important;
}

.secondSpecialRoute .nav-menu a {
    color: #fff !important;
}

.secondSpecialRoute .login_btn .auth_navbar button i {
    color: #fff !important;
}

.secondSpecialRoute .navbar-bg .login_btn .auth_navbar button i {
    color: #fff !important;
}

.v-breadcrumbs__item--disabled {
    pointer-events: auto !important;
}

.scroll_logo {
    display: none;
}

.navbar-bg .scroll_logo {
    display: block;
}

.navbar-bg .second_logo,
.navbar-bg .logo_org {
    display: none !important;
}

.Login_First .auth_modal {
    display: none !important;
}

.Login_First .order__auth {
    display: block !important;
    padding: 10px 15px;
    border-radius: 4px;
    background-color: #000;
    color: #fff;
    width: 150px;
}

.Login_First .auth_navbar {
    padding: 0 !important;
}

@media (max-width: 580px) {
    .sort__ {
        width: 100% !important;
    }
}

.static-pages .v-input__slot,
.static-pages .v-text-field__slot {
    margin-bottom: 0 !important;
}

.static-pages fieldset {
    color: rgb(224, 224, 224) !important;
}

div.eapps-widget {
    position: unset !important;
}

.filter-side .Search_input {
    background: transparent !important;
}

.filter-side .v-expansion-panel {
    background-color: transparent !important;
}

.filter-side .v-expansion-panel:before {
    box-shadow: none !important;
}

.filter-side button {
    font-weight: bold;
}

.filter-side .v-expansion-panel-content {
    max-height: 170px;
    overflow-y: scroll;
}

.filter-side .v-input__slot label {
    margin-inline-start: 15px;
}

.filter-side .filter_item {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}

.filter-side .filter_item span {
    font-size: 13px;
}

.filter-side .filter_title {
    padding: 0 !important;
}

.filter-side .filter_title .v-expansion-panel-header__icon {
    margin-inline-start: auto !important;
    margin-left: inherit !important;
}

.sort__ .v-input__slot {
    max-height: 25px !important;
    min-height: 22px !important;
}

.sort__ fieldset {
    border-color: #e0e0e0 !important;
    background-color: #fff !important;
    height: 35px !important;
}

.sort__ .v-select.v-text-field input {
    height: 30px !important;
}

.sort__ .mdi-menu-down::before {
    top: -18px !important;
    position: absolute !important;
}

.filter_item {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start !important;
    height: 45px;
    flex-direction: column;
    gap: 20px;
}

.filter_item span {
    font-size: 13px;
}

.theme {
    --primary-color: #000000DE;
    --second-color: #fff;
    --third-color: #FAFAFA;
    --fourth-color: #4D4D4D;
    --fifth-color: #868E96;
    --gradient: linear-gradient(to right, rgb(0 203 156 / 70%), rgb(125 185 0 / 70%));
}

footer {
    background-color: #000;
    padding: 25px 30px 0 30px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
}

@media (max-width: 580px) {
    footer {
        padding: 25px 20px 15px;
    }
}

footer .footer_info,
footer .footer_links {
    text-align: start;
}

footer .footer_links {
    margin-right: 15px;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

@media (max-width: 580px) {
    footer .footer_links {
        margin-top: 15px;
        gap: 25px;
    }
}

footer .footer_links li {
    transition: 0.3s ease-in-out all;
    list-style: square;
}

footer .footer_links li:before {
    transition: 0.3s ease-in-out all;
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    content: "";
    background-color: var(--second-color);
    top: 0.5rem;
    right: -15px;
    left: auto;
}

footer .footer_links li a {
    color: var(--second-color);
    position: relative;
    transition: 0.3s ease-in-out all;
    font-size: 14px;
}

footer .footer_links li a:hover {
    color: #ccc;
}

footer .footer_links li a:hover:before {
    background-color: #ccc;
}

footer i {
    color: #fff !important;
}

footer .copyrights p,
footer .social_links p {
    text-align: start;
}

@media (max-width: 580px) {
    footer .copyrights,
    footer .social_links {
        text-align: center !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}

.nav-menu {
    background-color: #000;
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    padding-top: 8px;
}

.nav-menu .nav-content {
    display: flex;
    justify-content: space-between;
    padding: 0 0 11px 0;
    align-items: center;
    height: 60px;
}

.nav-menu .nav-items {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.nav-menu .nav-items li {
    padding: 0;
}

.nav-menu .nav-items li a {
    color: var(--primary-color);
    font-size: 15px;
    font-weight: bold;
    transition: 0.3s ease-in-out all;
    letter-spacing: 0.7px;
}

.nav-menu .nav-items li button#dropdown-1__BV_toggle_ {
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--primary-color);
    font-size: 15px;
}

.nav-menu .nav-items li .dropdown-toggle {
    font-weight: bold;
}

.nav-menu .nav-items li .dropdown-toggle::after {
    vertical-align: 1px;
    margin-right: 6px;
}

.nav-menu .nav-items li .dropdown-menu {
    text-align: start;
}

.nav-menu .nav-items li .dropdown-menu li {
    padding: 0;
}

.nav-menu .nav-items li .dropdown-menu a {
    color: var(--primary-color);
    font-weight: 450;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.nav-menu .nav-items li .b-dropdown {
    margin: 0 !important;
}

.nav-menu .login_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    flex-direction: row;
}

@media (max-width: 1256px) and (min-width: 991px) {
    .nav-menu .login_btn {
        gap: 1px !important;
    }
}

.nav-menu .login_btn .icons_btn {
    margin: 0;
    width: 30px !important;
    height: 25px !important;
    min-width: 30px !important;
    padding: 0 !important;
}

.nav-menu .login_btn .v-select__selection--comma,
.nav-menu .login_btn i,
.nav-menu .login_btn button {
    color: var(--second-color) !important;
    font-weight: bold;
}

.nav-menu .login_btn .auth_modal {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.nav-menu .login_btn .auth_modal i {
    color: var(--primary-color);
}

.nav-menu .login_btn .join_cine {
    color: var(--primary-color);
    font-weight: 600;
    letter-spacing: 0;
    background: #fff;
    padding: 7px 8px;
    border-radius: 4px;
}

.ham_icon {
    display: none;
}

@media (max-width: 991px) {
    .nav-menu {
        padding-top: 10px;
        position: relative;
        width: 100%;
        background-color: #000 !important;
        height: 63px;
        top: 0;
    }

    .open-menu {
        opacity: 1;
        height: 100vh !important;
        background: black;
        z-index: 999 !important;
    }

    .closed-menu {
        opacity: 0;
        height: 0;
        padding: 0;
        display: none !important;
    }

    .nav-content {
        flex-direction: column;
        z-index: 0;
        position: relative;
        transition: all 0.2s ease-out;
    }

    .nav-items {
        flex-direction: column;
    }

    .ham_icon {
        display: block !important;
        text-align: right;
        padding: 0 10px 10px 0;
    }

    .nav-content {
        justify-content: flex-start !important;
        align-items: center;
        flex-direction: column;
        gap: 35px;
    }

    .primary_logo {
        display: none;
    }

    .nav-menu .nav-items li a,
    .nav-menu .nav-items li button#dropdown-1__BV_toggle_,
    .nav-menu .login_btn i {
        color: #d41f1f !important;
    }
}

@media (max-width: 580px) {
    .nav-menu {
        padding-top: 10px;
        position: relative;
        width: 100%;
        background-color: #000 !important;
        height: 63px;
    }

    .nav-menu .container {
        padding: 0;
    }
}

.customNavbar .nav-menu {
    position: absolute;
    top: 0;
    background-color: transparent;
}

.customNavbar .nav-items li a {
    color: var(--second-color) !important;
}

.customNavbar button#dropdown-1__BV_toggle_ {
    color: var(--second-color) !important;
}

.customNavbar .optionbox select {
    color: var(--second-color) !important;
}

.customNavbar .login_btn .cart_badge i {
    color: var(--second-color) !important;
}

.customNavbar .login_btn button,
.customNavbar .login_btn button i {
    color: var(--second-color) !important;
}

.customNavbar .nav-menu .nav-items li .dropdown-menu a {
    color: var(--primary-color) !important;
}

.nav-items li a,
.nav-items li i,
.nav-items li button {
    color: var(--second-color) !important;
}

@media (max-width: 991px) {
    .dropdown-menu .dropdown-item a {
        color: #000 !important;
    }
}

.nav-menu.navbar-bg {
    background: #000 !important;
    position: fixed !important;
    top: 0;
    height: 92px;
    z-index: 99;
    padding-top: 0 !important;
}

@media (max-width: 991px) {
    .nav-menu.navbar-bg {
        height: auto;
    }
}

.nav-menu.navbar-bg .nav-content {
    height: 80px;
}

.nav-menu.navbar-bg .nav-items a,
.nav-menu.navbar-bg .nav-items button#dropdown-1__BV_toggle_,
.nav-menu.navbar-bg .nav-items i,
.nav-menu.navbar-bg .nav-items button,
.nav-menu.navbar-bg .nav-items .v-select__selection--comma,
.nav-menu.navbar-bg .login_btn a,
.nav-menu.navbar-bg .login_btn button#dropdown-1__BV_toggle_,
.nav-menu.navbar-bg .login_btn i,
.nav-menu.navbar-bg .login_btn button,
.nav-menu.navbar-bg .login_btn .v-select__selection--comma {
    color: #fff !important;
}

.nav-menu.navbar-bg .nav-items .join_cine {
    color: #000 !important;
}

.secondSpecialRoute .nav-menu.navbar-bg {
    background-color: #000 !important;
}

.secondSpecialRoute .nav-menu.navbar-bg .notification_img img {
    filter: invert(0) !important;
}

.v-application .text-h5,
.v-application .text-h6 {
    font-family: "Tajawal", sans-serif !important;
}

.v-application p {
    margin-bottom: 9px !important;
}

.dialog_auth {
    padding: 20px 0;
}

.dialog_auth .mobile input::-moz-placeholder {
    text-align: end !important;
}

.dialog_auth .mobile input::placeholder {
    text-align: end !important;
}

.dialog_auth .dialog_title .v-card__text {
    padding: 0;
}

.dialog_auth form {
    padding-inline: 94px;
}

@media (max-width: 991px) {
    .dialog_auth form {
        padding-inline: 15px !important;
    }
}

.dialog_auth form .col-12 {
    padding: 0 12px;
}

.dialog_auth fieldset {
    color: #E0E0E0 !important;
}

.dialog_auth ._forget_pass {
    color: #007FED;
}

.dialog_auth .v-input.theme--light.v-input--selection-controls.v-input--checkbox {
    margin-top: -3px;
}

.dialog_auth .v-input--selection-controls.v-input .v-label {
    color: rgba(0, 0, 0, 0.8705882353) !important;
    margin-inline-start: 5px;
}

.dialog_auth ._forget_pass {
    letter-spacing: 0;
    color: #007FED !important;
    background-color: transparent !important;
}

.dialog_auth .submit {
    width: 100%;
    color: #fff !important;
    margin: 0;
    height: 40px !important;
}

.dialog_auth hr {
    background-color: #e9ecef;
    height: 1px;
    width: 25%;
    text-align: center;
}

.dialog_auth .Ques_auth button,
.dialog_auth .Ques_auth a {
    letter-spacing: 0;
    color: #007FED !important;
    background-color: transparent !important;
}

@media (max-width: 380px) {
    .__auth_opt {
        flex-direction: column !important;
    }

    .__auth_opt .v-input--checkbox {
        height: 30px;
    }

    .__auth_opt ._forget_pass {
        margin-bottom: 15px;
    }
}

.notification_dd {
    z-index: 999;
}

.notification_dd .view_more {
    color: #000 !important;
}

h1 span.marker {
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 6px 10px 10px 14px;
    margin: 0 5px;
}

@media (max-width: 500px) {
    h1 span.marker {
        font-size: 16px;
    }
}

.secondSpecialRoute .nav-menu {
    background-color: #000 !important;
}

.secondSpecialRoute .nav-menu a {
    color: #fff !important;
}

/*.secondSpecialRoute .notification_img img {*/
/*    filter: invert(1) !important;*/
/*}*/

.secondSpecialRoute .logo_org {
    display: none;
}

.customNavbar .second_logo,
.homeRoute .second_logo {
    display: none !important;
}

.v-input--selection-controls__ripple {
    margin: 7px 0 !important;
}

.v-input--selection-controls__input {
    margin-right: 0 !important;
}

.dialog_auth {
    border-radius: 20px !important;
}

.dialog_auth .v-card__text {
    margin-bottom: 24px;
}

.dialog_auth form {
    margin-top: 48px;
}

.dialog_auth .__auth_opt {
    margin-bottom: 36px;
}

.dialog_auth .v-card__title {
    font-size: 25px !important;
    font-weight: bold !important;
}

.lang-en .filter-side .filter_title .v-expansion-panel-header__icon {
    margin-left: 0 !important;
    margin-inline-start: auto !important;
}

.lang-en .notification_dd {
    right: -60px;
    left: auto !important;
}

.lang-en .notification_dd:before {
    right: 65px;
    left: auto !important;
}


body .chat-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 68px;
    width: 68px;
    border-radius: 50%;
    background-color: rgba(41, 41, 41);
    z-index: 9;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 1px 6px #5f4f3b;
    transition: all 0.5s;
}

body .chat-icon:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.3s;
}

body .chat-icon::after, body .chat-icon::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}

body .chat-icon::after::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    z-index: -1;
    animation: grow 1s ease-in-out infinite;
}

body .chat-icon::before {
    animation-delay: 2s;
}

body .chat-icon .notify {
    position: absolute;
    top: -13px;
    right: -12px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #FF0000;
}

body .chat-icon img {
    height: 32px;
    width: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    filter: invert(1);
}

@keyframes grow {
    0% {
        transform: scale(1, 1);
        opacity: 1;
    }
    100% {
        transform: scale(1.2, 1.2);
        opacity: 0;
    }
}

.position-relative {
    position: relative;
}

.chat-window {
    position: fixed;
    right: 20px;
    bottom: 86px;
    height: 360px;
    width: 360px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
}

.chat-window .chat-logo {
    height: 126px;
    background-color: rgb(17, 17, 17);
    text-align: center;
    padding: 0 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.chat-window .chat-logo img {
    height: 52px;
    width: 52px;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
}

.chat-window .chat-logo h5 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.chat-window .chat-logo h6 {
    color: #ddcece;
    font-size: 13px;
}

.chat-window .chat-logo .active-avatar {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 2px solid #000;
    background-color: #4AD504;
    position: absolute;
    bottom: 0;
}

.chat-window .chat-logo .exit-icon {
    position: absolute;
    top: 6px;
    right: 10px;
}

.chat-window .chat-logo .exit-icon i {
    color: #707070 !important;
    font-size: 18px;
}

.chat-window .chat-logo .exit-icon i::before {
    font-weight: bold;
}

.chat-window .chat-content {
    height: 132px;
    width: 100%;
    background-image: url(../img/whatsapp-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 25px 50px;
}

.chat-window .chat-content .chat-message {
    background-color: #fff;
    width: 92%;
    padding: 10px;
    border-radius: 0 10px 10px 10px;
    margin-right: auto;
    position: relative;
}

.chat-window .chat-content .chat-message h4 {
    font-size: 14px;
    text-align: center;
    color: #969696;
    font-weight: 500;
}

.chat-window .chat-content .chat-message h6 {
    font-size: 14px;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-bottom: 2px;
}

.chat-window .chat-content .chat-message span {
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    display: flex;
    margin-top: 4px;
}

.chat-window .chat-content .chat-message::before {
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0;
    left: -12px;
    width: 12px;
    height: 19px;
}

.chat-window .start-chat {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border: 1px solid #D0D0D0;
    border-radius: 0 0 10px 10px;
    padding: 0 15px;
}

.chat-window .start-chat a {
    font-size: 18px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 18px;
    background-color: #000;
    border-radius: 8px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}

.chat-window .start-chat a i {
    font-size: 18px;
}

.chat-window .start-chat a:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
}

@media (max-width: 300px) {
    .chat-window {
        position: fixed;
        right: 7px;
        width: 260px !important;
    }
}

@media (max-width: 360px) {
    .chat-window {
        position: fixed;
        right: 7px;
        width: 320px;
    }
}

@media (max-width: 550px) {
    .chat-window {
        position: fixed;
        right: 7px;
    }
}


.my-chats {
    padding: 24px;
}

.my-chats, .chat-body {
    background: #FFFFFF 0 0 no-repeat padding-box;
    border: 1px solid #FAFAFA;
    border-radius: 2px;
    position: relative;
}

.my-chats .input-group {
    border: 1px solid #E0E0E0;
    border-radius: 2px;
}

.my-chats .input-group:focus-within {
    border: 1px solid #424242;
    transition: 300ms ease;
}

.my-chats .input-group input {
    border: none;
    background-color: transparent;
}

.my-chats .input-group input:focus {
    outline: none;
    box-shadow: none;
    transition: 300ms ease;
}

.my-chats .input-group input::-moz-placeholder {
    color: #868D96;
    font-size: 14px;
}

.my-chats .input-group input::placeholder {
    color: #868D96;
    font-size: 14px;
}

.my-chats .input-group .input-group-text {
    border: none;
    background-color: transparent;
    color: #868D96;
}


.my-chats .chat-items {
    width: 100%;
    max-height: 392px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.my-chats .chat-items a .chat-item {
    text-align: start;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px;
}

.my-chats .chat-items a:hover .chat-item {
    background-color: #f5f5f5;
    transition: 300ms ease;
}

.my-chats .chat-items a:last-child .chat-item {
    border-bottom: none;
}

.my-chats .chat-items a .chat-item .chat-image {
    width: 37px;
    height: 37px;
    object-fit: cover;
    border-radius: 50%;
}

.my-chats .chat-items a .chat-item .chat-username,
.chat-body .chat-header .chat-header-username {
    display: block;
    color: #4D4D4D;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.my-chats .chat-items a .chat-item .chat-last-message,
.my-chats .chat-items a .chat-item .chat-time {
    display: block;
    color: #868E96;
    font-size: 12px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    overflow-wrap: anywhere;
}

.my-chats .chat-items a .chat-item .chat-last-message.unread {
    color: #4D4D4D;
    font-weight: bold;
}

.my-chats .chat-items a .chat-item .unread-messages-count {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1D77B1 0 0 no-repeat padding-box;
    color: #FAFAFA;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
}

.my-chats .chat-items .chat-item .row .col-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.my-chats .chat-items .chat-item .row .row .col-auto {
    padding-right: 5px;
    padding-left: 5px;
}


.chat-body {
    text-align: start;
    padding: 12px 24px 17px 24px;
    min-height: 500px;
}

.chat-body .chat-header {
    padding-bottom: 12px;
    border-bottom: 1px solid #E0E0E0;
}

.chat-body .chat-header .chat-header-image {
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 50%;
}

.chat-body .chat-messages {
    width: 100%;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: scroll;
    display: flex;
    flex-direction: column-reverse;
    padding: 0 6px;
}

.chat-body .chat-messages .row {
    margin-top: 0;
}

.chat-body .chat-messages .chat-message {
    border-radius: 4px;
    padding: 4px 8px;
}

.chat-body .chat-messages .chat-message.other-message {
    background: #FAFAFA 0 0 no-repeat padding-box;
}

.chat-body .chat-messages .chat-message.other-message-image {
    background: transparent;
    text-align: start;
}

.chat-body .chat-messages .chat-message .message-text {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
}

.chat-body .chat-messages .chat-message.other-message .message-text {
    color: #000000;
}

.chat-body .chat-messages .chat-message .message-time {
    font-size: 10px;
    line-height: 24px;
}

.chat-body .chat-messages .chat-message.other-message .message-time {
    color: #868E96;
}

.chat-body .chat-messages .chat-message .message-time i {
    font-size: 14px;
}

.chat-body .chat-messages .chat-message .message-time i.is-reading {
    color: #5DC26A;
}

.chat-body .chat-messages .chat-message.my-message {
    background: #000000 0 0 no-repeat padding-box;
}

.chat-body .chat-messages .chat-message.my-message .message-text,
.chat-body .chat-messages .chat-message.my-message .message-time {
    color: #FAFAFA;
    overflow-wrap: anywhere;
}

.chat-body .chat-messages .chat-message.my-message-image {
    background: transparent;
    text-align: end;
}

.chat-body .chat-messages .chat-message.my-message-image .message-text,
.chat-body .chat-messages .chat-message.my-message-image .message-time {
    color: #000;
    overflow-wrap: anywhere;
}

.chat-body .chat-messages .chat-message .chat-message-image {
    border-radius: 4px;
    width: 300px;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}


.chat-body .chat-footer {
    position: absolute;
    right: 24px;
    left: 24px;
}

.chat-body .chat-footer .input-group {
    border: 1px solid #E0E0E0;
    border-radius: 4px;
}

.chat-body .chat-footer .input-group:focus-within {
    border: 1px solid #424242;
    transition: 300ms ease;
}

.chat-body .chat-footer .input-group input {
    border: none;
    background-color: transparent;
}

.chat-body .chat-footer .input-group input:focus {
    outline: none;
    box-shadow: none;
    transition: 300ms ease;
}

.chat-body .chat-footer .input-group input::-moz-placeholder {
    color: #868D96;
    font-size: 14px;
}

.chat-body .chat-footer .input-group input::placeholder {
    color: #868D96;
    font-size: 14px;
}

.chat-body .chat-footer .input-group .chat-upload-file {
    color: #868E96;
    font-size: 24px;
    cursor: pointer;
    padding: 0 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.chat-body .chat-footer .input-group .chat-upload-file i {
    display: inline-flex;
}

.chat-body .chat-footer .closed-chat {
    background: #FAFAFA 0 0 no-repeat padding-box;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-body .chat-footer .closed-chat i {
    color: #F1CD1A;
    font-size: 18px;
}

.chat-body .chat-footer .closed-chat span {
    color: #4D4D4D;
    font-size: 14px;
    line-height: 24px;
}

.v-dialog__content {
    margin-top: 60px !important;
}