* {
    box-sizing: border-box;
}

@import url('./../font/SomarSans-Bold.woff');

@font-face {
    font-family: 'SomarSans-Bold';
    src:
        url('./../font/SomarSans-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Somar';
    src:
        url('./../font/somar.ttf') format('truetype');
}

body {
    /* src: url('./../font/SomarSans-Bold.woff') format('woff'); */
    font-family: "Somar", "Cairo", sans-serif;
    background-color: aliceblue;

}

img {
    max-height: 100%;
}

/* Root Color */
:root {
    --main-color: #1cb9f7;
}

/* Root Color */
/* Custom Frame Classes */
a {
    text-decoration: none !important;
}

ul {
    list-style: none !important;
}

/* Flex */
.flex-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Flex */
/* Radius */
.r-24 {
    border-radius: 24px;
}

.r-15 {
    border-radius: 15px;
}

.r-12 {
    border-radius: 12px;
}

.r-10 {
    border-radius: 10px;
}

.r-5 {
    border-radius: 5px;
}

.r-50 {
    border-radius: 50%;
}

/* Radius */
/* Spacing */
.p-tb-50 {
    padding: 50px 0;
}

.fit-content {
    width: fit-content;
}

.image-full-width {
    max-width: 100%;
}

.full-width {
    width: 100%;
}

.fit-content {
    width: fit-content;
}

.height-100 {
    height: 100%;
}

/* Spacing */
/* Heading */
.h-bold {
    font-size: 32px;
    font-weight: 700;
}

.h-semiBold {
    font-size: 32px;
    font-weight: 600;
}

/* Heading */
/* Btn */
.btn-reset {
    background-color: transparent;
    border: none;
}

.pointer {
    cursor: pointer;
}

/* Btn */

/* Custom Frame Classes */

.form-tittle {
    font-size: 28px;
    font-weight: 700;
}

input:focus {
    box-shadow: 0 0 0 0.25rem rgba(28, 185, 247, 0.25) !important;
}

input::placeholder {
    color: #a5afad;
}

.form-link {
    color: black;
    font-weight: 700;
    font-size: 16px;
}

label {
    color: #5f5f6c;
}

.submit {
    background-color: var(--main-color);
    color: white;
    border: none;
    transition: 0.3s;
    font-weight: 600;
    font-size: 18px;
}

form p {
    color: #5f5f6c;
    font-weight: 600;
    font-size: 18px;
}

form p a {
    color: var(--main-color);
}

/* ----------------------------------------- Start Login One ------------------------------------- */
.login-height {
    height: 646px;
}

.login-one-container {
    max-width: 700px;
}

.login {
    min-width: 60%;
    max-width: 100%;
    height: 100%;
}

.login>div {
    height: 100%;
    width: 95%;
}

.login-image {
    min-width: 40%;
    max-width: 100%;
    height: 100%;
    background: #1c1c35;
}

.login-image .image {
    transform: translateX(49px);
}

.login-image img {
    max-width: 100%;
}

/* ----------------------------------------- End Login One ------------------------------------- */
/* ----------------------------------------- Start Dashboard ------------------------------------- */
.dashboard .height {
    min-height: 100vh;
}

/* side bar */
.sidebar {
    background-color: #1c1c35;
    z-index: 200;
    top: 0;
    transition: 1s;
}

/* .toggle-sidebar{
    height: 100%;
} */
[dir="rtl"] .sidebar {
    right: -220px;
}

.toggle-sidebar .sidebar {
    right: 0;
}

[dir="ltr"] .sidebar {
    left: -100%;
}

[dir="rtl"] .toggle-sidebar {
    right: 0;
}

[dir="ltr"] .toggle-sidebar {
    left: 0;
}

/* icon open */
.icon-sidebar {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    background-color: var(--main-color);
    font-size: 25px;
    left: -50px;
    top: 35px;
    box-shadow: 0 0 8px 0px #ababab;
}

/* icon open */

.sidebar ul li a {
    color: white;
}

.sidebar ul li {
    transition: 0.3s;
}

/* .sidebar ul li:hover {
  background-color: white;
} */

/* .sidebar ul li:hover a,
.sidebar ul li:hover i {
    color: var(--main-color);
} */

.sidebar ul .active {
    /* background-color: white; */
    background-color: #27273a;

}

.sidebar ul .active a,
.sidebar ul .active i {
    color: var(--main-color);
}

.sidebar span:first-child {
    width: 25px;
}

.sidebar i {
    color: white;
}

@media (max-width: 991px) {
    .sidebar {
        position: fixed;
        width: 220px;
        height: 100%;
        box-shadow: 20px 0px 20px 20px #ced4da;
    }
}

.sidebar .ul_chiled li {
    transition: .3s;
}

[dir="ltr"] .sidebar .ul_chiled li {
    padding-left: 65px !important;
}

[dir="rtl"] .sidebar .ul_chiled li {
    padding-right: 65px !important;
}
[dir="ltr"] .sidebar .ul_chiled li:hover {
    padding-left: 75px !important;
}

[dir="rtl"] .sidebar .ul_chiled li:hover {
    padding-right: 75px !important;
}
.sidebar ul li span:nth-child(2),
.sidebar .main{
    font-weight: 700;
}
/* side bar */
/* content */
/* header */
.user .image {
    width: 32px;
    height: 32px;
}

.user a {
    color: black;
    font-size: 18px;
    font-weight: 600;
}

.user .dropdown-menu a {
    font-size: 14px;
    font-weight: 500;
}

/* header */
.dashboard .navbar form {
    flex: 1;
}

.dashboard input[type="search"] {
    border: none;
    width: 100%;
    background-color: transparent;
    outline: none;
    color: var(--main-color);
    font-weight: 500;
}

.search-btn {
    background-color: transparent;
    border: none;
}

.tittle-adress {
    font-size: 24px;
    font-weight: 600;
}

.add-persone {
    background-color: var(--main-color);
    color: white;
}

.add-persone i {
    color: white;
}

/* Table */
.body .inbody {
    background-color: #f7f9fa;
    border-radius: 8px;
}

.body .row:first-child {
    flex-direction: row-reverse !important;
    margin-bottom: 20px !important;
}

.body .row:first-child label {
    width: 100%;
}

.body .row:first-child input[type="search"] {
    margin-left: 15px !important;
    margin-right: 15px !important;
    width: 100% !important;
    background-color: white;
    padding: 10px 0 !important;
}

.dt-buttons {
    border-radius: 5px !important;
    overflow: hidden !important;
}

.dt-buttons button {
    background-color: var(--main-color) !important;
    border-color: var(--main-color) !important;
}

table .tr-top {
    background-color: #1c1c35;
    color: white;
}

table th:not(:first-child),
table td:not(:first-child) {
    border-right: #d1d1d1 0.5px solid;
}

table th,
table td {
    text-align: right !important;
    padding-top: 10px !important;
}

table .image-profile {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

table.dataTable thead>tr>th.sorting_desc:after {
    opacity: 1 !important;
}

table.dataTable thead>tr>th.sorting:after {
    opacity: 0.8;
}

table.dataTable thead>tr>th.sorting:before {
    opacity: 0.8;
}

table.dataTable thead>tr>th.sorting_asc:before {
    opacity: 1;
}

.pagination {
    gap: 10px !important;
}

.pagination a[aria-current="page"] {
    background-color: var(--main-color) !important;
    border: none !important;
    border-radius: 5px !important;
}

/* content */
/* ----------------------------------------- End Dashboard ------------------------------------- */
/* ----------------------------------------- Start dashboard-selected-buttons ------------------------------------- */
.dashboard-selected-buttons table thead th:last-child::after,
.dashboard-selected-buttons table thead th:last-child::before {
    content: "" !important;
}

.dashboard-selected-buttons table thead th:last-child {
    border-right: none !important;
}

.dashboard-selected-buttons h4,
p {
    margin: 0;
}

.dashboard-selected-buttons h4 {
    font-size: 14px;
    font-weight: 400;
}

.dashboard-selected-buttons span {
    font-size: 12px;
    color: #5f5f6c;
}

.dashboard-selected-buttons .reseve p {
    font-size: 12px;
    color: #5f5f6c;
}

.dropdown-toggle::after {
    display: none !important;
}

.dropdown-toggle {
    background: transparent !important;
    color: black !important;
    border: none !important;
}

.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(28, 185, 247, 0.25) !important;
}

.dropdown-menu {
    border: none !important;
    background-color: var(--main-color) !important;
}

.dropdown-menu li {
    /* color: white !important; */
    cursor: pointer;
}

.dropdown-menu li a:hover {
    background-color: rgb(133 220 255 / 62%) !important;
}

[dir="rtl"] .dropdown-menu li a {
    text-align: right !important;
}

/* ----------------------------------------- End dashboard-selected-buttons ------------------------------------- */
/* ----------------------------------------- Start sales-statement ------------------------------------- */
.sales-statement {
    background-color: #f7f9fa;
}

.sales-statement .good-morning {
    font-size: 32px;
    font-weight: 600;
}

/* Content Right */
.sales-statement .content h4 {
    font-size: 20px;
    font-weight: 700;
}

.sales-statement .content .all .text p {
    font-size: 18px;
    font-weight: 400;
}

.sales-statement .content .all .text h4 {
    font-size: 24px;
    font-weight: 700;
}

/* one */
.sales-statement .content .one {
    background: rgb(28 185 247 / 10%);
    border-radius: 5px;
}

.sales-statement .content .circle {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    overflow: hidden;
}

.sales-statement .content .money {
    background-color: var(--main-color);
}

/* two */
.sales-statement .content .two {
    background: rgb(67 206 115 / 10%);
    border-radius: 5px;
}

.sales-statement .content .orders {
    background-color: #43ce73;
}

/* three */
.sales-statement .content .three {
    background: rgb(169 49 180 / 10%);
    border-radius: 5px;
}

.sales-statement .content .drivers {
    background-color: #a931b4;
}

/* four */
.sales-statement .content .four {
    background: rgb(255 199 39 / 10%);
    border-radius: 5px;
}

.sales-statement .content .users {
    background-color: #ffc727;
}

/* Content Sidebar */
/* selector */
.content-sidbar .selector span {
    font-size: 20px;
    font-weight: 700;
}

.content-sidbar .selector select {
    width: fit-content;
}

/* map */
.content-sidbar .image-map img {
    max-width: 100%;
    min-width: 100%;
}

/* table */
.content-sidbar table th,
.content-sidbar table td {
    border-right: none !important;
}

.content-sidbar table td {
    border-bottom: none !important;
}

.content-sidbar table th {
    font-size: 12px;
    font-weight: 400;
}

.content-sidbar table td {
    font-size: 14px;
    font-weight: 400;
}

/* charts */
/* prices */
.tittle-chart .price {
    font-size: 24px;
    font-weight: 700;
}

.tittle-chart .type {
    font-size: 18px;
    font-weight: 500;
}

.tittle-chart .left {
    width: 40px;
    height: 40px;
    background-color: rgb(247 28 212 / 15%);
    color: #f71cd4;
    border-radius: 5px;
}

/* users */
.tittle-chart .num {
    font-size: 24px;
    font-weight: 700;
}

.tittle-chart .left-users {
    width: 40px;
    height: 40px;
    background-color: rgb(28 185 247 / 15%);
    color: #1cb9f7;
    border-radius: 5px;
}

#chart {
    max-width: 100%;
}

