﻿@import "icon.css";

.bg-yellow {
    background: #ffc20f;
}

.color-yellow {
    color: #ffc20f;
}

.btn-yellow {
    transition: all ease-in-out 0.3s;
    background-color: #ffc20f;
    border-color: #ffc20f;
    box-shadow: 0px 5px 10px 2px rgba(255, 194, 15, 0.19) !important;
}

.btn-yellow:hover {
    box-shadow: 0px 5px 10px 2px rgba(255, 194, 15, 0.36) !important;
    background-color: rgb(224.1, 167.14125, 0);
    color: #fff;
}

.win-badge-yellow {
    background-color: #ffc20f;
    color: #fff !important;
}

.hover-yellow {
    color: #777;
}

.hover-yellow:hover {
    color: #ffc20f;
}

.before-yellow:before {
    background-color: #ffc20f;
}

.bg-green {
    background: #2bbe65;
}

.color-green {
    color: #2bbe65;
}

.btn-green {
    transition: all ease-in-out 0.3s;
    background-color: #2bbe65;
    border-color: #2bbe65;
    box-shadow: 0px 5px 10px 2px rgba(43, 190, 101, 0.19) !important;
}

.btn-green:hover {
    box-shadow: 0px 5px 10px 2px rgba(43, 190, 101, 0.36) !important;
    background-color: rgb(34.5291845494, 152.5708154506, 81.1034334764);
    color: #fff;
}

.win-badge-green {
    background-color: #2bbe65;
    color: #fff;
}

.hover-green {
    color: #777;
}

.hover-green:hover {
    color: #2bbe65;
}

.before-green:before {
    background-color: #2bbe65;
}

.bg-blue {
    background: #1a7bff;
}

.color-blue {
    color: #1a7bff;
}

.btn-blue {
    transition: all ease-in-out 0.3s;
    background-color: #1a7bff;
    border-color: #1a7bff;
    box-shadow: 0px 5px 10px 2px rgba(26, 123, 255, 0.19) !important;
}

.btn-blue:hover {
    box-shadow: 0px 5px 10px 2px rgba(26, 123, 255, 0.36) !important;
    background-color: rgb(0, 99.5838427948, 235.1);
    color: #fff;
}

.win-badge-blue {
    background-color: #1a7bff;
    color: #fff;
}

.hover-blue {
    color: #777;
}

.hover-blue:hover {
    color: #1a7bff;
}

.before-blue:before {
    background-color: #1a7bff;
}

.bg-orange {
    background: #fa6d42;
}

.color-orange {
    color: #fa6d42;
}

.btn-orange {
    transition: all ease-in-out 0.3s;
    background-color: #fa6d42;
    border-color: #fa6d42;
    box-shadow: 0px 5px 10px 2px rgba(250, 109, 66, 0.19) !important;
}

.btn-orange:hover {
    box-shadow: 0px 5px 10px 2px rgba(250, 109, 66, 0.36) !important;
    background-color: rgb(248.8170103093, 74.4567010309, 21.2829896907);
    color: #fff;
}

.win-badge-orange {
    background-color: #fa6d42;
    color: #fff;
}

.hover-orange {
    color: #777;
}

.hover-orange:hover {
    color: #fa6d42;
}

.before-orange:before {
    background-color: #fa6d42;
}

.bg-pink {
    background: #ff326e;
}

.color-pink {
    color: #ff326e;
}

.btn-pink {
    transition: all ease-in-out 0.3s;
    background-color: #ff326e;
    border-color: #ff326e;
    box-shadow: 0px 5px 10px 2px rgba(255, 50, 110, 0.19) !important;
}

.btn-pink:hover {
    box-shadow: 0px 5px 10px 2px rgba(255, 50, 110, 0.36) !important;
    background-color: rgb(255, 4.1, 77.5341463415);
    color: #fff;
}

.win-badge-pink {
    background-color: #ff326e;
    color: #fff;
}

.hover-pink {
    color: #777;
}

.hover-pink:hover {
    color: #ff326e;
}

.before-pink:before {
    background-color: #ff326e;
}

.bg-black {
    background: #2a2a2a;
}

.color-black {
    color: #2a2a2a;
}

.btn-black {
    transition: all ease-in-out 0.3s;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    box-shadow: 0px 5px 10px 2px rgba(42, 42, 42, 0.19) !important;
}

.btn-black:hover {
    box-shadow: 0px 5px 10px 2px rgba(42, 42, 42, 0.36) !important;
    background-color: rgb(19.05, 19.05, 19.05);
    color: #fff;
}

.win-badge-black {
    background-color: #2a2a2a;
    color: #fff;
}

.hover-black {
    color: #777;
}

.hover-black:hover {
    color: #2a2a2a;
}

.before-black:before {
    background-color: #2a2a2a;
}

.bg-gray {
    background: #777;
}

.color-gray {
    color: #777;
}

.btn-gray {
    transition: all ease-in-out 0.3s;
    background-color: #777;
    border-color: #777;
    box-shadow: 0px 5px 10px 2px rgba(119, 119, 119, 0.19) !important;
}

.btn-gray:hover {
    box-shadow: 0px 5px 10px 2px rgba(119, 119, 119, 0.36) !important;
    background-color: rgb(96.05, 96.05, 96.05);
    color: #fff;
}

.win-badge-gray {
    background-color: #777;
    color: #fff;
}

.hover-gray {
    color: #777;
}

.hover-gray:hover {
    color: #777;
}

.before-gray:before {
    background-color: #777;
}

.bg-gray8 {
    background: #888;
}

.color-gray8 {
    color: #888;
}

.btn-gray8 {
    transition: all ease-in-out 0.3s;
    background-color: #888;
    border-color: #888;
    box-shadow: 0px 5px 10px 2px rgba(136, 136, 136, 0.19) !important;
}

.btn-gray8:hover {
    box-shadow: 0px 5px 10px 2px rgba(136, 136, 136, 0.36) !important;
    background-color: hsl(0, 0%, 44.3333333333%);
    color: #fff;
}

.win-badge-gray8 {
    background-color: #888;
    color: #fff;
}

.hover-gray8 {
    color: #777;
}

.hover-gray8:hover {
    color: #888;
}

.before-gray8:before {
    background-color: #888;
}

.bg-grayA {
    background: #abafb3;
}

.color-grayA {
    color: #abafb3;
}

.btn-grayA {
    transition: all ease-in-out 0.3s;
    background-color: #abafb3;
    border-color: #abafb3;
    box-shadow: 0px 5px 10px 2px rgba(171, 175, 179, 0.19) !important;
}

.btn-grayA:hover {
    box-shadow: 0px 5px 10px 2px rgba(171, 175, 179, 0.36) !important;
    background-color: hsl(210, 5%, 59.6274509804%);
    color: #fff;
}

.win-badge-grayA {
    background-color: #abafb3;
    color: #fff;
}

.hover-grayA {
    color: #777;
}

.hover-grayA:hover {
    color: #abafb3;
}

.before-grayA:before {
    background-color: #abafb3;
}

.bg-grayD {
    background: #d6d6d6;
}

.color-grayD {
    color: #d6d6d6;
}

.btn-grayD {
    transition: all ease-in-out 0.3s;
    background-color: #d6d6d6;
    border-color: #d6d6d6;
    box-shadow: 0px 5px 10px 2px rgba(214, 214, 214, 0.19) !important;
}

.btn-grayD:hover {
    box-shadow: 0px 5px 10px 2px rgba(214, 214, 214, 0.36) !important;
    background-color: hsl(0, 0%, 74.9215686275%);
    color: #fff;
}

.win-badge-grayD {
    background-color: #d6d6d6;
    color: #fff;
}

.hover-grayD {
    color: #777;
}

.hover-grayD:hover {
    color: #d6d6d6;
}

.before-grayD:before {
    background-color: #d6d6d6;
}

.bg-grayF {
    background: #f1f1f1;
}

.color-grayF {
    color: #f1f1f1;
}

.btn-grayF {
    transition: all ease-in-out 0.3s;
    background-color: #f1f1f1;
    border-color: #f1f1f1;
    box-shadow: 0px 5px 10px 2px rgba(241, 241, 241, 0.19) !important;
}

.btn-grayF:hover {
    box-shadow: 0px 5px 10px 2px rgba(241, 241, 241, 0.36) !important;
    background-color: hsl(0, 0%, 85.5098039216%);
    color: #fff;
}

.win-badge-grayF {
    background-color: #f1f1f1;
    color: #fff;
}

.hover-grayF {
    color: #777;
}

.hover-grayF:hover {
    color: #f1f1f1;
}

.before-grayF:before {
    background-color: #f1f1f1;
}

.uploadfile-preview div,
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link-one {
    position: relative;
}

.link-one:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    background-color: #ffc20f;
    transition: all ease-in-out 0.3s;
}

.link-one:hover:before {
    width: 100%;
}

.bootstrap-select .dropdown-menu,
.my-table table tbody tr,
.dropdown-menu,
.my-card,
.statistics-card {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08) !important;
}

.marker_info,
.table-pagination ul li span,
.table-pagination ul li a {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.btn-yellow.btn {
    color: #2a2a2a;
}

.btn-yellow.btn:hover {
    color: #2a2a2a;
    background-color: #ffc20f;
}

.win-badge-yellow {
    color: #2a2a2a;
}

.win-badge.win-badge--wide {
    width: 90px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 50px !important;
}

.form-group {
    margin-bottom: 0;
    margin-top: 1rem;
}

.btn {
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
}

body {
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif;
    color: #2a2a2a;
    font-weight: 400;
}

.win-body .win-content {
    padding: 20px 15px;
}

a {
    text-decoration: none;
    transition: all ease-in-out 0.3s;
}

a:hover {
    text-decoration: none;
}

.win-content--skin-light2 .win-body {
    background-color: #fff;
}

@media (min-width: 1025px) {
    body.aside-left-skin-dark-win .win-header .win-header-head {
        -webkit-box-shadow: 4px 8px 9px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 4px 8px 9px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 4px 8px 9px 0px rgba(0, 0, 0, 0.05);
    }
}

#win_aside_left {
    -webkit-box-shadow: 4px 8px 9px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 4px 8px 9px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 4px 8px 9px 0px rgba(0, 0, 0, 0.05);
}

.win-aside-menu .win-menu__nav > .win-menu__item > .win-menu__link {
    padding-right: 15px;
}

.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler
span::before,
.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler
span::after,
.win-brand.win-brand--skin-light .win-brand__tools .win-brand__toggler span,
.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler.win-brand__toggler--active
span,
.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler.win-brand__toggler--active
span::before,
.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler.win-brand__toggler--active
span::after {
    background: #2a2a2a;
}

.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler:hover
span::before,
.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler:hover
span::after,
.win-brand.win-brand--skin-light
.win-brand__tools
.win-brand__toggler:hover
span {
    background: #ffc20f;
}

.win-badge.win-badge--danger {
    background-color: #ff326e;
}

.win-brand {
    border-bottom: 1px solid #eff3f8;
}

