@font-face {
  font-family: "Alexandria";
  src: url("../fonts/alexandria/Alexandria-Light.woff2") format("woff2"),
    url("../fonts/alexandria/Alexandria-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alexandria";
  src: url("../fonts/alexandria/Alexandria-Bold.woff2") format("woff2"),
    url("../fonts/alexandria/Alexandria-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Alexandria";
  src: url("../fonts/alexandria/Alexandria-Regular.woff2") format("woff2"),
    url("../fonts/alexandria/Alexandria-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  /* Neutral Colors */
  --neutral-variant-3: #d9dddc;
  --neutral-variant-2: #a3a9a8;
  --neutral-variant: #626968;
  --neutral: #3c4342;

  /* Secondary Colors */
  --secondary-light: #f9fbed;
  --secondary: #ac9e72;

  /* Primary Colors */
  --primary-light: #e6f8f4;
  --primary: #59a294;

  /* Primary + White (Tints) 
    10% means 10% white added (mostly color)
    90% means 90% white added (very pale) */
  --primary-w-10: #6aab9f;
  --primary-w-20: #7ab5aa;
  --primary-w-30: #8bbeb4;
  --primary-w-40: #9bc8bf;
  --primary-w-50: #acd1c9;
  --primary-w-60: #bddbd4;
  --primary-w-70: #cde4df;
  --primary-w-80: #deeee9;
  --primary-w-90: #eef6f4;

  /* Primary + Black (Shades) 
    10% means 10% black added (slightly darker) */
  --primary-b-10: #509185;
  --primary-b-20: #478176;
  --primary-b-30: #3e7167;
  --primary-b-40: #356158;
  --primary-b-50: #2c514a;
  --primary-b-60: #23403b;
  --primary-b-70: #1a302c;
  --primary-b-80: #11201d;
  --primary-b-90: #08100e;

  /* ---------------------------------------
    SECONDARY PALETTE (#AC9E72)
    --------------------------------------- */
  /* Secondary + White (Tints) */
  --secondary-w-10: #b4a880;
  --secondary-w-20: #bdb18e;
  --secondary-w-30: #c5bb9c;
  --secondary-w-40: #cec4aa;
  --secondary-w-50: #d6ceb8;
  --secondary-w-60: #ded7c6;
  --secondary-w-70: #e6e1d4;
  --secondary-w-80: #efebe2;
  --secondary-w-90: #f7f5f1;

  /* Secondary + Black (Shades) */
  --secondary-b-10: #9a8e66;
  --secondary-b-20: #897e5b;
  --secondary-b-30: #786e4f;
  --secondary-b-40: #675e44;
  --secondary-b-50: #564f39;
  --secondary-b-60: #443f2d;
  --secondary-b-70: #332f22;
  --secondary-b-80: #221f16;
  --secondary-b-90: #110f0b;

  --glass: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.12),
    rgba(255, 255, 255, 0.08)
  );
  --glass-gradient: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25),
    rgba(255, 248, 230, 0.2),
    rgba(255, 255, 255, 0.18)
  );

  --glass-gradient-secondary: linear-gradient(
    135deg,
    rgba(122, 131, 124, 0.18),
    rgba(155, 163, 157, 0.15),
    rgba(122, 131, 124, 0.12)
  );

  --theme-red: #ff5b5b;
  --theme-grey: #8e8e8e;

  --tan: #d2b48c;
}

html {
  height: unset;
}
body {
  background: linear-gradient(
    to bottom right,
    #e8f5ea,
    #f0f9f2,
    #fef9e7
  ) !important;
  height: 100%;
}

body:before {
  background: url("../img/bg_before.png");
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  background-repeat: repeat;
  opacity: 0.3;
  background-attachment: fixed !important;
}
body:after {
  background-image: radial-gradient(
      circle at 50% 50%,
      rgba(85, 107, 80, 0.1),
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(122, 131, 124, 0.08),
      transparent 50%
    );
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  z-index: -1;
  height: 100%;
}

.fixed-header.fixed-ribbon #header {
  position: relative;
  margin: 0;
  width: unset;

  background: var(--glass-gradient) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(212, 175, 55, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.4),
    inset 0 0 30px rgba(212, 175, 55, 0.05) !important;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 0 0 15px 15px;
}

#logo-group > span {
  padding: 4px 0 !important;
}

div#globe a,
.header-dropdown-list,
body .btn-header > :first-child > a {
  background: var(--glass-gradient-secondary) !important;
  border: 1px solid #7a837c59 !important;
  box-shadow: 0 6px 20px #7a837c1a, 0 2px 6px #d4af370f, inset 0 1px #ffffff4d,
    inset 0 0 20px #d4af3708;
  border-radius: 10px !important;
  color: var(--primary-b-20) !important;
}

.header-dropdown-list a.dropdown-toggle span,
body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle .fa,
body .btn-header > :first-child > a i {
  color: var(--primary-b-20) !important;
}
div#globe a {
  margin-right: 5px;
}

div#globe a:hover,
.header-dropdown-list:hover,
body .btn-header > :first-child > a:hover {
  background: var(--glass-gradient) !important;
  border: 1px solid rgb(255 255 255 / 50%) !important;
}

.header-dropdown-list {
  margin-right: 0;
}

body.smart-style-6 .header-dropdown-list > li > .dropdown-toggle span {
  position: relative;
  top: -3px;
}

body.smart-style-6 #ribbon {
  border-radius: 10px;
  background: var(--glass) !important;
  border: 1px solid #fff3 !important;
  box-shadow: 0 4px 16px #00000014, inset 0 1px #ffffff4d,
    inset 0 0 20px #d4af3708;
}

.widget-icon {
  background: none !important;
}

.widget-icon .fa {
  margin-top: 4px;
  color: var(--primary);
  font-weight: 400;
  font-size: 22px;
}

.jarviswidget > header > h2 {
  font-weight: 700;
  color: var(--primary-b-90);
}

.fa {
  color: var(--primary-b-30);
}

.breadcrumb > li {
  color: var(--neutral) !important;
  font-weight: 600;
}

body.smart-style-6 #ribbon .breadcrumb li:last-child {
  color: var(--neutral-variant) !important;
  font-weight: 500;
}
body.smart-style-6 .jarviswidget-ctrls .button-icon {
  background: var(--glass-gradient-secondary);
  border: 1px solid #fff;
  box-shadow: 0 4px 16px #00000014, inset 0 1px #ffffff4d,
    inset 0 0 20px #d4af3708;
}
body.smart-style-6 nav ul li a i {
  background: none;
}
body.smart-style-6 nav ul li a .fa {
  color: var(--primary);
  font-weight: 400;
}

body.smart-style-6 nav ul li > a b .fa {
  font-weight: 300;
  color: var(--primary-b-20) !important;
}

body.smart-style-6 #left-panel nav ul li.open > a b .fa {
  color: var(--primary) !important;
  font-weight: 600;
}

body.smart-style-6 nav ul li.open {
  margin: 0;
  padding: 0;
  background: none !important;
}

body.smart-style-6 nav ul li a,
body.smart-style-6 nav ul li.open > a,
body.smart-style-6 nav ul li.open > a b {
  color: var(--primary) !important;
}

nav ul span.menu-item-parent {
  color: var(--primary-b-90);
}

body.smart-style-6 nav ul li a {
  font-weight: 500;
}

nav ul .open > a i {
  background: none !important;
  color: var(--primary) !important;
}

nav ul .open > a span.menu-item-parent {
  color: var(--primary-b-20) !important;
}

body nav ul li a {
  border-bottom: none !important;
}

nav ul li.open > a {
  box-shadow: inset 0 -10px 10px rgba(0, 0, 0, 0.06);
}

body.smart-style-6 nav > ul ul {
  background: none !important;
  box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.06);
  border-radius: 0;
}
nav > ul > li > ul > li > a,
nav > ul > li > ul > li > ul > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

body.smart-style-6 .login-info {
  position: relative;
  border-radius: 10px 10px 0 0;
  background: var(--primary);
  backdrop-filter: blur(4px);
  background-image: radial-gradient(
      circle at 80% 20%,
      rgba(212, 175, 55, 0.15),
      rgba(0, 0, 0, 0) 60%
    ),
    radial-gradient(
      circle at 50% 0,
      rgba(255, 255, 255, 0.15),
      rgba(0, 0, 0, 0) 70%
    );
  min-height: 180px;
  height: auto;
}

body.smart-style-6 .login-info:before {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2),
    /* from */ rgba(212, 175, 55, 1),
    /* via (#d4af37) */ rgba(0, 0, 0, 0.1) /* to */
  );
  height: 5px;
}

body.smart-style-6 .login-info a {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  justify-content: center;
}

body.smart-style-6 .login-info > span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  width: 100%;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.15));
}

body.smart-style-6 .login-info img {
  visibility: hidden;
}

body.smart-style-6 .login-info a:after,
body.smart-style-6 .login-info a:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -55px;
  background: radial-gradient(
      circle at 50% 50%,
      rgba(212, 175, 55, 0.25),
      rgba(255, 255, 255, 0) 70%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05));
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  z-index: 1;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #ddd;
}
body.smart-style-6 .login-info a:before {
  content: "\f007";
  font-family: "Font Awesome 6 Pro";
  background-image: linear-gradient(
    to bottom right,
    rgba(212, 175, 55, 0.2),
    transparent
  );
  font-size: 24px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  font-weight: 600;
}

.jarviswidget > div[role="content"] {
  background: linear-gradient(
    135deg,
    #ffffff,
    #ffffff,
    #ffffffee,
    #deeee955
  ) !important;
  border: 1px solid #ffffffb3;
  box-shadow: 0 4px 12px #1f268714, 0 2px 6px #0000000d, 0 1px 3px #d4af3714,
    inset 0 1px 2px #fff9, inset 0 -1px 2px #00000008, inset 0 0 30px #d4af370a;
  border-radius: 15px !important;
}

body .k-grid-header th.k-header,
body .k-grid-header th.k-header > .k-link {
  color: #fff !important;
  font-size: 13px;
  background: var(--primary) !important;
  text-transform: uppercase;
}

.k-grid {
  box-shadow: 0 12px 40px #1f26872e, 0 4px 12px #00000014, 0 2px 8px #d4af371f,
    inset 0 2px #ffffff80, inset 0 0 40px #d4af370f;
  border-radius: 10px !important;
  border: 1px solid #fff !important;
}

tr:nth-child(even) {
  background: var(--primary-w-90) !important;
}

.k-grid-content tr:hover {
  background: var(--primary-w-80) !important;
}

.k-grid tbody .k-button {
  border-color: var(--primary);
  color: var(--primary);
  background: none;
  border-radius: 8px !important;
}

.k-grid tbody .k-button i {
  color: var(--primary-b-30);
}

.k-grid tbody .k-button:hover {
  background: var(--primary);
  border-color: transparent !important;
}

.k-grid tbody .k-button:hover i {
  color: #fff;
}

.k-filter-row > th,
.k-grid-header th.k-header,
.k-filter-row th {
  border-color: var(--primary-w-80) !important;
}

.k-grid tr td {
  border-color: transparent !important;
}

.k-link.k-pager-nav.k-state-disabled,
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap[class*="k-state-"],
.k-multiselect.k-header,
body.smart-style-6
  .form-control:not(body.smart-style-6 .k-widget.form-control) {
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
}

.k-list-container {
  border-radius: 15px !important;
  padding: 10px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}

html body.smart-style-6 .k-widget.k-header.form-control .form-control {
  box-shadow: none !important;
}

.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input {
  border: none !important;
  border-radius: 36px !important;
}

.k-pager-wrap {
  background: var(--primary-w-70);
  color: var(--neutral);
  border-radius: 0 0 10px 10px;
  display: flex;
}

.k-link.k-pager-nav.k-state-disabled,
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default,
.k-multiselect.k-header {
  border: 1px solid #eee !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
}

.k-grid .k-link.k-pager-nav.k-state-disabled,
.k-grid .k-autocomplete.k-state-default,
.k-grid .k-picker-wrap.k-state-default,
.k-grid .k-numeric-wrap.k-state-default,
.k-grid .k-dropdown-wrap.k-state-default,
.k-grid .k-multiselect.k-header {
  border: none !important;
}

.k-pager-sizes {
  display: inline-flex;
  margin-left: auto;
}

.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  background: var(--primary) !important;
  border-color: transparent !important;
}

.k-pager-numbers .k-link,
.k-pager-numbers .k-state-selected,
.k-pager-wrap > .k-link {
  border-radius: 10px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
  overflow: hidden;
  border: none !important;
}
.k-pager-sizes .k-widget.k-dropdown {
  background: none;
}

.k-pager-wrap a,
.k-pager-wrap > .k-link {
  margin: 0 2px;
  color: var(--neutral) !important;
}

.k-pager-wrap .k-pager-numbers {
  margin: 0 5px;
}

.k-header.k-grid-toolbar .btn.btn-default.btn-sm,
.k-grid-content > .text-left .btn.btn-default.btn-sm {
  border: 1px solid var(--primary);
  border-radius: 8px !important;
  background: none;
}

.k-header.k-grid-toolbar .btn.btn-default.btn-sm i,
.k-grid-content > .text-left .btn.btn-default.btn-sm i {
  color: var(--primary-b-30);
}

.k-header.k-grid-toolbar .btn.btn-default.btn-sm:hover,
.k-grid-content > .text-left .btn.btn-default.btn-sm:hover {
  border-color: transparent;
  background: var(--primary);
}