#chart-two {
    max-width: 100%;
}

.apexcharts-legend-text {
    font-size: 20px !important;
}

[dir="rtl"] .apexcharts-legend-text {
    padding: 0 10px !important;
    margin: 0 !important;
}

/* ----------------------------------------- End sales-statement ------------------------------------- */
/* ----------------------------------------- Start Reports ------------------------------------- */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.reports-header {
    background-color: #f0f3f9;
    border-bottom: 2px solid #ebeaed;
}

.reports-header .cont h4 {
    font-size: 32px;
    font-weight: 600;
}

.reports-header li {
    position: relative;
}

.reports-header li a {
    color: black;
    font-size: 14px;
    font-weight: 600;
}

.reports-header li::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #24684f;
    bottom: -2px;
    transition: 0.5s;
}

[dir="rtl"] .reports-header li::after {
    right: 0;
}

[dir="ltr"] .reports-header li::after {
    left: 0;
}

.reports-header .active::after {
    width: 100%;
}

.reports-header li:hover::after {
    width: 100%;
}

/* reports-component-one */
.reports-component-one {
    background-color: #f0f3f9;
}

.reports-component-one .tittle {
    font-weight: 700;
    font-size: 18px;
}

/* places */
.place-rate .name {
    font-weight: 500;
}