.lang-img img {
    height: 18px;
    width: auto;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link {
    background-color: rgba(255, 194, 15, 0.1);
    position: relative;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link
.win-menu__link-text {
    color: #2a2a2a;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link
.win-menu__link-icon {
    color: #2a2a2a;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link:after {
    content: "";
    width: 5px;
    height: 20px;
    display: block;
    background-color: #ffc20f;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1025px) {
    .win-aside-left--minimize .win-aside-menu .win-menu__nav {
        padding: 10px 0 30px 0;
    }
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
> .win-menu__link {
    transition: all ease-in-out 0.3s;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
> .win-menu__link
.win-menu__link-text {
    color: rgba(0, 0, 0, 0.8);
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
> .win-menu__link
.win-menu__link-icon {
    color: rgba(0, 0, 0, 0.8);
    font-size: 19px;
}

.win-aside-left--minimize
.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link
> .win-menu__link-icon {
    color: #2a2a2a;
}

.win-aside-left--minimize
.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
> .win-menu__link
> .win-menu__link-icon {
    color: #888;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item:not(.win-menu__item--parent):not(
        .win-menu__item--open
    ):not(.win-menu__item--expanded):not(.win-menu__item--active):hover
> .win-menu__link {
    background-color: rgba(255, 194, 15, 0.1);
}

.win-aside-menu .win-menu__nav {
    padding: 10px 0 30px 0;
}

.win-brand.win-brand--skin-light .win-brand__tools .win-brand__icon > i {
    color: #2a2a2a;
    transition: all ease-in-out 0.3s;
}

.win-brand.win-brand--skin-light .win-brand__tools .win-brand__icon > i:hover {
    color: #ffc20f;
}

@media (max-width: 1024px) {
    .win-brand__logo-wrapper img {
        max-height: 50px;
        width: auto;
    }

    .win-aside-menu .win-menu__nav {
        padding: 18px 0 30px 0;
    }

    .win-aside-left-close.win-aside-left-close--skin-dark {
        background-color: #ffc20f;
    }

    .win-aside-left-close.win-aside-left-close--skin-dark:hover {
        background-color: #777;
    }

    .win-aside-left-close.win-aside-left-close--skin-dark i {
        color: #fff;
    }
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
.win-menu__submenu
.win-menu__item
> .win-menu__link
.win-menu__link-text {
    color: rgba(0, 0, 0, 0.8);
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
.win-menu__submenu
.win-menu__item:not(.win-menu__item--parent):not(.win-menu__item--open):not(
        .win-menu__item--expanded
    ):not(.win-menu__item--active):hover
> .win-menu__link
.win-menu__link-text {
    color: #2a2a2a !important;
}

.win-aside-menu
.win-menu__nav
> .win-menu__item
> .win-menu__heading
.win-menu__link-text,
.win-aside-menu
.win-menu__nav
> .win-menu__item
> .win-menu__link
.win-menu__link-text {
    font-size: 1.1rem;
    line-height: 0;
}

.win-aside-menu
.win-menu__nav
> .win-menu__item
> .win-menu__heading
.win-menu__link-icon,
.win-aside-menu
.win-menu__nav
> .win-menu__item
> .win-menu__link
.win-menu__link-icon {
    width: 30px;
}

.win-aside-menu
.win-menu__nav
> .win-menu__item
> .win-menu__heading
.win-menu__ver-arrow,
.win-aside-menu
.win-menu__nav
> .win-menu__item
> .win-menu__link
.win-menu__ver-arrow {
    font-size: 0.9rem;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--open
> .win-menu__link
.win-menu__link-icon,
.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item:not(.win-menu__item--parent):not(
        .win-menu__item--open
    ):not(.win-menu__item--expanded):not(.win-menu__item--active):hover
> .win-menu__link
.win-menu__link-icon {
    color: rgba(0, 0, 0, 0.8);
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
> .win-menu__heading
.win-menu__link-text,
.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item
> .win-menu__link
.win-menu__link-text {
    color: rgba(0, 0, 0, 0.8) !important;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--open
> .win-menu__heading
.win-menu__link-text,
.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--open
> .win-menu__link
.win-menu__link-text {
    color: rgba(0, 0, 0, 0.8) !important;
}

.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item
> .win-nav__link
.win-nav__link-icon
i {
    font-size: 22px;
    color: #777;
}

.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item
> .win-nav__link
.win-nav__link-icon
i:before {
    font-weight: 400;
}

.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item.win-topbar__notifications.win-topbar__notifications--img.win-dropdown--arrow
.win-dropdown__arrow,
.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item.win-topbar__user-profile.win-topbar__user-profile--img.win-dropdown--arrow
.win-dropdown__arrow {
    color: #515151;
}

.win-dropdown.win-dropdown--header-bg-fill
.win-dropdown__header
.win-dropdown__header-title {
    padding: 0;
    color: #fff;
    font-size: 1.4rem;
}

@keyframes notification-animation {
    0% {
        box-shadow: 0px 0px 0px 0px rgba(239, 67, 81, 0.5);
    }
    50% {
        box-shadow: 0px 0px 0px 2px rgba(239, 67, 81, 0.4);
    }
    100% {
        box-shadow: 0px 0px 0px 4px rgba(239, 67, 81, 0);
    }
}

.new-notification .win-nav__link-icon i {
    position: relative;
}

.new-notification .win-nav__link-icon i:after {
    position: absolute;
    right: -5px;
    top: -5px;
    content: attr(data-count);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    border-radius: 50px;
    background-color: #ef4351;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    animation-name: notification-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.win-dropdown.win-dropdown--header-bg-fill .win-dropdown__header {
    background-color: #515151;
}

.win-list-timeline .win-list-timeline__items:before,
.win-list-timeline
.win-list-timeline__items
.win-list-timeline__item:first-child:before,
.win-list-timeline
.win-list-timeline__items
.win-list-timeline__item:last-child:before {
    display: none;
}

.win-list-timeline__items .win-list-timeline__item {
    display: block;
    padding: 15px 20px 15px 20px;
    margin: 0;
    transition: all ease-in-out 0.3s;
}

.win-list-timeline__items .win-list-timeline__item span.win-list-timeline__text,
.win-list-timeline__items
.win-list-timeline__item
span.win-list-timeline__time {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
}

.win-list-timeline__items
.win-list-timeline__item
span.win-list-timeline__text {
    color: #3e3c4f !important;
    font-weight: 400;
    font-size: 16px;
}

.win-list-timeline__items
.win-list-timeline__item
span.win-list-timeline__time {
    color: #777 !important;
    font-size: 14px;
}

.win-list-timeline__items .win-list-timeline__item:hover {
    background-color: #f5f5f5;
}

.win-list-timeline__items .win-list-timeline__item:first-child {
    padding-top: 15px;
}

.win-list-timeline__items .win-list-timeline__item:not(:last-child) {
    border-bottom: 1px solid #eff3f8;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.win-list-timeline__items .win-list-timeline__item:last-child {
    padding-bottom: 15px;
}

.win-nav .win-nav__item > .win-nav__link .win-nav__link-icon {
    text-align: center;
}

.win-topbar__nav li {
    border-left: 1px solid #eff3f8;
}

li.lang-change a span {
    transition: all ease-in-out 0.3s;
    color: #777;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif;
}

li.lang-change a:hover span {
    color: #2a2a2a;
}

.row.p-col-10 {
    margin-right: -5px;
    margin-left: -5px;
}

.row.p-col-10 > .col-1,
.row.p-col-10 > .col-2,
.row.p-col-10 > .col-3,
.row.p-col-10 > .col-4,
.row.p-col-10 > .col-5,
.row.p-col-10 > .col-6,
.row.p-col-10 > .col-7,
.row.p-col-10 > .col-8,
.row.p-col-10 > .col-9,
.row.p-col-10 > .col-10,
.row.p-col-10 > .col-11,
.row.p-col-10 > .col-12,
.row.p-col-10 > .col,
.row.p-col-10 > .col-auto,
.row.p-col-10 > .col-sm-1,
.row.p-col-10 > .col-sm-2,
.row.p-col-10 > .col-sm-3,
.row.p-col-10 > .col-sm-4,
.row.p-col-10 > .col-sm-5,
.row.p-col-10 > .col-sm-6,
.row.p-col-10 > .col-sm-7,
.row.p-col-10 > .col-sm-8,
.row.p-col-10 > .col-sm-9,
.row.p-col-10 > .col-sm-10,
.row.p-col-10 > .col-sm-11,
.row.p-col-10 > .col-sm-12,
.row.p-col-10 > .col-sm,
.row.p-col-10 > .col-sm-auto,
.row.p-col-10 > .col-md-1,
.row.p-col-10 > .col-md-2,
.row.p-col-10 > .col-md-3,
.row.p-col-10 > .col-md-4,
.row.p-col-10 > .col-md-5,
.row.p-col-10 > .col-md-6,
.row.p-col-10 > .col-md-7,
.row.p-col-10 > .col-md-8,
.row.p-col-10 > .col-md-9,
.row.p-col-10 > .col-md-10,
.row.p-col-10 > .col-md-11,
.row.p-col-10 > .col-md-12,
.row.p-col-10 > .col-md,
.row.p-col-10 > .col-md-auto,
.row.p-col-10 > .col-lg-1,
.row.p-col-10 > .col-lg-2,
.row.p-col-10 > .col-lg-3,
.row.p-col-10 > .col-lg-4,
.row.p-col-10 > .col-lg-5,
.row.p-col-10 > .col-lg-6,
.row.p-col-10 > .col-lg-7,
.row.p-col-10 > .col-lg-8,
.row.p-col-10 > .col-lg-9,
.row.p-col-10 > .col-lg-10,
.row.p-col-10 > .col-lg-11,
.row.p-col-10 > .col-lg-12,
.row.p-col-10 > .col-lg,
.row.p-col-10 > .col-lg-auto,
.row.p-col-10 > .col-xl-1,
.row.p-col-10 > .col-xl-2,
.row.p-col-10 > .col-xl-3,
.row.p-col-10 > .col-xl-4,
.row.p-col-10 > .col-xl-5,
.row.p-col-10 > .col-xl-6,
.row.p-col-10 > .col-xl-7,
.row.p-col-10 > .col-xl-8,
.row.p-col-10 > .col-xl-9,
.row.p-col-10 > .col-xl-10,
.row.p-col-10 > .col-xl-11,
.row.p-col-10 > .col-xl-12,
.row.p-col-10 > .col-xl,
.row.p-col-10 > .col-xl-auto {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
}

.link-one {
    transition: all ease-in-out 0.3s;
    color: #1a7bff;
    font-weight: 600;
}

.link-one:hover {
    color: #1a7bff;
}

.admin-link-list a {
    transition: all ease-in-out 0.3s;
    color: #777;
    font-size: 13px;
    font-weight: 400;
}

.admin-link-list a:hover {
    color: #2a2a2a;
}

.admin-dropdown .win-dropdown__arrow {
    color: #515151 !important;
}

.admin-dropdown .win-dropdown__inner .win-dropdown__header {
    background-color: #515151;
}

.admin-dropdown
.win-dropdown__inner
.win-dropdown__header
.win-dropdown__header-title {
    color: #fff;
}

.admin-dropdown .win-dropdown__inner .win-dropdown__header .profile-small-text {
    color: #fff;
}

.win-dropdown .win-dropdown__wrapper .win-dropdown__inner,
.win-dropdown
.win-dropdown__wrapper
.win-dropdown__inner
.win-dropdown__content {
    border-radius: 8px;
}

.win-dropdown .win-dropdown__wrapper .win-dropdown__header {
    border-radius: 8px 8px 0 0;
}

.win-dropdown__wrapper .win-scrollable {
    border-radius: 8px;
}

@media (min-width: 1200px) {
    .w-20-xl {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.br-8 {
    border-radius: 8px;
}

.statistics-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 15px 10px;
    min-height: 96px;
    transition: all ease-in-out 0.3s;
}

.statistics-card .statistics-card-content .statistics-card-text {
    font-size: 11px;
    font-weight: 500;
}

.statistics-card .statistics-card-content .statistics-card-number {
    font-size: 20px;
    font-weight: 600;
}

.statistics-card .statistics-card-icon-container {
    text-align: right;
}

.statistics-card .statistics-card-icon-container > span {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-right: auto;
}

.statistics-card .statistics-card-icon-container p {
    font-size: 11px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 0;
}

.statistics-card.colored-card .statistics-card-icon-container > span {
    background-color: #f4f5f9;
}

.statistics-card.green-card {
    background-color: rgba(43, 190, 101, 0.15);
    color: #2bbe65;
}

.statistics-card.green-card .statistics-card-icon-container > span {
    color: #2bbe65;
}

.statistics-card.pink-card {
    background-color: rgba(255, 50, 110, 0.15);
    color: #ff326e;
}

.statistics-card.pink-card .statistics-card-icon-container > span {
    color: #ff326e;
}

.statistics-card.orange-card {
    background-color: rgba(250, 109, 66, 0.15);
    color: #fa6d42;
}

.statistics-card.orange-card .statistics-card-icon-container > span {
    color: #fa6d42;
}

.statistics-card.blue-card {
    background-color: rgba(26, 123, 255, 0.15);
    color: #1a7bff;
}

.statistics-card.blue-card .statistics-card-icon-container > span {
    color: #1a7bff;
}

.statistics-card.yellow-card {
    background-color: rgba(255, 194, 15, 0.15);
    color: #2a2a2a;
}

.statistics-card.yellow-card .statistics-card-icon-container > span {
    color: #2a2a2a;
    transition: all ease-in-out 0.3s;
}

.statistics-card:hover.yellow-card {
    background-color: #ffc20f;
    color: #fff;
}

.statistics-card:hover.yellow-card .statistics-card-icon-container > span {
    color: #ffc20f;
}

.statistics-card:hover.green-card {
    background-color: #2bbe65;
    color: #fff;
}

.statistics-card:hover.pink-card {
    background-color: #ff326e;
    color: #fff;
}

.statistics-card:hover.orange-card {
    background-color: #fa6d42;
    color: #fff;
}

.statistics-card:hover.blue-card {
    background-color: #1a7bff;
    color: #fff;
}

.statistics-card.text-green-card {
    color: #2bbe65;
}

.statistics-card.text-green-card .statistics-card-icon-container > span {
    color: #2bbe65;
}

.statistics-card.text-green-card .statistics-card-text {
    color: #2a2a2a;
}

.statistics-card.text-pink-card {
    color: #ff326e;
}

.statistics-card.text-pink-card .statistics-card-icon-container > span {
    color: #ff326e;
}

.statistics-card.text-pink-card .statistics-card-text {
    color: #2a2a2a;
}

.statistics-card.text-orange-card {
    color: #fa6d42;
}

.statistics-card.text-orange-card .statistics-card-icon-container > span {
    color: #fa6d42;
}

.statistics-card.text-orange-card .statistics-card-text {
    color: #2a2a2a;
}

.statistics-card.text-blue-card {
    color: #1a7bff;
}

.statistics-card.text-blue-card .statistics-card-icon-container > span {
    color: #1a7bff;
}

.statistics-card.text-blue-card .statistics-card-text {
    color: #2a2a2a;
}

.statistics-card.text-yellow-card {
    color: #2a2a2a;
}

.statistics-card.text-yellow-card .statistics-card-icon-container > span {
    color: #2a2a2a;
}

.statistics-card.text-yellow-card .statistics-card-text {
    color: #2a2a2a;
}

.win-scroller:not(.win-scrollable--track) > .ps__rail-y,
.win-scrollable:not(.win-scrollable--track) > .ps__rail-y {
    left: 4px;
    right: auto;
}

.my-card {
    padding: 10px;
    border-radius: 8px;
    height: 100%;
}

#chartContainer {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

#chartContainer:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    display: block;
    height: 12px;
    width: 63px;
    z-index: 10;
}

.canvasjs-chart-credit {
    display: none !important;
}

.canvasjs-chart-tooltip {
    border-radius: 4px !important;
    overflow: hidden;
}

.canvasjs-chart-tooltip > div {
    border: 0 !important;
}

a.link {
    color: #1a7bff;
}

.my-breadcrumb ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
}

.my-breadcrumb ul li {
    display: flex;
}

@media (max-width: 991.98px) {
    .my-breadcrumb ul li a {
        font-size: 11px;
    }
}

.my-breadcrumb i {
    padding-right: 3px;
    font-size: 17px;
}

.my-breadcrumb p {
    font-weight: 500;
}

.m-form__group label {
    font-weight: 600;
}

.m-form__group .form-control {
    color: #2a2a2a;
    border-color: #dddfe1;
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif;
}

.m-form__group .form-control ::placeholder {
    color: #777;
}

.m-form__group .form-control:focus {
    border-color: #ffc20f;
}

.swal2-input {
    width: 100%;
    max-width: 100%;
}

.swal2-popup .swal2-input:focus {
    border-color: #ffc20f;
    box-shadow: none;
}

.bootstrap-select.show > .dropdown-toggle.btn-light,
.bootstrap-select.show > .dropdown-toggle.btn-secondary,
.bootstrap-select > .dropdown-toggle.btn-light:focus,
.bootstrap-select > .dropdown-toggle.btn-light.active,
.bootstrap-select > .dropdown-toggle.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.btn-secondary.active {
    border-color: #ffc20f !important;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bootstrap-select .dropdown-menu.inner > li:hover > a {
    background-color: rgba(255, 194, 15, 0.07);
}

.bootstrap-select .dropdown-menu.inner > li.selected > a {
    background-color: rgba(255, 194, 15, 0.1);
}

.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-light {
    color: #777;
    border-color: #dddfe1;
}

.bootstrap-select .dropdown-toggle .filter-option {
    font-weight: 400;
}

.my-table table {
    border-collapse: separate;
    border-spacing: 0 0.7em;
}

.my-table table tr th {
    white-space: nowrap;
    border: 0;
    padding-bottom: 0;
}

.my-table table tr th:first-child {
    padding-left: 20px;
}

.my-table table tr th:last-child {
    padding-right: 20px;
}

.my-table table tr td {
    border: 0;
}

.my-table table tr td:first-child {
    padding-left: 20px;
}

.my-table table tr td:last-child {
    padding-right: 20px;
}

.my-table table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.my-table table tbody tr {
    border-radius: 5px;
}

.my-table table tbody tr td {
    white-space: nowrap;
    vertical-align: middle;
    color: #000000cc;
    background-color: #fff;
}

.my-table table tbody tr td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.my-table table tbody tr td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.action-icon {
    font-size: 18px;
    padding: 0 2px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.8);
}

.table-pagination {
    text-align: right;
}

@media (max-width: 1199.98px) {
    .table-pagination {
        text-align: center;
    }
}

.table-pagination ul li:not(:last-child) {
    margin-right: 0.7rem;
}

.table-pagination ul li.active a {
    background-color: #2a2a2a;
    color: #fff;
}

.table-pagination ul li a {
    margin-bottom: 5px;
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #abafb3;
}

.table-pagination ul li a:hover {
    background-color: #ffc20f;
    color: #2a2a2a;
}

.table-pagination ul li span {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    color: #abafb3;
}

.table-pagination ul li span:hover {
    background-color: #ffc20f;
    color: #2a2a2a;
}

.table-pagination ul li.active .page-link {
    background-color: #2a2a2a;
    color: #fff;
}

.page-link {
    border: 0 !important;
}

.page-item:last-child .page-link {
    border-radius: 50%;
    font-size: 22px;
}

.page-item:first-child .page-link {
    border-radius: 50%;
    font-size: 22px;
}

.table-rate i {
    color: #ffc20f;
    font-size: 14px;
}

.pagination {
    justify-content: flex-end;
}

.swal2-popup {
    box-shadow: 0px -3px 6px 0px rgba(0, 0, 0, 0.07);
    border-radius: 15px !important;
    padding: 1.5rem 0 0 !important;
    overflow: hidden;
}

.swal2-popup .swal2-header,
.swal2-popup .swal2-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.swal2-popup .swal2-title {
    color: #2a2a2a;
    font-size: 1.5rem;
}

.swal2-popup .swal2-content {
    color: #707070;
    font-size: 15px;
    font-weight: 400;
}

.swal2-popup .swal2-actions {
    width: 100%;
}

.swal2-popup .swal2-actions button {
    border-bottom: 0 !important;
}

.swal2-popup .swal2-actions button:first-child {
    border-left: 0 !important;
    border-right: 0 !important;
}

.swal2-popup .swal2-actions button:last-child {
    border-right: 0 !important;
}

.swal2-popup .swal2-actions button {
    flex-grow: 1;
    margin: 0 !important;
    border-radius: 0 !important;
    border-color: #d6d6d6 !important;
}

.swal2-popup .swal2-actions button.swal2-confirm {
    background-color: rgba(0, 0, 0, 0);
    color: #1a7bff !important;
}

.swal2-popup .swal2-actions button.swal2-confirm:hover {
    color: #fff;
    background-color: #1a7bff;
}

.swal2-popup .swal2-actions button.swal2-cancel {
    color: red !important;
}

.swal2-popup .swal2-actions button.swal2-cancel:hover {
    background-color: red !important;
    color: #fff !important;
}

.win-aside-menu
.win-menu__nav
.win-menu__item
> .win-menu__link
.win-menu__link-title {
    width: 100%;
}

.win-aside-left--minimize
.win-menu__nav
.win-menu__item
> .win-menu__link
.win-menu__link-title {
    width: auto;
}

.product-reviews-summary .rating-summary {
    position: relative;
    padding-bottom: 11px;
}

.ating-summary .rating-result {
    margin-left: 5px;
    width: 88px;
    position: relative;
}

.r-section .rating-summary .rating-result {
    width: 76px;
}

.rating-summary .rating-result {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.rating-summary .rating-result:before {
    content: "" "" "" "" "";
    left: 1px;
    position: absolute;
    top: 1px;
    width: 100%;
    z-index: 1;
    color: #abafb3;
    font-size: 16px;
    height: 16px;
    letter-spacing: -1px;
    line-height: 17px;
    display: block;
    font-style: normal;
    speak: none;
}

.product-reviews-summary .rating-summary .rating-result {
    width: 77px;
    position: relative;
}

.product-reviews-summary .rating-summary .rating-result span {
    display: block;
    overflow: hidden;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
    margin-bottom: -11px;
}

.product-reviews-summary .rating-summary .rating-result span:before {
    position: relative;
    z-index: 2;
    text-align: right;
    color: #ffc20f;
    font-size: 16px;
    height: 16px;
    letter-spacing: -1px;
    line-height: 18px;
    content: "" "" "" "" "";
    display: block;
    font-style: normal;
    speak: none;
}

.gray-wall {
    background-color: #fafafa;
    border-radius: 8px;
    padding: 60px;
}

@media (max-width: 991.98px) {
    .gray-wall {
        padding: 30px;
    }
}

.login-container {
    padding: 40px;
}

.login-container .login-container-img {
    text-align: center;
}

.login-container .login-container-img img {
    width: 160px;
}

.login-container h3 {
    text-align: center;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 40px;
}

.login-container .form-control {
    height: 45px;
    font-size: 14px;
}

.gray-input input {
    background-color: #f1f1f1;
}

.win-checkbox {
    padding-left: 25px;
}

.win-checkbox.win-checkbox--warning > span {
    border: 2px #d6d6d6 solid;
}

.win-checkbox.win-checkbox--warning > input:checked ~ span {
    border: 2px solid #ffc20f;
}

.btn-4 {
    overflow: hidden;
    position: relative;
}

.btn-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}

.btn-4 > span {
    z-index: 20;
    position: relative;
}

.btn-4:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.form-control-feedback {
    color: #ff326e !important;
}

.small-gray-wall {
    background-color: #f1f1f1;
    border-radius: 3px;
    padding: 15px;
}

@media (max-width: 991.98px) {
    .small-gray-wall {
        padding: 10px;
    }
}

.white-card {
    background-color: #fff;
    border-radius: 3px;
    padding: 15px;
}

@media (max-width: 991.98px) {
    .white-card {
        padding: 10px;
    }
}

.time-date-container {
    position: relative;
}

.time-date-container input {
    padding-left: 32px;
}

.time-date-container i {
    position: absolute;
    left: 10px;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.plus-minus {
    min-width: 60px;
}

.plus-minus i {
    font-size: 10px;
}

.grayF-card {
    background: #f1f1f1;
}

.grayF-card h4,
.grayF-card .statistics-card-text,
.grayF-card p {
    color: #1a7bff;
}

.grayF-card .statistics-card-title {
    color: #1a7bff;
    font-size: 18px;
    font-weight: 600;
}

.black-card {
    background: #f1f1f1;
}

.black-card h4,
.black-card .statistics-card-title,
.black-card p {
    color: #2a2a2a;
}

.black-card .statistics-card-text {
    color: #777;
}

.black-card .statistics-card-title {
    color: #2a2a2a;
    font-size: 18px;
}

.black-card .icon-check {
    font-size: 17px !important;
}

.redius {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
}

.h-100-px {
    min-height: 100px;
}

.border-yalow {
    border: 1px solid #ffc20f;
}

.list-attachments {
    margin: 0;
}

.list-attachments li img {
    border-radius: 8px;
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.sa-dropdown button {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
}

.m-switch input ~ span:before {
    background-color: #dbdbdb !important;
}

.m-switch input:checked ~ span:before {
    background-color: #2bbe65 !important;
    box-shadow: none;
}

.m-switch input:empty ~ span {
    height: 23px;
}

.m-switch input:checked ~ span:after {
    margin-left: 34px;
    box-shadow: none;
}

.m-switch input:empty ~ span:after {
    height: 17px;
    width: 17px;
}

.m-switch.m-switch--icon input:checked ~ span:after {
    content: "";
}

.m-switch.m-switch--success:not(.m-switch--outline) input:empty ~ span:after {
    opacity: 1;
    content: "";
}

.m-portlet {
    box-shadow: none;
}

.m-tabs-line {
    border-bottom: 0 !important;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 4px;
    display: inline-flex;
    gap: 2px;
}

.m-tabs-line .m-tabs__item,
.m-tabs-line .nav-item {
    margin: 0 !important;
}

.m-tabs-line a.m-tabs__link {
    border: 0 !important;
    border-radius: 6px !important;
    padding: 8px 20px !important;
    min-width: 120px;
    display: block;
    white-space: nowrap;
    text-align: center;
    font-weight: 500;
    color: #575962;
    transition: all 0.2s ease-in-out;
}

.m-tabs-line a.m-tabs__link:after {
    display: none !important;
}

.m-tabs-line a.m-tabs__link.active {
    border: 0 !important;
    background-color: #ffc20f !important;
    color: rgba(0, 0, 0, 0.8) !important;
    border-radius: 6px !important;
    box-shadow: 0 2px 6px rgba(30, 30, 35, 0.14),
    0 0 rgba(0, 0, 0, 0),
    0 0 rgba(0, 0, 0, 0);
}

.m-tabs-line a.m-tabs__link.active:after {
    display: none !important;
}

.m-tabs-line a.m-tabs__link:hover:not(.active) {
    border-bottom: 0 !important;
    background-color: #eee !important;
}

.m-portlet .m-portlet__head {
    border-bottom: none;
}

.for-account-freez {
    display: none;
}

.for-account-freez.open {
    display: block;
}

.lable-upload {
    position: relative;
}

.lable-upload input {
    opacity: 0;
}

.uploadfile {
    position: relative;
    margin: 15px 0;
    outline: none !important;
    height: 40px;
    cursor: pointer;
}

.uploadfile:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/upload.svg");
    background-color: #fff;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.uploadfile:before {
    position: absolute;
    display: block;
    content: "Click To Edit";
    left: 47px;
    top: 11px;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.uploadfile-preview {
    display: flex;
    align-items: center;
}

.uploadfile-preview img {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    object-fit: cover;
    margin-right: 10px;
}

.time-select .btn {
    padding-right: 10px;
    padding-left: 10px;
}

.time-select .bootstrap-select.show > .dropdown-toggle.btn-light {
    border: 1px solid #dddfe1 !important;
}

.time-select {
    width: 85px;
}

.time-select .dropdown-toggle .filter-option {
    padding-right: 10px !important;
}

.time-select .bootstrap-select > .dropdown-toggle:after {
    right: 16px;
}

.time-select
.bootstrap-select
.dropdown-menu.inner
> li.selected
> a
span.check-mark {
    right: 5px;
}

.users-statistics-list {
    margin-bottom: 0;
}

.users-statistics-list li {
    padding-left: 13px;
    position: relative;
}

.users-statistics-list li:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    display: block;
    left: 0;
    border-radius: 3px;
    top: 60%;
    transform: translateY(-50%);
}

.users-statistics-list li p {
    margin: 0;
    font-size: 12px;
}

.chart-wrapper {
    max-height: 250px;
    position: relative;
}

.chart-wrapper #myChart {
    position: relative;
    z-index: 10;
}

.chart-wrapper #chartjs-tooltip {
    left: 0;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 0;
    height: 100%;
    padding: 0;
    opacity: 1 !important;
    align-items: center;
}

.chart-wrapper #chartjs-tooltip h6 {
    margin-bottom: 0;
    text-align: center;
    color: #1f2b6a;
}

.chart-wrapper #chartjs-tooltip p {
    color: #1f2b6a;
    font-size: 40px !important;
    font-weight: 500 !important;
    margin: 0;
}

.order-statistics-list li {
    position: relative;
    padding-left: 20px;
}

.order-statistics-list li:not(:first-child) {
    margin-left: 10px;
}

.order-statistics-list li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.order-statistics-list li:nth-child(1):before {
    box-shadow: 0 0 20px 0 rgba(254, 154, 47, 0.4);
}

.order-statistics-list li:nth-child(2):before {
    box-shadow: 0 0 20px 0 rgba(58, 123, 213, 0.4);
}

.order-statistics-list li:nth-child(3):before {
    box-shadow: 0 0 20px 0 rgba(248, 103, 132, 0.4);
}

.order-statistics-list li p {
    margin: 0;
    color: #777;
    font-weight: 500;
}

.users-statistics-right-container {
    margin-top: 25px;
}

.users-statistics-right-container .users-statistics-content:not(:first-child) {
    margin-top: 30px;
}

.users-statistics-right-container .users-statistics-content {
    padding-left: 25px;
}

.users-statistics-right-container .users-statistics-content h5 {
    color: #3e3c4f;
    font-size: 14px;
}

.users-statistics-right-container .users-statistics-content p {
    font-size: 20px;
    margin: 0;
}

.users-statistics-right-container .users-statistics-content {
    position: relative;
}

.users-statistics-right-container .users-statistics-content:before {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    left: 0;
    top: -1px;
}

.users-statistics-right-container .users-statistics-content.waiting:before {
    background-color: #ffc20f;
    box-shadow: 0 0 20px 0 rgba(254, 154, 47, 0.4);
}

.users-statistics-right-container .users-statistics-content.completed:before {
    background-color: #1a7bff;
    box-shadow: 0 0 20px 0 rgba(58, 123, 213, 0.4);
}

.users-statistics-right-container .users-statistics-content.cancelled:before {
    background-color: #ff326e;
    box-shadow: 0 0 20px 0 rgba(248, 103, 132, 0.4);
}

.bg-yellow {
    background-color: #ffc20f !important;
}

.content-chat {
    padding: 15px;
}

.row-item {
    overflow: auto;
    margin-bottom: 20px;
}

.you {
    width: 45%;
}

@media screen and (max-width: 991px) {
    .you {
        width: 75%;
    }
}

.you {
    float: left;
}

.you .img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #f9f9f9;
    margin-right: 8px;
}

.you .message {
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
}

.you .yellow-card {
    background-color: rgba(255, 194, 15, 0.15);
    color: #2a2a2a;
}

.you .time {
    font-size: 10px;
    color: #afafaf;
    margin-top: 5px;
}

.me {
    width: 45%;
}

@media screen and (max-width: 991px) {
    .me {
        width: 75%;
    }
}

.me {
    float: right;
    direction: rtl;
}

.me .img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #f9f9f9;
    margin-left: 8px;
}

.me .message {
    border-radius: 8px;
    padding: 12px;
    font-size: 12px;
}

.me .yellow-card {
    background-color: rgba(255, 194, 15, 0.15);
    color: #2a2a2a;
}

.me .time {
    font-size: 10px;
    color: #afafaf;
    margin-top: 5px;
}

.br-3 {
    border-radius: 3px;
}

.cursor-none {
    cursor: default !important;
}

@media (max-width: 991.98px) {
    .mt-n5 {
        margin-top: -3rem;
    }
}

#map {
    width: 100%;
    height: 300px;
}

.infoBox {
    -webkit-animation: fadeIn 0.9s;
    animation: fadeIn 0.9s;
    padding-right: 50px;
    width: 285px !important;
}

.infoBox > img {
    position: absolute !important;
    right: 52px !important;
    top: 2px !important;
    z-index: 9999;
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

a.btn_infobox_detail {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 20px;
    height: 20px;
}

a.btn_infobox_detail i {
    color: #0054a6;
    font-size: 16px;
    transition: all ease-in-out 0.3s;
    transform: scale(1);
}

a.btn_infobox_detail:hover i {
    transform: scale(1.1);
}

a.btn_infobox_detail:before:hover {
    color: #fc5b62;
}

.btn_infobox_get_directions,
a.btn_infobox_phone {
    border: none;
    display: inline-block;
    font-weight: 500;
    color: #fc5b62;
    background: none;
    cursor: pointer;
    font-size: 0.8125rem;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif;
    outline: none;
    padding: 0;
}

.btn_infobox_get_directions:focus,
a.btn_infobox_phone:focus {
    outline: none;
}

.btn_infobox_get_directions:hover,
a.btn_infobox_phone:hover {
    color: #333;
}

span.infobox_rate {
    display: inline-block;
    margin: -44px -20px 0 0;
    float: right;
    background-color: #0054a6;
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif;
    padding: 5px 8px;
    font-weight: 500;
    text-align: left;
    font-size: 0.75rem;
}

.input-group .input-group-prepend > .input-group-text {
    background-color: rgba(0, 0, 0, 0);
    border-color: #dddfe1;
    color: #2a2a2a;
    font-size: 20px;
    padding: 7px;
}

.bootstrap-select .dropdown-menu {
    border-radius: 8px !important;
}

.marker_info span {
    display: block;
    padding: 10px;
    position: relative;
}

.marker_info {
    border-radius: 8px;
}

.marker_info .driver-details-card .media-body h5 a.driver-name {
    position: relative;
    font-size: 14px;
}

.marker_info .driver-details-card .media-body h5 a.driver-name img {
    margin-left: 3px;
    margin-bottom: 2px;
}

.gmnoprint > .gm-style-mtc div[role="button"]:first-child {
    background-color: #f1f1f1 !important;
    border-radius: 8px !important;
    border: 1px solid #2a2a2a !important;
    height: 33px !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.gmnoprint > .gm-style-mtc:first-child div[role="button"]:first-child {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-right: 0 !important;
}

.gmnoprint > .gm-style-mtc:last-child div[role="button"]:first-child {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.gmnoprint > .gm-style-mtc div:nth-child(2) {
    border-radius: 8px !important;
}

.gm-fullscreen-control {
    background-color: #f1f1f1 !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 8px !important;
    height: 35px !important;
    width: 35px !important;
}

.gm-fullscreen-control img {
    width: 15px !important;
    height: 15px !important;
}

.gm-bundled-control-on-bottom .gmnoprint > div {
    background-color: rgba(0, 0, 0, 0) !important;
    box-shadow: none !important;
}

.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active {
    background-color: #ffc20f !important;
    color: #2a2a2a !important;
    border: 1px solid #2a2a2a !important;
    border-radius: 8px !important;
    width: 31px !important;
    height: 35px !important;
    left: 4px !important;
}

.gm-bundled-control-on-bottom .gmnoprint button.gm-control-active img {
    width: 11px !important;
    height: 11px !important;
}

.map-title {
    color: #2a2a2a;
    font-size: 19px;
}

.map-title span {
    color: #2bbe65;
    font-size: 23px;
    font-weight: 600;
}

.driver-phone {
    font-size: 14px;
}

.user-img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
}

.circle-before {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}

.circle-before:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #2bbe65;
}

.circle-before.onOrder-before:before {
    background-color: #ff326e;
}

tr.selected-check td,
.my-table table tbody tr.selected-check td {
    background-color: rgba(255, 194, 15, 0.1) !important;
}

.head-chat {
    font-size: 17px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.statistics-card.grayF-card,
.statistics-card.black-card {
    box-shadow: 0 8px 30px 0 rgba(243, 246, 249, 0.8) !important;
}

.statistics-card.grayF-card .fs-11,
.statistics-card.black-card .fs-11 {
    font-size: 12px !important;
}

.content-chat {
    box-shadow: 0 8px 30px 0 rgba(243, 246, 249, 0.8) !important;
}

.search-arrow {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 500;
}

.search-arrow i {
    margin-right: 3px;
    color: #9c9c9d;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.search-dropdown-container .drop-search-container {
    position: relative;
}

.search-dropdown-container .drop-search-container input {
    padding: 10px 10px 10px 45px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0);
    outline: 0;
    font-size: 15px;
}

.search-dropdown-container .drop-search-container input:focus {
    border-color: #ffc20f;
}

.search-dropdown-container .drop-search-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #2a2a2a;
}

.search-dropdown-container .drop-search-container:before {
    position: absolute;
    left: 35px;
    width: 1px;
    height: 43%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    background-color: #2a2a2a;
}

.search-dropdown-container .search-dropdown-result .search-country a {
    display: flex;
    align-items: center;
    padding: 10px;
    background-color: #eaeaea;
}

.search-dropdown-container .search-dropdown-result .search-country a span {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
}

.search-dropdown-container .search-dropdown-result .search-country a img {
    width: 25.75px;
    height: 15px;
    margin-right: 10px;
    border-radius: 1px;
}

.search-dropdown-container .search-dropdown-result .search-city a {
    padding: 10px 10px 0 10px;
    display: block;
    transition: all ease-in-out 0.3s;
}

.search-dropdown-container
.search-dropdown-result
.search-city
a
.border-bottom {
    padding-bottom: 11px;
    padding-top: 1px;
    display: flex;
    align-items: center;
    margin-bottom: -1px;
}

.search-dropdown-container
.search-dropdown-result
.search-city
a
.border-bottom
span {
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 400;
}

.search-dropdown-container
.search-dropdown-result
.search-city
a
.border-bottom
img {
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.search-dropdown-container .search-dropdown-result .search-city a:hover {
    background-color: rgba(255, 194, 15, 0.1);
}

.search-dropdown-container
.search-dropdown-result
.search-city:last-child
a
.border-bottom {
    border-bottom: 0 !important;
}

.main-road {
    font-size: 15px;
    color: #2a2a2a !important;
}

.second-road {
    font-size: 15px;
    margin-bottom: 0;
    color: #777 !important;
}

.alert.m-alert--outline.alert-warning {
    border-color: #ffc20f;
    color: #2a2a2a;
    background-color: #fffaf3;
}

.alert.m-alert--outline.alert-warning.close {
    color: #2a2a2a;
}

.alert.m-alert--outline.alert-success {
    border-color: #2bbe65;
    color: #2bbe65;
    background-color: #fcfff5;
}

.alert.m-alert--outline.alert-success.close {
    color: #2bbe65;
}

.alert.m-alert--outline.alert-info {
    border-color: #1a7bff;
    color: #1a7bff;
    background-color: #f8ffff;
}

.alert.m-alert--outline.alert-info.close {
    color: #1a7bff;
}

.alert.m-alert--outline.alert-danger {
    border-color: #dc3545;
    color: #dc3545;
    background-color: #fff6f6;
}

.alert.m-alert--outline.alert-danger.close {
    color: #dc3545;
}

.datepicker table tr td,
.datepicker table tr th {
    text-align: center;
    width: 30px;
    height: 35px;
    border-radius: 50%;
}

.datepicker tbody tr > td.day.today:before {
    display: none;
}

.datepicker tbody tr > td.day.today {
    background: rgba(255, 194, 15, 0.5);
    color: #2a2a2a;
}

.datepicker tbody tr > td.day.selected,
.datepicker tbody tr > td.day.selected:hover,
.datepicker tbody tr > td.day.active,
.datepicker tbody tr > td.day.active:hover {
    background: #ffc20f;
    color: #2a2a2a;
}

.datepicker .datepicker-switch {
    border-radius: 4px !important;
}

.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover.active.focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active:hover:active:hover,
.datepicker tbody tr > td span.month.active:hover,
.datepicker tbody tr > td span.month.active,
.datepicker table tr td span.active.active {
    background-color: #ffc20f;
    color: #2a2a2a;
}

.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item
> .win-nav__link
.win-topbar__userpic
img {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    object-fit: cover;
}

.parent-row td {
    font-weight: 600 !important;
    border-bottom: 1px solid #d6d6d6 !important;
    border-top: 1px solid #d6d6d6 !important;
    background: rgba(240, 240, 240, 0.39) !important;
}

.parent-row td:first-child {
    border-left: 1px solid #d6d6d6 !important;
}

.parent-row td:last-child {
    border-right: 1px solid #d6d6d6 !important;
}

.new-row td {
    font-weight: 600 !important;
    background: rgba(43, 190, 101, 0.15) !important;
}

.ui-sortable-helper {
    display: flex !important;
}

.ui-sortable-helper td {
    flex-grow: 1 !important;
}

.ui-sortable-helper td:first-child {
    flex-grow: 0 !important;
}

.m-form__group {
    position: relative;
}

.m-form__group .parsley-errors-list {
    list-style: none;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    margin: 0;
}

.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 4px 0 0;
}

.parsley-errors-list li {
    color: #ff326e;
    font-size: 12px;
}

input.parsley-error {
    border: 1px solid #ff326e !important;
}

.ltr {
    direction: ltr !important;
    text-align: left;
}

.rtl {
    direction: rtl !important;
    text-align: right;
}

.modal-2.modal .modal-content {
    border-radius: 8px;
    overflow: hidden;
}

.modal-2.modal .modal-content .modal-footer {
    padding: 0;
    border-top: 1px solid #d6d6d6;
    overflow: hidden;
}

.modal-2.modal .modal-content .modal-footer button {
    display: inline-block;
    width: 50%;
    margin: 0;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    padding: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.modal-2.modal .modal-content .modal-footer button:first-child {
    border-right: 1px solid #d6d6d6;
}

.modal-2.modal .modal-content .modal-footer button.yes-btn {
    color: #2bbe65;
}

.modal-2.modal .modal-content .modal-footer button.yes-btn:hover {
    background-color: #2bbe65;
    color: #fff;
}

.modal-2.modal .modal-content .modal-footer button.no-btn {
    color: #777;
}

.modal-2.modal .modal-content .modal-footer button.no-btn:hover {
    background-color: #ff326e;
    color: #fff;
}

.h-119 textarea {
    height: 119px;
}

.note-toolbar .btn {
    color: #2a2a2a;
}

.chart-wrapper #chartjs-tooltip p {
    text-align: center;
}

.label-width-auto .win-badge.win-badge--wide {
    width: auto;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow: hidden;
}

.circular--portrait {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.circular--portrait img {
    width: 100%;
    height: auto;
}

.square--250-portrait {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.square--250-portrait img {
    width: 250px;
    height: 250px;
}

.btn-custom-size {
    padding: 0.2rem 0.8rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.pulsing-row td {
    font-weight: 700 !important;
    background: rgba(255, 194, 15, 0.1) !important;
}

.pulsing-row-animation {
    -webkit-animation: flash linear 4s infinite;
    animation: flash linear 4s infinite;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link
.win-menu__link-icon
svg {
    transition: all ease-in-out 0.3s;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link
.win-menu__link-icon
svg
path:last-child {
    fill: rgba(0, 0, 0, 0.8) !important;
}

.win-menu__item:hover .win-menu__link-icon svg path:last-child {
    fill: rgba(0, 0, 0, 0.8) !important;
}

.transport-routes .collapsible {
    cursor: pointer;
    position: relative;
}

.transport-routes .collapsible i {
    position: absolute;
    left: 15px;
    top: 50%;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.8);
    transform: translateY(-50%) rotatez(0deg);
    transition: all ease-in-out 0.4s;
}

.transport-routes .collapsible.active i {
    transform: translateY(-50%) rotatez(-90deg);
}

.transport-routes .content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

@media screen and (min-width: 1200px) {
    .my-table table tr th {
        position: sticky;
        position: -webkit-sticky;
        top: 70px;
        background: #fff;
        z-index: 10;
        padding-bottom: 0.75rem;
    }
}

@media screen and (max-width: 1204px) {
    .win-topbar
    .win-topbar__nav.win-nav
    > .win-nav__item
    > .win-nav__link
    .win-topbar__userpic
    img {
        width: 30px !important;
        height: 30px !important;
    }
}

.pagination {
    flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
    .pagination {
        justify-content: center;
    }
}

.button-drop.win-dropdown .win-dropdown__wrapper {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    top: calc(100% - 8px);
}

.button-drop.win-dropdown .win-dropdown__wrapper .win-dropdown__inner {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.button-drop.win-dropdown .win-dropdown__wrapper .win-nav li a {
    display: block;
    padding: 10px;
    font-size: 14px;
    color: #2a2a2a;
}

.button-drop.win-dropdown .win-dropdown__wrapper .win-nav li a:hover {
    background-color: rgba(255, 194, 15, 0.07);
}

.button-drop.win-dropdown .win-dropdown__wrapper .win-nav li:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}

.invoice-table .form-control,
.invoice-table .bootstrap-select .btn {
    border: 0 !important;
}

@media (max-width: 1600px) {
    .invoice-table .Statement {
        width: 175px;
    }
}

.invoice-table .bs-searchbox input.form-control {
    border: 1px solid #ebedf2 !important;
}

.invoice-table .bootstrap-select > .dropdown-toggle:after {
    right: 1.5rem;
}

.invoice-table th,
.invoice-table td {
    border: 1px solid #d6d6d6;
}

.invoice-table tr td:not(:first-child) {
    padding: 0;
}

.invoice-table tr th {
    border-bottom: 1px solid #d6d6d6;
    background-color: #f1f1f1;
}

.invoice-table tr th:first-child {
    border-top-left-radius: 4px;
}

.invoice-table tr th:last-child {
    border-top-right-radius: 4px;
}

.mobile-table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.mobile-table tr {
    padding: 0.35em;
}

@media (max-width: 1600px) {
    .mobile-table .Statement {
        width: 175px;
    }
}

@media screen and (max-width: 1280px) {
    .mobile-table {
        border: 0;
    }

    .mobile-table .d-none-mobile {
        display: none !important;
    }

    .mobile-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        table-layout: fixed;
    }

    .mobile-table tr {
        display: block;
        margin-bottom: 0.625em;
    }

    .mobile-table td {
        border-bottom: 1px solid #ddd;
        display: flex;
        font-size: 1em;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-table td .form-control,
    .mobile-table td .bootstrap-select.form-control:not([class*="col-"]) {
        width: 55%;
    }

    .mobile-table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        padding: 5px 3px 5px 10px;
    }
}

.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
    background-color: #f1f1f1;
}

.bootstrap-select
.dropdown-menu.inner
> li.active:not(.selected)
> a
span.text {
    color: #2a2a2a;
}

.inv-total {
    position: relative;
}

.inv-total .dell-btn {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 768px) {
    .inv-info-card {
        min-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .inv-info-card {
        margin-top: 1rem;
        width: 100%;
    }
}

.inv-info-card {
    padding: 15px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}

.inv-info-card ul {
    margin: 0;
}

.inv-info-card ul li:not(:last-child) {
    margin-bottom: 0.75rem;
}

.inv-info-card ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inv-info-card ul li p {
    margin: 0;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
}

.inv-info-card ul li span {
    font-size: 16px;
    font-weight: 500;
}

.no-vat {
    transition: all ease-in-out 0.3s;
    opacity: 0 !important;
    visibility: hidden;
}

.m-accordion.m-accordion--bordered .m-accordion__item,
.m-accordion.m-accordion--default .m-accordion__item {
    border: 0;
}

.m-accordion.m-accordion--bordered .m-accordion__item .m-accordion__item-head,
.m-accordion.m-accordion--bordered
.m-accordion__item
.m-accordion__item-head:hover,
.m-accordion.m-accordion--default .m-accordion__item .m-accordion__item-head,
.m-accordion.m-accordion--default
.m-accordion__item
.m-accordion__item-head:hover {
    background: rgba(0, 0, 0, 0);
}

.main-accordion .m-accordion__item-content {
    padding: 0.7rem 0;
}

.main-accordion.m-accordion
.m-accordion__item
.m-accordion__item-head
.m-accordion__item-title {
    font-weight: 500;
}

.main-accordion.m-accordion.m-accordion--default .m-accordion__item {
    margin-bottom: 0;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    width: 100%;
    cursor: pointer;
    height: 200%;
    z-index: 3;
    transform: translateY(-50%);
}

.fileinput-button {
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 15px;
}

.fileinput-button span {
    cursor: pointer;
}

#Filelist .thumb-Images {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#Filelist .thumb-Images li {
    margin-bottom: 15px;
    margin-right: 10px;
}

#Filelist .thumb-Images li .img-wrap {
    position: relative;
}

#Filelist .thumb-Images li .img-wrap .close {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ef4351;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: none;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    transition: all ease-in-out 0.3s;
}

#Filelist .thumb-Images li .img-wrap .close:hover {
    background-color: #dc3545;
}

#Filelist .thumb-Images li .img-wrap img {
    width: 45px;
    height: 45px;
    border-radius: 8px;
    object-fit: cover;
}

.m-accordion .m-accordion__item {
    overflow: visible;
}

.ck-content {
    min-height: 80px;
}

.receipts-accordion .m-accordion__item {
    border-radius: 3px;
}

.receipts-accordion .m-accordion__item {
    margin-bottom: 1rem !important;
    border: 1px solid #d6d6d6 !important;
}

.receipts-accordion .m-accordion__item-head {
    border-radius: 3px !important;
    background-color: #fafafa !important;
    padding: 10px !important;
}

.receipts-accordion .m-accordion__item-head .m-accordion__item-title {
    font-size: 1.1rem !important;
    font-weight: 400 !important;
}

.receipts-accordion .m-accordion__item-content {
    background-color: #fafafa !important;
    border-top: 1px solid #d6d6d6 !important;
    padding: 1rem;
}

.activities-title {
    font-size: 1.2rem;
}

.activities-box {
    margin-bottom: 1rem;
}

.activities-box {
    border-radius: 3px;
    border: 1px solid #dee2e6;
}

.activities-box .activities-info .activities-info-inner {
    background-color: #f1f1f1;
}

.activities-box .activities-info .activities-info-inner p {
    margin-bottom: 0;
}

.tap-notification {
    position: relative;
}

.tap-notification:before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #ff326e;
    top: 7px;
    right: 0;
}