.k-header.k-grid-toolbar .btn.btn-default.btn-sm:hover i,
.k-grid-content > .text-left .btn.btn-default.btn-sm:hover i {
  color: #fff !important;
}

.k-grid-content > .text-left {
  padding: 0.22em 0.2em 0.28em;
}

.k-grid-header {
  padding-right: 0 !important;
}

body.smart-style-6 .page-footer {
  width: 100%;
  margin-left: 0;
  border-radius: 0;
  color: var(--primary-b-90) !important;
  background: none !important;
  margin-top: 0;
  margin-right: 0;
}

body.smart-style-6 .page-footer .txt-color-white {
  color: var(--primary-b-90) !important;
}

.scroll-top-wrapper.show {
  background: var(--primary-b-20);
  border-radius: 10px !important;
}

#dynaForm-toolbar ~ fieldset > .row p.form-control-static {
  color: var(--primary-b-30) !important;
}

.widget-body-toolbar + fieldset:first-of-type {
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  border-radius: 15px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(212, 175, 55, 0.08),
    inset 0 1px rgba(255, 255, 255, 0.4),
    inset 0 0 30px rgba(212, 175, 55, 0.05) !important;
  margin: 0;
}

.smart-accordion-default.panel-group .panel-title a.collapsed {
  font-weight: 600;
  color: var(--primary-b-90);
}

.smart-accordion-default.panel-group .panel-title a {
  border: none !important;
  color: var(--primary-b-30);
  font-size: 1.1rem;
  min-height: 60px !important;
}

.panel-collapse {
  border: none;
}

.smart-accordion-default.panel-group .panel-title a i {
  top: auto !important;
}

.smart-accordion-default.panel-group .panel-title a.collapsed i {
  border: 1px solid transparent;
  text-align: center;
  border-radius: 50%;
  color: #494949 !important;
  background: #ebe6e7;
}

.smart-accordion-default.panel-group .panel-title a i {
  border: 1px solid var(--primary);
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: var(--primary);
  border-radius: 50%;
  color: #fff !important;
  font-size: 1rem;
}

html body.hidden-menu .pull-right #hide-menu a {
  background: var(--primary) !important;
  border-color: transparent !important;
}

.smart-accordion-default .panel-default {
  border-radius: 13px;
  box-shadow: 0 4px 12px #1f268714, 0 2px 6px #0000000d, 0 1px 3px #d4af3714,
    inset 0 1px 2px #fff9, inset 0 -1px 2px #00000008, inset 0 0 30px #d4af370a;
  border: none;
  margin-bottom: 5px;
}

[href="javascript:eJustice.accordian.expandAll()"],
[href="javascript:eJustice.accordian.collapseAll()"] {
  display: inline-flex !important;
  float: inherit;
  background: linear-gradient(135deg, #ffffff4d, #fffaf040, #fff3) !important;
  border: 1px solid #fff6 !important;
  box-shadow: 0 8px 32px #0000001a, 0 2px 8px #d4af3714,
    inset 0 1px 2px #ffffff80, inset 0 0 30px #d4af370a;
  padding: 8px 15px !important;
  font-weight: 500;
  color: var(--primary-b-90) !important;
  position: relative;
}

[href="javascript:eJustice.accordian.expandAll()"]:before,
[href="javascript:eJustice.accordian.collapseAll()"]:before {
  content: "\f322";
  font-family: "Font Awesome 6 Pro";
  margin-right: 5px;
  bottom: -1px;
  position: relative;
}
[href="javascript:eJustice.accordian.collapseAll()"]:before {
  transform: rotate(180deg);
  bottom: 1px;
}

a[href="javascript:eJustice.accordian.expandAll()"]:hover,
a[href="javascript:eJustice.accordian.collapseAll()"]:hover {
  background: var(--glass-gradient-secondary) !important;
  border: 1px solid rgb(255 255 255 / 50%) !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding-top: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body > .form-group {
  margin: 0;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body .k-grid {
  margin: 0;
}

#dynaForm-toolbar ~ fieldset > .row .form-group {
  margin-bottom: 0;
}

body .k-grid-header th.k-header:first-child {
  border-radius: 10px 0 0 0 !important;
}

body .k-grid-header th.k-header:last-child {
  border-radius: 0 10px 0 0;
}

.k-grid-content tr:last-child:not(:first-child) td:first-child {
  border-radius: 0 0 0 10px !important;
}

.k-grid-content tr:last-child:not(:last-child) td:last-child {
  border-radius: 0 0 10px 0 !important;
}

#activity b.badge {
  background: var(--primary-b-20);
  border-radius: 6px;
}

.k-grid-toolbar .toolbar .filterBtn {
  background: linear-gradient(135deg, #ffffff4d, #fffaf040, #fff3) !important;
  border: 1px solid #fff6 !important;
  box-shadow: 0 8px 32px #0000001a, 0 2px 8px #d4af3714,
    inset 0 1px 2px #ffffff80, inset 0 0 30px #d4af370a !important;
}

.k-grid-toolbar .toolbar .filterBtn:hover {
  color: var(--primary-b-30) !important;
}

body.smart-style-6 .minifyme .fa {
  background: none;
}

body.smart-style-6.minified .minifyme {
  top: 128px;
}

body.smart-style-6.minified .login-info a:after,
body.smart-style-6.minified .login-info a:before {
  width: 36px;
  margin-left: -18px;
  height: 36px;
  margin-top: -35px;
  font-size: 18px;
  border-radius: 10px;
}

body.smart-style-6 input[type="checkbox"] {
  position: relative;
  top: 0;
  margin-right: 10px;
}

body.smart-style-6 input[type="checkbox"]:before {
  display: none !important;
}

body.smart-style-6 input[type="checkbox"]:after {
  border: 2px solid #2a4a6b;
  position: absolute;
  top: -5px;
}

body.smart-style-6 input[type="checkbox"]:checked:after {
  content: "\f00c";
  font-size: 12px;
  font-weight: 600;
  background: #2a4a6b !important;
  color: #fff;
  line-height: 100%;
}

.k-menu .k-item > .k-link input[type="checkbox"]::after {
  font-size: 14px;
  width: 18px;
  background: #fff;
  height: 18px;
}
input[type="checkbox"][disabled],
input[type="radio"][disabled] {
  opacity: 0.3;
}

div#dynaForm-toolbar:before {
  top: -28px;
  background: var(--primary);
  border-radius: 36px !important;
  border: none;
  padding: 7px 20px;
  color: #fff;
  right: 40px;
}

div#dynaForm-toolbar:hover:before {
  background: var(--primary);
}
div#dynaForm-toolbar:hover .btn-group {
  margin-top: 25px;
  border-radius: 15px;
  padding: 20px 15px;
}

fieldset {
  position: static;
}

fieldset > legend {
  border-color: var(--primary);
}
fieldset > legend:after {
  background: var(--primary);
  visibility: hidden;
}

html body.smart-style-6 .btn-primary,
.btn-primary {
  border-radius: 36px !important;
  background: var(--primary);
  border-color: transparent !important;
  font-weight: 500;
}

html body.smart-style-6 .btn-primary:hover,
.btn-primary:hover {
  background: var(--primary-b-30) !important;
  border-color: transparent !important;
}

html body .btn-primary,
.btn-primary,
#userRegistrationWizard .btn {
  border-radius: 36px !important;
  background: var(--primary);
  border-color: transparent !important;
  font-weight: 500;
  color: #fff !important;
}

