/*
Author Name: Amran Al Kerata
Website Name: Majeedah Studio
Site URL: https://www.majedahstudio.com/
Description: Website Dashboard
Author URL: amranalkerata.com
Author E-mail: amranalkerata@gmail.com
Version: 1.0.0
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin
    1.2. Function
    1.3. Variable
    1.4. Typography
    1.5. Extend
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input
    2.5. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common
    3.6. Font
    3.7. Background
    3.8. Text Color
    3.9. Overlay
    3.10. Animation
04. Spacing
05. Pages
06. RTL

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #000000;
  --title-color: #232425;
  --btn-color: #fff;
  --body-color: #6c757d;
  --smoke-color: #f7f7f7;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #f8f9fa;
  --warning-color: #fae032;
  --success-color: #007e50;
  --error-color: #b3261e;
  --border-color: #eee;
  --blue-color: #06b8f9;
  --blue-bg: hsl(222, 32%, 20%);
  --title-font: "SFArabic", sans-serif;
  --body-font: "SFArabic", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --rounded: 5px;
  --header-width: 300px;
  --header-shrink: 70px;
  --topHeader-height: 65px;
}

@supports (-webkit-touch-callout: none) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    :root {
      --title-font: -apple-system;
      --body-font: -apple-system;
    }
  }
}
/*------------------- 1.5. Typography -------------------*/
@font-face {
  font-family: "SFArabic";
  src: url("../fonts/SFArabic-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#header {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#header::-webkit-scrollbar {
  display: none;
}

html,
body {
  scroll-behavior: auto !important;
  overflow-x: hidden;
  font-family: "SFArabic", sans-serif;
}

@supports (-webkit-touch-callout: none) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    html,
    body {
      font-family: -apple-system;
    }
  }
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

iframe {
  border: none;
  width: 100%;
}

button:focus,
a:focus,
a:active,
.langauge a.nice-select.open,
input,
input:hover,
input:focus,
input:active,
.langauge input.nice-select.open,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
.langauge textarea.nice-select.open {
  outline: none;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 3px 12px;
  font-weight: bolder;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, .langauge a.nice-select.open, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

.underline {
  text-decoration: underline;
}

.underline_hover:hover {
  text-decoration: underline;
}

button {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 48px;
}

.h2,
h2 {
  font-size: 40px;
}

.h3,
h3 {
  font-size: 36px;
}

.h4,
h4 {
  font-size: 30px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 20px;
}

/* Large devices */
@media (max-width: 1225px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 36px;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 22px;
  }
  .h2,
  h2 {
    font-size: 20px;
  }
  .h3,
  h3 {
    font-size: 18px;
  }
  .h4,
  h4 {
    font-size: 16px;
  }
  .h5,
  h5 {
    font-size: 14px;
  }
  .h6,
  h6 {
    font-size: 12px;
  }
}
/*------------------- 1.6. Extend -------------------*/
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
.container-fluid {
  max-width: 1600px;
}

@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
}
@media (min-width: 1700px) {
  .th-container {
    --main-container: 1508px;
    display: block;
    margin: auto;
  }
  .container.cta-wrap {
    --main-container: 1666px;
  }
}
@media (min-width: 1600px) {
  .th-container {
    --main-container: 1508px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Hight Resoulation devices */
@media (min-width: 1922px) {
  .th-container {
    margin-right: auto;
  }
}
/*------------------- 2.2. Grid -------------------*/
.slick-track > [class*=col] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

@media (min-width: 1225px) {
  .row:not([class*=gx-]) {
    --bs-gutter-x: 30px;
  }
}
.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gx-108 {
  --bs-gutter-x: 108px;
}

@media (min-width: 1700px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Large devices */
@media (max-width: 1225px) {
  .gx-108 {
    --bs-gutter-x: 40px;
  }
}
/*------------------- 2.3. Input -------------------*/
select,
.form-control,
.form-select,
textarea,
input {
  height: 45px;
  padding: 0 25px 0 25px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 9999px;
  border-radius: var(--rounded);
  font-size: 14px;
  width: 100%;
  text-align: right;
}
select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: var(--white-color);
  border-color: var(--theme-color);
}
select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder, .form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
  color: var(--body-color);
}
select::-moz-placeholder, .form-control::-moz-placeholder, .form-select::-moz-placeholder, textarea::-moz-placeholder, input::-moz-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder, .form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder, textarea:-ms-input-placeholder, input:-ms-input-placeholder {
  color: var(--body-color);
}
select::-ms-input-placeholder, .form-control::-ms-input-placeholder, .form-select::-ms-input-placeholder, textarea::-ms-input-placeholder, input::-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}
select.style2,
.form-control.style2,
.form-select.style2,
textarea.style2,
input.style2 {
  padding-left: 52px !important;
  background-image: none;
}
select.style2 ~ i,
.form-control.style2 ~ i,
.form-select.style2 ~ i,
textarea.style2 ~ i,
input.style2 ~ i {
  color: var(--theme-color);
  font-weight: 400;
  top: 19px;
  left: 25px;
  max-width: 16px;
}