.action-icon {
    display: inline-flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
}

.action-icon svg {
    max-height: 14px;
}

.action-icon svg path {
    transition: all ease-in-out 0.3s;
}

.action-icon.hover-blue:hover svg path {
    fill: #1a7bff;
}

.action-icon.hover-yellow:hover svg path {
    fill: #ffc20f;
    stroke: #ffc20f;
}

.action-icon.hover-orange:hover svg path {
    fill: #fa6d42;
}

.action-icon.hover-pink:hover svg path {
    fill: #ff326e;
}

.win-menu__link-icon svg {
    max-width: 19px;
    max-height: 19px;
}

.win-checkbox input:disabled + span {
    border-color: #ff326e !important;
    cursor: not-allowed;
    opacity: 1 !important;
}

.win-checkbox input:disabled + span:after {
    display: none;
}

.win-checkbox input:disabled + span:before {
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.287' height='11.283' viewBox='0 0 11.287 11.283'%3E%3Cpath id='window-close' d='M163.146,154.359l-3.332,3.332,3.332,3.332a.649.649,0,0,1,0,.912l-1.21,1.21a.649.649,0,0,1-.912,0l-3.332-3.332-3.332,3.332a.649.649,0,0,1-.912,0l-1.21-1.21a.649.649,0,0,1,0-.912l3.332-3.332-3.332-3.332a.649.649,0,0,1,0-.912l1.21-1.21a.649.649,0,0,1,.912,0l3.332,3.332,3.332-3.332a.649.649,0,0,1,.912,0l1.21,1.21A.639.639,0,0,1,163.146,154.359Z' transform='translate(-152.05 -152.05)' fill='%23ff326e'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat !important;
    background-size: contain;
}