html body .btn-primary:hover,
.btn-primary:hover {
  background: var(--primary-b-30) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.pager.wizard .draft,
.MessageBoxButtonSection #bot2-Msg1,
.btn.txt-color-darken {
  background: var(--primary) !important;
  border-color: transparent;
  box-shadow: none;
  border-radius: 36px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff !important;
  min-width: 100px;
  font-weight: 500;
}

.pager.wizard .draft:hover,
.MessageBoxButtonSection #bot2-Msg1:hover,
.btn.txt-color-darken:hover {
  background: var(--primary-b-30) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.modal-content legend {
  background: none;
}
button.btn[data-dismiss="modal"],
.pager.wizard .cancel,
.pager.wizard .disabled .btn-default,
.MessageBoxButtonSection #bot1-Msg1,
.pager.wizard .previous .btn-default,
.widget-body form .btn.btn-default[type="reset"],
.btn[onclick*="?retainState"],
.MessageBoxButtonSection #bot1-Msg2,
#reset,
html body .pager.wizard .disabled .btn-default,
#userRegistrationWizard .btn.btn-default,
.form-actions .col-md-10.col-md-offset-2 button.btn.btn-default {
  border: 2px solid var(--primary) !important;
  border-radius: 36px !important;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 100px;
  color: var(--primary-b-20) !important;
  font-weight: 500;
  box-shadow: none;
  background: none;
  background: #fff !important;
}

.pager.wizard .disabled .btn-default {
  opacity: 0.6;
}

button.btn[data-dismiss="modal"]:hover,
.pager.wizard .cancel:hover,
.pager.wizard .disabled .btn-default:hover,
.MessageBoxButtonSection #bot1-Msg1:hover,
.pager.wizard .previous .btn-default:hover,
.widget-body form .btn.btn-default[type="reset"]:hover,
.btn.btn[onclick*="?retainState"]:hover,
.MessageBoxButtonSection #bot1-Msg2:hover,
#reset:hover,
html body .pager.wizard .disabled .btn-default:hover,
#userRegistrationWizard .btn.btn-default:hover,
.form-actions .col-md-10.col-md-offset-2 button.btn.btn-default:hover {
  background: var(--primary-b-30) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.btn:hover i {
  color: inherit !important;
}

body.smart-style-6 .btn-primary:active,
body.smart-style-6 .btn-primary:focus,
body.smart-style-6 .btn-primary:hover {
  background: var(--primary-b-30) !important;
  border-color: transparent !important;
  color: #fff !important;
}

aside#left-panel {
  box-shadow: 0 4px 12px #1f268714, 0 2px 6px #0000000d, 0 1px 3px #d4af3714,
    inset 0 1px 2px #fff9, inset 0 -1px 2px #00000008, inset 0 0 30px #d4af370a;
  z-index: 9;
}

fieldset > legend + .k-content {
  background: none;
}

.panel-footer.clearfix,
.form-actions {
  background: var(--primary-w-90);
  border: none;
  border-radius: 15px;
  margin: 0;
  box-shadow: 0 8px 24px #0000001f, 0 2px 8px #d4af3714, inset 0 1px #fff6,
    inset 0 0 30px #d4af370d;
}

.widget-body-toolbar + fieldset:first-of-type + .form-actions {
  margin-top: 1rem;
}

.bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step {
  background: var(--primary) !important;
  border-color: transparent !important;
}

.bootstrapWizard li .step {
  background: var(--primary-w-80);
  color: var(--primary-w-20);
}

.bootstrapWizard li:before {
  border-color: var(--primary);
  border-width: 2px;
}

body.smart-style-6 .jarviswidget > header {
  padding: 0.75rem;
  border-radius: 15px;
  background: linear-gradient(135deg, #fffc, #fffcf5bf, #ffffffb3);
  border: 1px solid #ffffffb3;
  box-shadow: 0 4px 12px #1f268714, 0 2px 6px #0000000d, 0 1px 3px #d4af3714,
    inset 0 1px 2px #fff9, inset 0 -1px 2px #00000008, inset 0 0 30px #d4af370a;
}

.widget-body-toolbar .btn-group button.btn.btn-default {
  border-radius: 36px !important;
  background: #d2b48c;
  color: #000;
  border-color: #d2b48c;
  font-weight: 400;
}
.widget-body-toolbar .btn-group button.btn.btn-default:hover {
  background: var(--primary);
  border-color: transparent;
}

.widget-body-toolbar + fieldset:first-of-type + fieldset {
  margin-top: 1rem;
}

body.smart-style-6 .MessageBoxContainer {
  border-radius: 15px;
  box-shadow: 0 8px 24px #0000001f, 0 2px 8px #d4af3714, inset 0 1px #fff6,
    inset 0 0 30px #d4af370d;
}

.MessageBoxMiddle {
  left: 0;
  width: 100%;
}

.MessageBoxMiddle .MsgTitle {
  font-weight: 400;
  color: var(--primary-b-90);
  padding-left: 50px;
  min-height: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.MessageBoxMiddle .MsgTitle i,
.MessageBoxMiddle .pText i {
  position: absolute;
  left: 0;
  width: 40px;
  height: 40px;
  background: var(--primary-w-70);
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 50%;
}

.MessageBoxMiddle .pText i {
  position: static;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}

.MessageBoxMiddle .pText {
  margin-left: 50px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

body.smart-style-6 .MessageBoxContainer,
.modal-content {
  border-radius: 15px;
  box-shadow: 0 8px 24px #0000001f, 0 2px 8px #d4af3714, inset 0 1px #fff6,
    inset 0 0 30px #d4af370d;
  border: none;
  background: #fff;
}

body.smart-style-6 .btn i {
  font-size: 20px;
  color: var(--primary-b-20);
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.modal-title {
  font-weight: 600;
  position: relative;
  z-index: 99999;
  color: var(--primary-b-90);
  font-size: 1.25rem;
  margin-right: 100px;
}

.modal-title i {
  color: var(--primary-b-90);
  font-weight: 600;
}

[lang="ar"] .modal-title {
  margin-right: 0;
  margin-left: 100px;
}
.input-group .k-widget + .input-group-btn .btn {
  border-radius: 12px !important;
  box-shadow: none;
  margin: 0 1px !important;
}

.modal-header .close {
  width: 30px;
  height: 30px;
  background: var(--primary-w-40) !important;
  opacity: 1;
  text-shadow: none;
  color: var(--primary-b-80);
  border-radius: 10px;
  font-weight: 400;
  font-size: 22px !important;
  display: flex;
  line-height: 30px;
  justify-content: center;
}
.modal-header .close:hover {
  background: var(--primary-w-40) !important;
}

.modal-footer {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.modal-footer .btn.btn-default {
  order: 1;
}

.modal-footer .btn-primary {
  order: 2;
  margin-left: 5px;
}

.form-group .k-grid {
  margin: 10px;
}

ul.repeating-group > li {
  border-bottom: none;
  padding: 0;
}

table.table.table-hover.table-bordered {
  border: none !important;
  box-shadow: 0 12px 40px #1f26872e, 0 4px 12px #00000014, 0 2px 8px #d4af371f,
    inset 0 2px #ffffff80, inset 0 0 40px #d4af370f;
  border-radius: 10px;
}

table.table.table-hover.table-bordered tr {
  background: none !important;
}

table.table.table-hover.table-bordered tr th {
  background: var(--primary);
  border: none !important;
  border-right: 1px solid #ddd !important;
  font-size: 14px;
}

table.table.table-hover.table-bordered tr th:first-child {
  border-radius: 10px 0 0 0;
}

table.table.table-hover.table-bordered tr th:last-child {
  border-radius: 0 10px 0 0;
  border: none !important;
}

table.table.table-hover.table-bordered td {
  border: none !important;
}

table.table.table-hover.table-bordered tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

table.table.table-hover.table-bordered tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

table.table.table-hover.table-bordered tbody tr {
  background: #fff !important;
}

table.table.table-hover.table-bordered tbody tr:nth-child(even) {
  background: var(--primary-w-90) !important;
}

body.smart-style-6 .btn-primary.active.focus,
body.smart-style-6 .btn-primary.active:focus,
body.smart-style-6 .btn-primary.active:hover,
body.smart-style-6 .btn-primary:active.focus,
body.smart-style-6 .btn-primary:active:focus,
body.smart-style-6 .btn-primary:active:hover,
body.smart-style-6 .open > .dropdown-toggle.btn-primary.focus,
body.smart-style-6 .open > .dropdown-toggle.btn-primary:focus,
body.smart-style-6 .open > .dropdown-toggle.btn-primary:hover {
  background: var(--primary-b-30) !important;
  border-color: transparent !important;
}

.childConnectedSortable li {
  background: var(--primary-w-20);
}

.childConnectedSortableHeader {
  border-radius: 10px 10px 0 0;
}

.childConnectedSortable {
  border-radius: 0 0 10px 10px;
}

input[type="radio"]:checked:before {
  visibility: visible;
}

input[type="radio"]:after {
  color: #2a4a6b;
  content: "\f111";
}

input[type="radio"]:checked:after {
  content: "\f192";
  color: #2a4a6b;
}

.pace .pace-progress {
  height: 3px;
  background: var(--primary-b-30);
}

.pace .pace-activity {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  z-index: 9999999;
  background: #fff;
  border-width: 4px;
  border-top-color: var(--primary-b-30);
  border-left-color: var(--primary-b-30);
}

.pace.pace-active:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 999999;
  opacity: 0.3;
}

.pace .pace-progress {
  z-index: 99999999;
}

.form-actions .row [class*="col-md"] {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.form-actions .row [class*="col-md"] .btn[onclick*="?retainState"] {
  order: 1;
}

.form-actions .row [class*="col-md"] .btn {
  order: 2;
}

#caseInfo\.caseNo_column p.form-control-static {
  color: var(--primary) !important;
  font-weight: 500;
}

/*Login Page*/
html[style="height: 100%;"] {
  height: unset !important;
}
body.home {
  background: linear-gradient(
    135deg,
    rgb(219, 237, 236) 0%,
    rgb(221, 226, 212) 100%
  ) !important;
}

body.home:before {
  background: url("../img/bg-home-before.png");
  background-position: center center;
  background-size: cover;
}

.col-md-12.login-container {
  background: none !important;
}

.application-form {
  background: none;
}

.login-box {
  padding: 1.5rem;
  padding-top: 270px;
  position: relative;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 20px;
  border-radius: 32px;
  margin-top: 0px;
  max-width: 500px;
}

.login-box:before {
  content: "\f30d";
  font-family: "Font Awesome 6 Pro";
  color: rgb(200, 75, 75);
  font-size: 2rem;
  border: 3px solid rgb(200, 75, 75);
  width: 80px;
  position: absolute;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  top: -46px;
  left: 50%;
  margin-left: -40px;
  border-radius: 50%;
  outline: 20px solid #fff;
}

.form-heading {
  text-align: center;
  font-weight: 600;
  color: var(--primary-b-20);
  border: none;
  position: absolute;
  top: 55px;
  left: 0;
  line-height: 100%;
}

.form-heading:after {
  content: "بيانات الإعتماد الخاصة بك";
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: var(--primary-b-90);
  margin-top: 10px;
}

.login-form .form-group:nth-child(3) {
  position: absolute;
  top: 150px;
  display: flex;
  left: 0;
  margin: 0 1.5rem;
  width: calc(100% - 3rem);
}

.login-form .form-group:nth-child(3) > label {
  display: none;
}

.login-form .form-group:nth-child(3) .col-sm-8 {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: center;
}

.login-form .form-group:nth-child(3) .col-sm-8 .input-group {
  width: 100%;
  display: flex;
  gap: 20px;
}

.login-form .form-group:nth-child(3) .col-sm-8 .input-group label.radio-inline {
  flex: 1;
  margin: 0;
  border: 2px solid var(--primary);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  font-weight: 600;
  padding-top: 40px;
  height: 80px;
}

.login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:hover {
  background: var(--primary-w-80);
}

.login-box .login-form .radio-inline input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: static;
}

.login-form .input-group .radio-inline input[type="radio"]:after {
  display: none;
}

.login-box .login-form .radio-inline input[type="radio"]:before {
  background: none;
}

.login-box .login-form .radio-inline input[type="radio"]:checked:before {
  border-radius: 14px;
  height: 100%;
  top: 0;
  width: 100%;
  left: 0 !important;
  right: auto !important;
  z-index: 1;
  background: var(--primary);
}

.login-box .login-form .radio-inline input[type="radio"]:checked:after {
  background: none;
  content: "Public Users";
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  color: #fff;
  padding-top: 40px;
  z-index: 1;
}

.login-box
  .login-form
  .radio-inline:nth-child(2)
  input[type="radio"]:checked:after {
  content: "Intranet Users";
}
[lang="ar"]
  .login-box
  .login-form
  .radio-inline
  input[type="radio"]:checked:after {
  content: "مستخدم خارجي";
}

[lang="ar"]
  .login-box
  .login-form
  .radio-inline:nth-child(2)
  input[type="radio"]:checked:after {
  content: "موظف";
  margin-left: 0;
}

.login-box .alert.alert-danger {
  color: #a7404a;
  background-color: #fff4f5;
  border: 1px solid #e8aab0 !important;
  padding: 0.75rem;
  position: relative;
  border-radius: 20px;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-right: 36px;
}

.login-box .alert.alert-danger button.close {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.75rem;
  line-height: 100%;
  top: 0.75rem;
  font-weight: 300;
}

.login-box .login-form .form-control {
  border-radius: 36px;
  border: 2px solid #ccc !important;
  background: #fff !important;
  height: 44px;
  padding-left: 40px;
}

[lang="ar"] .login-box .login-form .form-control {
  padding-left: 10px;
  padding-right: 40px;
}

.login-box a.col-sm-4.forgot-link {
  font-weight: 500;
  color: var(--primary-b-20);
  text-align: right;
}

.login-box a.col-sm-4.forgot-link:hover {
  color: var(--primary);
}

[lang="ar"] .login-box a.col-sm-4.forgot-link {
  text-align: left;
}

.login-box label.control-label {
  font-weight: 500;
  font-size: 15px;
  padding-top: 0;
}

.login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:before {
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  z-index: 2;
  top: 16px;
  width: 30px;
  text-align: center;
  display: inline-block;
  left: 50%;
  margin-left: -15px;
  color: var(--primary);
  font-size: 20px;
  font-weight: 200;
  text-shadow: 0px -1px #fff;
}

.login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:first-child:before {
  content: "\f0c0";
}

.login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:last-child:before {
  content: "\f64f";
}

.login-form .button-main {
  width: calc(100% + 0px);
  margin: 0;
}

.login-form .buttons-center {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.login-form .buttons-center:after {
  content: "";
  position: absolute;
  top: 70px;
  width: 100%;
  height: 1px;
  background: #ccc;
}

.login-form .buttons-center > span,
.login-form .buttons-center > a {
  flex: 1;
  margin: 0 !important;

  font-size: 14px !important;
}

.login-form .buttons-center > span a.btn {
  width: 100%;
  font-size: 12px !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary-b-90) !important;
  font-weight: 500;
  padding: 14px 10px !important;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 10px;
  background: var(--primary-w-70) !important;
}

.login-form .buttons-center > a.btn {
  width: 100%;
  font-size: 12px !important;
  border: 2px solid var(--primary) !important;
  color: var(--primary-b-90) !important;
  font-weight: 500;
  padding: 14px 10px !important;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 10px;
  background: var(--primary-w-70) !important;
}
.login-form .buttons-center > button.btn {
  width: 100%;
  background: var(--primary);
  border-radius: 36px;
  color: #fff !important;
  font-weight: 500;
  height: 45px;
  margin-bottom: 30px;
}

.login-form .buttons-center > button.btn:hover,
.login-form .buttons-center > a.btn:hover,
.login-form .buttons-center > span a.btn:hover {
  background: var(--primary-b-30) !important;
  color: #fff !important;
  border-color: transparent !important;
}

.login-form .form-group {
  position: relative;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
}
.login-form .form-group:first-child:before,
.login-form .form-group:nth-child(2):before {
  position: absolute;
  top: 33px;
  z-index: 1;
  left: 16px;
  font-family: "Font Awesome 6 Pro";
  content: "\f007";
  font-weight: 200;
  font-size: 18px;
  color: var(--primary-w-20);
}

[lang="ar"] .login-form .form-group:first-child:before,
[lang="ar"] .login-form .form-group:nth-child(2):before {
  left: auto;
  right: 16px;
  top: 43px;
}
.login-form .form-group:nth-child(2):before {
  content: "\f023";
}

.login-form .buttons-center ~ .form-group.text-center {
  display: none;
}

.header:before,
footer:before {
  display: none;
}

.home .page-footer footer {
  padding-top: 20px;
}

.home .newsletter-bar {
  display: none;
}

.home .footer-section .menu-bar {
  flex-direction: row-reverse;
}

.home .footer-bottom-block .copy-right {
  padding: 0;
}

.home .footer-bottom-block .footer-bottom-section .footer-social-media li a {
  border: 1px solid #ccc;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 34px;
}

.home
  .footer-bottom-block
  .footer-bottom-section
  .footer-social-media
  li
  a:hover {
  background: var(--primary);
  border-color: transparent;
}

.home
  .footer-bottom-block
  .footer-bottom-section
  .footer-social-media
  li
  a:hover
  img {
  filter: invert(1);
}

.home .footer-bottom-block .footer-bottom-section .footer-social-media {
  display: inline-flex;
  margin-left: auto;
  float: none;
  justify-content: flex-end;
  align-items: center;
}

.home .footer-bottom-block .footer-bottom-section .footer-social-media li {
  display: inline-flex;
}

.home
  .footer-bottom-block
  .footer-bottom-section
  .footer-social-media
  li
  a
  img {
  height: 20px !important;
  width: auto !important;
}

.home ul.footer-social-media:before {
  top: auto;
}

.home .menu-bar .footer-menu .submenu .label {
  font-weight: 500;
  color: var(--primary-b-90);
  font-size: 15px;
  margin-bottom: 10px;
}

.home .menu-bar .footer-menu .submenu .list li a {
  color: #4a5565;
  font-size: 12.5px;
  padding: 3px 0;
}

.home .menu-bar .footer-menu .submenu .list li a:hover {
  color: var(--primary);
}

.home .menu-bar .footer-menu .submenu .list li {
  margin: 0;
}

.home .menu-bar .footer-menu {
  width: calc(99.2% / 3 * 2.2);
}
.home .footer-bottom-block .copy-right p {
  margin-top: 20px;
}

.home .menu-bar .footer-menu .submenu .list li {
  margin: 0;
}

.home .footer-bottom-block .copy-right p {
  margin-top: 20px;
}

.home .menu-bar .logos {
  text-align: left;
}

.home .tel {
  text-align: left;
  justify-content: flex-start;
}

.home .menu-bar .logos li a {
  text-align: left;
  justify-content: flex-start;
  margin-left: 0;
}

.home .menu-bar .logos li {
  padding-left: 0;
  padding-right: 0;
}

.home .application-form {
  margin: 0;
}

.home header.header {
  display: flex;
  max-width: 1424px;
  margin: 0 auto;
}

.home header.header .main-menu {
  background: none !important;
  height: 34px !important;
  margin-top: 10px;
}

.home header.header .main-menu .container {
  margin: 0 !important;
}

.home header .container div.options > ul {
  gap: 10px;
}
.home header.header .main-menu .options > ul > li a {
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.home header.header .main-menu .options > ul > li a img {
  width: 22px;
  filter: brightness(0);
}

[lang="ar"] .home header.header .container {
  margin-right: 0;
  width: auto;
}

[lang="ar"] .home .footer-bottom-block .footer-bottom-section {
  width: unset !important;
  flex: unset;
}

[lang="ar"] .home ul.footer-social-media:before {
  margin-left: 2rem;
  margin-right: 0;
}

.smart-rtl .pace .pace-activity {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -20px;
}

[lang="ar"] body .k-grid-header th.k-header:last-child {
  border-radius: 10px 0 0 0;
}

[lang="ar"] body .k-grid-header th.k-header:first-child {
  border-radius: 0 10px 0 0;
}

body.smart-style-6 .minifyme {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: var(--primary-b-30);
  top: 5px;
  border-radius: 10px;
  right: 10px;
}

html[lang="ar"] body.smart-style-6 .minifyme {
  right: auto;
  left: 10px;
}

body.smart-style-6 .minifyme .fa-arrow-circle-left:before {
  content: "\e0ae" !important;
}

body.smart-style-6 .minifyme .fa {
  transform: scaleX(-1);
}

body.smart-style-6.minified .minifyme .fa {
  transform: scaleX(1);
}
body.smart-style-6.smart-rtl .minifyme .fa {
  transform: scaleX(1);
}

body.smart-style-6.smart-rtl.minified .minifyme .fa {
  transform: scaleX(-1);
}

body.smart-style-6 .minifyme .fa:after {
  content: "\f054";
  font-size: 0.8rem;
  background: var(--primary-b-30);
  display: inline-flex;
  border-radius: 50%;
  line-height: 100%;
  position: absolute;
  margin-top: -6px;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: 400;
  bottom: 0;
  justify-content: center;
  align-items: center;
  left: 21px;
  border: 2px solid #76a990;
}
body.smart-style-6 .minifyme .fa {
  border-radius: 10px;
}

body.smart-style-6 .minifyme:after {
  display: none;
}

body.smart-style-6.minified .minifyme .fa:after {
  left: 20px;
}

body.smart-style-6.minified .minifyme {
  width: 34px;
  height: 34px;
  top: 90px;
  left: 4px;
  border-radius: 10px;
}

html[lang="ar"] body.smart-style-6.minified .minifyme {
  left: 7px;
}

body.smart-style-6.minified .login-info {
  min-height: 140px;
}

.fa-plus-square-o:before {
  content: "\f078";
  font-weight: 300;
  font-size: 0.8rem;
}

.fa-minus-square-o:before {
  content: "\f077";
  font-weight: 300;
  font-size: 0.8rem;
}

body.smart-style-6 nav ul li > a b .fa {
  border: 1px solid var(--primary);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

body.smart-style-6 #left-panel nav ul li.open > a b .fa {
  background: var(--primary);
  color: #fff !important;
}

body.smart-style-6.minified nav > ul {
  margin-top: 20px;
}

.fixed-header.fixed-ribbon #header {
  position: sticky;
  top: 0;
  z-index: 999;
}

#jarviswidget-fullscreen-mode {
  z-index: 999;
}

.widget-body-toolbar + fieldset:first-of-type + fieldset .k-grid {
  margin-left: 0;
  margin-right: 0;
}

.k-header.k-grid-toolbar .btn.btn-default.btn-sm i {
  margin: 0;
}

/* upload document is not working so commented */
/* .modal-backdrop.in {
    z-index: 9999;
} */
.lang-primary.active {
  color: var(--primary) !important;
}

.uae-pass-card {
  background-color: white;
  border-radius: 1rem;
  padding: 1rem;
  border: 2px solid #e5e7eb;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  margin-bottom: 60px;
}

.uae-pass-card:after {
  content: "أو";
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: -62px;
  border-radius: 50%;
  left: 50%;
  margin-left: -25px;
  justify-content: center;
  display: flex;
  font-weight: 700;
  background: var(--primary);
  align-items: center;
  border: 4px solid #fff;
  color: #fff;
}

.uae-pass-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--primary);
  bottom: -44px;
  left: 0;
}

.uae-pass-card:hover {
  background: var(--primary-w-80);
  border-color: var(--primary);
}

.uae-pass-logo {
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}
.page-footer {
  background: #fff;
}
.page-footer footer {
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
  background: none;
}

.footer-primary {
  display: flex;
  justify-content: space-between;
  color: #4a5565;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #ddd;
}

.footer-updates {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  align-items: center;
}

.footerlogo img {
  height: 72px;
  width: auto;
}

.footer-contact-detils {
  margin: 1rem 0px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.footer-contact-detils p {
  margin-bottom: 0;
  font-size: 13px;
}

.footer-contact-detils p span {
  display: inline-block;
  margin-right: 10px;
  min-width: 16px;
}

.footer-primary .footer-col {
  flex: 1;
}

.working-hours {
  color: #4a5565;
}

.working-hours h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.working-hours p {
  margin-bottom: 0;
}

.footer-primary .footer-col h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1e2939;
  margin-bottom: 1rem;
}

.footer-primary .footer-col a {
  color: #4a5565;
  display: block;
  padding: 4px 0;
  font-size: 13px;
}

.gov-logos img {
  height: 42px;
  margin-right: 1rem;
}

.update-and-visitors {
  display: flex;
  gap: 15px;
  margin-top: 1rem;
  color: #4a5565;
}

.update-and-visitors > div span {
  width: 20px;
  display: inline-block;
  text-align: left;
  margin-right: 5px;
  color: #59a294;
}

.footer-updates-right {
  color: #6a7282;
  font-size: 14px;
}

.footer-copyright .footer-social-media {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-copyright .footer-social-media a.lnk-tip {
  border: 1px solid #ccc;
  width: 30px;
  display: inline-flex;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1e2939;
}

.footer-copyright .footer-social-media a.lnk-tip:hover {
  background: var(--primary);
  color: #fff;
  border-color: transparent;
}

.footer-primary .footer-col ul + a {
  font-weight: 500;
  font-size: 16px;
  color: #0a0a0a;
  display: block;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #ddd;
}

[lang="ar"] .page-footer footer {
  direction: rtl;
}

[lang="ar"] .update-and-visitors > div span {
  margin-left: 5px;
  margin-right: 0;
}

[lang="ar"] .footer-contact-detils p span {
  margin-right: 0;
  margin-left: 10px;
}

html[lang="ar"] body,
html[lang="ar"] body a,
html[lang="ar"] body td,
html[lang="ar"] body p,
html[lang="ar"] body h1,
html[lang="ar"] body h2,
html[lang="ar"] body h3,
html[lang="ar"] body h4,
html[lang="ar"] body h5,
html[lang="ar"] body h6,
html[lang="ar"] body div,
html[lang="ar"] body span,
html[lang="ar"] body strong,
html[lang="ar"] body ul,
html[lang="ar"] body li,
html[lang="ar"] body table,
html[lang="ar"] body button {
  font-family: "Alexandria", Helvetica, Arial, sans-serif !important;
}

.ar {
  font-family: "Alexandria", Helvetica, Arial, sans-serif !important;
}

#divSmallBoxes .SmallBox,
#divMiniIcons .SmallBox,
#divbigBoxes .SmallBox {
  border-radius: 15px !important;
  overflow: hidden;
}

#divSmallBoxes .SmallBox i.fa,
#divMiniIcons .SmallBox i.fa,
#divbigBoxes .SmallBox i.fa {
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  background: #fff;
  display: inline-flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.SmallBox .foto {
  top: 50%;
  margin-top: -34px;
}

#shortcut {
  background: rgb(89 162 148 / 30%) !important;
}
.fixed-header #shortcut ul {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 20px;
  border-radius: 15px;
}