.place-rate .rate-num {
    font-weight: 700;
}

.place-rate .progress-bar {
    width: 100%;
    height: 9px;
    background: rgba(143, 146, 161, 0.2);
    border-radius: 4px;
}

.place-rate .progress-bar .rate-progress {
    height: 100%;
    width: 0;
    border-radius: 4px;
    transition: 2s;
}

/* one */
.place-rate.one .rate-progress {
    background-color: #3139a1;
}

/* two */
.place-rate.two .rate-progress {
    background-color: var(--main-color);
}

/* three */
.place-rate.three .rate-progress {
    background-color: #1c1c35;
}

/* four */
.place-rate.four .rate-progress {
    background-color: #814b79;
}

/* order-execution-rate */
.order-execution-rate h4 {
    font-weight: 700;
    font-size: 18px;
}

.order-execution-rate span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.order-execution-rate .blue {
    background-color: #1c1c35;
}

.order-execution-rate .black {
    background-color: var(--main-color);
}

[dir="rtl"] .apexcharts-yaxis-texts-g {
    transform: translateX(-15px) !important;
}

#chart-order-rate .apexcharts-menu-icon {
    margin-bottom: 20px !important;
}

/* most-interactive-provinces */
.most-interactive-provinces {
    width: 100%;
}

.most-interactive-provinces h4 {
    font-weight: 700;
    font-size: 18px;
}