.my-table table tbody tr.cannot-select td,
table tbody tr.cannot-select td {
    background-color: rgba(255, 50, 110, 0.15);
}

.invoice-notification-card {
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    background-color: #fafafa;
    padding: 0.7rem;
}

.invoice-notification-card ul li:not(:last-child) {
    margin-bottom: 0.5rem;
}

.btn:disabled {
    cursor: not-allowed !important;
}

.input-group > .input-group-append > .btn {
    border-radius: 4px !important;
}

.voucher.invoice-table tr td {
    padding: 0.75rem;
}

.text-wrap {
    white-space: normal !important;
}

.account-table.my-table tr td {
    vertical-align: top;
}

.lvl-2 {
    padding-left: 10px;
}

.lvl-3 {
    padding-left: 20px;
}

.lvl-4 {
    padding-left: 30px;
}

.win-badge.win-badge--wide {
    width: 90px;
}

.btn-fixed-width {
    width: 125px;
}

.win-aside-menu
.win-menu__nav
.win-menu__item
> .win-menu__link
.win-menu__link-text {
    display: table-cell;
    vertical-align: middle;
}

.fs-10 {
    font-size: 10px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-15 {
    font-size: 15px !important;
}

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

.fs-17 {
    font-size: 17px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-21 {
    font-size: 21px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-23 {
    font-size: 23px !important;
}

.fs-24 {
    font-size: 24px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important;
}

.fs-27 {
    font-size: 27px !important;
}

.fs-28 {
    font-size: 28px !important;
}

.fs-29 {
    font-size: 29px !important;
}

.fs-30 {
    font-size: 30px !important;
}

html,
body {
    font-size: 13px;
}

html,
body,
.bootstrap-select .dropdown-toggle .filter-option,
.m-form__group .form-control,
.btn {
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif !important;
}

.btn {
    font-size: 13px;
}

.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item
> .win-nav__link
.win-nav__link-icon
> i:before {
    background: linear-gradient(
        -180deg,
        #777 25%,
        #777 50%,
        #777 75%,
        #777 100%
    );
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.win-aside-menu
.win-menu__nav
.win-menu__item
> .win-menu__link
.win-menu__ver-arrow:before {
    transform: rotateZ(0deg);
}

.win-aside-menu
.win-menu__nav
.win-menu__item.win-menu__item--open
> .win-menu__link
> .win-menu__ver-arrow:before {
    transform: rotateZ(-270deg);
}

.win-aside-menu .win-menu__nav > .win-menu__item > .win-menu__link {
    padding-right: 30px;
    padding-left: 15px;
}

#chartContainer {
    direction: ltr;
}

.canvasjs-chart-tooltip > div {
    direction: rtl !important;
    text-align: right !important;
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif !important;
}

.canvasjs-chart-tooltip > div span {
    float: right;
}

.time-select .bootstrap-select > .dropdown-toggle:after {
    right: auto;
    left: 16px;
}

.time-select
.bootstrap-select
.dropdown-menu.inner
> li.selected
> a
span.check-mark {
    left: 5px;
    right: auto;
}

.users-statistics-list li {
    padding-right: 13px;
    padding-left: 0;
}

.users-statistics-list li:before {
    left: auto;
    right: 0;
}

.users-statistics-right-container .users-statistics-content {
    padding-right: 25px;
    padding-left: 0;
}

.users-statistics-right-container .users-statistics-content:before {
    right: 0;
    left: auto;
}

.order-statistics-list li {
    position: relative;
    padding-right: 20px;
    padding-left: 0;
}

.order-statistics-list li:before {
    right: 0;
    left: auto;
}

.win-topbar__nav li {
    border-left: 0;
    border-right: 1px solid #eff3f8;
}

.circle-before {
    padding-left: 0;
    padding-right: 15px;
}

.circle-before:before {
    left: auto;
    right: 0;
}

.icon-arrow-right::before,
.icon-arrow-left::before {
    transform: rotate(180deg);
    display: block;
}

.table-pagination {
    text-align: left;
}

.marker_info .driver-details-card .media-body h5 a.driver-name img {
    margin-left: 0;
    margin-right: 3px;
}

.infoBox > img {
    right: auto !important;
    left: 2px !important;
}

.search-dropdown-container .search-dropdown-result .search-country a img {
    margin-left: 10px;
    margin-right: 0;
}

.search-dropdown-container
.search-dropdown-result
.search-city
a
.border-bottom
img {
    margin-left: 5px;
    margin-right: 0;
}

.search-dropdown-container .drop-search-container input {
    padding: 10px 45px 10px 10px;
}

.search-dropdown-container .drop-search-container i {
    right: 10px;
    left: auto;
}

.search-dropdown-container .drop-search-container:before {
    right: 35px;
    left: auto;
}

.link-one:before {
    right: 0;
    left: auto;
}

.statistics-card .statistics-card-content .statistics-card-text {
    font-size: 14px;
}

.win-list-timeline__items .win-list-timeline__item span.win-list-timeline__text,
.win-list-timeline__items
.win-list-timeline__item
span.win-list-timeline__time {
    text-align: right;
}

.win-list-timeline__items .win-list-timeline__item .win-list-timeline__time {
    padding-right: 0;
}

.link-one:before {
    bottom: -4px;
}

.users-statistics-list li p {
    font-size: 14px;
}

.m-switch.m-switch--icon input ~ i:after {
    right: 80px;
    left: auto;
}

.m-switch input:checked ~ span:after {
    margin-right: 34px;
}

.select-number-container {
    direction: ltr;
}

.select-number-container .sa-dropdown .btn {
    height: 43px;
}

.select-number-container .pr-2 {
    padding-right: 0.5rem !important;
    padding-left: 15px !important;
}

.select-number-container .pl-0 {
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.select-number-container .sa-dropdown-menu {
    text-align: left;
}

.select-number-container .form-group {
    text-align: left;
}

#win_aside_left {
    box-shadow: -4px 8px 9px 0px rgba(0, 0, 0, 0.05);
}

@media (min-width: 1025px) {
    body.aside-left-skin-dark-win .win-header .win-header-head {
        box-shadow: -4px 8px 9px 0px rgba(0, 0, 0, 0.05);
    }
}

.my-breadcrumb i {
    padding-left: 3px;
    padding-right: 0;
}

.statistics-card.grayF-card .fs-11,
.statistics-card.black-card .fs-11 {
    font-size: 12px !important;
}

.input-group > .input-group-append > .btn {
    height: 43px;
}

.swal2-popup .swal2-actions button:last-child {
    border-right: 1px solid #d6d6d6 !important;
    border-left: 0 !important;
}

.win-checkbox > span:after {
    transform: rotate(45deg);
}

.you {
    float: right;
}

.me {
    float: left;
    direction: ltr;
}

.you .img {
    margin-right: 0;
    margin-left: 8px;
}

.me .img {
    margin-left: 0;
    margin-right: 8px;
}

.m-form__group .parsley-errors-list {
    right: 0;
}

.modal-2.modal .modal-content .modal-footer button:first-child {
    border-right: 0;
    border-left: 1px solid #d6d6d6;
}

.uploadfile:before {
    left: auto;
    right: 47px;
    content: "اختر صورة";
}

.uploadfile:after {
    background-position: right;
}

.uploadfile-preview img {
    margin-right: 0;
    margin-left: 10px;
}

.win-aside-menu.win-aside-menu--skin-light
.win-menu__nav
> .win-menu__item.win-menu__item--active
> .win-menu__link:after {
    right: auto;
    left: 0;
}

.h-119 textarea {
    height: 129px;
}

.table-pagination ul li:not(:last-child) {
    margin-right: 0;
    margin-left: 0.7rem;
}

.my-table table tbody tr td:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.parent-row td:last-child {
    border-right: 0 !important;
    border-left: 1px solid #d6d6d6 !important;
}

.my-table table tbody tr td:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.parent-row td:first-child {
    border-right: 1px solid #d6d6d6 !important;
    border-left: 0 !important;
}

.swal2-icon.swal2-success {
    transform: rotateY(180deg);
}

.chart-wrapper {
    direction: ltr;
}

.invoice-table .bootstrap-select > .dropdown-toggle:after {
    left: 1.5rem;
    right: auto;
}

.inv-total .dell-btn {
    left: 3px;
    right: auto;
}

@media screen and (max-width: 1280px) {
    .mobile-table td:before {
        content: attr(data-label);
        float: right;
        font-weight: bold;
        padding: 5px 10px 5px 3px;
    }
}

.tap-notification:before {
    left: 0;
    right: auto;
}

.bootstrap-select > .dropdown-toggle {
    padding: 0.8rem 1.15rem;
}

#Filelist .thumb-Images li {
    margin-right: 0;
    margin-left: 15px;
}

.lvl-2 {
    padding-left: 0;
    padding-right: 10px;
}

.lvl-3 {
    padding-left: 0;
    padding-right: 20px;
}

.lvl-4 {
    padding-left: 0;
    padding-right: 30px;
}

.my-table .win-checkbox {
    padding-left: 0;
    padding-right: 25px;
}

/* Scroll Navigation Button - RTL */
.scroll-nav-container {
    position: fixed;
    bottom: 30px;
    left: 20px;
    z-index: 1050;
}

.scroll-nav-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background-color: #ffc20f;
    color: #2a2a2a;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
}

.scroll-nav-container.show-both .scroll-nav-btn.scroll-to-top {
    bottom: 52px;
}

.scroll-nav-btn.visible {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.scroll-nav-btn:hover {
    background-color: #e6ae0d;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.scroll-nav-btn.visible:hover {
    transform: scale(1.1);
}

.scroll-nav-btn i {
    font-size: 20px;
}

.switch-input {
    display: none;
}

.switch-label {
    position: relative;
    display: inline-block;
    min-width: 112px;
    cursor: pointer;
    color: #727272;
    font-weight: 500;
    padding: 10px 0 10px 44px;
    margin-bottom: 0;
}

.switch-label:before,
.switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    left: 1px;
    width: 49px;
    height: 22px;
    border-radius: 30px;
    background-color: #f7336e;
}

.switch-label:after {
    left: 29px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 3px 1px #0000001a;
    border: 1px solid #dedfdf;
}

.switch-label .toggle--on {
    display: none;
}

.switch-label .toggle--off {
    display: inline-block;
}

.switch-input:checked + .switch-label:after {
    -webkit-transform: translate(-140%, -50%);
    -ms-transform: translate(-140%, -50%);
    transform: translate(-140%, -50%);
}

.switch-input:checked + .switch-label::before {
    background-color: #2bbe65;
}

.switch-input:checked + .switch-label .toggle--on {
    display: inline-block;
}

.switch-input:checked + .switch-label .toggle--off {
    display: none;
}

.toggle--option {
    min-width: 85px;
    color: #2a2a2a;
    font-size: 16px;
    margin-left: 16px;
}

.reason {
    display: none;
}

.color-primary {
    color: #1a7bff !important;
}

.dropdown-table {
    min-width: 500px;
}

.my-table.table-shadow-none tbody tr {
    box-shadow: none !important;
}

.win-badge-secondry {
    background-color: #777777;
    color: white;
}

.win-badge-blue {
    background-color: #1a7bff;
    color: white;
}

.win-badge-info {
    background-color: #009eb2;
    color: white;
}

.dropdown-table .my-table tbody tr td {
    font-size: 14px;
}

.dropdown-table .my-table tr .text-dark {
    color: #000 !important;
}

.dropdown-table .my-table thead tr th {
    font-size: 16px;
}

@media (min-width: 1025px) {
    .header-fixed-win .win-header {
        z-index: 102;
    }
}

@media (max-width: 767px) {
    .dropdown-table {
        min-width: auto;
        width: 100vw !important;
        left: -40px !important;
        right: auto !important;
    }

    .dropdown-table .my-table thead tr th {
        font-size: 12px;
    }

    .dropdown-table .my-table tbody tr td {
        font-size: 10px;
    }

    .dropdown-table .table th,
    .dropdown-table .table td {
        padding: 0.45rem;
        vertical-align: top;
        border-top: 1px solid #f4f5f8;
    }

    .dropdown-table .fs-19 {
        font-size: 12px !important;
    }

    .dropdown-table .win-badge.win-badge--wide {
        font-size: 10px;
        min-width: 70px;
        width: 70px;
    }
}

.radius-left-0 .dropdown-toggle {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.radius-right-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.dropdown-toggle.radius-right-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.bg_gray {
    background-color: #f1f1f1 !important;
}

.m-accordion.m-accordion--default
.m-accordion__item
.m-accordion__item-head
.m-accordion__item-mode {
    color: #000000;
    background-color: #ffc20f;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-align: center;
    padding: 0px !important;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}

.quotations-cards .statistics-card {
    min-height: 103px !important;
}

.custom-dropdown {
    position: absolute;
    left: 1px;
    top: 1px;
    z-index: 4;
}

.custom-dropdown .btn.dropdown-toggle {
    height: 38px;
    border: 0;
    border-right: 1px solid #dddfe1;
    border-radius: 3px 0px 0px 3px;
}

.input-mobile {
    text-align: left !important;
    padding-left: 100px !important;
    direction: ltr;
}

.dropdown-table.dropdown-table-custom {
    min-width: 720px;
    max-width: 95vw;
}

@media (max-width: 767px) {
    .dropdown-table.dropdown-table-custom {
        min-width: auto;
        width: 94vw !important;
        left: unset !important;
        right: -30px !important;
    }
}

.parsley-errors-list.filled + .btn.dropdown-toggle {
    border: 1px solid #ff326e !important;
}

a[href="#!"] {
    color: inherit;
    pointer-events: none;
    cursor: text;
}

.notify {
    box-shadow: 0 8px 40px rgba(203, 206, 209, 0.8);
    border-radius: 3px;
}

.bg-light-success {
    background-color: rgba(43, 190, 101, 0.15);
}

.bg-light-warning {
    background-color: rgba(255, 194, 15, 0.15);
}

.none-border-last > .border-bottom:last-of-type {
    border-bottom: 0 !important;
}

.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item.win-topbar__notifications::before {
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    content: "";
    top: 0;
    inset-inline-start: -1px;
    width: 108%;
    height: 100%;
    background-color: rgba(255, 194, 15, 0.1);
    opacity: 0;
}

.win-topbar
.win-topbar__nav.win-nav
> .win-nav__item.win-topbar__notifications:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {
    .head-notify *,
    .body-notify * {
        font-size: 12px;
    }

    .redius {
        width: 30px;
        height: 30px;
    }
}

.body-notify .item {
    transition: background-color 0.2s ease-in-out;
}

.body-notify .item:hover {
    background-color: rgba(245, 245, 251, 1);
}

.new-notification .win-nav__link-icon i.icon-notifications:after {
    right: -13px;
    top: -12px;
    width: 20px;
    height: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans English", "Noto Sans Arabic", serif !important;
    text-align: center;
    color: #fff;
    content: attr(data-count);
}

.new-notification .win-nav__link-icon i.icon-chat_bubble:after {
    right: -13px;
    top: -12px;
    width: 20px;
    height: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    font-family: "Noto Sans English", "Noto Sans Arabic", serif !important;
    text-align: center;
    color: #fff;
    content: attr(data-count);
}

.container-links {
    position: relative;
    width: max-content;
    height: inherit;
}

.container-main-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.symbol-image {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
}

.symbol-image > img {
    width: 100%;
    height: auto;
}

.ck-rounded-corners .ck.ck-balloon-panel {
    --ck-drop-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.08) !important;
    --ck-border-radius: 8px;
    --ck-balloon-border-width: 1px;
}

.ck.ck-list {
    min-width: 208px;
}

.ck .ck-list__item {
    padding: 0.4rem 1.5rem;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    --ck-color-list-button-on-background: rgba(255, 194, 15, 0.2);
    --ck-color-list-button-on-text: #3f4047;
    --ck-font-face: 'Noto Sans Arabic', 'Noto Sans English', sans-serif;
    --ck-font-size-base: 14px;
    --ck-line-height-base: 1.5;
}

.ck-content .mention {
    --ck-color-mention-background: rgba(0, 0, 0, 0);
    --ck-color-mention-text: #1a7bff;
}

.ck.ck-list__item .ck-button:hover {
    --ck-color-list-button-hover-background: rgba(255, 194, 15, 0.1);
    --ck-color-list-button-on-background-focus: rgba(255, 194, 15, 0.3);
}

.ck[dir="rtl"] .ck.ck-button {
    text-align: right;
}

.ck .ck-list__item .ck-button {
    display: block;
    text-align: right;
}

.ck-body-wrapper {
    z-index: 10000;
}

.mention-image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
    object-fit: cover;
}