#shortcut .fa {
  color: var(--primary) !important;
}

.color-palet span.color0 {
  background: var(--primary);
}

.color-palet span.color0,
.color-palet span.color1,
.color-palet span.color2,
.color-palet span.color3,
.color-palet span.color4 {
  border-radius: 50%;
  height: 40px !important;
  width: 40px;
}

.color-palet span.color1 {
  background: var(--theme-red);
}

.jarvismetro-tile .iconbox i {
  border: 1px solid;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#shortcut .jarvismetro-tile .iconbox i {
  font-size: 18px !important;
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--primary-w-90);
  border-radius: 50%;
  font-weight: 600;
}

.jarvismetro-tile .iconbox span {
  font-size: 14px !important;
  font-weight: 500;
  color: #000;
  margin: 0;
}

.jarvismetro-tile .iconbox {
  align-items: center;
}

body .color-palet.font-palet span {
  height: 40px !important;
  width: 40px;
  background: var(--primary-w-90) !important;
  border-radius: 50%;
}

body #shortcut .color-palet.font-palet .fa {
  font-weight: 500;
  font-size: 18px !important;
}

span.select-ur-theme.theme-span {
  font-weight: 500;
  color: #333;
}

.color-palet .contrast span.color3 {
  border: 1px solid;
  display: inline-flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  background: var(--primary-w-90);
  border-color: var(--primary);
}

#shortcut a.close-shortcut .fa {
  background: var(--primary-w-20);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  color: #000 !important;
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 10px;
}

body #shortcut ul li .jarvismetro-tile {
  box-shadow: none;
}

.color-palet .contrast span.color3 img {
  width: 24px;
}

input::selection {
  background: var(--primary) !important;
  /* your color */
  color: white;
  /* text color */
}

input::-moz-selection {
  background: var(--primary) !important;
  color: white;
}

#flipbook {
  background: #f0f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transform-origin: center center;
  transition: transform 0.3s ease;
  cursor: grab;
  position: relative;
  margin: 0 auto !important;
  display: none;
  /* Hidden initially */
}

#flipbook.dragging {
  cursor: grabbing;
}

#flipbook .page {
  width: 100%;
  height: auto;
  background-color: white;
  text-align: center;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
  object-fit: cover;
}

#flipbook .page canvas {
  height: auto;
  width: auto;
  max-width: 100% !important;
  /* Make the canvas fill the entire width of its container */
  max-height: 100% !important;
  /* Keep the aspect ratio */
  display: block;
  margin: 0 auto;
}

#pdf_viewer .btn {
  outline: none !important;
  border-radius: 8px;
  font-size: 14px;
  background: #fff;
}

#pdf_viewer .btn:active {
  box-shadow: none !important;
}

#pdf_viewer .btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#pdf_viewer .btn-primary {
  background: var(--primary-b-20) !important;
  border: 1px solid transparent;
  border-color: var(--primary-b-20) !important;
  color: #fff !important;
}
#pdf_viewer .btn-primary:hover {
  background: var(--primary) !important;
  box-shadow: 0 0 0 6px var(--primary-w-80);
  border-color: var(--primary) !important;
}
#pdf_viewer .btn-outline-primary {
  color: var(--primary-b-20);
  border-width: 1px;
  border-style: solid;
  border-color: var(--primary-b-20);
}

#pdf_viewer .btn-outline-primary:hover {
  background: var(--primary-w-80);
}

#pdf_viewer .btn-icon {
  font-size: 14px;
}

#exit-fullscreen {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.modal-dialog.modal-fluid {
  width: 100%;
  height: 100%;
  background: none;
  margin: 0;
}

.modal-dialog.modal-fluid .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
}

.modal-dialog.modal-fluid .modal-header {
  border: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: none;
  color: #fff;
  text-align: left;
  height: 0;
  padding: 0;
}

.modal-dialog.modal-fluid button.close {
  position: absolute;
  z-index: 99999;
  text-shadow: none;
  color: #000;
  opacity: 1;
  font-size: 36px;
  right: 2rem;
  top: 2rem;
  line-height: 100%;
  border-radius: 50%;
}
.modal-dialog.modal-fluid .modal-footer {
  border: none;
  position: absolute;
  z-index: 999;
  background: rgba(255, 255, 255, 1);
  justify-content: center;
  display: flex;
  bottom: 0;
  padding: 5px 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  width: 100%;
}

.modal-dialog.modal-fluid .modal-body {
  position: relative;
  padding: 20px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-height: 100%;
  padding: 0;
  margin-top: -20px;
}

#flipbook .page:after {
  content: ".";
  position: absolute;
  left: 0;
  background: none;
  right: auto;
  width: 1px;
  box-shadow: 6px 0px 14px rgb(0 0 0 / 60%);
  background: #d8d8d8;
  color: #d8d8d8;
  top: 0;
  height: 100%;
}

#flipbook .page.even:after {
  left: auto;
  right: -1px;
  box-shadow: -4px 0 14px rgb(0 0 0 / 60%);
  background: #d8d8d8;
  color: #d8d8d8;
}

/* Spinner Styles */
#loading-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 8px solid #ccc;
  border-top: 8px solid var(--primary-b-80);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  display: block;
  /* Show spinner initially */
}

.pdf-change {
  position: relative;
}
.pdf-change span {
  position: absolute;
  bottom: calc(100% + 10px);
  background: #000;
  width: 200px;
  left: 50%;
  margin-left: -100px;
  padding: 10px 15px;
  font-size: 15px;
  color: #fff;
  border-radius: 4px;
  display: none;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pdf-change span:empty,
.current-pdf:empty {
  display: none !important;
}
.pdf-change:hover span {
  display: block;
}

.total-pdf {
  display: inline-flex;
  align-items: center;
  align-self: center;
  padding: 6px 15px;
  font-weight: 600;
  color: #333;
}

button#prev-page {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -20px;
  margin-left: 0;
  left: 1rem;
  width: 40px;
  height: 40px;
}

