﻿@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap"); /*----- for english------*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,600;1,700;1,800;1,900&display=swap"); /*----- for english------*/
@import url("https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400;500;600;700&display=swap"); /*----- for arabic------*/
/*----------layout Header section style-----------------*/
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "Poppins", sans-serif;
}
html[dir=rtl] body {
  font-family: "Markazi Text", serif;
}

body .k-grid a, body .k-grid td, body .k-grid th {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: inherit !important;
  font-size: 13px !important;
}

.Khidma-logo img {
  height: 50px;
}

.k-loading-mask .k-loading-image {
  background-image: url("../images/k-load.gif");
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.8) url("../images/k-load.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
  overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay {
  display: block;
}

.navbar-menu {
  /*font-family: 'Open Sans', sans-serif;*/
  font-size: 16px;
  padding: 0rem 1.5rem;
  background-color: #ffffff;
  border-bottom: solid 1px #d4d4d4;
}
html[dir=rtl] .navbar-menu {
  font-size: 19px;
}

.menu {
  margin: 0rem 2rem;
}
.menu ul li {
  padding: 5px 5px;
}
.menu ul li a {
  color: #000000 !important;
}
.menu ul li:hover {
  background-color: #e8e8e8;
  padding-bottom: 5px;
  border-bottom: 3px solid #b99f6b;
}
.menu ul li:hover i {
  color: #b99f6b;
}
.menu ul i {
  font-size: 20px;
}

.active {
  background-color: #e8e8e8;
  border-bottom: 3px solid #b99f6b;
}
.active i {
  color: #b99f6b;
}

.navbar-expand-lg .navbar-nav {
  /*a:hover {
      background-color: #e8e8e8;
  }*/
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  border-radius: 0;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.navbar-expand-lg .navbar-nav a {
  font-size: 14px;
  line-height: 18px;
}

html[dir=rtl] .k-menu-scroll-wrapper > .k-animation-container .k-item, html[dir=rtl] .k-popups-wrapper > .k-animation-container .k-item {
  float: none;
  text-align: right;
}

/*--------re-style menu with kindo-----------*/
.k-menu .k-item > .k-link, .k-menu-scroll-wrapper .k-item > .k-link, .k-popups-wrapper .k-item > .k-link {
  display: block;
  padding: 0.2em 0.6em;
  -ms-user-select: none;
}

.k-context-menu.k-menu-vertical > .k-item > .k-link, .k-menu .k-menu-group .k-item > .k-link, .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, .k-popups-wrapper.vertical > .k-item > .k-link {
  padding: 0.02em 1.2em 0.28em 0.5em;
  font-size: 14px;
}
html[dir=rtl] .k-context-menu.k-menu-vertical > .k-item > .k-link, html[dir=rtl] .k-menu .k-menu-group .k-item > .k-link, html[dir=rtl] .k-menu-scroll-wrapper .k-menu-group .k-item > .k-link, html[dir=rtl] .k-popups-wrapper.vertical > .k-item > .k-link {
  font-size: 16px;
}

.k-menu-scroll-wrapper .k-menu-group .k-item > .k-link {
  min-width: 140px;
}

.change-language {
  font-family: "Markazi Text", serif;
  font-size: 20px;
}

/*----------notification style-----------------*/
.navbar .notification .dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}
.navbar .notification .dropdown-item {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.navbar .notification .dropdown-item:hover {
  background-color: #e8e8e8;
}
.navbar .notification .btn .badge {
  position: relative;
  top: -12px;
  background-color: #ff6573;
  border-radius: 10px;
}

/*----------user-profile style-----------------*/
.navbar .user-profile .dropdown-menu .dropdown-item {
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
}
.navbar .user-profile .dropdown-menu .dropdown-item:hover {
  background-color: #e8e8e8;
}

/*------------------Breadcrumb header-------------*/
.db-breadcrumb {
  background-color: #D9D9D9;
  padding: 8px 20px;
  margin-top: 60px;
}
html[dir=rtl] .db-breadcrumb {
  margin-top: 68px;
}

.db-breadcrumb .btn-action {
  text-align: right;
}
html[dir=rtl] .db-breadcrumb h6 {
  text-align: right;
}
html[dir=rtl] .db-breadcrumb .btn-action {
  text-align: left;
}

/*--------Modal content theme style----------*/
.modal-theme .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #ffffff;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-theme .modal-header .close {
  padding: 0.5rem 0.8rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
  background-color: #f95656;
  border-radius: 7px;
  font-weight: 400;
  font-size: 1rem;
}
html[dir=rtl] .modal-theme .modal-header .close {
  text-align: left;
  position: absolute;
  left: 12px;
  font-weight: 400;
}

html[dir=rtl] .modal-theme .modal-header .close {
  padding: 0rem 0.5rem;
  background-color: #f95656;
  font-size: 1.5rem;
}

.modal-theme .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 16px;
  color: #b5b5c3;
  font-weight: 700;
  text-transform: uppercase;
}

/*----------------Buttons Design-----------------*/
.btn-primary-custom {
  color: #fff;
  background-color: #3699ff;
  border-color: #3699ff;
}

.btn-secondary-custom {
  color: #7e7e7e;
  background-color: #eaeaea;
}

.btn-danger-custom {
  color: #f64e60;
  background-color: #ffe2e5;
}

.btn-success-custom {
  background-color: #c9f7f5;
  color: #14847e;
}

/*---------------------error-page-----------------*/
.error-page {
  margin-top: 200px;
  text-align: center;
}
.error-page h1 {
  font-size: 2.5rem;
  font-size: 120px;
}

/*-----------footer style----------------------*/
.footer {
  font-size: 12px;
  background-color: #F5F5F5;
  padding: 10px 0 2px 0;
}