.bootstrap-timepicker-widget {
    direction: ltr !important;
}

.timepicker {
    direction: ltr !important;
    text-align: end;
}

.x-icon {
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<svg width="10.001px" height="10.001px" viewBox="0 0 16.001 16.001" xmlns="http://www.w3.org/2000/svg"> <g id="X-16px" transform="translate(0 0)"> <path id="Path_9" data-name="Path 9" d="M33.707,8,40.854.854a.5.5,0,0,0-.708-.708L33,7.293,25.854.146a.5.5,0,0,0-.708.708L32.293,8l-7.147,7.146a.5.5,0,0,0,.708.708L33,8.707l7.146,7.147a.5.5,0,0,0,.708-.708Z" transform="translate(-25 0)"/> </g> </svg>');
}

.location-icon {
    width: 15px;
    height: 15px;
    background-image: url('data:image/svg+xml;charset=US-ASCII,<?xml version="1.0" encoding="iso-8859-1"?><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"	 viewBox="0 0 368.666 368.666" style="enable-background:new 0 0 368.666 368.666;" xml:space="preserve"><g id="XMLID_2_">	<g>		<g>			<path d="M184.333,0C102.01,0,35.036,66.974,35.036,149.297c0,33.969,11.132,65.96,32.193,92.515				c27.27,34.383,106.572,116.021,109.934,119.479l7.169,7.375l7.17-7.374c3.364-3.46,82.69-85.116,109.964-119.51				c21.042-26.534,32.164-58.514,32.164-92.485C333.63,66.974,266.656,0,184.333,0z M285.795,229.355				c-21.956,27.687-80.92,89.278-101.462,110.581c-20.54-21.302-79.483-82.875-101.434-110.552				c-18.228-22.984-27.863-50.677-27.863-80.087C55.036,78.002,113.038,20,184.333,20c71.294,0,129.297,58.002,129.296,129.297				C313.629,178.709,304.004,206.393,285.795,229.355z"/>			<path d="M184.333,59.265c-48.73,0-88.374,39.644-88.374,88.374c0,48.73,39.645,88.374,88.374,88.374s88.374-39.645,88.374-88.374				S233.063,59.265,184.333,59.265z M184.333,216.013c-37.702,0-68.374-30.673-68.374-68.374c0-37.702,30.673-68.374,68.374-68.374				s68.373,30.673,68.374,68.374C252.707,185.341,222.035,216.013,184.333,216.013z"/>		</g>	</g></g></svg>');
}