button#next-page {
  position: fixed;
  right: 1rem;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  left: auto !important;
}

#controls [disabled] {
  pointer-events: none;
}
.current-pdf {
  font-size: 13px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.modal-dialog.modal-fluid {
  top: 0;
}
div#pdf_viewer {
  z-index: 999999;
}
a.open-pdf {
  background: #fff8ec;
  border: 1px solid var(--primary);
  border-radius: 4px !important;
  min-width: 32px !important;
  display: inline-flex;
  justify-content: center;
  line-height: 1.72em;
  text-align: center;
  cursor: pointer;
  color: #333;
  height: 29px;
  font-size: 1rem;
  align-items: center;
  position: relative;
  top: -4px;
}

a.open-pdf i {
  color: #333;
}
span#page-number {
  width: auto;
  font-size: 13px;
  color: #fff !important;
  box-shadow: none;
  pointer-events: none;
  text-shadow: none !important;
  margin-left: 5px;
}

#pdf_viewer .modal-title {
  pointer-events: none;
  display: inline-block;
  background: rgb(89 162 148 / 70%);
  padding: 5px 10px;
  border-radius: 0 0 10px 0;
}

/*div#controls {
    display: flex;
    position: fixed;
    bottom: 10px;
    width: 600px;
    justify-content: center;
    left: 50%;
    margin-left: -300px;
}*/
#pdf_viewer .btn-icon i {
  font-size: 16px;
  line-height: 100%;
}
html[lang="ar"] body a.open-pdf {
  top: -7px;
}

::selection {
  background: var(--primary);
  color: #fff;
}

.registration_page .form-heading {
  position: relative;
  padding-bottom: 10px;
  border-bottom-style: solid;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  border-color: var(--primary);
  top: 0;
  text-align: left;
}
.registration_page .form-heading::after {
  background: var(--primary) !important;
}
.form-icons > p a img {
  background: var(--primary);
}
.registration_page .table > thead > tr > th {
  background: var(--primary);
}
.myLabel > span {
  background: var(--primary);
}
.buttons-center .btn.btn-submit {
  background: var(--primary);
}
.registration_page .registration_page_main .note a.inductfrm {
  color: var(--primary);
}
.table > tbody > tr > td .fa {
  color: var(--primary);
}
header .container div.options > ul > li ul.sign-in-options > li.login a:before {
  color: var(--primary);
}
header .container div.options > ul > li ul.sign-in-options > li > a {
  color: var(--primary);
}
header
  .container
  div.options
  > ul
  > li
  ul.sign-in-options
  > li
  > .opeion-menu-popup
  li
  a:hover {
  background: var(--primary);
}
header .container div.options > ul > li a:hover:before {
  color: var(--primary);
}
.fi-popup.search-popup .top-search .input-c .speak-now i:before {
  color: var(--primary);
}
.fi-search:before {
  color: var(--primary);
}
.main-menu .navigation .main-menu-item > li.home-item a:before {
  color: var(--primary);
}
header .container div.options > ul > li a.fi-language .language-lbl {
  color: var(--primary);
}
.fi-popup.settings-popup .popup-details .setting-bottom a:hover,
.fi-popup.settings-popup .popup-details .setting-top a.gold-color {
  background-color: var(--primary) !important;
}
.main-menu .navigation .main-menu-item > li.home-item a .fa,
#header .pull-right .fa,
div#globe a strong,
div#globe a,
.fi-popup.settings-popup .popup-details .setting-bottom a,
.fi-popup.settings-popup .popup-details .setting-top a:before,
.fi-popup.settings-popup .popup-details .setting-middle .virtual-tour a:before {
  color: var(--primary);
}

body.smart-style-6 .btn-primary:active,
body.smart-style-6 .btn-primary:focus,
body.smart-style-6 .btn-primary:hover {
  background-color: var(--primary) !important;
}
.main-menu .navigation .main-menu-item > li.home-item a .fa,
#header .pull-right .fa,
div#globe a strong,
div#globe a {
  color: var(--primary);
}
.k-file-success .k-progress {
  background-color: #3fd549;
}
body.smart-style-6 .btn-primary i,
body.smart-style-6 .btn.txt-color-darken i {
  color: white;
}
.k-upload-files .k-progress {
  border-radius: 6px;
}

.k-dropzone .k-upload-status {
  color: #4cbf54;
}

.form-actions .col-md-10.col-md-offset-2 button.btn.btn-default i {
  color: var(--primary);
}

.form-actions .col-md-10.col-md-offset-2 button.btn.btn-default:hover {
  color: #fff !important;
}

html body.smart-style-6 .btn-primary:active,
html body.smart-style-6 .btn-primary:focus,
html body.smart-style-6 .btn-primary:hover {
  background: var(--primary-b-30) !important;
}
.accessibility-opt a:hover {
  background-color: var(--primary) !important;
  color: #fff;
}
.k-grid-toolbar .toolbar .filterBtn {
  border: 1px solid #d2b48c !important;
  color: #000 !important;
  box-shadow: none !important;
  font-weight: 400;
  background: #d2b48c !important;
}
.k-grid-toolbar .toolbar .filterBtn:hover,
.k-grid-toolbar .toolbar .filterBtn:focus {
  color: #fff !important;
  background: var(--primary) !important;
  box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

html[lang="ar"] #userRegistrationWizard .btn-primary {
  border-radius: 36px !important;
  background: var(--primary);
  border-color: transparent !important;
  font-weight: 500;
  color: #fff !important;
}
#userregister .bootstrapWizard li {
  flex: 1;
  width: unset;
}
html[lang="ar"] .bootstrapWizard {
  display: flex;
}
html[lang="ar"] .bootstrapWizard li .step {
  width: 50px;
  height: 50px;
  display: inline-block;
}

html[lang="ar"] .bootstrapWizard li.active .step,
html[lang="ar"] .bootstrapWizard li.active.complete .step {
  background: var(--primary) !important;
  border-color: transparent !important;
}

html[lang="ar"] .bootstrapWizard li .step {
  background: var(--primary-w-80);
  color: var(--primary-w-20);
}

html[lang="ar"] .bootstrapWizard li:before {
  border-color: var(--primary);
  border-width: 2px;
}

.modal-backdrop.in {
  z-index: 99999;
}
.modal-open .modal {
  z-index: 999999;
}

body.col1:after,
body.col2:after,
body.col3:after {
  background-color: unset;
  background-image: radial-gradient(
      circle at 50% 50%,
      rgba(85, 107, 80, 0.1),
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 20%,
      rgba(122, 131, 124, 0.08),
      transparent 50%
    );
}

option:checked {
  background-color: var(--primary);
  color: #fff;
  border-radius: 3px;
}

[style="visibility: hidden;"],
[style="visibility:hidden;"],
[style="visibility:hidden"] {
  display: none;
}

body.smart-style-6 .jarviswidget > header {
  border: none !important;
}

body.smart-style-6 nav ul li a {
  border-bottom: 1px solid rgb(0 0 0 / 10%) !important;
  border-bottom-style: dashed !important;
}

.login-form .buttons-center > span a.btn {
  position: relative;
  height: 100%;
}

.k-filtercell > span > .k-button {
  border-radius: 10px !important;
}

#tableid th {
  background: var(--primary);
}

.col1 #tableid th {
  background: var(--theme-red);
}

.col3 #tableid th {
  background: var(--theme-grey);
}

.col4 #tableid th {
  background: #000;
}

.k-window-titlebar.k-header[style*="background-color: rgb(182, 138, 53)"] {
  background: var(--primary) !important;
}

.col1
  .k-window-titlebar.k-header[style*="background-color: rgb(182, 138, 53)"] {
  background: var(--theme-red) !important;
}

.col3
  .k-window-titlebar.k-header[style*="background-color: rgb(182, 138, 53)"] {
  background: var(--theme-grey) !important;
}

.col4
  .k-window-titlebar.k-header[style*="background-color: rgb(182, 138, 53)"] {
  background: #000 !important;
}

.lang-container {
  outline: 5px solid var(--primary);
  padding: 3rem 4rem;
  width: 500px;
  top: 20%;
}
.lang-modal-close {
  background: var(--primary-w-40) !important;
  top: 1rem;
  right: 1rem;
}

.lang-primary.active {
  background: var(--primary);
  color: #fff !important;
}

.lang-header {
  gap: 1rem;
}

.lang-header a {
  display: inline-flex;
  min-width: 130px;
  padding: 10px;
  border-radius: 10px;
  text-align: center !important;
  justify-content: center;
  font-size: 24px;
}

[lang="ar"] .MessageBoxMiddle .MsgTitle {
  padding-left: 0;
  padding-right: 50px;
}

[lang="ar"] .MessageBoxMiddle .MsgTitle i,
[lang="ar"] .MessageBoxMiddle .pText i {
  left: auto;
  right: 0;
}

#shortcut a.close-shortcut {
  z-index: 999;
  position: absolute;
  right: 0;
  top: 0;
}

body.smart-style-6 nav ul li a > .fa {
  background: none !important;
  border: 1px dotted;
  border-radius: 0 6px 6px 0;
  margin-left: -10px;
  border-left: none;
  box-shadow: 0 4px 16px #00000014, inset 0 2px #ffffff4d,
    inset 1px 1px 20px #d4af3708;
  height: 36px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: -18px;
}

[lang="ar"] body.smart-style-6 nav ul li a > .fa {
  border-left-width: 1px !important;
  margin-left: 0;
  margin-right: -10px;
  border-radius: 6px 0 0 6px;
  border-right: none;
  border-left: 1px dotted;
}

html[lang="ar"] body.smart-style-6 .minifyme .fa {
  border-radius: 6px 6px 6px 6px;
}
[lang="ar"] body .k-grid-header th.k-header:first-child {
  border-radius: 0 10px 0 0 !important;
}

html[lang="ar"] div#dynaForm-toolbar:before {
  right: auto;
  left: 25px;
  top: -24px;
}

/*RED*/
body.smart-style-6.minified nav ul li a > .fa {
  height: unset !important;
  border: none;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
body.col1 nav ul li a b .fa {
  border-color: var(--theme-red);
}

body.col1 #left-panel nav ul li.open > a b .fa {
  background: var(--theme-red) !important;
}

.col1 .k-grid-toolbar .toolbar .filterBtn:hover,
.col1 .k-grid-toolbar .toolbar .filterBtn:focus {
  color: #fff !important;
  background: var(--theme-red) !important;
  box-shadow: none !important;
  border: 1px solid var(--theme-red) !important;
}

body.col1 .login-info {
  background-color: #ff5b5a;
  background-image: radial-gradient(
      circle at 80% 20%,
      rgba(212, 175, 55, 0.15),
      rgba(0, 0, 0, 0) 60%
    ),
    radial-gradient(
      circle at 50% 0,
      rgba(255, 255, 255, 0.15),
      rgba(0, 0, 0, 0) 70%
    );
}

body.col1 .k-pager-wrap {
  background: #eee;
}

body.col1 .k-grid-content tr:hover {
  background: #ffe3e7 !important;
}

body.col1 .widget-icon .fa {
  color: var(--theme-red);
}

body.col1 .minifyme .fa:after {
  background: var(--theme-red) !important;
  border-color: #fc7466;
}

body.col1 #activity b.badge {
  background: var(--theme-red);
}

body.col1 .main-menu .navigation .main-menu-item > li.home-item a .fa,
body.col1 #header .pull-right .fa,
body.col1 div#globe a strong,
body.col1 div#globe a {
  color: var(--theme-red);
}

body.col1 button.btn[data-dismiss="modal"],
body.col1 .pager.wizard .cancel,
body.col1 .pager.wizard .disabled .btn-default,
body.col1 .MessageBoxButtonSection #bot1-Msg1,
body.col1 .pager.wizard .previous .btn-default,
body.col1 .widget-body form .btn.btn-default[type="reset"],
body.col1 .btn[onclick*="?retainState"],
body.col1 .MessageBoxButtonSection #bot1-Msg2,
#reset,
html body.col1 .pager.wizard .disabled .btn-default,
body.col1 #userRegistrationWizard .btn.btn-default,
body.col1 .form-actions .col-md-10.col-md-offset-2 button.btn.btn-default {
  border-color: var(--theme-red) !important;
  color: var(--theme-red) !important;
}

body.col1 button.btn[data-dismiss="modal"]:hover,
body.col1 .pager.wizard .cancel:hover,
body.col1 .pager.wizard .disabled .btn-default:hover,
body.col1 .MessageBoxButtonSection #bot1-Msg1:hover,
body.col1 .pager.wizard .previous .btn-default:hover,
body.col1 .widget-body form .btn.btn-default[type="reset"]:hover,
body.col1 .btn[onclick*="?retainState"]:hover,
body.col1 .MessageBoxButtonSection #bot1-Msg2,
#reset:hover,
html body.col1 .pager.wizard .disabled .btn-default:hover,
body.col1 #userRegistrationWizard .btn.btn-default:hover,
body.col1
  .form-actions
  .col-md-10.col-md-offset-2
  button.btn.btn-default:hover {
  background: #d63200 !important;
  border-color: #d63200 !important;
  color: #fff !important;
}

body.smart-style-6.col1 .btn-primary:active,
body.smart-style-6.col1 .btn-primary:focus,
body.smart-style-6.col1 .btn-primary:hover {
  background: #d63200 !important;
}

body.smart-style-6.col1 nav ul li.open a .fa,
body.smart-style-6.col1 nav ul .open > a span.menu-item-parent {
  color: var(--theme-red) !important;
}