.most-interactive-provinces .flex-1 {
    flex: 1;
}

.most-interactive-provinces .depart-progres {
    background: linear-gradient(90deg, #4bc7f8 0%, #ffffff 100%);
    width: 0;
    transition: 2s;
    overflow: hidden;
}

.most-interactive-provinces .depart-progres .name {
    font-size: 13px;
    font-weight: 400;
}

.most-interactive-provinces .depart-progres span:not(:first-child) {
    font-size: 13px;
    font-weight: 400;
}

.most-interactive-provinces .rate-num-cont span {
    font-weight: 700;
    font-size: 17px;
}

[dir="rtl"] .most-interactive-provinces .rate-num-cont {
    padding-right: 10px;
}

[dir="lrt"] .most-interactive-provinces .rate-num-cont {
    padding-left: 10px;
}

#chart-rate-with-the-application .apexcharts-toolbar {
    display: none !important;
}

#chart-rate-with-the-application .apexcharts-legend {
    display: none !important;
}

/* ----------------------------------------- End Reports ------------------------------------- */
/* ----------------------------------------- Start Total execution of orders in the recent period ------------------------------------- */
.total-execution {
    background-color: #f0f3f9;
}

.total-execution h4 {
    font-weight: 700;
    font-size: 18px;
}

.total-execution .head-chart .points-rate span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.total-execution .points-rate .black {
    background-color: #00e396;
}

.total-execution .points-rate .blue {
    background-color: var(--main-color);
}

/* ------Table */
.table-head-text a {
    color: var(--main-color);
    font-size: 12px;
    font-weight: 700;
}

/* scroll bar */
/* width */
.table-total-execution .table-overflow {
    max-height: 450px;
    overflow-y: scroll;
}

.table-total-execution .table-overflow::-webkit-scrollbar {
    width: 7px;
}

/* Track */
.table-total-execution .table-overflow::-webkit-scrollbar-track {
    background: #ffffff;
}

/* Handle */
.table-total-execution .table-overflow::-webkit-scrollbar-thumb {
    background: rgb(147 147 164 / 30%);
    border-radius: 5px;
}

/* Handle on hover */
.table-total-execution .table-overflow::-webkit-scrollbar-thumb:hover {
    background: rgb(147 147 164 / 50%);
}

.table-total-execution table td,
.table-total-execution table th {
    border-right: none !important;
    font-size: 14px;
    font-weight: 400;
}

.table-total-execution table th {
    background-color: #f3f3f9 !important;
    border: none !important;
    color: #000024;
}

.table-total-execution table .text h5,
.table-total-execution table .text span {
    font-size: 14px;
    font-weight: 400;
}

.table-total-execution table .status-order {
    background: rgb(232 181 35 / 10%);
    color: rgb(232 181 35);
}

/* Charts */
.apexcharts-legend {
    display: none !important;
}

.apexcharts-toolbar {
    display: none !important;
}

/* MAP */
.map-total-execution {
    background-image: url("/assets/images/map.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* ----------------------------------------- End Total execution of orders in the recent period ------------------------------------- */
.select2-container {
    min-width: 100% !important;
}

/* ---------Dashboard Slider-------- */
.owl-stage {
    transition: .5s !important;
}

.owl-carousel img {
    max-width: 100%;
    min-width: 100%;
}

.slider-description {
    font-size: 18px;
    font-weight: 500;
}

/* ---------Dashboard Slider-------- */
/* ---------Dashboard Tabs-------- */
.nav-tabs button {
    font-size: 18px;
    font-weight: 600;
}

#nav-tabContent .tab-pane {
    padding: 24px 0;
}

/* ---------Dashboard Tabs-------- */
/* ---------Dashboard Card-------- */
.card-text {
    font-size: 14px;
}

/* ---------Dashboard Card-------- */

.dropdown-item:hover {
    background-color: transparent I !important;
}
/* dataTable  */