.div-as-hint {
    color: #9699a2;
}

.span-one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

tr.bg-light-danger td {
    background-color: #fedee9;
    color: #b70202;
}

tr.bg-light-warning td {
    background-color: #fffae6;
}

td.bg-light-success {
    background-color: #e8f9ef !important;
    color: #34bfa3 !important;
}

td.bg-light-danger {
    background-color: #fedee9 !important;
    color: #b70202;
}

.clearable {
    background: #fff url('data:image/svg+xml;charset=US-ASCII,<svg width="10.001px" height="10.001px" viewBox="0 0 16.001 16.001" xmlns="http://www.w3.org/2000/svg"> <g id="X-16px" transform="translate(0 0)"> <path id="Path_9" data-name="Path 9" d="M33.707,8,40.854.854a.5.5,0,0,0-.708-.708L33,7.293,25.854.146a.5.5,0,0,0-.708.708L32.293,8l-7.147,7.146a.5.5,0,0,0,.708.708L33,8.707l7.146,7.147a.5.5,0,0,0,.708-.708Z" transform="translate(-25 0)"/> </g> </svg>') no-repeat left -20px center;
    border: 1px solid #999;
    padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
    border-radius: 3px;
    transition: background 0.4s;
    background-size: 10px 10px; /* Set the size of the background image */
}