body.col1
  .login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline {
  border-color: var(--theme-red);
}

body.col1 .login-form .buttons-center > button.btn:hover,
body.col1 .login-form .buttons-center > a.btn:hover,
body.col1 .login-form .buttons-center > span a.btn:hover {
  background: var(--theme-red) !important;
  color: #fff !important;
  border-color: transparent !important;
}

body.col1 .pager.wizard .draft,
body.col1 .MessageBoxButtonSection #bot2-Msg1,
body.col1 .btn.txt-color-darken {
  background: var(--theme-red) !important;
  border: 2px solid transparent !important;
}

body.col1 .pager.wizard .draft:hover,
body.col1 .MessageBoxButtonSection #bot2-Msg1:hover,
body.col1 .btn.txt-color-darken:hover {
  background: #d63200 !important;
  border: 2px solid #d63200 !important;
  color: #fff;
}

.col1 .login-box .login-form .radio-inline input[type="radio"]:checked:before {
  background: var(--theme-red);
}

body.col1 .login-form .buttons-center > button.btn {
  background: var(--theme-red);
}
body.col1 .login-form .buttons-center > button.btn:hover {
  background: #d63200 !important;
}

.col1
  .login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:hover {
  background: #ffcfcf;
}

body.col1
  .login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:before {
  color: var(--theme-red);
}

body.col1 .form-heading {
  color: var(--theme-red);
}

body.col1.home .menu-bar .footer-menu .submenu .list li a:hover {
  color: var(--theme-red);
}

body.col1.home
  .footer-bottom-block
  .footer-bottom-section
  .footer-social-media
  li
  a:hover {
  background: var(--theme-red);
}

body.smart-style-6.col1 .btn i {
  color: var(--theme-red) !important;
}

body.smart-style-6.col1 .btn-primary i {
  color: #fff !important;
}

.col1 tr:nth-child(even) {
  background: #fff4f5 !important;
}

.col1 .smart-accordion-default.panel-group .panel-title a {
  border: none !important;
  color: var(--theme-red);
}
.col1 .smart-accordion-default.panel-group .panel-title a .fa-angle-up {
  background: var(--theme-red);
  border-radius: 50%;
  border: 1px solid var(--theme-red);
}

.col1 div#dynaForm-toolbar:before {
  background: var(--theme-red);
}

.col1 .widget-body-toolbar .btn-group button.btn.btn-default:hover {
  color: #fff;
}

.col1 #shortcut {
  background: rgb(200 18 46 / 10%) !important;
}

.col1 #shortcut a.close-shortcut .fa,
.col1 .modal-header .close {
  background: #ffc7cf !important;
}

.col1 .k-grid tbody .k-button:hover {
  background: var(--theme-red);
  border-color: transparent !important;
}

.col1 .bootstrapWizard li .step {
  background: #ffc7cf;
  color: var(--theme-red);
}
body.col1 .bootstrapWizard li.active .step,
body.col1 .bootstrapWizard li.active.complete .step {
  background: var(--theme-red) !important;
  border-color: var(--theme-red) !important;
}

.col1 .panel-collapse {
  border: none;
}

.col1 .lang-container {
  outline: 5px solid var(--theme-red);
}
.col1 .lang-primary.active {
  background: var(--theme-red);
}

.col1 .lang-modal-close {
  background: #ddd !important;
}

.col1 .k-grid-header th.k-header,
.col1 .k-grid-header th.k-header > .k-link {
  background: var(--theme-red) !important;
}

body.smart-style-6.col1 nav ul li a .fa {
  color: var(--theme-red);
}

.col1 .k-state-selected,
.col1 .k-state-selected:link,
.col1 .k-state-selected:visited,
.col1 .k-list > .k-state-selected,
.col1 .k-list > .k-state-highlight,
.col1 .k-panel > .k-state-selected,
.col1 .k-ghost-splitbar-vertical,
.col1 .k-ghost-splitbar-horizontal,
.col1 .k-draghandle.k-state-selected:hover,
.col1 .k-scheduler .k-scheduler-toolbar .k-state-selected,
.col1 .k-scheduler .k-today.k-state-selected,
.col1 .k-marquee-color {
  background: var(--theme-red) !important;
}

.col1 .jarviswidget > header > h2 {
  color: var(--theme-red);
}

.col1 .header-dropdown-list a.dropdown-toggle span,
body.smart-style-6.col1 .header-dropdown-list > li > .dropdown-toggle .fa,
body.col1 .btn-header > :first-child > a i {
  color: var(--theme-red) !important;
}

body.col1 {
  background: linear-gradient(
    to bottom right,
    #fdeaea,
    /* very light red */ #fff1f1,
    /* soft pink */ #fff7e8 /* warm light tone (keeps softness) */
  ) !important;
}

body.smart-style-6.col1 .jarviswidget > header {
  background: #fff !important;
  z-index: 1;
}
body.smart-style-6.col1 .minifyme .fa {
  background: #e50022;
}

.col1 .k-header.k-grid-toolbar .btn.btn-default.btn-sm:hover,
.col1 .k-grid-content > .text-left .btn.btn-default.btn-sm:hover {
  background: var(--theme-red);
}

.col1 .widget-body-toolbar .btn-group button.btn.btn-default:hover {
  color: #fff;
  background: var(--theme-red);
}

.col1 #dynaForm-toolbar ~ fieldset > .row p.form-control-static {
  color: var(--theme-red) !important;
}

.col1 .login-form .buttons-center > span a.btn,
.col1 .login-form .buttons-center > a.btn {
  background: #ffcfcf !important;
  border-color: var(--theme-red) !important;
}

body.col1.smart-style-6 .btn-primary,
.btn-primary {
  background: var(--theme-red);
  border-color: var(--theme-red) !important;
}

/**Grey**/
.col3 .k-header.k-grid-toolbar .btn.btn-default.btn-sm:hover,
.col3 .k-grid-content > .text-left .btn.btn-default.btn-sm:hover {
  background: var(--theme-grey);
}
body.smart-style-6.col3 .jarviswidget > header {
  background: #fff !important;
}
body.col3 {
  background: linear-gradient(
    to bottom right,
    #f5f5f5,
    /* very light grey */ #fafafa,
    /* near white */ #f0f0f0 /* soft grey */
  ) !important;
}
body.col3 nav ul li a b .fa {
  border-color: var(--theme-grey);
}

body.col3 #left-panel nav ul li.open > a b .fa {
  background: var(--theme-grey) !important;
}

.col3 .k-grid-toolbar .toolbar .filterBtn:hover,
.col3 .k-grid-toolbar .toolbar .filterBtn:focus {
  color: #fff !important;
  background: var(--theme-grey) !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

body.col3 .login-info {
  background-color: var(--theme-grey);
  background-image: radial-gradient(
      circle at 80% 20%,
      rgba(212, 175, 55, 0.15),
      rgba(0, 0, 0, 0) 60%
    ),
    radial-gradient(
      circle at 50% 0,
      rgba(255, 255, 255, 0.15),
      rgba(0, 0, 0, 0) 70%
    );
}

body.col3 .k-pager-wrap {
  background: #eee;
}

body.col3 .k-grid-content tr:hover {
  background: #eee !important;
}

body.col3 .widget-icon .fa {
  color: var(--theme-grey);
}

body.col3 .minifyme .fa:after {
  background: var(--theme-grey) !important;
  border-color: #a09b8c;
}

body.col3 #activity b.badge {
  background: var(--theme-grey) !important;
}

body.col3 .main-menu .navigation .main-menu-item > li.home-item a .fa,
body.col3 #header .pull-right .fa,
body.col3 div#globe a strong,
body.col3 div#globe a {
  color: #333;
}

body.col3 button.btn[data-dismiss="modal"],
body.col3 .pager.wizard .cancel,
body.col3 .pager.wizard .disabled .btn-default,
body.col3 .MessageBoxButtonSection #bot1-Msg1,
body.col3 .pager.wizard .previous .btn-default,
body.col3 .widget-body form .btn.btn-default[type="reset"],
body.col3 .btn[onclick*="?retainState"],
body.col3 .MessageBoxButtonSection #bot1-Msg2,
#reset,
html body.col3 .pager.wizard .disabled .btn-default,
body.col3 #userRegistrationWizard .btn.btn-default,
body.col3 .form-actions .col-md-10.col-md-offset-2 button.btn.btn-default {
  border-color: var(--theme-grey) !important;
  color: var(--theme-grey) !important;
}

body.col3 button.btn[data-dismiss="modal"]:hover,
body.col3 .pager.wizard .cancel:hover,
body.col3 .pager.wizard .disabled .btn-default:hover,
body.col3 .MessageBoxButtonSection #bot1-Msg1:hover,
body.col3 .pager.wizard .previous .btn-default:hover,
body.col3 .widget-body form .btn.btn-default[type="reset"]:hover,
body.col3 .btn[onclick*="?retainState"]:hover,
body.col3 .MessageBoxButtonSection #bot1-Msg2,
#reset:hover,
html body.col3 .pager.wizard .disabled .btn-default:hover,
body.col3 #userRegistrationWizard .btn.btn-default:hover,
body.col3
  .form-actions
  .col-md-10.col-md-offset-2
  button.btn.btn-default:hover {
  background: #333 !important;
  border-color: #333 !important;
  color: #fff !important;
}

body.smart-style-6.col3 .btn-primary:active,
body.smart-style-6.col3 .btn-primary:focus,
body.smart-style-6.col3 .btn-primary:hover {
  background: #333 !important;
}

body.smart-style-6.col3 nav ul li.open a .fa,
body.smart-style-6.col3 nav ul .open > a span.menu-item-parent {
  color: var(--theme-grey) !important;
}

body.col3
  .login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline {
  border-color: var(--theme-grey);
}

body.col3 .login-form .buttons-center > button.btn:hover {
  background: #333 !important;
  color: #fff !important;
  border-color: transparent !important;
}

body.col3
  .login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:before {
  color: var(--theme-grey);
}

body.col3 .form-heading {
  color: var(--theme-grey);
}

body.col3.home .menu-bar .footer-menu .submenu .list li a:hover {
  color: var(--theme-grey);
}

body.col3.home
  .footer-bottom-block
  .footer-bottom-section
  .footer-social-media
  li
  a:hover {
  background: var(--theme-grey);
}

body.smart-style-6.col3 .btn i {
  color: var(--theme-grey) !important;
}

body.smart-style-6.col3 .btn-primary i {
  color: #fff !important;
}

.col3 tr:nth-child(even) {
  background: #fafafa !important;
}

.col3 .smart-accordion-default.panel-group .panel-title a {
  border: none !important;
}
.col3 .smart-accordion-default.panel-group .panel-title a .fa-angle-up {
  background: var(--theme-grey);
  border-radius: 50%;
  border: 1px solid var(--theme-grey);
}

.col3 div#dynaForm-toolbar:before {
  background: var(--theme-grey) !important;
}
.col3 .widget-body-toolbar .btn-group button.btn.btn-default:hover {
  background: var(--theme-grey);
}

.col3 #shortcut {
  background: rgb(0 0 0 / 20%) !important;
}

.col3 #shortcut a.close-shortcut .fa,
.col3 .modal-header .close {
  background: #d7d7d7 !important;
}

.col3 .k-grid tbody .k-button:hover {
  background: var(--theme-grey);
  border-color: transparent !important;
}

.col3 .header-dropdown-list a.dropdown-toggle span,
body.smart-style-6.col3 .header-dropdown-list > li > .dropdown-toggle .fa,
body.col3 .btn-header > :first-child > a i {
  color: #333 !important;
}

.col3 .bootstrapWizard li .step {
  background: #ccc;
  color: #333;
}

body.col3 .bootstrapWizard li.active .step,
.bootstrapWizard li.active.complete .step {
  background: var(--theme-grey) !important;
  border-color: var(--theme-grey) !important;
}

body.col3 .btn.txt-color-darken {
  background: #333;
  border-color: #333;
  color: #fff !important;
  min-width: 100px;
  font-weight: 500;
}

body.col3 .pager.wizard .draft:hover,
body.col3 .MessageBoxButtonSection #bot2-Msg1:hover,
body.col3 .btn.txt-color-darken:hover {
  background: #000;
  border-color: #000;
}
.col3 .panel-collapse {
  border: none;
}

.col3 .lang-container {
  outline: 5px solid var(--theme-grey);
}
.col3 .lang-primary.active {
  background: var(--theme-grey);
}

.col3 .lang-modal-close {
  background: #ddd !important;
}

body.col3 .pager.wizard .draft,
body.col3 .MessageBoxButtonSection #bot2-Msg1,
body.col3 .btn.txt-color-darken {
  background: var(--theme-grey) !important;
  border: 2px solid var(--theme-grey) !important;
}

body.col3 .pager.wizard .draft:hover,
body.col3 .MessageBoxButtonSection #bot2-Msg1:hover,
body.col3 .btn.txt-color-darken:hover {
  background: #333 !important;
  border: 2px solid #333 !important;
  color: #fff;
}

.col3 .k-grid-header th.k-header,
.col3 .k-grid-header th.k-header > .k-link {
  background: var(--theme-grey) !important;
}

.col3 .login-form .buttons-center > span a.btn,
.col3 .login-form .buttons-center > a.btn {
  background: #ccc !important;
  border-color: var(--theme-grey) !important;
}

.col3 .login-form .buttons-center > span a.btn:hover,
.col3 .login-form .buttons-center > a.btn:hover {
  background: var(--theme-grey) !important;
  border-color: var(--theme-grey) !important;
}