#togglePassword {
  position: absolute;
  top: 47px;
  left: 25px;
  cursor: pointer;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--white-color);
}
.form-group.has-label > i {
  top: 50px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .style2 ~ i {
  left: calc(var(--bs-gutter-x) / 2 + 25px);
}

.form-select,
select {
  display: block;
  width: 100%;
  line-height: 1.5;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=checkbox]:checked ~ label:before {
  content: "\f00c";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox]:indeterminate ~ label:before {
  content: "\f068";
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
input[type=checkbox] ~ label {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  right: 0px;
  top: 3.5px;
  background-color: var(--white-color);
  border: 1px solid var(--border-color);
  height: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
}

input[type=checkbox] ~ label {
  padding: 0 10px;
  margin: 0 !important;
  cursor: pointer;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  gap: 10px !important;
}

input[type=checkbox] ~ label:before {
  position: static !important;
  width: 18px !important;
  height: 18px !important;
  display: block !important;
  border-radius: 5px !important;
  margin: 0 !important;
  cursor: pointer;
}

input[type=checkbox]:disabled ~ label:before {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}

/* Add more prominent hover effect for better UX */
label:hover:before {
  border-color: var(--theme-color) !important;
}

/* Fix indeterminate state styling */
input[type=checkbox]:indeterminate ~ label:before {
  content: "\f068";
  font-family: var(--icon-font);
  color: var(--white-color);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  font-size: 10px;
  line-height: 18px;
  text-align: center;
}

/* Ensure FontAwesome icons are displayed correctly */
input[type=checkbox]:indeterminate ~ label:before {
  content: "\f068";
  font-family: var(--icon-font);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
input[type=radio] ~ label.right {
  padding-left: 0;
  padding-right: 20px;
}
input[type=radio] ~ label.right::before {
  left: unset;
  right: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  line-height: 15px;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

.amk-radio {
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
}
.amk-radio input {
  position: absolute;
  right: -9999px;
}
.amk-radio input:checked + span:before {
  -webkit-box-shadow: inset 0 0 0 0.4375em #010101;
          box-shadow: inset 0 0 0 0.4375em #010101;
}
.amk-radio span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375em 0.375em 0.375em 0.75em;
  border-radius: 99em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.amk-radio span:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-left: 0.375em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  -webkit-box-shadow: inset 0 0 0 0.125em #010101;
          box-shadow: inset 0 0 0 0.125em #010101;
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 14px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid var(--error-color) !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: var(--success-color);
  display: block;
}
.form-messages.error {
  color: var(--error-color);
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

.langauge .nice-select {
  font-family: var(--body-font);
  background: none;
  border: none;
  width: 100%;
  color: var(--title-color);
  font-weight: 400;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  border-radius: 0;
  padding-right: 20px;
}
.langauge .nice-select:after {
  content: "\f107";
  right: 0px;
  top: -14px;
  border-bottom: none;
  border-right: none;
  font-size: 14px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.langauge .nice-select.open:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.langauge .nice-select.open .list {
  margin-top: 0;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.langauge .nice-select.open .list li {
  display: block;
}
.langauge .nice-select.open .list li:before {
  display: none;
}
.langauge .nice-select .option {
  color: var(--title-color);
  min-height: 30px;
}
.langauge .nice-select .option.selected {
  color: var(--theme-color) !important;
  background: var(--theme-color) !important;
}
.langauge .nice-select .option.selected.focus {
  color: #fff !important;
  background: var(--theme-color) !important;
}
.langauge .nice-select .option:hover, .langauge .nice-select .option.focus, .langauge .nice-select .option.selected.focus {
  background: var(--theme-color) !important;
  color: #fff !important;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  display: none;
}

.form-floating > .form-control:not(:-ms-input-placeholder) ~ label::after {
  display: none;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  display: none;
}

.form-floating > label {
  color: #6c757d;
}

.select2-selection__rendered,
.select2-container--default .select2-selection--single {
  line-height: 45px !important;
  height: 45px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--theme-color);
}

.select2,
.select2-results__option {
  font-size: 14px !important;
}

.on-off-checkbox .tgl {
  display: none;
}

.on-off-checkbox .tgl,
.on-off-checkbox .tgl:after,
.on-off-checkbox .tgl:before,
.on-off-checkbox .tgl *,
.on-off-checkbox .tgl *:after,
.on-off-checkbox .tgl *:before,
.on-off-checkbox .tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.on-off-checkbox .tgl::-moz-selection, .on-off-checkbox .tgl:after::-moz-selection, .on-off-checkbox .tgl:before::-moz-selection, .on-off-checkbox .tgl *::-moz-selection, .on-off-checkbox .tgl *:after::-moz-selection, .on-off-checkbox .tgl *:before::-moz-selection, .on-off-checkbox .tgl + .tgl-btn::-moz-selection {
  background: none;
}

.on-off-checkbox .tgl::-moz-selection,
.on-off-checkbox .tgl:after::-moz-selection,
.on-off-checkbox .tgl:before::-moz-selection,
.on-off-checkbox .tgl *::-moz-selection,
.on-off-checkbox .tgl *:after::-moz-selection,
.on-off-checkbox .tgl *:before::-moz-selection,
.on-off-checkbox .tgl + .tgl-btn::-moz-selection,
.on-off-checkbox .tgl::selection,
.on-off-checkbox .tgl:after::selection,
.on-off-checkbox .tgl:before::selection,
.on-off-checkbox .tgl *::selection,
.on-off-checkbox .tgl *:after::selection,
.on-off-checkbox .tgl *:before::selection,
.on-off-checkbox .tgl + .tgl-btn::selection {
  background: none;
}

.on-off-checkbox .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.on-off-checkbox .tgl + .tgl-btn:after,
.on-off-checkbox .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.on-off-checkbox .tgl + .tgl-btn:after {
  right: 0;
}

.on-off-checkbox .tgl + .tgl-btn:before {
  display: none;
}

.on-off-checkbox .tgl:checked + .tgl-btn:after {
  right: 50%;
}

.on-off-checkbox .tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}

.on-off-checkbox .tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: right 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}

.on-off-checkbox .tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}

.on-off-checkbox .tgl-ios + .tgl-btn:active, .on-off-checkbox .langauge .tgl-ios + .tgl-btn.nice-select.open, .langauge .on-off-checkbox .tgl-ios + .tgl-btn.nice-select.open {
  -webkit-box-shadow: inset 0 2em 0 0 #e8eae9;
          box-shadow: inset 0 2em 0 0 #e8eae9;
}

.on-off-checkbox .tgl-ios + .tgl-btn:active:after, .on-off-checkbox .langauge .tgl-ios + .tgl-btn.nice-select.open:after, .langauge .on-off-checkbox .tgl-ios + .tgl-btn.nice-select.open:after {
  padding-left: 0.8em;
}

.on-off-checkbox .tgl-ios:checked + .tgl-btn {
  background: #06b8f9;
}

.on-off-checkbox .tgl-ios:checked + .tgl-btn:active, .on-off-checkbox .langauge .tgl-ios:checked + .tgl-btn.nice-select.open, .langauge .on-off-checkbox .tgl-ios:checked + .tgl-btn.nice-select.open {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.on-off-checkbox .tgl-ios:checked + .tgl-btn:active:after, .on-off-checkbox .langauge .tgl-ios:checked + .tgl-btn.nice-select.open:after, .langauge .on-off-checkbox .tgl-ios:checked + .tgl-btn.nice-select.open:after {
  margin-right: -0.8em;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.menu-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: rgba(200, 147, 28, 0.1);
}
.menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.menu-wrapper .menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 20px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 32px;
  font-size: 18px;
  z-index: 1;
  color: var(--title-color);
  border-radius: 50%;
}
.menu-wrapper .menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  right: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}
.menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.menu-wrapper.body-visible .menu-area {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.mobile-menu .new-label {
  font-size: 13px;
  background-color: var(--theme-color);
  color: var(--title-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  text-align: right;
}
.mobile-menu ul li.active > a {
  color: var(--theme-color);
}
.mobile-menu ul li.active > a:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .item-has-children > a .mean-expand {
  position: absolute;
  left: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  -webkit-box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
          box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.mobile-menu ul .item-has-children > a .mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.mobile-menu ul .item-has-children.active > a .mean-expand:before {
  content: "\f068";
}
.mobile-menu > ul {
  padding: 0 40px;
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

.menu-toggle {
  width: 50px;
  height: 50px;
  line-height: 51px;
  padding: 0;
  font-size: 24px;
  border: none;
  background-color: transparent;
  color: var(--title-color);
  display: inline-block;
  border-radius: 0;
}
.menu-toggle.style-text, .menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.menu-toggle.style-text i, .menu-toggle.style-text-white i {
  margin-right: 10px;
}
.menu-toggle.style-text-white {
  color: var(--white-color);
}

@media (max-width: 400px) {
  .menu-wrapper .menu-area {
    width: 100%;
    max-width: 270px;
  }
  .mobile-menu > ul {
    padding: 0 20px;
  }
}
.pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  padding-bottom: 40px;
  gap: 10px;
}
.pagination .page-item:first-child .page-link, .pagination .page-item:last-child .page-link {
  border-radius: 0;
}
.pagination .page-item a {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #e3e2ce;
  color: var(--theme-color);
  border: none;
}
.pagination .page-item a:hover {
  background-color: var(--theme-color);
  color: #06b8f9;
}
.pagination .page-item a:hover i {
  color: #06b8f9;
}
.pagination .page-item.active .page-link {
  background-color: var(--theme-color);
  color: #06b8f9;
}
/*=================================
    03. Utilities
    ==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: #050511;
}
.preloader .as-btn {
  padding: 18px 20px;
  border-radius: 0;
  font-size: 14px;
  background: var(--theme-color);
}
.preloader .as-btn:after {
  border-radius: 0;
}

.preloader-inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(36deg);
            transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(72deg);
            transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(108deg);
            transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(144deg);
            transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(180deg);
            transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(216deg);
            transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(252deg);
            transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(288deg);
            transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(324deg);
            transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(360deg);
            transform: translate(1px, -2px) rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(36deg);
            transform: translate(-1px, -3px) rotate(36deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(72deg);
            transform: translate(-2px, 0px) rotate(72deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(108deg);
            transform: translate(1px, 2px) rotate(108deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(144deg);
            transform: translate(1px, -1px) rotate(144deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(180deg);
            transform: translate(-1px, 3px) rotate(180deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(216deg);
            transform: translate(-1px, 1px) rotate(216deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(252deg);
            transform: translate(3px, 1px) rotate(252deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(288deg);
            transform: translate(-2px, -1px) rotate(288deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(324deg);
            transform: translate(2px, 1px) rotate(324deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(360deg);
            transform: translate(1px, -2px) rotate(360deg);
  }
}
@-webkit-keyframes speed {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
            transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
            transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
            transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
            transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes speed {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -3px) rotate(-1deg);
            transform: translate(-1px, -3px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-2px, 0px) rotate(1deg);
            transform: translate(-2px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 3px) rotate(-1deg);
            transform: translate(-1px, 3px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-1px, 1px) rotate(0deg);
            transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-2px, -1px) rotate(1deg);
            transform: translate(-2px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
            transform: translate(2px, 1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
@-webkit-keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@keyframes strikes {
  from {
    left: 25px;
  }
  to {
    left: -80px;
    opacity: 0;
  }
}
@-webkit-keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@keyframes dots {
  from {
    width: 0px;
  }
  to {
    width: 15px;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn, .loading-window {
  -webkit-animation: fadeIn 0.4s both;
          animation: fadeIn 0.4s both;
}

.loading-window {
  height: 200px;
  left: 50%;
  margin-left: -150px;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  width: 300px;
  z-index: 99;
}

.car {
  position: absolute;
  width: 117px;
  height: 42px;
  left: 92px;
  top: 70px;
}

.car .strike {
  position: absolute;
  width: 11px;
  height: 1px;
  background: var(--theme-color);
  -webkit-animation: strikes 0.2s linear infinite;
          animation: strikes 0.2s linear infinite;
}

.car .strike2 {
  top: 11px;
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}

.car .strike3 {
  top: 22px;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.car .strike4 {
  top: 33px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.car .strike5 {
  top: 44px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.car-detail {
  position: absolute;
  display: block;
  background: var(--theme-color);
  -webkit-animation: speed 0.5s linear infinite;
          animation: speed 0.5s linear infinite;
}

.car-detail.spoiler {
  width: 0;
  height: 0;
  top: 7px;
  background: none;
  border: 20px solid transparent;
  border-bottom: 8px solid var(--theme-color);
  border-left: 20px solid var(--theme-color);
}

.car-detail.back {
  height: 20px;
  width: 92px;
  top: 15px;
  left: 0px;
}

.car-detail.center {
  height: 35px;
  width: 75px;
  left: 12px;
  border-top-left-radius: 30px;
  border-top-right-radius: 45px 40px;
  border: 4px solid var(--theme-color);
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.car-detail.center1 {
  height: 35px;
  width: 35px;
  left: 12px;
  border-top-left-radius: 30px;
}

.car-detail.front {
  height: 20px;
  width: 50px;
  top: 15px;
  left: 67px;
  border-top-right-radius: 50px 40px;
  border-bottom-right-radius: 10px;
}

.car-detail.wheel {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  top: 20px;
  left: 12px;
  border: 3px solid var(--title-color);
  background: linear-gradient(45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(-45deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(90deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), linear-gradient(0deg, transparent 45%, #ffe4e1 46%, #ffe4e1 54%, transparent 55%), radial-gradient(#ffe4e1 29%, transparent 30%, transparent 50%, #ffe4e1 51%), var(--title-color);
  -webkit-animation-name: spin;
          animation-name: spin;
}

.car-detail.wheel2 {
  left: 82px;
}

/*------------------- 3.2. Buttons -------------------*/
.amk-btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--theme-color);
  border-radius: var(--rounded);
  border: 1px solid var(--theme-color);
  color: var(--white-color);
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
.amk-btn:hover, .amk-btn.active {
  color: var(--theme-color);
  background-color: transparent;
}
.amk-btn.style-skew {
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  margin-left: 10px;
  margin-right: 10px;
}
.amk-btn.style-skew .btn-text {
  display: inline-block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}
.amk-btn.auto-btn {
  width: auto;
  display: inline-block;
  padding: 10px 15px;
}
.amk-btn.outline {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
.amk-btn.outline i {
  color: var(--theme-color);
}
.amk-btn.outline:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.amk-btn.outline:hover i {
  color: #06b8f9;
}
.amk-btn.outline.active {
  color: var(--white-color);
  background-color: var(--theme-color);
}
.amk-btn.rest {
  background-color: #ef4b4b;
  border-color: #ef4b4b;
  color: var(--white-color);
}
.amk-btn.rest:hover, .amk-btn.rest.active {
  background-color: transparent;
  color: #ef4b4b;
}
.amk-btn.blue-btn {
  background-color: #06b8f9;
  border-color: #06b8f9;
  color: var(--white-color);
}
.amk-btn.blue-btn:hover, .amk-btn.blue-btn.active {
  background-color: transparent;
  color: #06b8f9;
}
.amk-btn.red-btn {
  background-color: #dc3545;
  border-color: #dc3545;
  color: var(--white-color);
}
.amk-btn.red-btn:hover, .amk-btn.red-btn.active {
  background-color: transparent;
  color: #dc3545;
}
.amk-btn.red-btn.outline-btn {
  background-color: transparent;
  color: #dc3545;
}
.amk-btn.red-btn.outline-btn:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: var(--white-color);
}
.amk-btn.yellow-btn {
  background-color: #eec759;
  border-color: #eec759;
  color: var(--white-color);
}
.amk-btn.yellow-btn:hover, .amk-btn.yellow-btn.active {
  background-color: transparent;
  color: #eec759;
}
.amk-btn.green-btn {
  background-color: #198754;
  border-color: #198754;
  color: var(--white-color);
}
.amk-btn.green-btn:hover, .amk-btn.green-btn.active {
  background-color: transparent;
  color: #198754;
}
.amk-btn.print_btn {
  background-color: #eec759;
  border-color: #eec759;
}
.amk-btn.print_btn i {
  color: #010101;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.amk-btn.print_btn:hover, .amk-btn.print_btn.active {
  background-color: transparent;
}
.amk-btn.print_btn:hover i, .amk-btn.print_btn.active i {
  color: #eec759;
}
.amk-btn.pdf_btn {
  background-color: #e97777;
  border-color: #e97777;
}
.amk-btn.pdf_btn i {
  color: #010101;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.amk-btn.pdf_btn:hover, .amk-btn.pdf_btn.active {
  background-color: transparent;
}
.amk-btn.pdf_btn:hover i, .amk-btn.pdf_btn.active i {
  color: #e97777;
}
.amk-btn.edit_btn {
  background-color: #06b8f9;
  border-color: #06b8f9;
}
.amk-btn.edit_btn i {
  color: #010101;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.amk-btn.edit_btn:hover, .amk-btn.edit_btn.active {
  background-color: transparent;
}
.amk-btn.edit_btn:hover i, .amk-btn.edit_btn.active i {
  color: #06b8f9;
}
.amk-btn.delivery_btn {
  background-color: #5aa469;
  border-color: #5aa469;
}
.amk-btn.delivery_btn i {
  color: #010101;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.amk-btn.delivery_btn:hover, .amk-btn.delivery_btn.active {
  background-color: transparent;
}
.amk-btn.delivery_btn:hover i, .amk-btn.delivery_btn.active i {
  color: #5aa469;
}
.amk-btn.disabled {
  opacity: 0.5 !important;
  cursor: not-allowed !important;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #ffffff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
}
.icon-btn:hover {
  background-color: var(--theme-color);
}
.icon-btn:hover svg path {
  fill: var(--white-color);
}

.spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #d1d1d1;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  margin-right: 10px;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading {
  opacity: 0.7;
  cursor: not-allowed;
}

.filter-button,
.refresh-button {
  position: relative;
  padding: 8px 16px;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
  border: none;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter-button i,
.refresh-button i {
  font-size: 1.1em;
}
.filter-button:hover,
.refresh-button:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.filter-button:active, .langauge .filter-button.nice-select.open,
.refresh-button:active,
.langauge .refresh-button.nice-select.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.filter-badge {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #c31d1d;
  border-radius: 50%;
  font-size: 0.75em;
}

.refresh-button i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.refresh-button.loading {
  opacity: 0.7;
  cursor: wait;
}
.refresh-button.loading i {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.quick-date-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}

.quick-date-filter {
  padding: 0.25rem 0.75rem;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .filter-button,
  .refresh-button {
    font-size: 0.75rem;
    padding: 6px 12px;
  }
  .filter-button i,
  .refresh-button i {
    font-size: 0.9em;
  }
  .quick-date-filters {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .quick-date-filter {
    font-size: 10px !important;
    padding: 0.25rem 0.5rem;
  }
}
.filter-button {
  margin-left: 10px;
}
.filter-button .filter-badge {
  width: 20px;
  height: 20px;
}

.refresh-button {
  margin-right: 10px;
}

.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.empty-state i {
  color: #ddd;
  margin-bottom: 1rem;
}

.empty-state h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.empty-state p {
  margin: 0;
  color: #999;
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 12px);
  margin-top: -0.24em;
  font-size: 44px;
  text-transform: capitalize;
  line-height: 54px;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 28px;
  display: block;
  /* Small devices */
}
@media (max-width: 767px) {
  .sub-title {
    margin-bottom: 18px;
  }
}

.shadow-title {
  font-family: var(--title-font);
  font-size: 150px;
  font-weight: bold;
  line-height: initial;
  background: -webkit-gradient(linear, left top, left bottom, from(#EDEDED), color-stop(84.54%, transparent));
  background: linear-gradient(180deg, #EDEDED 0%, transparent 84.54%);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
  color: transparent;
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  z-index: -1;
}
.shadow-title.dark-color {
  background: -webkit-gradient(linear, left top, left bottom, from(#232732), color-stop(84.54%, transparent));
  background: linear-gradient(180deg, #232732 0%, transparent 84.54%);
  -webkit-background-clip: text;
          background-clip: text;
  text-fill-color: transparent;
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 12px);
  position: relative;
  z-index: 2;
  margin-top: -0.4em;
}
.title-area.text-xl-start {
  /* Large devices */
}
@media (max-width: 1225px) {
  .title-area.text-xl-start {
    text-align: center;
  }
}
.title-area.text-center .sub-title {
  padding-left: 0;
}
.title-area.text-center .sub-title:before, .title-area.text-center .sub-title:after {
  left: -60px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .title-area.text-center .sub-title:before, .title-area.text-center .sub-title:after {
    left: -40px;
  }
}
.title-area.text-center .sub-title:after {
  left: -40px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .title-area.text-center .sub-title:after {
    left: -30px;
  }
}
.title-area .sub-title {
  display: inline-block;
  color: var(--theme-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  font-family: var(--title-font);
  position: relative;
  margin-bottom: 25px;
  padding-left: 60px;
  margin-top: -0.34em;
  text-transform: uppercase;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .title-area .sub-title {
    margin-bottom: 18px;
  }
}
@media (max-width: 575px) {
  .title-area .sub-title {
    padding-left: 40px;
  }
}
.title-area .sub-title .double-line:before, .title-area .sub-title:before,
.title-area .sub-title .double-line:after, .title-area .sub-title:after {
  position: absolute;
  content: "";
  background-color: var(--theme-color);
  left: 0px;
  top: 7px;
  height: 2px;
  width: 50px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .title-area .sub-title .double-line:before, .title-area .sub-title:before,
  .title-area .sub-title .double-line:after, .title-area .sub-title:after {
    width: 30px;
  }
}
@media (max-width: 375px) {
  .title-area .sub-title .double-line:before, .title-area .sub-title:before,
  .title-area .sub-title .double-line:after, .title-area .sub-title:after {
    display: none;
  }
}
.title-area .sub-title .double-line:after, .title-area .sub-title:after {
  margin-top: 3px;
  width: 30px;
  left: 18px;
  /* Extra small devices */
  /* Extra small devices */
}
@media (max-width: 575px) {
  .title-area .sub-title .double-line:after, .title-area .sub-title:after {
    width: 20px;
    left: 10px;
  }
}
@media (max-width: 375px) {
  .title-area .sub-title .double-line:after, .title-area .sub-title:after {
    display: none;
  }
}
.title-area .sub-title .double-line:before, .title-area .sub-title:before {
  width: 50px;
  top: auto;
  bottom: 7px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .title-area .sub-title .double-line:before, .title-area .sub-title:before {
    width: 30px;
  }
}
.title-area .sub-title .double-line {
  margin-left: 0;
}
.title-area .sub-title .double-line:before, .title-area .sub-title .double-line:after {
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  right: -10px;
  left: auto;
}
.title-area .sub-title.style2 {
  padding: 0;
  margin-top: 4px;
}
.title-area .sub-title.style2:before, .title-area .sub-title.style2:after {
  display: none;
}
.title-area .sub-title.style2 img {
  margin: 0 8px 0 0;
}
.title-area .sub-title .sub-title2 {
  background-color: var(--theme-color);
  border-radius: 5px;
  padding: 2px 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: var(--title-color);
}
.title-area .sec-title {
  margin-bottom: 15px;
}
.title-area.mb-0 .sec-title {
  margin-bottom: -0.41em;
}

.sec-btn {
  margin-bottom: var(--section-title-space);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 42px;
  }
  .shadow-title {
    font-size: 120px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
}
/* Large devices */
@media (max-width: 1225px) {
  .sub-title {
    margin-bottom: 18px;
  }
  .sec-title {
    font-size: 38px;
    line-height: 48px;
  }
  .shadow-title {
    font-size: 96px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-40,
  .sec-title.mb-40 {
    margin-bottom: 35px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .title-area.mb-25,
  .sec-title.mb-25 {
    margin-bottom: 20px;
  }
  .title-area.mb-35,
  .sec-title.mb-35 {
    margin-bottom: 30px;
  }
  .title-area.mb-30,
  .sec-title.mb-30 {
    margin-bottom: 22px;
  }
  .sec-btn {
    --section-title-space: 65px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .sec-title {
    font-size: 34px;
    line-height: 44px;
  }
  .shadow-title {
    font-size: 88px;
  }
  .sub-title {
    margin-bottom: 12px;
  }
  .title-area,
  .sec-title {
    --section-title-space: 40px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 35px;
  }
  .sec-btn {
    --section-title-space: 50px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 26px;
    line-height: 38px;
  }
  .shadow-title {
    font-size: 60px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .journey-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .shadow-title {
    font-size: 50px;
    top: 55%;
  }
}
/*------------------- 3.4. Common -------------------*/
.image-scale-hover {
  overflow: hidden;
}
.image-scale-hover img {
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
          transform: scale(1.001);
}
.image-scale-hover:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.shape-mockup-wrap {
  position: relative;
  z-index: 2;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}

.btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.btn-group.style2 {
  gap: 20px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-group.style3 {
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-group .style-skew:first-child {
  margin-right: 0;
}
.btn-group .style-skew:last-child {
  margin-left: 0;
}

/* Medium devices */
@media (max-width: 991px) {
  p.mb-35 {
    margin-bottom: 30px;
  }
}
/*------------------- 3.6. Font -------------------*/
.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

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

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

.fs-lg {
  font-size: 22px;
}

.fs-xs {
  font-size: 14px;
}

.fs-xxs {
  font-size: 12px;
}

.fs-h6 {
  font-size: 20px;
}

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

/* Large devices */
@media (max-width: 1225px) {
  .fs-lg {
    font-size: 18px;
  }
  .fs-20 {
    font-size: 17px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .fs-xs-sm {
    font-size: 14px;
  }
  .fs-xs-sm i {
    font-size: 13px;
    margin-right: 10px;
  }
  .fs-h6 {
    font-size: 16px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-14 {
    font-size: 12px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .fs-xxs-sm {
    font-size: 12px;
  }
}
/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.bg-black1 {
  background-color: #1B1F29;
}

.gr-bg1 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(255, 255, 255, 0) 100%);
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: underline;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^=col-],
[data-overlay] [class*=col-] {
  z-index: 1;
}
[data-overlay] [class*=container] {
  position: relative;
  z-index: 2;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay=theme]:before {
  background-color: var(--theme-color);
}

[data-overlay=title]:before {
  background-color: var(--title-color);
}

[data-overlay=white]:before {
  background-color: var(--white-color);
}

[data-overlay=black]:before {
  background-color: var(--black-color);
}

[data-overlay=overlay1]:before {
  background-color: #010b23;
}

[data-overlay=overlay2]:before {
  background-color: #050505;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.ripple-animation {
  -webkit-animation-duration: var(--ripple-ani-duration);
          animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
          animation-name: ripple;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    opacity: 0;
  }
}
@-webkit-keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes headerSticky {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.moving {
  -webkit-animation: moving 35s linear infinite;
          animation: moving 35s linear infinite;
}

@-webkit-keyframes moving {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translateX(calc(-100vw + 100%));
            transform: translateX(calc(-100vw + 100%));
  }
  51% {
    -webkit-transform: translateX(calc(-100vw + 100%)) rotateY(180deg);
            transform: translateX(calc(-100vw + 100%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes moving {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: translateX(calc(-100vw + 100%));
            transform: translateX(calc(-100vw + 100%));
  }
  51% {
    -webkit-transform: translateX(calc(-100vw + 100%)) rotateY(180deg);
            transform: translateX(calc(-100vw + 100%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}
.movingX {
  -webkit-animation: movingX 35s linear infinite;
          animation: movingX 35s linear infinite;
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw - 100%));
            transform: translateX(calc(100vw - 100%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
            transform: translateX(calc(100vw - 100%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
            transform: translateX(0) rotateY(0deg);
  }
  50% {
    -webkit-transform: translateX(calc(100vw - 100%));
            transform: translateX(calc(100vw - 100%));
  }
  51% {
    -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
            transform: translateX(calc(100vw - 100%)) rotateY(180deg);
  }
  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
            transform: translateX(0) rotateY(180deg);
  }
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
          animation: jumpAni 7s linear infinite;
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
          animation: jumpReverseAni 7s linear infinite;
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.movingY {
  -webkit-animation: movingY 17s linear infinite;
          animation: movingY 17s linear infinite;
}

@-webkit-keyframes movingY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movingY {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.movingY-reverse {
  -webkit-animation: movingYReverseAni 17s linear infinite;
          animation: movingYReverseAni 17s linear infinite;
}

@-webkit-keyframes movingYReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes movingYReverseAni {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.zoom {
  -webkit-animation: zoom 15s linear infinite;
          animation: zoom 15s linear infinite;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.ding-dong {
  -webkit-animation: ding-dong 2s linear;
          animation: ding-dong 2s linear;
}

@-webkit-keyframes ding-dong {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotateZ(5.3deg);
    transform: rotate(5.3deg);
  }
  10% {
    -webkit-transform: rotateZ(7.8deg);
    transform: rotate(7.8deg);
  }
  15% {
    -webkit-transform: rotateZ(7deg);
    transform: rotate(7deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  25% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  30% {
    -webkit-transform: rotateZ(-3.2deg);
    transform: rotate(-3.2deg);
  }
  35% {
    -webkit-transform: rotateZ(-4.7deg);
    transform: rotate(-4.7deg);
  }
  40% {
    -webkit-transform: rotate(-4.3deg);
            transform: rotate(-4.3deg);
  }
  45% {
    -webkit-transform: rotateZ(-2.4deg);
    transform: rotate(-2.4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  55% {
    -webkit-transform: rotateZ(2deg);
    transform: rotate(2deg);
  }
  60% {
    -webkit-transform: rotateZ(2.9deg);
    transform: rotate(2.9deg);
  }
  65% {
    -webkit-transform: rotateZ(2.6deg);
    transform: rotate(2.6deg);
  }
  70% {
    -webkit-transform: rotateZ(1.4deg);
    transform: rotate(1.4deg);
  }
  75% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotateZ(-1.2deg);
    transform: rotate(-1.2deg);
  }
  85% {
    -webkit-transform: rotateZ(-1.7deg);
    transform: rotate(-1.7deg);
  }
  90% {
    -webkit-transform: rotateZ(-1.6deg);
    transform: rotate(-1.6deg);
  }
  95% {
    -webkit-transform: rotateZ(-0.9deg);
    transform: rotate(-0.9deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
}

@keyframes ding-dong {
  0% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  5% {
    -webkit-transform: rotateZ(5.3deg);
    transform: rotate(5.3deg);
  }
  10% {
    -webkit-transform: rotateZ(7.8deg);
    transform: rotate(7.8deg);
  }
  15% {
    -webkit-transform: rotateZ(7deg);
    transform: rotate(7deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  20% {
    -webkit-transform: rotateZ(3.9deg);
    transform: rotate(3.9deg);
  }
  25% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  30% {
    -webkit-transform: rotateZ(-3.2deg);
    transform: rotate(-3.2deg);
  }
  35% {
    -webkit-transform: rotateZ(-4.7deg);
    transform: rotate(-4.7deg);
  }
  40% {
    -webkit-transform: rotate(-4.3deg);
            transform: rotate(-4.3deg);
  }
  45% {
    -webkit-transform: rotateZ(-2.4deg);
    transform: rotate(-2.4deg);
  }
  50% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  55% {
    -webkit-transform: rotateZ(2deg);
    transform: rotate(2deg);
  }
  60% {
    -webkit-transform: rotateZ(2.9deg);
    transform: rotate(2.9deg);
  }
  65% {
    -webkit-transform: rotateZ(2.6deg);
    transform: rotate(2.6deg);
  }
  70% {
    -webkit-transform: rotateZ(1.4deg);
    transform: rotate(1.4deg);
  }
  75% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
  80% {
    -webkit-transform: rotateZ(-1.2deg);
    transform: rotate(-1.2deg);
  }
  85% {
    -webkit-transform: rotateZ(-1.7deg);
    transform: rotate(-1.7deg);
  }
  90% {
    -webkit-transform: rotateZ(-1.6deg);
    transform: rotate(-1.6deg);
  }
  95% {
    -webkit-transform: rotateZ(-0.9deg);
    transform: rotate(-0.9deg);
  }
  100% {
    -webkit-transform: rotateZ(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@-webkit-keyframes lineMove {
  0% {
    bottom: 0;
    opacity: 1;
  }
  50% {
    bottom: 100%;
    opacity: 0.3;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@keyframes lineMove {
  0% {
    bottom: 0;
    opacity: 1;
  }
  50% {
    bottom: 100%;
    opacity: 0.3;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}
@-webkit-keyframes lineMove2 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 0.3;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes lineMove2 {
  0% {
    top: 0;
    opacity: 1;
  }
  50% {
    top: 100%;
    opacity: 0.3;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes shapePulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.88);
            transform: scaleY(0.88);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes shapePulse {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.88);
            transform: scaleY(0.88);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
.movingTopRight {
  -webkit-animation: movingTopRight 15s linear infinite;
          animation: movingTopRight 15s linear infinite;
}

@-webkit-keyframes movingTopRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-90px, 90px);
            transform: translate(-90px, 90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes movingTopRight {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-90px, 90px);
            transform: translate(-90px, 90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.movingBottomLeft {
  -webkit-animation: movingBottomLeft 15s linear infinite;
          animation: movingBottomLeft 15s linear infinite;
}

@-webkit-keyframes movingBottomLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(90px, -90px);
            transform: translate(90px, -90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes movingBottomLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(90px, -90px);
            transform: translate(90px, -90px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 -50%;
  }
  0% {
    background-position: 0 0;
  }
}
@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  0% {
    background-position: 0 -50%;
  }
  0% {
    background-position: 0 0;
  }
}
.scalein.th-animated {
  --animation-name: scalein;
}

.slidetopleft.th-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.th-animated {
  --animation-name: slidebottomright;
}

.slideinleft.th-animated {
  --animation-name: slideinleft;
}

.slideinright.th-animated {
  --animation-name: slideinright;
}

.slideinup.th-animated {
  --animation-name: slideinup;
}

.slideindown.th-animated {
  --animation-name: slideindown;
}

.rollinleft.th-animated {
  --animation-name: rollinleft;
}

.rollinright.th-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: var(--animation-name);
          animation-name: var(--animation-name);
}

.th-animated {
  opacity: 1;
}

@-webkit-keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideinup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70px);
            transform: translateY(70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(70px);
            transform: translateX(70px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-90px);
            transform: translateX(-90px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px) translateY(100px);
            transform: translateX(100px) translateY(100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px) translateY(-100px);
            transform: translateX(-100px) translateY(-100px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scalein {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@keyframes rollinright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
  to {
    -webkit-transform: translateX(0) rotate(0deg);
            transform: translateX(0) rotate(0deg);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*=================================
    04. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mx-55 {
  margin-right: 55px;
  margin-left: 55px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mx-65 {
  margin-right: 65px;
  margin-left: 65px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mx-75 {
  margin-right: 75px;
  margin-left: 75px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mx-85 {
  margin-right: 85px;
  margin-left: 85px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mx-95 {
  margin-right: 95px;
  margin-left: 95px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.5rem;
}

.mb-n3 {
  margin-bottom: -1rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-18 {
  margin-bottom: 18px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
}
/*=================================
    05. Components 
==================================*/
.badge {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
  font-size: 0.875em;
  font-weight: 600;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-border-radius-sm) !important;
}

.badge-info {
  background-color: rgba(23, 162, 184, 0.1019607843);
  color: #17a2b8;
}

.badge-success {
  background-color: rgba(54, 164, 113, 0.1019607843);
  color: #36a471;
}

.badge-warning {
  background-color: rgba(255, 193, 7, 0.1019607843);
  color: #ffc107;
}

.badge-danger {
  background-color: rgba(220, 53, 69, 0.1019607843);
  color: #dc3545;
}

.badge-secondary {
  background-color: rgba(108, 117, 125, 0.1019607843);
  color: #6c757d;
}

.badge-pink {
  background-color: rgba(244, 143, 177, 0.1019607843);
  color: #f48fb1;
}

.badge-indigo {
  background-color: rgba(121, 134, 203, 0.1019607843);
  color: #7986cb;
}

.badge-teal {
  background-color: rgba(77, 182, 172, 0.1019607843);
  color: #4db6ac;
}

.badge-orange {
  background-color: rgba(255, 167, 38, 0.1019607843);
  color: #ffa726;
}

.badge-black {
  background-color: #000;
  color: #fff;
}

.dropdown-menu {
  top: 15px;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  z-index: 9999;
  /* Large devices */
}
.dropdown-menu.dropdown-menu-lg {
  width: 320px;
}
.dropdown-menu.datefilter {
  width: 250px;
}
@media (max-width: 1225px) {
  .dropdown-menu {
    min-width: 350px;
  }
}
.dropdown-menu h6 {
  font-size: 14px;
}
.dropdown-menu p,
.dropdown-menu span {
  font-size: 12px;
}
.dropdown-menu i {
  font-size: 14px;
}
.dropdown-menu .notification-item {
  display: block;
  padding: 10px;
}
.dropdown-menu .notification-item * {
  cursor: pointer;
}
.dropdown-menu .notification-item:hover {
  background-color: #f1f5f7;
}
.dropdown-menu .notification-item .flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.notification-items {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.notification-items::-webkit-scrollbar {
  display: none;
}

:root {
  --theme-color: #000000;
  --title-color: #232425;
  --btn-color: #fff;
  --body-color: #6c757d;
  --smoke-color: #f7f7f7;
  --black-color: #000000;
  --white-color: #ffffff;
  --light-color: #f8f9fa;
  --warning-color: #fae032;
  --success-color: #007e50;
  --error-color: #b3261e;
  --border-color: #eee;
  --blue-color: #06b8f9;
  --blue-bg: hsl(222, 32%, 20%);
  --title-font: "SFArabic", sans-serif;
  --body-font: "SFArabic", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1220px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
  --rounded: 5px;
  --header-width: 300px;
  --header-shrink: 70px;
  --topHeader-height: 65px;
}

@supports (-webkit-touch-callout: none) {
  @media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
    :root {
      --title-font: -apple-system;
      --body-font: -apple-system;
    }
  }
}
#upload .amk-btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #000000;
  border-radius: 5px;
  border: 1px solid #000000;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
}
#upload .amk-btn:hover,
#upload .amk-btn.active {
  color: #000000;
  background-color: transparent;
}
#upload .amk-btn.auto-btn {
  width: auto;
  display: inline-block;
  padding: 10px 15px;
}
#upload .amk-btn.outline {
  background-color: transparent;
  color: #000000;
  border: 1px solid #000000;
}
#upload .amk-btn.outline i {
  color: #000000;
}
#upload .amk-btn.outline:hover {
  background-color: #000000;
  color: #fff;
}
#upload .amk-btn.outline:hover i {
  color: #06b8f9;
}
#upload .amk-btn.outline.active {
  color: #fff;
  background-color: #000000;
}
#upload .custom-upload__button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin: 0 !important;
}
#upload .amk-btn:hover .custom-upload__button {
  color: #fff;
}
#upload .custom-upload__input {
  height: 0;
  right: -10000px;
  position: absolute;
}
#upload .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #eee;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
  resize: none;
}
#upload textarea.form-control {
  min-height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  max-width: 400px;
}
@media (max-width: 991px) {
  #upload .fs-xxs-sm {
    font-size: 12px !important;
  }
}

/* Skeleton Loading Table */
.skeleton-row {
  background-color: #ffffff;
}

.skeleton-row td {
  padding: 12px;
}

.skeleton-block {
  display: block;
  height: 14px;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e0e0e0), color-stop(50%, #f5f5f5), color-stop(75%, #e0e0e0));
  background: linear-gradient(90deg, #e0e0e0 25%, #f5f5f5 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  border-radius: 6px;
  -webkit-animation: shimmer 1.5s infinite;
          animation: shimmer 1.5s infinite;
  width: 80%;
}

/* Add variance to the widths of blocks */
.skeleton-row td:nth-child(1) .skeleton-block {
  width: 60%;
}

.skeleton-row td:nth-child(2) .skeleton-block {
  width: 70%;
}

.skeleton-row td:nth-child(3) .skeleton-block {
  width: 50%;
}

.skeleton-row td:nth-child(4) .skeleton-block {
  width: 60%;
}

.skeleton-row td:nth-child(5) .skeleton-block {
  width: 40%;
}

.skeleton-row td:nth-child(6) .skeleton-block {
  width: 70%;
}

.skeleton-row td:nth-child(7) .skeleton-block {
  width: 80%;
}

/* Shimmer Effect */
@-webkit-keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
/*================================= 
    06. Pages
==================================*/
.login-parent .login-img {
  -o-object-fit: cover;
     object-fit: cover;
}
.login-parent #loginForm {
  min-width: 585px;
  padding: 0 150px;
}
.login-parent .logo img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  margin: 10px 30px 10px;
  width: auto;
}
.login-parent .logo.mobile {
  text-align: center;
}
.login-parent .logo.mobile img {
  position: static;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1350px) {
  .login-parent #loginForm {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1024px) {
  .login-parent #loginForm {
    padding: 0 20px 0 100px;
  }
}
@media screen and (max-width: 991px) {
  .login-parent #loginForm {
    padding-left: 15px;
    padding-right: 15px;
    min-width: 100%;
  }
}

#wrapper {
  min-height: 100vh;
  min-height: 100svh;
}

.filter-btn {
  border-radius: 5px;
}
.filter-btn span {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
}

.inovice-emps {
  font-size: 14px;
}

.payments-log-table .payment-method-icon {
  height: 20px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  padding: 2px;
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.payments-log-table .payment-method-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.payments-log-table .sentinel {
  width: 100%;
  height: 1px;
  margin-top: 20px;
  visibility: hidden;
}
.payments-log-table .filters-section {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.payments-log-table .filters-section label {
  font-weight: 500;
  margin-bottom: 8px;
  color: #475569;
}
.payments-log-table .filters-section .form-select,
.payments-log-table .filters-section .form-control {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  padding: 8px 12px;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payments-log-table .filters-section .form-select:focus,
.payments-log-table .filters-section .form-control:focus {
  border-color: #2563eb;
  -webkit-box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
          box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}
.payments-log-table .table-header .apply-button,
.payments-log-table .table-header .reset-button {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payments-log-table .table-header .apply-button {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  color: white;
}
.payments-log-table .table-header .apply-button:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.payments-log-table .table-header .reset-button {
  background: #f1f5f9;
  color: #64748b;
}
.payments-log-table .table-header .reset-button:hover {
  background: #e2e8f0;
  color: #475569;
}
.payments-log-table #payment-error-message {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1000;
  min-width: 300px;
  max-width: 500px;
  padding: 15px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-animation: slideIn 0.3s ease-out;
          animation: slideIn 0.3s ease-out;
}
@keyframes slideIn {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.payments-log-table .filters-modal .modal-header {
  background: linear-gradient(135deg, #1e293b, #334155);
  color: white;
  border-bottom: none;
  padding: 1rem 1.5rem;
}
.payments-log-table .filters-modal .modal-header .modal-title {
  font-weight: 600;
}
.payments-log-table .filters-modal .modal-header .btn-close {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.payments-log-table .filters-modal .modal-body {
  padding: 1.5rem;
}
.payments-log-table .filters-modal .modal-body .form-group {
  margin-bottom: 1.25rem;
}
.payments-log-table .filters-modal .modal-body .form-group label {
  font-weight: 500;
  color: #475569;
  margin-bottom: 0.5rem;
}
.payments-log-table .filters-modal .modal-footer {
  border-top: 1px solid #e2e8f0;
  padding: 1rem 1.5rem;
}
.payments-log-table .filters-modal .modal-footer .btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.payments-log-table .filters-modal .modal-footer .btn-primary {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: none;
}
.payments-log-table .filters-modal .modal-footer .btn-primary:hover {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.payments-log-table .filters-modal .modal-footer .btn-secondary {
  background: #f1f5f9;
  color: #64748b;
  border: none;
}
.payments-log-table .filters-modal .modal-footer .btn-secondary:hover {
  background: #e2e8f0;
  color: #475569;
}

@media (max-width: 768px) {
  .payments-log-table-header .payments-log-table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.timeline-content {
  padding: 1rem;
  border-radius: 4px;
  margin-bottom: 0.5rem;
}

.timeline-header {
  margin-bottom: 0.5rem;
}

.timeline-body {
  line-height: 1.5;
  overflow-wrap: break-word;
}

.file-preview {
  margin-top: 2rem;
}

.file-link {
  color: inherit;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #007bff;
}

.message-cell {
  max-width: 400px;
}

.datetime-cell {
  white-space: nowrap;
  text-align: center;
}

.datetime-cell .date,
.datetime-cell .time {
  font-size: 0.9rem;
  color: #666;
}

.message-link {
  color: #007bff;
  text-decoration: none;
  word-break: break-all;
}

.message-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

.message-link i {
  font-size: 0.8em;
}

.date-cell,
.time-cell {
  white-space: nowrap;
  color: #666;
  font-size: 0.9rem;
}

.type-selector-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*=================================
07. RTL  
==================================*/
.notification {
  position: relative;
}
.notification .header-icon {
  cursor: pointer;
}
.notification .badge {
  z-index: 2;
}
.notification .show-more i {
  font-size: 15px;
}

.no-notifications .show-more {
  display: none;
}

#chat-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  color: var(--white-color);
  padding: 10px 20px;
  border-radius: 100%;
  width: 50px;
  height: 50PX;
  cursor: pointer;
  z-index: 1000;
  /* Small devices */
  /* Small devices */
}
@media (max-width: 767px) {
  #chat-button {
    width: 40px;
    height: 40PX;
    padding: 0;
  }
  #chat-button i {
    font-size: 15px;
  }
}
#chat-button #chatUnreadCount {
  top: 10px;
  right: 0;
}
@media (max-width: 767px) {
  #chat-button #chatUnreadCount {
    font-size: 10px;
  }
}

.chat-toggle.icon {
  position: absolute;
  top: 15px;
  left: 20px;
  cursor: pointer;
  color: #fff;
}

#chat-box {
  position: fixed;
  left: 20px;
  bottom: 80px;
  width: 400px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#chat-box #chat-header {
  background-color: var(--theme-color);
  color: white;
  padding: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#chat-box #chat-body {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* Align items to the start (right in RTL) */
}
#chat-box #chat-body .date-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#chat-box #chat-body .date-line {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #ddd;
  margin: 0 10px;
}
#chat-box #chat-body .date {
  white-space: nowrap;
  font-size: 13px;
}
#chat-box #chat-input {
  width: 100%;
  padding: 10px;
  border: none;
  border-top: 1px solid #ddd;
}

.chat-message {
  margin-bottom: 5px;
  max-width: 80%;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chat-message .message-sender {
  font-weight: bold;
  margin-bottom: 2px;
  font-size: 12px;
}
.chat-message .message-content {
  padding: 5px 20px;
  margin-bottom: 3px;
  font-size: 12px;
}
.chat-message .message-time {
  font-size: 0.8em;
  color: #666;
  font-size: 10px;
}

.user {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; /* Align your messages to the right */
}
.user .message-content {
  border-radius: 30px 30px 10px;
  background-color: var(--theme-color);
  color: #fff;
}

.member {
  -ms-flex-item-align: end;
      align-self: flex-end; /* Align other members' messages to the left */
}
.member .message-content {
  border-radius: 30px 10px 30px;
  background-color: #eee;
}
.member .message-time {
  text-align: left;
}

.hidden {
  display: none;
}

#chat-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ccc;
  padding: 10px;
}
#chat-footer #chat-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border: none;
  padding: 8px;
  border-radius: 4px;
}
#chat-footer button {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 8px;
}
#chat-footer button i {
  font-size: 24px;
  color: #06b8f9;
}

@-webkit-keyframes slideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes slideInFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  70% {
    opacity: 1;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.chat-message.user {
  -webkit-animation: slideInFromRight 0.5s ease-out;
          animation: slideInFromRight 0.5s ease-out;
}

.chat-message.member {
  -webkit-animation: slideInFromLeft 0.5s ease-out;
          animation: slideInFromLeft 0.5s ease-out;
}

/*------------------- Global -------------------*/
/* rtl Support */
[dir=rtl] {
  /*-- margin Right --*/
  /*-- Padding Left --*/
  /*-- Padding Right --*/
}
[dir=rtl] .ml-5 {
  margin-right: 5px;
  margin-left: 0;
}
[dir=rtl] .ml-10 {
  margin-right: 10px;
  margin-left: 0;
}
[dir=rtl] .ml-15 {
  margin-right: 15px;
  margin-left: 0;
}
[dir=rtl] .ml-20 {
  margin-right: 20px;
  margin-left: 0;
}
[dir=rtl] .ml-25 {
  margin-right: 25px;
  margin-left: 0;
}
[dir=rtl] .ml-30 {
  margin-right: 30px;
  margin-left: 0;
}
[dir=rtl] .ml-35 {
  margin-right: 35px;
  margin-left: 0;
}
[dir=rtl] .ml-40 {
  margin-right: 40px;
  margin-left: 0;
}
[dir=rtl] .ml-45 {
  margin-right: 45px;
  margin-left: 0;
}
[dir=rtl] .ml-50 {
  margin-right: 50px;
  margin-left: 0;
}
[dir=rtl] .ml-55 {
  margin-right: 55px;
  margin-left: 0;
}
[dir=rtl] .ml-60 {
  margin-right: 60px;
  margin-left: 0;
}
[dir=rtl] .ml-65 {
  margin-right: 65px;
  margin-left: 0;
}
[dir=rtl] .ml-70 {
  margin-right: 70px;
  margin-left: 0;
}
[dir=rtl] .ml-75 {
  margin-right: 75px;
  margin-left: 0;
}
[dir=rtl] .ml-80 {
  margin-right: 80px;
  margin-left: 0;
}
[dir=rtl] .ml-85 {
  margin-right: 85px;
  margin-left: 0;
}
[dir=rtl] .ml-90 {
  margin-right: 90px;
  margin-left: 0;
}
[dir=rtl] .ml-95 {
  margin-right: 95px;
  margin-left: 0;
}
[dir=rtl] .ml-100 {
  margin-right: 100px;
  margin-left: 0;
}
[dir=rtl] .mr-5 {
  margin-left: 5px;
  margin-right: 0;
}
[dir=rtl] .mr-10 {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] .mr-15 {
  margin-left: 15px;
  margin-right: 0;
}
[dir=rtl] .mr-20 {
  margin-left: 20px;
  margin-right: 0;
}
[dir=rtl] .mr-25 {
  margin-left: 25px;
  margin-right: 0;
}
[dir=rtl] .mr-30 {
  margin-left: 30px;
  margin-right: 0;
}
[dir=rtl] .mr-35 {
  margin-left: 35px;
  margin-right: 0;
}
[dir=rtl] .mr-40 {
  margin-left: 40px;
  margin-right: 0;
}
[dir=rtl] .mr-45 {
  margin-left: 45px;
  margin-right: 0;
}
[dir=rtl] .mr-50 {
  margin-left: 50px;
  margin-right: 0;
}
[dir=rtl] .mr-55 {
  margin-left: 55px;
  margin-right: 0;
}
[dir=rtl] .mr-60 {
  margin-left: 60px;
  margin-right: 0;
}
[dir=rtl] .mr-65 {
  margin-left: 65px;
  margin-right: 0;
}
[dir=rtl] .mr-70 {
  margin-left: 70px;
  margin-right: 0;
}
[dir=rtl] .mr-75 {
  margin-left: 75px;
  margin-right: 0;
}
[dir=rtl] .mr-80 {
  margin-left: 80px;
  margin-right: 0;
}
[dir=rtl] .mr-85 {
  margin-left: 85px;
  margin-right: 0;
}
[dir=rtl] .mr-90 {
  margin-left: 90px;
  margin-right: 0;
}
[dir=rtl] .mr-95 {
  margin-left: 95px;
  margin-right: 0;
}
[dir=rtl] .mr-100 {
  margin-left: 100px;
  margin-right: 0;
}
[dir=rtl] .pl-5 {
  padding-left: 0;
  padding-right: 5px;
}
[dir=rtl] .pl-10 {
  padding-left: 0;
  padding-right: 10px;
}
[dir=rtl] .pl-15 {
  padding-left: 0;
  padding-right: 15px;
}
[dir=rtl] .pl-20 {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .pl-25 {
  padding-left: 0;
  padding-right: 25px;
}
[dir=rtl] .pl-30 {
  padding-left: 0;
  padding-right: 30px;
}
[dir=rtl] .pl-35 {
  padding-left: 0;
  padding-right: 35px;
}
[dir=rtl] .pl-40 {
  padding-left: 0;
  padding-right: 40px;
}
[dir=rtl] .pl-45 {
  padding-left: 0;
  padding-right: 45px;
}
[dir=rtl] .pl-50 {
  padding-left: 0;
  padding-right: 50px;
}
[dir=rtl] .pl-55 {
  padding-left: 0;
  padding-right: 55px;
}
[dir=rtl] .pl-60 {
  padding-left: 0;
  padding-right: 60px;
}
[dir=rtl] .pl-65 {
  padding-left: 0;
  padding-right: 65px;
}
[dir=rtl] .pl-70 {
  padding-left: 0;
  padding-right: 70px;
}
[dir=rtl] .pl-75 {
  padding-left: 0;
  padding-right: 75px;
}
[dir=rtl] .pl-80 {
  padding-left: 0;
  padding-right: 80px;
}
[dir=rtl] .pl-85 {
  padding-left: 0;
  padding-right: 85px;
}
[dir=rtl] .pl-90 {
  padding-left: 0;
  padding-right: 90px;
}
[dir=rtl] .pl-95 {
  padding-left: 0;
  padding-right: 95px;
}
[dir=rtl] .pl-100 {
  padding-left: 0;
  padding-right: 100px;
}
[dir=rtl] .pr-5 {
  padding-right: 0;
  padding-left: 5px;
}
[dir=rtl] .pr-10 {
  padding-right: 0;
  padding-left: 10px;
}
[dir=rtl] .pr-15 {
  padding-right: 0;
  padding-left: 15px;
}
[dir=rtl] .pr-20 {
  padding-right: 0;
  padding-left: 20px;
}
[dir=rtl] .pr-25 {
  padding-right: 0;
  padding-left: 25px;
}
[dir=rtl] .pr-30 {
  padding-right: 0;
  padding-left: 30px;
}
[dir=rtl] .pr-35 {
  padding-right: 0;
  padding-left: 35px;
}
[dir=rtl] .pr-40 {
  padding-right: 0;
  padding-left: 40px;
}
[dir=rtl] .pr-45 {
  padding-right: 0;
  padding-left: 45px;
}
[dir=rtl] .pr-50 {
  padding-right: 0;
  padding-left: 50px;
}
[dir=rtl] .pr-55 {
  padding-right: 0;
  padding-left: 55px;
}
[dir=rtl] .pr-60 {
  padding-right: 0;
  padding-left: 60px;
}
[dir=rtl] .pr-65 {
  padding-right: 0;
  padding-left: 65px;
}
[dir=rtl] .pr-70 {
  padding-right: 0;
  padding-left: 70px;
}
[dir=rtl] .pr-75 {
  padding-right: 0;
  padding-left: 75px;
}
[dir=rtl] .pr-80 {
  padding-right: 0;
  padding-left: 80px;
}
[dir=rtl] .pr-85 {
  padding-right: 0;
  padding-left: 85px;
}
[dir=rtl] .pr-90 {
  padding-right: 0;
  padding-left: 90px;
}
[dir=rtl] .pr-95 {
  padding-right: 0;
  padding-left: 95px;
}
[dir=rtl] .pr-100 {
  padding-right: 0;
  padding-left: 100px;
}
[dir=rtl] .mr-80 {
  margin-left: 80px;
  margin-right: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  [dir=rtl] .mr-80 {
    margin-left: 0;
  }
}
[dir=rtl] .offset-lg-2 {
  margin-left: 16.66666667%;
}
[dir=rtl] #header {
  max-width: var(--header-width);
  width: 100%;
  position: fixed;
  height: 100%;
  background-color: var(--theme-color);
  z-index: 9999;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow-y: scroll;
}
[dir=rtl] #header .overlay {
  display: none;
}
[dir=rtl] #header .logo img {
  width: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
[dir=rtl] #header #nav ul {
  height: 100%;
  min-height: 100vh;
}
[dir=rtl] #header #nav ul li {
  margin: 10px 15px;
}
[dir=rtl] #header #nav ul a {
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  color: var(--white-color);
  text-decoration: none;
  font-family: var(--body-font);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: "";
      -ms-flex-pack: "";
          justify-content: "";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
[dir=rtl] #header #nav ul a i {
  color: #06b8f9;
}
[dir=rtl] #header #nav ul a.active, [dir=rtl] #header #nav ul a:hover {
  background-color: #242c42;
  color: #06b8f9;
  border-radius: 5px;
}
[dir=rtl] #header .username {
  color: var(--white-color);
  font-family: var(--body-font);
  text-decoration: none;
  border-bottom: 1px solid var(--white-color);
  margin: 10px 15px;
  font-size: 16px;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #212529;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
[dir=rtl] #wrapper .header-top {
  position: fixed;
  width: calc(100% - var(--header-width));
  margin-right: var(--header-width);
  top: 0;
  border-bottom: 1px solid var(--border-color);
  left: 0;
  padding: 10px 20px;
  background-color: var(--white-color);
  z-index: 999;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
[dir=rtl] #wrapper .header-top i {
  color: var(--theme-color);
}
[dir=rtl] #wrapper .header-top .toggle-sidebar {
  position: absolute;
  cursor: pointer;
  font-size: 15px;
  padding: 5px 10px;
  margin: 20px;
  border-radius: 5px;
  right: 0;
  top: -4px;
  -webkit-transition: background-color 0.2s ease-in-out, right 0.5s ease-in-out;
  transition: background-color 0.2s ease-in-out, right 0.5s ease-in-out;
}
[dir=rtl] #wrapper .header-top .toggle-sidebar i {
  color: #06b8f9;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
[dir=rtl] #wrapper .header-top #global-search input {
  font-family: var(--body-font);
  padding-right: 2.5rem;
}
[dir=rtl] #wrapper .header-top #global-search .search-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media (max-width: 992px) {
  [dir=rtl] #wrapper .header-top #global-search .search-icon {
    top: 9px;
  }
}
@media (max-width: 992px) {
  [dir=rtl] #wrapper .header-top #global-search #global-search-results .global-search-container {
    padding-right: 5px !important;
    padding-left: 5px !important;
  }
  [dir=rtl] #wrapper .header-top #global-search .global-search-item .name,
  [dir=rtl] #wrapper .header-top #global-search .global-search-item .phone,
  [dir=rtl] #wrapper .header-top #global-search .global-search-item .square-avatar,
  [dir=rtl] #wrapper .header-top #global-search .global-search-item .sar-text {
    font-size: 0.7rem;
  }
  [dir=rtl] #wrapper .header-top #global-search .global-search-item .square-avatar {
    width: 30px;
    height: 30px;
  }
  [dir=rtl] #wrapper .header-top #global-search .global-search-item .details {
    gap: 0.5rem;
  }
  [dir=rtl] #wrapper .header-top #global-search #tap-transactions .details {
    gap: 0.2rem !important;
  }
  [dir=rtl] #wrapper .header-top #global-search #tap-transactions .date {
    bottom: -11px !important;
    font-size: 0.6rem !important;
  }
  [dir=rtl] #wrapper .header-top #global-search .global-search-section strong {
    font-size: 0.8rem !important;
  }
}
[dir=rtl] #wrapper .header-top .notification {
  cursor: pointer;
}
[dir=rtl] #wrapper .header-top .header-icon {
  color: var(--theme-color);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
[dir=rtl] #wrapper .header-top .header-icon:hover {
  color: #06b8f9;
}
[dir=rtl] #wrapper .header-top .badge {
  font-size: 12px;
  font-family: var(--body-font);
}
[dir=rtl] #wrapper.grow .header-top {
  width: calc(100% - var(--header-shrink));
  margin-right: var(--header-shrink);
}
[dir=rtl] #global-search-results .global-search-container {
  max-height: 450px;
  overflow-y: scroll;
}
[dir=rtl] #global-search-results .global-search-container::-webkit-scrollbar {
  width: 5px;
  background-color: rgba(0, 0, 0, 0.0549019608);
  border-radius: 5px;
}
[dir=rtl] #global-search-results .global-search-container::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.0549019608);
  border-radius: 5px;
}
[dir=rtl] .footer-widget .widget_title:before {
  left: unset;
  right: 0;
}
[dir=rtl] .footer-widget .widget_title:after {
  left: unset;
  right: 40px;
}
[dir=rtl] .footer-widget .recent-post .media-img {
  margin: 0 0 0 20px;
}
[dir=rtl] .footer-widget.widget_meta a, [dir=rtl] .footer-widget.widget_pages a, [dir=rtl] .footer-widget.widget_archive a, [dir=rtl] .footer-widget.widget_categories a, [dir=rtl] .footer-widget.widget_nav_menu a {
  padding: 0 28px 0 0;
}
[dir=rtl] .footer-widget.widget_meta a:before, [dir=rtl] .footer-widget.widget_pages a:before, [dir=rtl] .footer-widget.widget_archive a:before, [dir=rtl] .footer-widget.widget_categories a:before, [dir=rtl] .footer-widget.widget_nav_menu a:before {
  content: "\f060";
  left: unset;
  right: 0;
}
[dir=rtl] .line-btn i {
  margin: 0 10px 0 0;
}
[dir=rtl] .footer-newsletter-content {
  padding: 0 40px 0 0;
  margin: 0 100px 0 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  [dir=rtl] .footer-newsletter-content {
    margin: 0;
    padding: 0;
    text-align: center;
  }
}
[dir=rtl] .footer-newsletter-content:before {
  left: unset;
  right: 0;
}
[dir=rtl] .footer-newsletter .newsletter-form .th-btn {
  min-width: 170px;
  /* Medium devices */
}
@media (max-width: 991px) {
  [dir=rtl] .footer-newsletter .newsletter-form .th-btn {
    min-width: 100%;
  }
}
[dir=rtl] .footer-layout7 .copyright-text {
  text-align: center;
}
[dir=rtl] .footer-layout9 .copyright-text {
  text-align: right;
}
[dir=rtl] .footer-layout9 .copyright-text a {
  color: var(--white-color);
}