.clearable.x {
    background-position: left 10px center;
}

/* (jQ) Show icon */
.clearable.onX {
    cursor: pointer;
}

/* (jQ) hover cursor style */
.clearable::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

/* Remove IE default X */

.circle-background {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: grey;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.table-responsive .dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: scroll;
}

.table-responsive:has(.action-drop.show) {
    overflow: visible;
}

.action-drop.show .dropdown-menu {
    max-height: none;
    overflow-y: visible;
}

.bg-light-blue {
    background-color: rgba(32, 49, 157, 0.15);
}

.bg-light-gray {
    background-color: rgba(174, 180, 215, 0.55);
}

.circular-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.blue-row td {
    background: rgba(4, 52, 211, 0.15) !important;
}

.readonly-select {
    pointer-events: none;
    background-color: #f4f5f8;
    color: #dddfe1;
    opacity: 1;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner-container {
    text-align: center;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #ffc20f;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1.5s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.disabled-table {
    opacity: 0.6;
    pointer-events: none;
}

.allocation-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.allocation-notice i {
    margin-right: 10px;
}

/* Ensure submit button is always visible */
.submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.submit-btn:not(:disabled) {
    opacity: 1;
    cursor: pointer;
}

.num-td {
    padding: 0.75rem !important;
}

.statistics-card-icon-container p {
    color: #2a2a2a;
}

.dropdown-menu {
    font-family: 'Noto Sans Arabic', 'Noto Sans English', sans-serif;
}

.rental-deleted-row {
    background: repeating-linear-gradient(
        -45deg,
        rgba(220, 53, 69, 0.08),
        rgba(220, 53, 69, 0.08) 5px,
        rgba(220, 53, 69, 0.16) 5px,
        rgba(220, 53, 69, 0.16) 10px
    ) !important;
    color: #dc3545;
}

tr.rental-deleted-row td {
    color: #dc3545 !important;
    background: transparent !important;
}

tr.rental-deleted-details-row td {
    opacity: 0.7;
    font-style: italic;
}

.td-slide-wrap {
    overflow: hidden;
}

tr.rental-deleted-row.expanded td {
    border-top: 2px solid #dc3545;
}

tr.rental-deleted-details-row.last-deleted-detail td {
    border-bottom: 2px solid #dc3545;
}

.total-info-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m-btn--icon.m-btn--icon-only{
    color: #000000cc !important;
}

.status_drop_down_content .dropdown {
    width: 20px;
}

.status_drop_down_content .dropdown-menu {
    width: 100px;
}

.status_drop_down_content .dropdown-toggle.btn-light {
    width: 20px !important;
    height: 24px !important;
    border: none !important;
    background: transparent !important;
    padding: 0 4px !important;
    margin-top: 4px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.status_drop_down_content .dropdown-toggle.btn-light .filter-option {
    display: none !important;
}

.status_drop_down_content .dropdown-toggle.btn-light .bs-caret {
    display: none !important;
}

.status_drop_down_content .dropdown-toggle.btn-light::after {
    right: 2px !important;
    left: 0px;
    top: 15px !important;
}


.perm-toolbar {
    background: #fff;
    padding: 16px;
    border: 1px solid #ebedf2;
    border-radius: .25rem;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(16, 24, 40, 0.04);
}

.perm-toolbar .perm-search-wrap {
    position: relative;
}

.perm-toolbar .perm-search-wrap i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 14px;
    color: #98a2b3;
    font-size: 14px;
    pointer-events: none;
}

[dir="rtl"] .perm-toolbar .perm-search-wrap i {
    left: auto;
    right: 14px;
}

.perm-toolbar input.perm-search {
    border-radius: 999px;
    border: 1px solid #ebedf2;
    background: #fff;
    padding: 10px 16px 10px 60px;
    width: 100%;
    transition: all .2s;
}

[dir="rtl"] .perm-toolbar input.perm-search {
    padding: 10px 60px 10px 16px;
}

.perm-toolbar .perm-search-clear {
    position: absolute;
    top: 50%;
    left: 34px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #98a2b3;
    cursor: pointer;
    width: 24px;
    height: 24px;
    padding: 0;
    line-height: 1;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}

[dir="rtl"] .perm-toolbar .perm-search-clear {
    left: auto;
    right: 34px;
}

.perm-toolbar .perm-search-clear i {
    font-size: 16px;
}

.perm-toolbar .perm-search-clear svg {
    width: 14px;
    height: 14px;
    display: block;
}

.perm-toolbar .perm-search-clear:hover {
    background: #f3f4f6;
    color: #344054;
}

.perm-toolbar .perm-search-wrap.has-value .perm-search-clear {
    display: inline-flex;
}

.perm-toolbar input.perm-search:focus {
    background: #fff;
    border-color: #f3c842;
    box-shadow: 0 0 0 3px rgba(243, 200, 66, 0.18);
    outline: none;
}

.perm-toolbar .perm-stats-pill,
.perm-sticky-footer .perm-stats-pill {
    background: #1f2937;
    color: #fff;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
}

.perm-toolbar .perm-stats-pill .dot,
.perm-sticky-footer .perm-stats-pill .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f3c842;
    box-shadow: 0 0 0 3px rgba(243, 200, 66, 0.25);
}