/*Contrast*/
body.col4 #shortcut a.close-shortcut .fa {
  background: #000;
  color: #fff !important;
}

body.col4 #shortcut .jarvismetro-tile .iconbox i,
body.col4 .color-palet.font-palet span,
body.col4 .color-palet .contrast span.color3 {
  background: #000 !important;
  border-color: transparent;
  color: #fff !important;
}

body.col4 #shortcut .color-palet.font-palet .fa {
  color: #fff !important;
}

body.col4 .color-palet .contrast span.color3 img {
  filter: invert(1);
}

body.col4 {
  filter: none !important;
}

body.col4 .login-info {
  background: none !important;
}

body.col4 .login-info a:before {
  background: #333;
  border: none;
}

body.col4.smart-style-6 #header {
  background: #000 !important;
}

body.col4.smart-style-6 #header * {
  color: #fff !important;
}

body.col4 #logo img {
  mix-blend-mode: unset;
  filter: none;
}

body.col4.smart-style-6.fixed-ribbon #ribbon {
  background: #000 !important;
}

body.col4.smart-style-6.fixed-ribbon #ribbon * {
  color: #fff !important;
}

body.smart-style-6.col4 #ribbon .breadcrumb li:last-child {
  color: #fff !important;
}

body.smart-style-6.col4 .jarviswidget > header {
  background: #000;
}

body.col4.smart-style-6 #left-panel {
  background: #000 !important;
  border: none;
}

body.col4.smart-style-6 .k-header.k-grid-toolbar .btn.btn-default.btn-sm i,
body.col4.smart-style-6 .jarviswidget-ctrls .button-icon i,
body.smart-style-6.col4 nav ul li a .fa {
  background: none !important;
  color: #fff !important;
}

body.smart-style-6.col4 nav ul li > a b .fa {
  border-color: #fff;
  color: #fff !important;
}

body.smart-style-6.col4 nav ul li > a b .fa::before {
  color: #fff;
}

body.smart-style-6.col4 .page-footer {
  background: #000 !important;
  margin-top: 10px;
  border-radius: 10px 10px 0 0;
}

body.smart-style-6.col4 .page-footer * {
  color: #fff !important;
}

.col4 .jarviswidget > div[role="content"] {
  background: #000 !important;
  border: none !important;
}

.col4 .form-actions,
.col4 .panel-footer.clearfix {
  background: #333;
}

.col4 .form-actions button.btn,
.col4 button.btn[data-dismiss="modal"],
.col4 .pager.wizard .cancel,
.col4 .pager.wizard .disabled .btn-default,
.col4 .MessageBoxButtonSection #bot1-Msg1,
.col4 .pager.wizard .previous .btn-default,
.col4 .widget-body form .btn.btn-default[type="reset"],
.col4 .btn[onclick*="?retainState"],
.col4 .MessageBoxButtonSection #bot1-Msg2,
#reset,
html body.col4 .pager.wizard .disabled .btn-default,
.col4 #userRegistrationWizard .btn.btn-default,
.col4 .form-actions .col-md-10.col-md-offset-2 button.btn.btn-default,
.col4 .form-actions button.btn:hover {
  background: #fff !important;
  border-color: transparent !important;
  color: #000 !important;
}

.col4 .form-actions button.btn i,
.col4 button.btn i {
  color: #000 !important;
}

body.col4.smart-style-6 .k-grid tbody .k-button,
body.col4.smart-style-6 .k-header.k-grid-toolbar .btn.btn-default.btn-sm,
body.col4.smart-style-6 .jarviswidget-ctrls .button-icon {
  background: #333;
  color: #fff;
  border-color: #fff;
}

body.col4.smart-style-6 .k-grid tbody .k-button i {
  color: #fff !important;
}

body.col4 .k-grid {
  background: none;
  border: none !important;
  box-shadow: none !important;
}

.col4 .k-header.k-grid-toolbar {
  background: none;
}

body.col4.smart-style-6 * .k-grid tr td,
body.col4.smart-style-6 * .k-grid tr th {
  background: none !important;
  border-color: #fff !important;
}

.col4 tr:nth-child(even),
.col4 tr {
  background: none !important;
}

body.col4.smart-style-6 .k-pager-wrap .k-link {
  background: #fff !important;
}

body.col4 .k-state-selected,
body.col4 .k-state-selected:link,
body.col4 .k-state-selected:visited,
body.col4 .k-list > .k-state-selected,
body.col4 .k-list > .k-state-highlight,
body.col4 .k-panel > .k-state-selected,
body.col4 .k-ghost-splitbar-vertical,
body.col4 .k-ghost-splitbar-horizontal,
body.col4 .k-draghandle.k-state-selected:hover,
body.col4 .k-scheduler .k-scheduler-toolbar .k-state-selected,
body.col4 .k-scheduler .k-today.k-state-selected,
body.col4 .k-marquee-color {
  background: #000 !important;
}

body.col4 .k-grid-header-wrap {
  border: none;
}

body.col4 .k-grid-content tr:hover {
  background: #333 !important;
}

body.col4 .k-filter-row .k-dropdown-operator {
  background: none;
}

body.col4 .k-autocomplete.k-state-default,
body.col4 .k-widget.k-datepicker {
  background: none;
}

body.col4 .k-grid-toolbar .toolbar .filterBtn,
body.col4 .k-grid-toolbar .toolbar .filterBtn:hover {
  background: #000 !important;
  border-color: #fff !important;
}

body.smart-style-6.col4 .minifyme {
  background: #333;
}

body.smart-style-6.col4 .minifyme .fa:after {
  background: #333;
  border-color: #000;
}

body.smart-style-6.col4 .pager.wizard .draft,
body.smart-style-6.col4 .MessageBoxButtonSection #bot2-Msg1,
body.smart-style-6.col4 .btn.txt-color-darken,
html body.smart-style-6.col4 .btn-primary,
html body.smart-style-6.col4 .btn-primary {
  background: #000 !important;
  border-color: #fff !important;
  color: #fff !important;
  min-width: 100px;
  font-weight: 500;
}

body.smart-style-6.col4 .pager.wizard .draft:hover,
body.smart-style-6.col4 .MessageBoxButtonSection #bot2-Msg1:hover,
body.smart-style-6.col4 .btn.txt-color-darken:hover,
html body.smart-style-6.col4 .btn-primary,
.btn-primary:hover {
  background: #fff !important;
  border-color: #000;
  color: #000 !important;
}

.col4 .panel-collapse {
  border: none;
}

.col4 #a-panel div[role="content"] {
  background: #000 !important;
}

.col4 nav ul .open > a span.menu-item-parent {
  color: #fff !important;
}

.col4 .k-list-container {
  background: #000;
  border: 1px solid #fff !important;
}

.col4 .login-box {
  background: #000;
}

.col4
  .login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline {
  border-color: #fff;
  color: #fff;
  background: none;
}

.col4 .login-box:before {
  color: #000;
  border-color: #000;
}

.col4
  .login-form
  .form-group:nth-child(3)
  .col-sm-8
  .input-group
  label.radio-inline:before {
  color: #000;
}

.col4 .login-box label.control-label {
  color: #fff;
}

.col4 .login-box .login-form .form-control {
  border: none !important;
}

.col4 .login-box a.col-sm-4.forgot-link {
  color: #fff !important;
}

.col4 .login-form .buttons-center > span a.btn {
  color: #fff !important;
}

.col4 .login-form .buttons-center > a.btn {
  color: #fff !important;
}

.col4 .login-form .buttons-center > button.btn:hover,
.col4 .login-form .buttons-center > a.btn:hover,
.col4 .login-form .buttons-center > span a.btn:hover {
  background: #333 !important;
}

.col4 .login-box .form-heading {
  color: #fff;
}

.home.col4 .page-footer {
  background: #000;
}

.home.col4 .page-footer * {
  color: #fff !important;
}

.home.col4 .page-footer img {
  filter: contrast(0);
}
.col4 .login-form .form-icons > p a img,
.col4 .login-form .buttons-center .btn.btn-submit {
  background: #333 !important;
  border-color: #333 !important;
}

body.col4.smart-style-6 .color-palet span.color0 {
  background: var(--primary) !important;
}

body.col4 .bootstrapWizard li .step {
  background: #333;
}

body.col4 .bootstrapWizard li.active .step,
body.col4 .bootstrapWizard li.active.complete .step {
  background: #000 !important;
  border-color: #fff !important;
  color: #fff !important;
}

body.smart-style-6.col4 nav ul li a {
  border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
}

body.smart-style-6.col4 .MessageBoxContainer,
body.smart-style-6.col4 .modal-content {
  box-shadow: none !important;
  background: #000;
  border: 1px solid #fff;
}

.col4 .lang-container {
  background: #000;
  outline-color: #fff;
}

.col4 .lang-header a {
  color: #fff;
}

.col4 .lang-primary.active {
  background: #333;
}

.col4 .lang-modal-close {
  background: #fff !important;
}

.col4 .MessageBoxMiddle .MsgTitle i,
.col4 .MessageBoxMiddle .pText i {
  color: #000 !important;
}
body.col4.smart-style-6 #header ul.dropdown-menu.pull-right {
  background: #000 !important;
  border-radius: 10px;
}

.col4 .widget-body-toolbar + fieldset:first-of-type {
  background: #333 !important;
  border: none !important;
}

.col4 #dynaForm-toolbar ~ fieldset > .row p.form-control-static {
  color: #fff !important;
}

.smart-accordion-default.panel-group .panel-title a i {
  background: #000;
  border-color: #000;
}

body.col4.smart-style-6 .smart-accordion-default.panel-group .panel-title a {
  background: #333;
  color: #fff !important;
}

body.col4.smart-style-6 .panel .panel-collapse {
  border: none !important;
}

.col4 a[href="javascript:eJustice.accordian.expandAll()"],
.col4 a[href="javascript:eJustice.accordian.collapseAll()"] {
  background: #fff !important;
}

.col4 div#dynaForm-toolbar:before {
  background: #333;
}

.col4 .widget-body-toolbar .btn-group button.btn.btn-default {
  background: #000;
  border-color: transparent;
}

body.col4.smart-style-6.fixed-header #header .ajax-dropdown {
  background: #000 !important;
}

body.col4.smart-style-6 .ajax-notifications .fa-4x.fa-border {
  border-color: #fff;
}

body.smart-style-6.col4 #activity b.badge {
  background: #333 !important;
}

.col4 .modal * {
  color: #fff !important;
}