#wrapper {
  padding-right: var(--header-width);
  padding-top: var(--topHeader-height);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #fff;
}
#wrapper.grow {
  padding-right: var(--topHeader-height);
}

i {
  font-size: 20px;
}

.alert {
  opacity: 1 !important;
}
.alert.alert- {
  background: rgba(6, 184, 249, 0.2274509804);
  border-color: #06b8f9;
}

.amk-table td a:hover {
  color: #06b8f9;
}

.theme-bg {
  background-color: #ccccff !important;
  color: #000 !important;
}
.theme-bg p,
.theme-bg dev {
  color: #000 !important;
}

.second-bg {
  background-color: #06b8f9 !important;
}

.theme-color {
  color: var(--theme-color) !important;
}

.second-color {
  color: #06b8f9 !important;
}

.amk-td,
.amk-td td,
.amk-td div {
  font-size: 14px !important;
}

.bg-danger:hover {
  background-color: var(--error-color) !important;
}

.amk-icon {
  color: var(--theme-color);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.amk-icon:hover {
  color: #06b8f9;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

.employees-table .underline-text {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.employees-table .underline-text:hover {
  text-decoration: underline;
  color: #06b8f9;
}

.send-notifications-form .select2-container--default .select2-selection--single {
  border: 1px solid var(--border-color);
}

.disabled-tr {
  background-color: rgba(6, 184, 249, 0.204);
}
.disabled-tr:hover > * {
  background-color: rgba(6, 184, 249, 0.204) !important;
}

table tr.bg-tr:nth-child(2n+1),
table tr.bg-tr:nth-child(2n+1) td {
  background-color: #fff;
}

.row-gap-20 {
  row-gap: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.exitems label {
  margin-bottom: 0;
}

.exitems-container {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.exitems {
  width: 33.33%; /* Each item takes up a third of the container width */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px; /* Adjust for spacing */
}

/* Medium devices */
@media (max-width: 991px) {
  .exitems-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .exitems {
    width: 50%; /* Each item takes up a third of the container width */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px; /* Adjust for spacing */
  }
}
.small-padding {
  padding-left: 0 !important;
  padding-right: 10px !important;
}

.select2-eee-border + .select2 .select2-selection {
  border-color: #eee;
}

@media screen and (max-width: 768px) {
  .modal-body table {
    border: none;
  }
  .permission-item {
    width: 99%;
    display: block;
    margin-bottom: 5px;
  }
  .permission-item label {
    font-size: 13px;
  }
}
.action-icon {
  width: 20px;
  margin-bottom: 10px;
}

.employees-assined {
  width: 100%;
  text-align: center;
  font-size: 14px !important;
}

.hidden {
  display: none;
}

.load-more-container {
  margin: 2rem 0;
}
.load-more-container .details-button {
  position: relative;
  min-width: 180px;
  padding: 12px 24px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  border: none;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
          box-shadow: 0 2px 4px rgba(37, 99, 235, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.load-more-container .details-button:hover:not(:disabled) {
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
  -webkit-box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3);
          box-shadow: 0 4px 6px rgba(37, 99, 235, 0.3);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.load-more-container .details-button:active:not(:disabled), .load-more-container .langauge .details-button.nice-select.open:not(:disabled), .langauge .load-more-container .details-button.nice-select.open:not(:disabled) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
          box-shadow: 0 1px 2px rgba(37, 99, 235, 0.2);
}
.load-more-container .details-button:disabled {
  background: linear-gradient(135deg, #94a3b8, #cbd5e1);
  cursor: not-allowed;
  opacity: 0.8;
}

.infinite-scroll-loader {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.infinite-scroll-loader .loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #2563eb;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.log-table {
  /* Tooltip Styling for Charge ID */
}
.log-table .table-wrapper tbody tr {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.log-table .table-wrapper tbody tr:hover {
  background-color: #f8fafc;
}
.log-table .table-wrapper tbody tr td {
  padding: 14px 16px;
  border-bottom: 1px solid #e2e8f0;
  color: #334155;
}
.log-table .table-wrapper tbody tr td[title] {
  position: relative;
  cursor: pointer;
}
.log-table .table-wrapper tbody tr td[title]:hover::after {
  content: attr(title);
  position: absolute;
  bottom: 50%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #1e293b, #334155);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 10;
  margin-top: 6px;
  pointer-events: none;
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.log-table .table-wrapper thead tr th {
  padding: 16px;
  font-weight: 600;
  color: #1e293b;
  background-color: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
}
.log-table .table-wrapper thead tr th.fs-xxs-sm {
  font-size: 0.875rem;
}
.log-table .table-wrapper thead tr th.text-nowrap {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .log-table .table-wrapper thead tr th {
    font-size: 0.75rem !important;
    padding: 12px 8px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

.sar-symbol {
  width: 20px;
  height: 20px;
}
@media (max-width: 768px) {
  .sar-symbol {
    width: 15px;
    height: 15px;
  }
}

.square-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1019607843);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-gray-hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.bg-gray-hover:hover {
  background-color: rgba(0, 0, 0, 0.0549019608);
}

.amk-overflow {
  overflow-x: scroll;
  margin-right: -1rem;
  padding-right: 1rem;
  margin-left: -1rem;
  padding-left: 1rem;
  /* Define styles for the scrollbar track */
}
.amk-overflow::-webkit-scrollbar, .amk-overflow::-webkit-scrollbar-thumb {
  width: 0px;
  /* Width of the scrollbar */
  display: none;
}

.fc-daygrid-day-events {
  margin: 0 !important;
}

#showHiddenIcons {
  position: fixed;
  right: 20px;
  bottom: 20px;
  color: #000;
  background-color: #06b8f9;
  padding: 10px 20px;
  border-radius: 100%;
  width: 50px;
  height: 50PX;
  cursor: pointer;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Small devices */
}
@media (max-width: 767px) {
  #showHiddenIcons {
    width: 40px;
    height: 40PX;
    padding: 0;
  }
  #showHiddenIcons i {
    font-size: 15px;
  }
}

.custom-tooltip {
  position: relative;
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Medium devices */
}
@media (max-width: 991px) {
  .custom-tooltip {
    width: 40px;
    height: 40px;
  }
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  right: 105%;
}
.custom-tooltip .tooltiptext.long {
  width: 150px;
}

.custom-tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}

#helpIcons img {
  width: 30px;
  height: 30px;
}

.position-sticky.sticky-2 {
  right: 18px;
  background-color: #fff !important;
}

/* Extra large devices */
@media (max-width: 1700px) {
  .max-width-wrapper-xl {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
/* Large devices */
@media (max-width: 1225px) {
  .max-width-wrapper-lg {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  [dir=rtl] #header {
    right: 0%;
    max-width: 70%;
    top: 0;
  }
  [dir=rtl] #header .overlay {
    display: block;
    -webkit-transition: all 0.2 ease-in-out;
    transition: all 0.2 ease-in-out;
  }
  [dir=rtl] #header.hide {
    max-width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    height: 100dvh;
  }
  [dir=rtl] #header #nav ul li a,
  [dir=rtl] #header .username {
    font-size: 13px;
  }
  [dir=rtl] #header #nav ul li a i,
  [dir=rtl] #header .username i {
    font-size: 17px;
  }
  #header:not(.hide) + .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 1000vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3803921569);
    z-index: 999;
  }
  #wrapper.grow,
  #wrapper {
    padding-right: 0;
  }
  [dir=rtl] #wrapper .header-top {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .toggle-mobile-sidebar {
    position: absolute;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 10px;
    margin: 20px;
    border-radius: 5px;
    right: 0;
    top: 15px;
    -webkit-transition: background-color 0.2s ease-in-out, right 0.5s ease-in-out;
    transition: background-color 0.2s ease-in-out, right 0.5s ease-in-out;
  }
  .toggle-mobile-sidebar i {
    color: #06b8f9;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  }
  .toggle-mobile-sidebar:hover {
    background-color: #364263;
  }
  [dir=rtl] #wrapper .header-top .toggle-sidebar {
    margin-right: 0;
    text-align: right;
  }
}
@media (min-width: 1226px) {
  [dir=rtl] #wrapper .header-top .toggle-sidebar {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 1225px) {
  [dir=rtl] #header {
    max-width: 300px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .alerts-table div {
    font-size: 14px;
  }
  .notifactions-filters {
    row-gap: 20px;
  }
  .notifactions-filters label {
    font-size: 12px;
  }
  .mobile-wrapper {
    overflow: auto;
  }
  .mobile-wrapper .alert {
    padding: 10px 15px;
  }
  .mobile-wrapper .alert [class*=col-] {
    font-size: 12px;
  }
  .max-width-wrapper-md {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .amk-btn {
    font-size: 12px;
  }
  .amk-btn.auto-btn {
    padding: 5px 10px;
  }
  .filter-btn span {
    font-size: 12px;
  }
  #chat-header {
    font-size: 14px;
  }
  .amk-table th {
    font-size: 14px;
  }
  .amk-table .amk-td,
  .amk-table .amk-td td,
  .amk-table .amk-td div,
  .employees-table a,
  .employees-table td,
  .amk-table td,
  .amk-table a {
    font-size: 12px !important;
  }
  .employees-table thead th {
    font-size: 14px;
  }
  .employees-table i {
    font-size: 15px;
  }
  td,
  th {
    padding: 2px 5px;
  }
  .amk-table i,
  .control_additions_table i {
    font-size: 16px;
  }
  .w-20px {
    width: 20px !important;
  }
  .w-30px {
    width: 30px !important;
  }
  .w-40px {
    width: 40px !important;
  }
  .w-50px {
    width: 50px !important;
  }
  .w-60px {
    width: 60px !important;
  }
  .w-70px {
    width: 70px !important;
  }
  .w-80px {
    width: 80px !important;
  }
  .w-120px {
    width: 120px !important;
  }
  .w-150px {
    width: 150px !important;
  }
  .w-300px {
    width: 300px !important;
  }
  .w-350px {
    width: 350px !important;
  }
  .w-200px {
    width: 200px !important;
  }
  .w-250px {
    width: 250px !important;
  }
  .w-100px {
    width: 100px !important;
  }
  .form-floating input,
  .form-floating label {
    font-size: 12px;
  }
  textarea.form-control {
    font-size: 12px;
  }
  .pagination-wrapper {
    padding-bottom: 100px;
  }
  .pagination-wrapper .page-item .page-link {
    font-size: 12px;
  }
  .pagination-wrapper .pagination-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    gap: 20px;
  }
  .datefilter {
    min-width: 150px !important;
    margin-top: 0 !important;
  }
  .datefilter > div {
    padding: 14px !important;
  }
  .datefilter .amk-btn.outline {
    padding: 4px !important;
  }
  .new_pirce_btn {
    width: 106.2px !important;
  }
  .price_offers_btn {
    width: 143.27px !important;
  }
  .small-btn-mobile {
    padding: 5px 10px !important;
  }
  .small-btn-mobile i {
    font-size: 15px;
  }
  .employees_add_content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    text-align: right;
    gap: 0 !important;
  }
  table .position-sticky {
    right: -1px;
    border: 1px solid #eee;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .svg-img {
    width: 15px;
  }
  table .position-sticky {
    right: -1px;
    border: 1px solid #eee;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 9;
  }
  table .position-sticky.with-container {
    right: -17px;
  }
  .amk-btn.blue-btn.auto-btn[data-bs-toggle=dropdown],
  .col-auto.d-flex.gap-3 a.amk-btn.auto-btn,
  .d-flex.align-items-center.justify-content-end.gap-3 a,
  .dropdown-menu.datefilter a,
  .amk-10-px,
  .amk-btn[type=submit],
  .amk-btn[type=reset] {
    font-size: 10px !important;
  }
  .amk-btn.blue-btn.auto-btn[data-bs-toggle=dropdown] i,
  .col-auto.d-flex.gap-3 a.amk-btn.auto-btn i,
  .amk-10-px i,
  .amk-btn[type=submit] i,
  .amk-btn[type=reset] i {
    font-size: 12px !important;
  }
  .modal-footer .amk-btn[type=submit],
  .modal-footer .amk-btn[type=reset] {
    font-size: 12px !important;
  }
  [dir=rtl] #header #nav ul li {
    margin: 4px 15px;
  }
  [dir=rtl] #header #nav ul a {
    padding: 8px 20px;
  }
  .amk-grid-date {
    display: -ms-grid !important;
    display: grid !important;
    gap: 4px !important;
  }
  .amk-grid-date.amk-grid-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .amk-grid-date.amk-grid-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .amk-grid-date.amk-grid-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .amk-grid-date.amk-grid-2 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .amk-grid-date.amk-grid-2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .amk-grid-date.amk-grid-3 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .amk-grid-date.amk-grid-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .amk-grid-date.amk-grid-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .amk-grid-date.amk-grid-3 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .amk-grid-date.amk-grid-3 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .amk-grid-date.amk-grid-3 > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .amk-grid-date.amk-grid-3 > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .amk-grid-date.amk-grid-4 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .amk-grid-date.amk-grid-4 > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .amk-grid-date.emp-grid i {
    font-size: 15px;
  }
  .amk-grid-date a {
    text-wrap: nowrap;
    font-size: 10px;
    padding: 3px !important;
  }
  .amk-grid-filter {
    display: -ms-grid !important;
    display: grid !important;
    gap: 4px !important;
  }
  .amk-grid-filter.amk-grid-2 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .amk-grid-filter.amk-grid-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .amk-grid-filter.amk-grid-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .amk-grid-filter.amk-grid-2 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .amk-grid-filter.amk-grid-2 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .amk-grid-filter.amk-grid-3 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .amk-grid-filter.amk-grid-3 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .amk-grid-filter.amk-grid-3 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .amk-grid-filter.amk-grid-3 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .amk-grid-filter.amk-grid-3 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .amk-grid-filter.amk-grid-3 > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .amk-grid-filter.amk-grid-3 > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .amk-grid-filter.amk-grid-4 {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .amk-grid-filter.amk-grid-4 > *:nth-child(8) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
  .amk-grid-filter span {
    text-wrap: nowrap;
    font-size: 10px;
    padding: 3px !important;
    text-align: center;
  }
  .action-icon {
    width: 8px;
    margin-bottom: 0px;
  }
  .employees-assined {
    font-size: 5px !important;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .max-width-wrapper-sm {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  h2 {
    font-size: 20px;
  }
  .dropdown-menu.dropdown-menu-lg {
    width: 100%;
    min-width: 95vw;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .notification .dropdown-menu {
    margin-left: -10px !important;
  }
  #chat-box {
    left: 0;
    bottom: 0;
    width: 100%;
    border: none;
    border-radius: 0;
  }
  #chat-box #chat-header {
    border-radius: 0;
    height: 50px;
  }
  #chat-box #chat-body {
    height: calc(100vh - 130px);
    height: calc(100dvh - 130px);
  }
  .no-notifactions > div {
    font-size: 12px;
  }
  .fc-header-toolbar {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .fc-header-toolbar .fc-toolbar-title {
    font-size: 16px !important;
  }
  .fc-header-toolbar .fc-button-group {
    font-size: 13px;
  }
  .notification .header-icon {
    font-size: 16px;
  }
  .header-top .badge {
    font-size: 9px !important;
  }
  .header-top .sing-out i {
    font-size: 18px;
  }
  .header-top #global-search .search-icon i {
    font-size: 16px !important;
  }
  .header-top #global-search input,
  .header-top .list-gpfrm li a,
  .header-top .list-gpfrm li {
    font-size: 12px !important;
  }
  .dropdown-menu .notification-item .message-title {
    font-size: 12px;
  }
  .fs-xxs-sm {
    font-size: 12px !important;
  }
  .filter-btn.xxs {
    padding: 0;
  }
  .filter-btn.xxs span {
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 10px;
  }
  .amk-radio span {
    font-size: 12px;
  }
  .fc .fc-daygrid-event {
    border-radius: 0 !important;
  }
  .fc-daygrid-block-event .fc-event-time,
  .fc-daygrid-block-event .fc-event-title {
    line-height: 9px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    font-size: 7px !important;
    padding: 0 !important;
  }
  .fc table {
    font-size: 0.8rem !important;
  }
  .fc .fc-daygrid-event-harness {
    margin: 0 !important;
  }
  .fc .fc-daygrid-day-frame {
    max-height: 90px !important;
    overflow: scroll !important;
  }
  .fc .fc-daygrid-day-frame::-webkit-scrollbar {
    display: none;
  }
  .fc .fc-daygrid-day-frame::-webkit-scrollbar-track {
    display: none;
  }
  .fc .fc-daygrid-day-frame::-webkit-scrollbar-thumb {
    display: none;
  }
  .fc .fc-daygrid-day-frame::-webkit-scrollbar-thumb:hover {
    display: none;
  }
  .fc .fc-daygrid-day-number {
    line-height: 10px;
    margin: 0;
    padding: 0 !important;
    padding-top: 4px !important;
  }
  .fc-scroller-harness > .fc-scroller {
    overflow: hidden !important;
  }
  #helpIcons {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 80px;
  }
  #helpIcons .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px !important;
    margin: 0 !important;
  }
  #helpIcons .row img {
    width: 20px;
    height: 20px;
  }
  .select2,
  .select2-results__option,
  .select2-search input {
    font-size: 12px !important;
  }
  .old_filter_btns a,
  .old_filter_btns button {
    font-size: 10px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .max-width-wrapper-xs {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .max-width-wrapper-vxs {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 500px) {
  .mobile-table th {
    font-size: 5px;
  }
  .mobile-table .amk-td,
  .mobile-table .amk-td td,
  .mobile-table .amk-td div,
  .mobile-table td:not(.not-small-on-mobile),
  .mobile-table a,
  .mobile-table .amk-td div {
    font-size: 5px !important;
  }
  .mobile-table svg {
    width: 10px !important;
    height: 10px !important;
  }
  .mobile-table .shadcn-button {
    font-size: 5px;
    padding: 5px 10px !important;
    height: auto !important;
    line-height: normal !important;
    border-radius: 2px;
  }
  .employees-table a,
  .employees-table td {
    font-size: 5px !important;
  }
  td,
  th {
    padding: 1px 3px !important;
  }
  .select-row-container,
  .select-all-container {
    padding: 0 !important;
  }
  .select-row-container input[type=checkbox] ~ label:before,
  .select-all-container input[type=checkbox] ~ label:before {
    width: 10px !important;
    height: 10px !important;
    border-radius: 2px !important;
  }
  input[type=checkbox] ~ label:before {
    height: 10px !important;
    width: 10px !important;
    line-height: 9px !important;
    font-size: 10px !important;
  }
}
/*=================================
    08. Browser Fonts
==================================*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  _::-webkit-full-page-media *:not(i),
  _:future *:not(i),
  :root *:not(i) {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @supports (font: -apple-system-body) {
    *:not(i) {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    }
  }
}
/*# sourceMappingURL=main.css.map */