.perm-toolbar .perm-toolbar-btn {
    background: #fff;
    border: 1px solid #e6e9ed;
    color: #344054;
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 500;
    transition: all .15s;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.perm-toolbar .perm-toolbar-btn:hover {
    background: #f9fafb;
    border-color: #d0d5dd;
    color: #101828;
}

.perm-toolbar .perm-toolbar-btn i {
    font-size: 12px;
    color: #98a2b3;
}

.perm-toolbar .perm-toolbar-btn.is-loading {
    opacity: 0.85;
    cursor: wait;
    pointer-events: none;
}

.perm-spinner {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #d0d5dd;
    border-top-color: #344054;
    border-radius: 50%;
    animation: perm-spin .6s linear infinite;
    vertical-align: middle;
    flex-shrink: 0;
}

@keyframes perm-spin {
    to { transform: rotate(360deg); }
}

.perm-toolbar-submit {
    border-radius: 999px !important;
    padding: 8px 22px !important;
    font-size: 12px;
    font-weight: 600;
    margin-inline-start: 4px;
    white-space: nowrap;
}

.perm-sticky-footer {
    position: sticky;
    bottom: 16px;
    z-index: 50;
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(16, 24, 40, 0.10);
    padding: 14px 18px;
    margin-top: 24px;
}

.perm-sticky-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.perm-sticky-footer-pills {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .perm-sticky-footer-pills {
        display: none;
    }

    .perm-sticky-footer-inner {
        justify-content: center;
    }

    .perm-sticky-footer .perm-sticky-submit {
        margin-inline: auto;
    }
}

.perm-sticky-footer .perm-sticky-submit {
    padding: 10px 32px;
    min-width: 180px;
    font-weight: 600;
}

/* Break Bootstrap's equal-height row so each card can collapse independently */
.row[data-perm-grid] {
    align-items: flex-start;
}

.row[data-perm-grid] > .perm-card-wrap {
    align-self: flex-start;
}

.perm-card {
    border-radius: .25rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    transition: box-shadow .2s, border-color .2s;
    background: #fff;
    overflow: hidden;
    margin-bottom: 0;
}

.perm-card:hover {
    box-shadow: 0 6px 20px rgba(16, 24, 40, 0.08);
    border-color: rgba(0, 0, 0, 0.2);
}

.perm-card.is-selected {
    border-color: #f3c842;
}

.perm-card .card-header {
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding: .75rem 1.25rem;
    display: flex !important;
    align-items: center;
    justify-content: space-between !important;
    gap: 8px;
}

.perm-card.is-selected .card-header {
    background: rgba(243, 200, 66, 0.08);
    border-bottom-color: #f3c842;
}

.perm-card .card-header > .win-checkbox,
.perm-card .card-header > .edit-title {
    flex: 1;
    min-width: 0;
}

.perm-card .card-header .edit-title b {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.perm-card .perm-card-actions {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.perm-card .perm-counter {
    font-size: 11px;
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 10px;
    padding: 3px 10px;
    color: #475467;
    font-weight: 600;
    min-width: 38px;
    text-align: center;
}

.perm-card.is-selected .perm-counter {
    background: #f3c842;
    border-color: #f3c842;
    color: #1f2937;
}

.perm-card .perm-toggle-btn {
    background: transparent;
    border: none;
    color: #98a2b3;
    cursor: pointer;
    padding: 2px 6px;
    border-radius: 6px;
    transition: all .15s;
}

.perm-card .perm-toggle-btn:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #344054;
}

.perm-card .perm-toggle-btn i {
    display: inline-block;
    transition: transform .2s;
    font-size: 11px;
}

.perm-card.is-collapsed .perm-toggle-btn i {
    transform: rotate(-90deg);
}

[dir="rtl"] .perm-card.is-collapsed .perm-toggle-btn i {
    transform: rotate(90deg);
}

.perm-card .card-body {
    height: 240px;
    overflow-y: auto;
    padding: 10px 16px;
}

.perm-card.is-collapsed .card-body {
    display: none;
}

.perm-card .card-body::-webkit-scrollbar {
    width: 6px;
}

.perm-card .card-body::-webkit-scrollbar-thumb {
    background: #d0d5dd;
    border-radius: 3px;
}

.perm-card .card-body::-webkit-scrollbar-track {
    background: transparent;
}

.perm-card .perm-row {
    padding: 10px 8px;
    border-radius: 8px;
    transition: background .15s;
    margin: 0 -6px 1px -6px;
    cursor: pointer;
}

.perm-card .perm-row .win-checkbox-list {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.perm-card .perm-row .win-checkbox {
    margin-bottom: 0 !important;
    display: inline-flex;
    align-items: center;
}

.perm-card .perm-row:hover {
    background: #f9fafb;
}

.perm-card .perm-row.has-checked {
    background: #fffbea;
}

.perm-empty-state {
    display: none;
    text-align: center;
    padding: 60px 20px;
    color: #98a2b3;
    background: #f9fafb;
    border: 2px dashed #e6e9ed;
    border-radius: 12px;
}

.perm-empty-state.is-active {
    display: block;
}

.perm-empty-state .icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    color: #d0d5dd;
    font-size: 24px;
}

.perm-card .perm-row mark.perm-hl {
    background: #fff3a8;
    color: inherit;
    padding: 0 2px;
    border-radius: 2px;
}

/*--------------------------------------------------------------
| CP Form Builder
| Reusable building blocks for admin forms: sectioned layout,
| radio cards, status switch cards, hint banners, LTR-locked inputs.
| Uses logical properties so a single rule set serves LTR and RTL.
|-------------------------------------------------------------*/
.cp-form { padding: 8px 0; }

.cp-form-section { padding: 28px 4px; border-bottom: 1px solid #EAECF0; }
.cp-form-section:last-child { border-bottom: none; }

.cp-form-section__head { display: flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.cp-form-section:first-child .cp-form-section__head { margin-bottom: 0; }
.cp-form-section__icon {
    flex-shrink: 0;
    width: 40px; height: 40px;
    border-radius: 8px;
    background: #F8F9FB;
    display: inline-flex; align-items: center; justify-content: center;
    border: 1px solid #EAECF0;
}
.cp-form-section__icon svg { display: block; max-width: 24px; max-height: 24px; }
.cp-form-section__text { flex: 1; min-width: 0; }
.cp-form-section__title { margin: 0 0 2px; font-size: 15px; font-weight: 600; color: #101014; }
.cp-form-section__desc { margin: 0; font-size: 12px; color: #6B7280; }

.cp-form__required { color: #DC2626; margin-inline-start: 3px; }

.cp-radio-card {
    background: #fff;
    border: 1px solid #E1E1E8;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: background-color .15s, border-color .15s, box-shadow .15s;
}
.cp-radio-card:hover,
.cp-radio-card.is-active { border-color: #FFC20F; }
.cp-radio-card.is-active {
    background-color: #FFF9E6;
    box-shadow: 0 0 0 2px rgba(255, 194, 15, .18);
}
.cp-radio-card .m-radio {
    display: block;
    margin: 0 !important;
    padding-block: 0 !important;
    padding-inline-end: 0 !important;
    padding-inline-start: 28px !important;
    cursor: pointer;
}
.cp-radio-card .m-radio > span { top: 2px; }

/* WINCH-yellow theme — global, applies to any .m-radio--info regardless of wrapper */
.m-radio.m-radio--info > span { border-color: #C9CDD6; }
.m-radio.m-radio--info:hover > span,
.m-radio.m-radio--info > input:checked ~ span { border-color: #FFC20F; }
.m-radio.m-radio--info > input:checked ~ span:after {
    border-color: #FFC20F !important;
    background: #FFC20F !important;
}

.cp-input--ltr { direction: ltr; text-align: left; letter-spacing: 0.5px; }
.cp-input--ltr:invalid:not(:placeholder-shown) { border-color: #DC2626; }

.cp-status-card {
    background: #F8F9FB;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.cp-status-card__text { flex: 1; }
.cp-status-card__title { margin: 0 0 2px; font-size: 14px; font-weight: 600; color: #101014; }
.cp-status-card__desc { margin: 0; font-size: 12px; color: #6B7280; }
.cp-status-card .m-switch { margin: 0; }

.cp-form-hint {
    margin: 8px 0 0;
    padding: 10px 12px;
    background: #F0F9FF;
    border-inline-start: 3px solid #2563EB;
    border-radius: 4px;
    font-size: 12px;
    color: #1E40AF;
}