.col4 .k-grid-header {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.smart-style-6.col4 .k-grid-header th.k-header,
body.smart-style-6.col4 .k-grid-header th.k-header > .k-link {
  background: #fff !important;
  color: #333 !important;
}

.pager.wizard {
  justify-content: flex-end;
  display: flex;
}

.pager.wizard li.previous {
  margin-right: auto;
}

.pager.wizard li:not(.pager.wizard li.previous) {
  margin: 0 3px;
}

.pager.wizard li a.btn {
  min-height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 100px !important;
}

.pager.wizard li a.btn.btn-default.draft {
  border: 2px solid var(--primary) !important;
  border-radius: 36px !important;
  padding-right: 15px;
  padding-left: 15px;
  min-width: 100px;
  color: var(--primary-b-20) !important;
  font-weight: 500;
  box-shadow: none;
  background: none;
  order: 3;
  background: #fff !important;
}

.pager.wizard li a.btn.btn-default.draft:hover {
  background: var(--primary-b-30) !important;
  border-color: transparent !important;
  color: #fff !important;
}

.pager.wizard {
  justify-content: flex-end;
  display: flex;
}

.pager.wizard li.previous {
  margin-right: auto;
}

.pager.wizard li:not(.pager.wizard li.previous) {
  margin: 0 3px;
}

.col1 .pager.wizard li a.btn.btn-default.draft {
  border: 2px solid var(--theme-red) !important;
  color: var(--theme-red) !important;
}

.col1 .pager.wizard li a.btn.btn-default.draft:hover {
  background: #d63200 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.col3 .pager.wizard li a.btn.btn-default.draft {
  border: 2px solid var(--theme-grey) !important;
  color: var(--theme-grey) !important;
}

.col3 .pager.wizard li a.btn.btn-default.draft:hover {
  background: #333 !important;
  border-color: transparent !important;
  color: #fff !important;
}

.col4 .pager.wizard li a.btn.btn-default.draft {
  border: 2px solid transparent !important;
  color: #000 !important;
}

.col4 .pager.wizard li a.btn.btn-default.draft:hover {
  background: #fff !important;
  border: 2px solid transparent !important;
  color: #000 !important;
}

.pager.wizard li.previous {
  order: 1;
}

.pager.wizard li.next {
  order: 4;
}

.pager.wizard li:not([class]) {
  order: 3;
}

.pager.wizard li:nth-child(3):not([class=""]) {
  order: 2;
}

html body.smart-style-6 .btn-primary.btn[data-dismiss="modal"] {
  border: 2px solid !important;
}

body.home .main-menu .navigation .menu-collapser .collapse-button,
.login-form .form-group:nth-child(3) > label {
  display: none !important;
}
.footer-primary {
  flex-flow: wrap;
  min-width: 0px;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer-primary .footer-col {
  flex-grow: 0;
  flex-basis: auto;
  width: calc(100% * 1.8 / 12 - (12 - 1.8) * (24px / 12));
}

.footer-primary .footer-col:last-child {
  flex-grow: 0;
  flex-basis: auto;
  width: calc(100% * 4.8 / 12 - (12 - 4.8) * (24px / 12));
}

.footerlogo {
  display: flex;
  gap: 24px;
}

.footerlogo img {
  height: 100%;
  width: 100%;
  overflow: visible;
  object-fit: contain;
  max-height: 60px;
}

.home .page-footer footer {
  max-width: 100%;
  padding: 0;
  border-top: 2px solid #adb5bd;
  padding-top: 3rem;
}
.page-footer footer .container {
  max-width: 1536px;
  padding-left: 24px;
  padding-right: 24px;
}

.home header.header {
  max-width: 1536px;
  padding: 0 30px;
}
.footer-logo-container {
  flex-grow: 0;
  flex-basis: auto;
  width: calc(100% * 4 / 12 - (12 - 4) * (24px / 12));
  gap: 24px;
  display: flex;
  flex-wrap: wrap;
}
.footerlogo ul.footer-social-media {
  flex-flow: row;
  min-width: 0px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.footerlogo ul.footer-social-media:before {
  display: none;
}

/*.footer-primary .footer-col .footerlogo a i {
   font-size: 13px;
   width: 24px;
   height: 24px;
   border-radius: 4px;
   display: inline-flex;
   border: 1px solid;
   justify-content: center;
   align-items: center;
  }*/

.footer-primary .footer-col .footerlogo a i {
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.footer-primary .footer-col .footerlogo .publicProsecution-container a i {
  color: #254b6b;
}

.footer-primary .footer-col .footerlogo .judicialDepartment-container a i {
  color: #b0906c;
}

.footer-primary .footer-col .footerlogo .judicialCouncil-container a i {
  color: #b35434;
}
.footer-contact-detils p {
  color: #000;
  font-size: 14px;
}

.footer-primary .footer-col a {
  color: #000;
  display: block;
  padding: 4px 0 8px 0;
  font-size: 16px;
  line-height: 1.5;
}

.footer-primary .footer-col h4 {
  font-size: 20px;
}

.footer-primary .footer-col h4 {
  margin-bottom: 1.25rem;
  color: #000;
}

.footer-col h5 {
  font-size: 16px;
  color: #000;
  padding-top: 4px;
  padding-bottom: 8px;
}
.footer-primary .footer-col a.disabled {
  color: #999;
  position: relative;
}

.footer-primary .footer-col a.disabled:after {
  content: "Curently Under Development";
  position: absolute;
  transform: translate(-50%);
  background: #ebe3dd;
  left: 0;
  top: 100%;
  padding: 10px;
  white-space: nowrap;
  border-radius: 10px;
  box-shadow: 0 0 4px #c8c8c8;
  border: 1px solid #f3cfb5;
  color: #333;
  display: none;
}

.footer-primary .footer-col a.disabled:hover:after {
  display: block;
}

.mobile-app-downloader {
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  gap: 1.25rem !important;
}

.footer-primary .footer-col .mobile-app-downloader a {
  flex-grow: unset !important;
  border-radius: 100%;
  padding: 0;
  gap: 0.25rem !important;
  align-self: stretch;
  white-space: nowrap;
  display: flex;
}

.mobile-app-downloader a i {
  font-size: 22px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

.footer-meta {
  padding-block: 1.5rem;
  background-color: #f4f4f5;
  margin-top: 24px;
}

.footer-meta-content {
  flex-flow: wrap;
  min-width: 0px;
  box-sizing: border-box;
  display: flex;
  gap: 24px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.footer-meta-content p {
  flex-grow: 0;
  flex-basis: auto;
  width: calc(100% * 8 / 12 - (12 - 4) * (24px / 12));
  font-size: 14px;
  color: #000;
}

.footer-meta-logos {
  flex-grow: 0;
  flex-basis: auto;
  width: calc(100% * 4 / 12 - (12 - 4) * (24px / 12));
  display: flex;
  gap: 8px;
}
.footer-meta-logos a {
  max-width: 200px;
  max-height: 75px;
  flex: 1 1;
}
.footer-meta-logos a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-bottom {
  background-color: #ffffff;
  padding: 1.5rem 0;
  font-size: 14px;
  color: #333;
}

.footer-bottom p {
  margin: 0;
}

@media (max-width: 1199.98px) {
  .footer-primary .footer-col {
    width: calc(100% * 3 / 12 - (12 - 3) * (24px / 12));
  }

  .footer-primary .footer-col:last-child {
    width: calc(100% * 8 / 12 - (12 - 8) * (24px / 12));
  }

  .footerlogo img {
    min-height: unset;
    min-width: unset;
    max-height: unset;
    height: auto;
  }
  .footerlogo ul.footer-social-media {
    justify-content: center;
    gap: 0.5rem;
  }
}

@media (max-width: 991.98px) {
  .footer-primary .footer-col {
    width: calc(100% * 6 / 12 - (12 - 6) * (24px / 12));
  }

  .footer-primary .footer-col:last-child,
  .footer-meta-logos,
  .footer-meta-content p {
    width: calc(100% * 12 / 12 - (12 - 12) * (24px / 12));
  }

  .footerlogo img {
    height: auto;
    max-height: 70px;
  }

  .home header.header .main-menu .options > ul > li a {
    margin-top: 16px;
  }
}

@media (max-width: 599.98px) {
  .footer-meta {
    background: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-meta-content p {
    order: 2;
    font-size: 12px;
    line-height: 1.5;
    border-bottom: 1px solid #e1e3e5;
    padding-block: 1rem;
    margin: 0;
  }

  .footer-meta-logos {
    border-top: 1px solid #e1e3e5;
    border-bottom: 1px solid #e1e3e5;
    padding-block: 1rem;
  }

  .footer-meta-content {
    gap: 0px;
  }

  .footer-bottom {
    text-align: center;
  }

  footer .footer-bottom p {
    text-align: center;
    font-size: 14px;
  }

  .footer-contact-detils p {
    font-size: 12px;
  }

  .footerlogo {
    flex-flow: wrap;
    min-width: 0px;
    box-sizing: border-box;
    display: flex;
    gap: 24px;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 16px;
  }
  .footer-logo-container {
    width: calc(100% * 12 / 12 - (12 - 12) * (24px / 12));
    flex-grow: 0;
    flex-basis: auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  .footer-primary .footer-col .footer-logo-container > a {
    width: 40%;
    padding: 0;
    margin: 0;
    gap: 0;
    display: flex;
  }

  .footerlogo ul.footer-social-media {
    justify-content: flex-start;
  }

  .footerlogo ul.footer-social-media {
    width: 60%;
    gap: 0.75rem;
  }

  .footer-primary .footer-col {
    width: calc(100% * 12 / 12 - (12 - 12) * (24px / 12));
  }

  .footer-primary .footer-col h4 + ul,
  .footer-primary .footer-col h4 + ul + h5,
  .footer-primary .footer-col h4 + ul + h5 + .mobile-app-downloader {
    display: none;
  }

  .footer-primary .footer-col.active h4 + ul,
  .footer-primary .footer-col.active h4 + ul + h5,
  .footer-primary .footer-col.active h4 + ul + h5 + .mobile-app-downloader {
    display: block;
  }

  .footer-primary .footer-col h4 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 16px;
    margin-bottom: 16px;
    padding-top: 16px;
    font-size: 16px;
    position: relative;
    padding-right: 30px;
  }

  .footer-primary {
    gap: 0;
  }

  .footer-primary .footer-col h4:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f078";
    font-size: 14px;
    position: absolute;
    right: 0;
  }

  .home header.header,
  .page-footer footer .container {
    padding: 0 16px;
  }

  .col-md-12.login-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .login-form .form-group:nth-child(3) {
    margin: 0 1rem;
    width: calc(100% - 2rem);
    top: 100px;
  }

  .login-form .form-group:nth-child(3) .col-sm-8 .input-group {
    gap: 10px;
    flex-wrap: wrap;
  }

  .login-form
    .form-group:nth-child(3)
    .col-sm-8
    .input-group
    label.radio-inline {
    width: 100%;
  }

  .login-box {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 200px;
  }

  .login-box:before {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    top: -28px;
    font-size: 1.5rem;
  }

  .form-heading {
    top: 35px;
    font-size: 1.5rem;
  }

  .uae-pass-card img.uae-pass-logo {
    height: 30px;
  }

  .uae-pass-card {
    margin-bottom: 40px;
  }

  .uae-pass-card:before {
    bottom: -27px;
  }

  .uae-pass-card:after {
    bottom: -46px;
  }

  .footer-primary .footer-col .footerlogo a i {
    font-size: 24px;
  }
}

.form-actions button.btn.btn-primary {
  height: unset;
}

html body.smart-style-6 .k-widget.k-header.form-control .form-control {
  border: none !important;
}

@media screen and (min-width: 320px) and (max-width: 991.98px) {
  body.smart-style-6 .minifyme {
    display: none;
  }

  body.smart-style-6 .login-info > span {
    height: 100% !important;
  }

  body.smart-style-6 nav > ul {
    top: auto;
    height: calc(100% - 100px);
  }

  body.smart-style-6 .login-info {
    min-height: 100px;
  }

  body.smart-style-6 .login-info a:after,
  body.smart-style-6 .login-info a:before {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    left: 50px;
    top: 86px;
    font-size: 18px;
  }

  body.smart-style-6 .login-info a {
    position: relative;
    width: 100%;
  }

  .hidden-menu #left-panel {
    margin-left: 0;
  }

  body.smart-style-6 .login-info a span {
    color: var(--primary);
    padding: 0;
    width: calc(100% - 80px);
    margin-left: auto;
    text-align: left;
    margin-right: 20px;
  }

  .fixed-header.fixed-ribbon #header {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0 !important;
  }

  .fixed-header #main {
    padding-top: 80px !important;
    transition: none !important;
  }
  div#logo-group {
    display: inline-block !important;
  }

  div#logo-group + .pull-right {
    padding-right: 15px;
  }

  body.smart-style-6 #logo img {
    width: 150px !important;
  }

  html[lang="en"] body.smart-style-6 .btn-header a {
    margin-left: 5px !important;
  }

  .form-actions .row [class*="col-md"] {
    flex-wrap: wrap;
  }

  html[lang="ar"] body.smart-style-6 .login-info a span {
    margin-right: 40px;
    text-align: right;
  }

  html[lang="ar"] body.smart-style-6 .login-info a:after,
  html[lang="ar"] body.smart-style-6 .login-info a:before {
    left: auto;
    right: 10px;
  }

  body.hidden-menu.col3 #hide-menu a .fa,
  body.hidden-menu.col3 #hide-menu a:hover .fa {
    color: #fff !important;
  }

  .scroll-top-wrapper.show {
    z-index: 99;
  }

  html[lang="ar"] .bootstrapWizard li .step:before {
    width: calc(100% + 20px) !important;
    display: block;
    margin-left: 10px !important;
    right: auto;
    left: 10px;
    position: relative;
  }
  .bootstrapWizard li .step:before {
    width: calc(100% + 20px) !important;
    display: block;
    margin-left: 10px !important;
    right: auto;
    left: 10px;
    position: relative;
  }

  .bootstrapWizard li.active span.title {
    min-width: unset;
    white-space: nowrap;
    text-align: center;
  }

  [lang="en"] .bootstrapWizard li .step:before {
    margin-left: 0 !important;
    margin-right: 10px !important;
    left: auto;
    right: 10px;
  }

  [lang="ar"] .k-animation-container {
    margin-top: -15px;
  }
}

@media (max-width: 575.98px) {
  #logo-group > span a {
    display: inline-flex;
    width: 60px;
    overflow: hidden;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding-top: 10px;
    bottom: -5px !important;
    position: relative;
  }

  [lang="ar"] #logo-group > span a {
    justify-content: flex-start !important;
  }

  body.smart-style-6 #logo img {
    width: 200px !important;
    height: auto !important;
  }

  .fixed-header #main {
    padding-top: 65px !important;
  }

  html[lang="en"] .filterBtnIcon {
    margin-right: 5px;
  }

  html[lang="ar"] .filterBtnIcon {
    margin-left: 5px;
  }

  html[lang="ar"] .filterBtnIcon {
    margin-right: 0;
  }

  .filterBtnIcon + div {
    font-size: 13px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  html[lang="ar"] .filterBtnIcon + div {
    font-size: 12px;
  }

  .k-grid-toolbar .toolbar .filterBtn {
    margin: 2px;
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pager.wizard {
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-between !important;
  }

  .pager.wizard li.previous {
    margin: 0;
  }

  .pager.wizard li {
    order: unset !important;
    flex: 1;
  }

  .pager.wizard li a {
    width: 100%;
    float: none !important;
    min-width: 100% !important;
  }

  .home #logo-group > span a img {
    width: 200px;
    height: auto;
  }

  .home #logo-group > span a {
    padding-top: 16px;
  }

  .home header.header .main-menu .options > ul > li a {
    margin-top: 0;
  }
}

/*Added 21 january 2026*/
@media (max-width: 991.98px) {
  #dynaForm-toolbar ~ fieldset > .row {
    width: 100%;
  }

  .widget-body-toolbar
    + fieldset:first-of-type
    ~ fieldset
    > style
    ~ .row
    .col-md-6 {
    width: 100%;
    margin: 0;
  }

  #dynaForm-toolbar ~ fieldset > .row [class*="col-md"] {
    margin-bottom: 5px;
  }
}

@media (max-width: 575.98px) {
  .jarviswidget > header > h2 {
    font-size: 18px;
  }
}