@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300;400;500;600;700&display=swap');

:root {
  /* Colors */
  --primary-color: #9D1680;
  --secondary-color: #202020;
  --tertiary-color: #6c757d;
  --success-color: #28c76f;
  --danger-color: #E52335;
  --warning-color: #ff9f43;
  --info-color: #00cfe8;
  --primary-light-color: #f5e8f2;
  --secondary-light-color: #f1f1f2;
  --tertiary-light-color: #a5a5a5;
  --success-light-color: #ddf6e8;
  --danger-light-color: #fce4e4;
  --warning-light-color: #fff0e1;
  --info-light-color: #d6f7fb;
  --primary-light-hover: #d6e3f7;
  --secondary-light-hover: #e8e8ee;
  --tertiary-light-hover: #a19f9f;
  --success-light-hover: #d3f0df;
  --danger-light-hover: #f8dddd;
  --warning-light-hover: #fae9d8;
  --info-light-hover: #d1f6fa;
  --white-bg: #ffffff;
  --light-bg: #f8f9fa;
  --dark-bg: #343a40;
  --white-color: #ffffff;
  --primary-light-text: #f5e8f2;
  --secondary-light-text: #202020;
  --tertiary-light-text: #6c757d;
  --success-light-text: #dff7e9;
  --danger-light-text: #FAD3D7;
  --warning-light-text: #fff5ec;
  --info-light-text: #dffcff;


  /* Hover color variables */
  --primary-hover: #211655;
  --secondary-hover: #000000;
  --tertiary-hover: #218838;
  --success-hover: #218838;
  --danger-hover: #c82333;
  --warning-hover: #d39e00;
  --info-hover: #138496;


  /* Color shades */
  --gray-1: rgba(220, 225, 227, 0.1);
  --gray-2: rgba(220, 225, 227, 0.2);
  --gray-3: rgba(220, 225, 227, 0.3);
  --gray-4: rgba(220, 225, 227, 0.4);
  --gray-5: rgba(220, 225, 227, 0.5);
  --gray-6: rgba(220, 225, 227, 0.6);
  --gray-7: rgba(220, 225, 227, 0.7);
  --gray-8: rgba(220, 225, 227, 0.8);
  --gray-9: rgba(220, 225, 227, 0.9);
  --gray-10: #dce1e3;

  --moseque-1: rgba(60, 210, 165, 0.1);
  --moseque-2: rgba(60, 210, 165, 0.2);
  --moseque-3: rgba(60, 210, 165, 0.3);
  --moseque-4: rgba(60, 210, 165, 0.4);
  --moseque-5: rgba(60, 210, 165, 0.5);
  --moseque-6: rgba(60, 210, 165, 0.6);
  --moseque-7: rgba(60, 210, 165, 0.7);
  --moseque-8: rgba(60, 210, 165, 0.8);
  --moseque-9: rgba(60, 210, 165, 0.9);
  --moseque-10: #3cd2a5;

  --blue-1: rgba(48, 190, 255, 0.1);
  --blue-2: rgba(48, 190, 255, 0.2);
  --blue-3: rgba(48, 190, 255, 0.3);
  --blue-4: rgba(48, 190, 255, 0.4);
  --blue-5: rgba(48, 190, 255, 0.5);
  --blue-6: rgba(48, 190, 255, 0.6);
  --blue-7: rgba(48, 190, 255, 0.7);
  --blue-8: rgba(48, 190, 255, 0.8);
  --blue-9: rgba(48, 190, 255, 0.9);
  --blue-10: #30beff;

  --yellow-1: rgba(249, 232, 13, 0.1);
  --yellow-2: rgba(249, 232, 13, 0.2);
  --yellow-3: rgba(249, 232, 13, 0.3);
  --yellow-4: rgba(249, 232, 13, 0.4);
  --yellow-5: rgba(249, 232, 13, 0.5);
  --yellow-6: rgba(249, 232, 13, 0.6);
  --yellow-7: rgba(249, 232, 13, 0.7);
  --yellow-8: rgba(249, 232, 13, 0.8);
  --yellow-9: rgba(249, 232, 13, 0.9);
  --yellow-10: #f9e80d;

  --orange-1: rgba(255, 159, 12, 0.1);
  --orange-2: rgba(255, 159, 12, 0.2);
  --orange-3: rgba(255, 159, 12, 0.3);
  --orange-4: rgba(255, 159, 12, 0.4);
  --orange-5: rgba(255, 159, 12, 0.5);
  --orange-6: rgba(255, 159, 12, 0.6);
  --orange-7: rgba(255, 159, 12, 0.7);
  --orange-8: rgba(255, 159, 12, 0.8);
  --orange-9: rgba(255, 159, 12, 0.9);
  --orange-10: #ff9f0c;

  --pink-1: rgba(243, 79, 160, 0.1);
  --pink-2: rgba(243, 79, 160, 0.2);
  --pink-3: rgba(243, 79, 160, 0.3);
  --pink-4: rgba(243, 79, 160, 0.4);
  --pink-5: rgba(243, 79, 160, 0.5);
  --pink-6: rgba(243, 79, 160, 0.6);
  --pink-7: rgba(243, 79, 160, 0.7);
  --pink-8: rgba(243, 79, 160, 0.8);
  --pink-9: rgba(243, 79, 160, 0.9);
  --pink-10: #f34fa0;

  --purple-1: rgba(187, 164, 255, 0.1);
  --purple-2: rgba(187, 164, 255, 0.2);
  --purple-3: rgba(187, 164, 255, 0.3);
  --purple-4: rgba(187, 164, 255, 0.4);
  --purple-5: rgba(187, 164, 255, 0.5);
  --purple-6: rgba(187, 164, 255, 0.6);
  --purple-7: rgba(187, 164, 255, 0.7);
  --purple-8: rgba(187, 164, 255, 0.8);
  --purple-9: rgba(187, 164, 255, 0.9);
  --purple-10: #bba4ff;

  --green-1: rgba(129, 243, 45, 0.1);
  --green-2: rgba(129, 243, 45, 0.2);
  --green-3: rgba(129, 243, 45, 0.3);
  --green-4: rgba(129, 243, 45, 0.4);
  --green-5: rgba(129, 243, 45, 0.5);
  --green-6: rgba(129, 243, 45, 0.6);
  --green-7: rgba(129, 243, 45, 0.7);
  --green-8: rgba(129, 243, 45, 0.8);
  --green-9: rgba(129, 243, 45, 0.9);
  --green-10: #81f32d;

  --white-1: rgba(255, 255, 255, 0.1);
  --white-2: rgba(255, 255, 255, 0.2);
  --white-3: rgba(255, 255, 255, 0.3);
  --white-4: rgba(255, 255, 255, 0.4);
  --white-5: rgba(255, 255, 255, 0.5);
  --white-6: rgba(255, 255, 255, 0.6);
  --white-7: rgba(255, 255, 255, 0.7);
  --white-8: rgba(255, 255, 255, 0.8);
  --white-9: rgba(255, 255, 255, 0.9);
  --white-10: #ffffff;

  --black-1: rgba(0, 0, 0, 0.1);
  --black-2: rgba(0, 0, 0, 0.2);
  --black-3: rgba(0, 0, 0, 0.3);
  --black-4: rgba(0, 0, 0, 0.4);
  --black-5: rgba(0, 0, 0, 0.5);
  --black-6: rgba(0, 0, 0, 0.6);
  --black-7: rgba(0, 0, 0, 0.7);
  --black-8: rgba(0, 0, 0, 0.8);
  --black-9: rgba(0, 0, 0, 0.9);
  --black-10: rgba(0, 0, 0, 1);

  --neon-1: rgba(129, 243, 45, 0.1);
  --neon-2: rgba(129, 243, 45, 0.2);
  --neon-3: rgba(129, 243, 45, 0.3);
  --neon-4: rgba(129, 243, 45, 0.4);
  --neon-5: rgba(129, 243, 45, 0.5);
  --neon-6: rgba(129, 243, 45, 0.6);
  --neon-7: rgba(129, 243, 45, 0.7);
  --neon-8: rgba(129, 243, 45, 0.8);
  --neon-9: rgba(129, 243, 45, 0.9);
  --neon-10: rgba(129, 243, 45, 1);

  --red-1: rgba(255, 96, 96, 0.1);
  --red-2: rgba(255, 96, 96, 0.2);
  --red-3: rgba(255, 96, 96, 0.3);
  --red-4: rgba(255, 96, 96, 0.4);
  --red-5: rgba(255, 96, 96, 0.5);
  --red-6: rgba(255, 96, 96, 0.6);
  --red-7: rgba(255, 96, 96, 0.7);
  --red-8: rgba(255, 96, 96, 0.8);
  --red-9: rgba(255, 96, 96, 0.9);
  --red-10: rgba(255, 96, 96, 1);








  --gray-100: #f3f3f3;
  --gray-200: #e9e9e9;
  --gray-300: #DEDEDE;
  --gray-400: #cdcdcd;
  --gray-500: #a8a8a8;
  --gray-600: #7c7c7c;
  --gray-700: #555555;
  --gray-800: #343434;
  --gray-900: #222222;

  /* Font */
  --font-family: "Chakra Petch", sans-serif;
  --font-size-small: 14px;
  --font-size-base: 16px;
  --font-size-large: 24px;

  /* Other */
  --switch-color: #9D1680;
  --tooltip-bg: rgba(0, 0, 0, 0.7);
  --body-text-color: #ffffff;
  --border-radius: 0;
  --border-radius-theme-half: 4px;
  --border-radius-theme: 6px;
  --border-radius-pill: 30px;
  --border-radius-circle: 100%;
  --box-shadow: 0 1px 15px rgba(0, 0, 0, .04), 0 1px 6px rgba(0, 0, 0, .04);
  --transition: all 0.3s linear;

  /* Menu */
  --menu-bg: #211655;
  --menu-width: 216px;
  --menu-minimize-width: 50px;
  --menu-transition: max-width 0.3s ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0.75px;
}

::selection {
  color: var(--white-color);
  background: var(--moseque-3);
}

html {
  height: 100%;
  scroll-behavior: smooth;
  background-image: linear-gradient(180deg, rgba(50, 70, 80, 0.9) 0%, rgb(13, 16, 27) 100%);
}

html:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -5;
  background-image: linear-gradient(180deg, rgba(50, 70, 80, 0.9) 0%, rgb(13, 16, 27) 100%);
}

html:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -10;
  background-color: rgba(68, 85, 94, 0.95);
  background-image: linear-gradient(180deg, rgba(50, 70, 80, 0.9) 0%, rgb(13, 16, 27) 100%);
  background-image: url(../images/theme-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: initial;
  height: 100%;
  transition: background .2s linear;
  background-size: cover;

}

body {
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: var(--font-family);
  color: var(--body-text-color);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.75px !important;
  line-height: 1.4;
  background-color: transparent;
  min-height: 100vh;
}

body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-attachment: initial;
  background-color: transparent;
  background-image: url(../images/pattern-dark.png);
  background-size: 80px;
  background-repeat: repeat;
  background-attachment: initial;
  z-index: -5
}

.overflow-visible {
  overflow: visible !important;
}

.columns:last-child {
  /*margin-bottom: 0;*/
}

a {
  color: var(--white-10);
}

a:hover {
  color: var(--moseque-7);
}

.z-11 {
  z-index: 11 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-family);
  font-weight: normal;
}

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

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

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

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

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

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

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

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

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

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

.mt-5 {
  margin-top: 24px !important;
}

.mb-5 {
  margin-bottom: 24px !important;
}

.ml-5 {
  margin-left: 24px !important;
}

.mr-5 {
  margin-right: 24px !important;
}

.min-w-150 {
  min-width: 150px !important;
}

.min-w-200 {
  min-width: 200px !important;
}

.max-h-500 {
  max-height: 500px;
}

.max-w-inherit {
  max-width: inherit !important;
}

.max-w-150 {
  max-width: 150px !important;
}

.max-w-200 {
  max-width: 200px !important;
}

.list-points li {
  position: relative;
  padding-left: 16px;
}

.list-points li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 10px;
  left: 0;
  display: -webkit-box;
  background-color: var(--gray-6);
  border-radius: 50%;
}

.max-line-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.break-word {
  word-break: break-word;
  white-space: initial;
}

.lh-1 {
  line-height: 1;
}

.icon-tabler-eye {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.icon-tabler-eye-off {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.password-field+.input-group-text {
  cursor: pointer;
}

/***Color***/
.text-disabled {
  color: #B8B8B8 !important;
}

.text-white {
  color: #ffffff;
}

.text-blue {
  color: #0984E3;
}

/* Grey Colors */
.color-gray-1 {
  color: var(--gray-1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Red Colors */
.color-red-1 {
  color: var(--red-1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary-light {
  background-color: var(--primary-light-color);
}

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

.bg-success-light {
  background-color: var(--success-light-color);
}

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

.bg-danger-light {
  background-color: var(--danger-light-color);
}

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

.bg-warning-light {
  background-color: var(--warning-light-color);
}

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

.bg-info-light {
  background-color: var(--info-light-color);
}

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

.tertiary-text {
  color: var(--tertiary-color);
}

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

.danger-text {
  color: var(--danger-color);
}

.warning-text {
  color: var(--warning-color);
}

.info-text {
  color: var(--info-color);
}

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

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

.bg-transparent {
  background-color: transparent !important;
}


.bg-light {
  background-color: var(--light-bg);
}

.bg-dark {
  background-color: var(--dark-bg);
}

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

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

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

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

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

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

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

/***End Color***/
.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.h-auto {
  height: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.theme-radius {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.rounded {
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
}

.rounded-0 {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}

.rounded-2 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
}

.rounded-3 {
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
  -moz-border-radius: 12px !important;
  -ms-border-radius: 12px !important;
  -o-border-radius: 12px !important;
}

.rounded-circle {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

.is-gap-0 {
  gap: 0 !important;
}

.is-gap-1 {
  gap: 4px !important;
}

.is-gap-2 {
  gap: 8px !important;
}

.is-gap-3 {
  gap: 12px !important;
}

.is-gap-4 {
  gap: 16px !important;
}

.is-gap-5 {
  gap: 24px !important;
}

.is-gap-6 {
  gap: 32px !important;
}

.is-gap-7 {
  gap: 40px !important;
}

.is-gap-8 {
  gap: 48px !important;
}

.is-gap-9 {
  gap: 56px !important;
}

.is-gap-10 {
  gap: 64px !important;
}

.border {
  border: 1px solid !important;
  border-color: var(--gray-300) !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-top {
  border-top: 1px solid !important;
  border-top-color: var(--gray-300) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid !important;
  border-bottom-color: var(--gray-5) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left {
  border-left: 1px solid !important;
  border-left-color: var(--gray-300) !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right {
  border-right: 1px solid !important;
  border-right-color: var(--white-6) !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-primary-light {
  border-color: #e4dac5 !important;
}

.border-primary-light-1 {
  border-color: #f7f0e2 !important;
}

.border-light-gray {
  border-color: #e8e9ea !important;
}

.user-name-letter {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}

.avatar {
  flex-shrink: 0;
  border-radius: 100%;
  display: block;
}

.avatar-xxs {
  width: 24px;
  height: 24px;
}

.avatar-sm {
  width: 32px;
  height: 32px;
}

.avatar-sm .user-name-letter {
  font-size: 16px;
  background-color: rgba(33, 85, 87, 0.7)
}

.avatar-md {
  width: 48px;
  height: 48px;
}

.avatar-lg {
  width: 64px;
  height: 64px;
}

.avatar-xl {
  width: 96px;
  height: 96px;
}

.avatar-xxl {
  width: 120px;
  height: 120px;
}

.letter-a {
  background-color: rgba(33, 87, 78, 0.7);
  color: #ffffff;
}

.letter-b {
  background-color: rgba(33, 85, 87, 0.7);
  color: #ffffff;
}

.letter-c {
  background-color: rgba(33, 73, 87, 0.7);
  color: #ffffff;
}

.letter-d {
  background-color: rgba(59, 33, 87, 0.7);
  color: #ffffff;
}

.letter-e {
  background-color: rgba(87, 33, 78, 0.7);
  color: #ffffff;
}

.letter-f {
  background-color: rgba(87, 33, 55, 0.7);
  color: #ffffff;
}

.letter-g {
  background-color: rgba(87, 64, 33, 0.7);
  color: #ffffff;
}

.letter-h {
  background-color: rgba(87, 82, 33, 0.7);
  color: #ffffff;
}

.letter-i {
  background-color: rgba(64, 87, 33, 0.7);
  color: #ffffff;
}

.letter-j {
  background-color: rgba(33, 87, 49, 0.7);
  color: #ffffff;
}

.letter-k {
  background-color: rgba(33, 87, 80, 0.7);
  color: #ffffff;
}

.letter-l {
  background-color: rgba(33, 61, 87, 0.7);
  color: #ffffff;
}

.letter-m {
  background-color: rgba(67, 33, 87, 0.7);
  color: #ffffff;
}

.letter-n {
  background-color: rgba(87, 33, 74, 0.7);
  color: #ffffff;
}

.letter-o {
  background-color: rgba(87, 33, 33, 0.7);
  color: #ffffff;
}

.letter-p {
  background-color: rgba(87, 63, 33, 0.7);
  color: #ffffff;
}

.letter-q {
  background-color: rgba(87, 84, 33, 0.7);
  color: #ffffff;
}

.letter-r {
  background-color: rgba(63, 87, 33, 0.7);
  color: #ffffff;
}

.letter-s {
  background-color: rgba(33, 87, 66, 0.7);
  color: #ffffff;
}

.letter-t {
  background-color: rgba(33, 87, 85, 0.7);
  color: #ffffff;
}

.letter-u {
  background-color: rgba(33, 69, 87, 0.7);
  color: #ffffff;
}

.letter-v {
  background-color: rgba(63, 33, 87, 0.7);
  color: #ffffff;
}

.letter-w {
  background-color: rgba(87, 33, 71, 0.7);
  color: #ffffff;
}

.letter-x {
  background-color: rgba(87, 33, 49, 0.7);
  color: #ffffff;
}

.letter-y {
  background-color: rgba(87, 76, 33, 0.7);
  color: #ffffff;
}

.letter-z {
  background-color: rgba(82, 87, 33, 0.7);
  color: #ffffff;
}


html {
  overflow-y: auto;
}

html::-webkit-scrollbar-track,
.theme-scrollbar::-webkit-scrollbar-track,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track,
.theme-modal::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background-color: transparent;
}

html::-webkit-scrollbar,
.theme-scrollbar::-webkit-scrollbar,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar,
.theme-modal::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

html::-webkit-scrollbar-thumb,
.theme-scrollbar::-webkit-scrollbar-thumb,
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb,
.theme-modal::-webkit-scrollbar-thumb {
  background-color: var(--moseque-10);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;

}

.menu-item-wrapper.theme-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.theme-scrollbar {
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0;
}

.theme-scrollbar-horizontal {
  width: 100%;
  overflow-x: auto;
}

.theme-scrollbar-horizontal::-webkit-scrollbar {
  height: 10px;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-track {
  border-radius: 3px;
  -webkit-box-shadow: none;
}

.theme-scrollbar-horizontal::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: var(--black-4);
}

.theme-scrollbar-horizontal::-webkit-scrollbar:vertical {
  display: none;
}

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

.w-10 {
  width: 10% !important;
}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

.menu-sub {
  margin-left: 20px;
  /*max-height: 0;
  */
  overflow: hidden;
  display: none;
  margin-left: 20px;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
  -moz-transition: max-height 0.5s ease-out;
  -ms-transition: max-height 0.5s ease-out;
  -o-transition: max-height 0.5s ease-out;
}

.tag-rounded-wrapper {
  margin-bottom: 8px;
}

.tag-rounded-wrapper:last-child {
  margin-bottom: 0;
}

.tag-rounded-wrapper {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  width: max-content;
}

.tag-rounded-wrapper button {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.tag-rounded {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.tag-rounded.tag-rounded-gray {
  background: var(--black-3, rgba(0, 0, 0, 0.30));
}

.tag-rounded>div {
  padding: 4px 8px 4px 0;
  color: var(--white-10) font-weight: 500;
  font-size: 13px;
  line-height: 13px;
  /* display: -webkit-box; */
  /* -webkit-line-clamp: 1; */
  /* -webkit-box-orient: vertical; */
  /* overflow: hidden; */
}

.tag-rounded>div span {
  color: var(--gray-700);
}

.tag-rounded-gray img {
  /* border: 1px solid #f5f5f5; */
  border-radius: 6px;
}

.tag-rounded-white img {
  border: 1px solid #ffffff;
}

.tag-rounded>div b {
  font-size: 14px;
  display: block;
  font-weight: 500;
  line-height: 1;
}

.theme-tag {
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 6px;
  width: fit-content;
  line-height: 24px;
}

.theme-tag i {
  padding: 2px;
  border-radius: 6px;
  border: 1px solid;
  font-size: 16px;
  width: 24px;
  height: 24px;
  text-align: center;
}

.theme-tag .theme-tag-icon {
  line-height: 22px;
  min-width: 24px;
  text-align: center;
  font-weight: 800;
  border-radius: 6px;
  border: 1px solid;
}

.theme-tag svg {
  padding: 2px;
  border-radius: 6px;
  width: 24px;
  height: 24px;
}

.theme-date-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.theme-tag span {
  font-size: 13px;
  padding: 0 6px;
  font-weight: 600;
}

.theme-date {
  background-color: var(--black-3, rgba(0, 0, 0, 0.30));
  display: inline-block;
  color: var(--gray-700);
  min-width: 50px;
  padding: 8px;
  border-radius: var(--border-radius-theme-half);
  -webkit-border-radius: var(--border-radius-theme-half);
  -moz-border-radius: var(--border-radius-theme-half);
  -ms-border-radius: var(--border-radius-theme-half);
  -o-border-radius: var(--border-radius-theme-half);
}

.theme-date.theme-white-date {
  background-color: #ffffff;
  color: #202020;
}

.theme-primary-date {
  background-color: #deeafd;
  color: #9D1680;
}

.theme-date.theme-primary-date .theme-date-footer {
  border-top: 1px solid rgb(54 115 215 / 50%);
}

.theme-date-content {
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: 700;
  gap: 3px;
  color: var(--white-10);
}

.theme-date-content small {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}

.theme-date-content span {
  display: block;
  font-size: 12px;
}

.theme-date-footer {
  /* display: block; */
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  text-align: center;
  color: var(--white-10);
}

.theme-date-footer.theme-date-footer-time {
  font-size: 10px;
}

.theme-date.theme-success-date {
  background-color: #e6f2eb;
  color: #027f3a;
}

.theme-date.theme-success-date .theme-date-footer {
  border-top: 1px solid rgb(2 127 58 / 50%);
}

.theme-date.theme-danger-date {
  background-color: #ffe4e4;
  color: #cd0606;
}

.theme-date.theme-danger-date .theme-date-footer {
  border-top: 1px solid rgb(205 6 6 / 50%);
}

.tag-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.tag {
  display: flex;
  align-items: center;
  background-color: var(--black-3);
  color: var(--white-10);
  box-shadow: none;
  border: 0;
  padding: 5px 12px;
  gap: 6px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: fit-content;
  border-radius: var(--border-radius-theme);
  -webkit-border-radius: var(--border-radius-theme);
  -moz-border-radius: var(--border-radius-theme);
  -ms-border-radius: var(--border-radius-theme);
  -o-border-radius: var(--border-radius-theme);
}

.tag.tag-square {
  height: 36px;
  width: 36px;
  padding: 4px;
  justify-content: center;
  align-items: center;
}

.tag.tag-square svg {
  width: 24px;
  height: 24px;
}

.tag-primary {
  background-color: var(--primary-light-color);
  color: var(--primary-color);
}

/*.tag-success {
  background-color: var(--success-color);
  color: var(--white-color);
}

.tag-secondary {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.tag-danger {
  background-color: var(--danger-color);
  color: var(--white-color);
}

.tag-warning {
  background-color: var(--warning-color);
  color: var(--white-color);
}

.tag-info {
  background-color: var(--info-color);
  color: var(--white-color);
}*/

.tag-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.tag.tag-small {
  padding: 2px 6px;
  font-size: 11px;
}

.tag-notifications {
  position: absolute;
  top: -3px;
  right: -3px;
  font-weight: 600;
}

.tag.tag-xs {
  font-size: 11px;
  padding: 2px 6px;
  line-height: 14px;
}

.tag-icon {
  /* border-right: 1px solid; */
}

.tag .tag-icon {
  border-color: #9D168080;
}

.tag.tag-gray {
  background-color: var(--black-3);
  color: var(--white-10);
}

.tag-gray .tag-icon {
  border-color: #7c7c7c80;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-nowrap {
  white-space: nowrap !important;
}

a,
button {
  cursor: pointer;
}

a,
button {
  transition: tra;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

ul:last-child {
  margin-bottom: 0;
}

iframe {
  border: none;
}

a,
b,
div,
li,
ul {
  -webkit-tap-highlight-text: transparent;
  -webkit-tap-highlight-text: transparent;
}

a:active,
a:focus,
input,
input:active,
input:focus,
input:hover,
textarea,
textarea:active,
textarea:focus,
textarea:hover {
  -moz-outline: none;
  outline: 0;
}

a {
  text-decoration: none;
  outline: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

.clear-both:after,
.clear-both:before {
  display: table;
  content: "";
  clear: both;
}

.fw-100 {
  font-weight: 100 !important
}

.fw-200 {
  font-weight: 200 !important
}

.fw-300 {
  font-weight: 300 !important
}

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

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

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

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

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

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

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

section,
.section {
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
  overflow: hidden;
}

.cursor-pointer {
  cursor: pointer !important;
}

.btn,
.swal2-confirm,
.swal2-cancel {
  position: relative;
  font-family: var(--font-family);
  width: fit-content;
  border: 1px solid;
  display: flex;
  align-items: center;
  letter-spacing: 0.75px !important;
  gap: 6px;
  padding: 10px 16px;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
  font-weight: 700;
  /* cursor: pointer; */
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.btn.btn-sm {
  padding: 6px 12px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.btn.btn-sm-xs {
  padding: 3px 12px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
}

.btn-xs {
  font-size: 0.65rem;
  padding: 2px 3px;
  line-height: 2;
  border-radius: 7px;
}

.btn.btn-lg {
  padding: 18px 16px;
}

.btn.btn-sm.btn-icon {
  width: 32px !important;
  height: 32px !important;
}

.btn.btn-sm.btn-icon svg {
  width: 20px;
  height: 20px;
}

.btn.btn-xs.btn-icon {
  width: 28px !important;
  height: 28px !important;
}

.btn.btn-xs.btn-icon svg {
  width: 16px;
  height: 16px;
}

.btn.btn-icon.btn-xl {
  width: 60px !important;
  height: 60px !important;
}

.btn-icon svg {
  pointer-events: none;
}

.profile-item .btn {
  position: absolute;
  bottom: 2px;
  right: 0;
}

.btn:focus {
  outline: 0;
}

.btn.w-100 {
  justify-content: center;
}

.btn-white {
  background-color: var(--white-color);
  border-color: var(--white-color);
  color: var(--gray-800);
}

.btn-white:hover {
  background-color: var(--gray-100);
  border-color: var(--gray-100);
  color: var(--gray-800);
}

.btn.btn-primary {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: var(--primary-color);
}

.btn.btn-primary:hover {
  background-color: var(--primary-hover);
  color: var(--white-color);
  border-color: var(--primary-hover);
}

.btn.btn-secondary {
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color);
}

.btn.btn-secondary:hover {
  background-color: var(--secondary-hover);
  color: var(--white-color);
  border-color: var(--secondary-hover);
}

.btn-danger {
  background-color: var(--danger-color);
  color: var(--white-color);
  border-color: var(--danger-color);
}

.btn-danger:hover {
  background-color: var(--danger-hover);
  color: var(--white-color);
  border-color: var(--danger-hover);
}

.btn-success {
  background-color: var(--success-color);
  color: var(--white-color);
  border-color: var(--success-color);
}

.btn-success:hover {
  background-color: var(--success-hover);
  color: var(--white-color);
  border-color: var(--success-hover);
}

.btn-warning {
  background-color: var(--warning-color);
  color: var(--white-color);
  border-color: var(--warning-color);
}

.btn-warning:hover {
  background-color: var(--warning-hover);
  color: var(--white-color);
  border-color: var(--warning-hover);
}

.btn-info {
  background-color: var(--info-color);
  color: var(--white-color);
  border-color: var(--info-color);
}

.btn-info:hover {
  background-color: var(--info-hover);
  color: var(--white-color);
  border-color: var(--info-hover);
}

.btn.btn-label-primary {
  background-color: var(--primary-light-color);
  color: var(--primary-color);
  border-color: var(--primary-light-color);
}

.btn.btn-label-primary:hover {
  background-color: var(--primary-light-hover);
  color: var(--primary-color);
  border-color: var(--primary-light-hover);
}

.btn.btn-label-secondary {
  background-color: var(--secondary-light-color);
  color: var(--secondary-color);
  border-color: var(--secondary-light-color);
}

.btn.btn-label-secondary:hover {
  background-color: var(--secondary-light-hover);
  color: var(--secondary-color);
  border-color: var(--secondary-light-hover);
}

.btn.btn-label-success {
  background-color: var(--success-light-color);
  color: var(--success-color);
  border-color: var(--success-light-color);
}

.btn.btn-label-success:hover {
  background-color: var(--success-light-hover);
  color: var(--success-color);
  border-color: var(--success-light-hover);
}

.btn.btn-label-danger {
  background-color: var(--danger-light-color);
  color: var(--danger-color);
  border-color: var(--danger-light-color);
}

.btn.btn-label-danger:hover {
  background-color: var(--danger-light-hover);
  color: var(--danger-color);
  border-color: var(--danger-light-hover);
}

.btn.btn-label-warning {
  background-color: var(--warning-light-color);
  color: var(--warning-color);
  border-color: var(--warning-light-color);
}

.btn.btn-label-warning:hover {
  background-color: var(--warning-light-hover);
  color: var(--warning-color);
  border-color: var(--warning-light-hover);
}

.btn.btn-label-info {
  background-color: var(--info-light-color);
  color: var(--info-color);
  border-color: var(--info-light-color);
}

.btn.btn-label-info:hover {
  background-color: var(--info-light-hover);
  color: var(--info-color);
  border-color: var(--info-light-hover);
}

.btn.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px !important;
  height: 44px !important;
  padding: 0 !important;
}

.btn.btn-outline,
.swal2-confirm,
.swal2-cancel {
  border: 1px solid;
  background-color: transparent;
}

.btn-outline-primary {
  border-color: var(--primary-color) !important;
  color: var(--primary-color) !important;
}

.btn-outline-primary:hover {
  background-color: var(--primary-light-color) !important;
  color: var(--primary-color) !important;
}

.btn-outline-secondary {
  border-color: var(--secondary-color) !important;
  color: var(--secondary-color) !important;
}

.btn-outline-secondary:hover {
  background-color: var(--secondary-light-color) !important;
  color: var(--secondary-color) !important;
}

.btn-outline-success,
.swal2-confirm {
  border-color: var(--moseque-10) !important;
  color: var(--moseque-10) !important;
  background-color: transparent;
}

.btn-outline-success:hover,
.swal2-confirm:hover {
  background-color: var(--moseque-2) !important;
  color: var(--moseque-10) !important;
}

.btn-outline-blue {
  border-color: var(--blue-10) !important;
  color: var(--blue-10) !important;
  background-color: transparent;
}

.btn-outline-blue:hover {
  border-color: var(--blue-10) !important;
  color: var(--blue-10) !important;
  background-color: var(--blue-2);
}

.btn-outline-danger,
.swal2-cancel {
  border-color: var(--red-10) !important;
  color: var(--red-10) !important;
  background-color: transparent;
}

.btn-outline-danger:hover,
.swal2-cancel:hover {
  background-color: var(--red-1) !important;
  color: var(--red-10) !important;
}

.btn-outline-warning {
  border-color: var(--warning-color) !important;
  color: var(--warning-color) !important;
}

.btn-outline-warning:hover {
  background-color: var(--warning-light-color) !important;
  color: var(--warning-color) !important;
}

.btn-outline-info {
  border-color: var(--info-color) !important;
  color: var(--info-color) !important;
}

.btn-outline-info:hover {
  background-color: var(--info-light-color) !important;
  color: var(--info-color) !important;
}

.btn-outline-gray {
  background-color: var(--white-bg) !important;
  border-color: var(--gray-200) !important;
  color: var(--gray-800) !important;
}

.btn-outline-gray:hover {
  background-color: var(--gray-100) !important;
  color: var(--gray-800) !important;
}

.theme-menu-wrapper {
  /* background-color: var(--menu-bg); */
}

.theme-menu-logo-minimize {
  width: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 32px;
  transform: translateY(-50%);
}

.theme-menu-wrapper {
  position: fixed;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  max-width: var(--menu-width);
  transition: var(--menu-transition);
  -webkit-transition: var(--menu-transition);
  -moz-transition: var(--menu-transition);
  -ms-transition: var(--menu-transition);
  -o-transition: var(--menu-transition);
}


.theme-menu-toggle {
  position: static;
  top: 24px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  z-index: 9;
  color: #ffffff;
  /* border: 1px solid rgb(255 255 255 / 10%); */
  box-shadow: var(--box-shadow);
  border-radius: 50%;
}

.theme-menu-toggle .theme-menu-open-icon {
  position: absolute;
  opacity: 0;
}

.menu-fixed .theme-menu-open-icon,
.menu-fixed .theme-menu-toggle {
  opacity: 1;
}

.theme-menu-toggle:hover {
  color: #ffffff;
}

.menu-inner-accordion .menu-arrow {
  top: 8px;
}

.theme-menu-detail {
  height: calc(100% - 68px);
}

.theme-menu-logo {
  position: relative;
  display: flex;
  /* justify-content: center; */
  padding: 16px;
  /* border-bottom: 1px dashed rgb(255 255 255 / 20%); */
}

.theme-menu-logo-default {
  height: 30px;
  width: auto;
}

.theme-menu-wrapper:not(:hover) .theme-menu-logo-default {
  opacity: 0;
  visibility: hidden;
}

.theme-menu-wrapper:not(:hover) {
  max-width: var(--menu-minimize-width);
}

.theme-menu-logo img {
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.theme-menu-wrapper:hover .theme-menu-logo-minimize,
.menu-fixed .theme-menu-wrapper .theme-menu-logo-minimize {
  opacity: 0;
}

.menu-collapsed .menu-sub {
  display: none !important;
}

.menu-item-wrapper {
  padding: 30px 0 20px 12px;
  height: 100%;
}

.menu-link {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 8px 20px 8px 12px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.menu-link.active .menu-arrow svg {
  color: var(--moseque-10);
}

.menu-link:hover .bullet-dot {
  background-color: #fff;
}

.menu-link:hover,
.menu-link.active {
  opacity: 1;
  /* background-color: var(--primary-color); */
}

.menu-link .tag {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important;
  -moz-transition: opacity .3s ease !important;
  -ms-transition: opacity .3s ease !important;
  -o-transition: opacity .3s ease !important;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.menu-link.active .menu-icon svg,
.menu-link:hover .menu-icon svg {
  color: var(--moseque-10);
}

.menu-link.active .menu-title,
.menu-link:hover .menu-title {
  color: var(--white-10);
}

.menu-icon svg {
  color: var(--gray-7);
  display: block;
}

.menu-item {
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}

.menu-item-sticky {
  padding: 0 13px;
}

.menu-title {
  color: var(--gray-7);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important;
  -moz-transition: opacity .3s ease !important;
  -ms-transition: opacity .3s ease !important;
  -o-transition: opacity .3s ease !important;
}

.menu-title:hover {
  color: #ffffff;
}

.menu-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.menu-fixed .menu-icon.menu-profile-icon,
.menu-hover .menu-icon.menu-profile-icon {
  width: 48px;
  height: 48px;
}

.menu-profile-icon img {
  border-radius: 50%;
}

.menu-icon.menu-profile-icon {
  transition: width 0.3s, height 0.3s;
}

.menu-sub .menu-title {
  font-size: 14px;
}

.theme-menu-wrapper:not(:hover) .menu-title,
.theme-menu-wrapper:not(:hover) .menu-arrow,
.theme-menu-wrapper:not(:hover) .menu-bullet,
.theme-menu-wrapper:not(:hover) .tag {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease !important;
  -webkit-transition: opacity .3s ease !important;
  -moz-transition: opacity .3s ease !important;
  -ms-transition: opacity .3s ease !important;
  -o-transition: opacity .3s ease !important;
}

.menu-arrow svg {
  color: var(--gray-7);
  width: 20px;
  height: 20px;
  display: block;
}

.menu-arrow {
  position: absolute;
  top: 10px;
  right: 0;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.menu-item.menu-accordion .menu-link.active .menu-arrow {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.menu-bullet {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bullet-dot {
  background-color: #92adc0;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.menu-sub .menu-item {
  margin-bottom: 0;
}

.menu-fixed .theme-menu-wrapper {
  max-width: var(--menu-width);
}

.menu-fixed .theme-menu-wrapper .menu-title,
.menu-fixed .theme-menu-wrapper .menu-arrow,
.menu-fixed .theme-menu-wrapper .menu-bullet,
.menu-fixed .theme-menu-wrapper .tag {
  opacity: 1;
  visibility: visible;
}

.menu-fixed .theme-menu-wrapper .theme-menu-logo-default {
  opacity: 1;
  visibility: visible;
}

.theme-menu-toggle svg {
  position: relative;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.menu-fixed .theme-menu-wrapper .theme-menu-toggle svg {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.theme-header {
  position: fixed;
  padding: 17px 24px;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--black-6);
  z-index: 99;
}

.marquee-text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
  z-index: 222;
  width: 50px;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 19%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, rgb(255, 255, 255)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgb(255 255 255) 19%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(245, 246, 250, 1) 19%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgb(255, 255, 255) 19%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255 255 255) 19%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f6fa', endColorstr='#00ffffff', GradientType=1);
}

.marquee-text {
  position: relative;
}

.marquee-text:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  height: 100%;
  z-index: 222;
  width: 50px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(245, 246, 250, 1) 80%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(80%, rgba(245, 246, 250, 1)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 80%);
  background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(255 255 255) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f5f6fa', GradientType=1);
}

.theme-wrapper {
  padding-top: 68px;
  transition: margin-left .3s ease, margin-right .3s ease;
  margin-left: var(--menu-minimize-width);
  -webkit-transition: margin-left .3s ease, margin-right .3s ease;
  -moz-transition: margin-left .3s ease, margin-right .3s ease;
  -ms-transition: margin-left .3s ease, margin-right .3s ease;
  -o-transition: margin-left .3s ease, margin-right .3s ease;
}

.menu-fixed .theme-wrapper {
  margin-left: var(--menu-width);
}

.menu-fixed footer {
  left: var(--menu-width);
}

.theme-menu-toggle-res {}

.theme-menu-toggle-res svg {
  display: block;
}

.theme-menu-toggle-res:hover {
  color: #ffffff;
}

.theme-menu-toggle.theme-menu-toggle-res {
  position: static;
  color: var(--gray-800);
  width: 24px;
  height: 24px;
  background-color: transparent;
  box-shadow: none;
}

.theme-menu-toggle.theme-menu-toggle-res svg {
  display: block;
  width: 24px;
  height: 24px;
}

.dropdown-notifications-item {
  display: flex;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid;
  border-color: var(--gray-300);
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

.dropdown-notifications-item:hover {
  background-color: var(--gray-100);
}

.dropdown-menu.dropdown-notifications-menu {
  min-width: 340px;
}

.dropdown-notifications-header {
  padding: 8px 16px;
}

.dropdown-notifications-header h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--gray-700);
}

.dropdown-notifications-item h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0;
}

.dropdown-notifications-item p {
  font-size: 13px;
  color: var(--gray-800);
  margin-bottom: 0;
}

.text-muted {
  color: var(--gray-500);
}

.dropdown-notifications-item .text-muted {
  font-size: 12px;
}

.dropdown-notifications-item-wrapper {
  max-height: 300px;
}

.dropdown svg {
  color: #ffffff;
}

.card {
  position: relative;
  background-color: transparent;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
}

.card:after,
.card:before {
  content: "";
  position: absolute
}

.card:not(.border-0):before {
  left: 18px;
  right: 18px;
  top: 0;
  bottom: 0;
  border-top: 2px solid var(--gray-3);
  border-bottom: 2px solid var(--gray-3);
}

.card:not(.border-0):after {
  top: 18px;
  bottom: 18px;
  left: 0;
  right: 0;
  border-left: 2px solid var(--gray-3);
  border-right: 2px solid var(--gray-3);
}

.card>:not(.card-arrow):not(.card-img-overlay):not(.card-img):not(.hljs-container) {
  position: relative;
  z-index: 10;
}

.card .card-arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.card .card-arrow-bottom-left,
.card .card-arrow-bottom-right,
.card .card-arrow-top-left,
.card .card-arrow-top-right {
  width: 10px;
  height: 10px;
  position: absolute
}

.card .card-arrow-bottom-left:before,
.card .card-arrow-bottom-right:before,
.card .card-arrow-top-left:before,
.card .card-arrow-top-right:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 8px;
  background: var(--white-7);
}

.card .card-arrow-bottom-left:after,
.card .card-arrow-bottom-right:after,
.card .card-arrow-top-left:after,
.card .card-arrow-top-right:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: var(--white-7);
}

.card .card-arrow-top-left,
.card .card-arrow-top-right {
  top: 0
}

.card .card-arrow-top-left:before,
.card .card-arrow-top-right:before {
  top: 2px
}

.card .card-arrow-top-left:after,
.card .card-arrow-top-right:after {
  top: 0
}

.card .card-arrow-bottom-left,
.card .card-arrow-bottom-right {
  bottom: 0
}

.card .card-arrow-bottom-left:before,
.card .card-arrow-bottom-right:before {
  bottom: 2px
}

.card .card-arrow-bottom-left:after,
.card .card-arrow-bottom-right:after {
  bottom: 0
}

.card .card-arrow-bottom-left,
.card .card-arrow-top-left {
  left: 0
}

.card .card-arrow-bottom-left:after,
.card .card-arrow-bottom-left:before,
.card .card-arrow-top-left:after,
.card .card-arrow-top-left:before {
  left: 0
}

.card .card-arrow-bottom-right,
.card .card-arrow-top-right {
  right: 0
}

.card .card-arrow-bottom-right:after,
.card .card-arrow-bottom-right:before,
.card .card-arrow-top-right:after,
.card .card-arrow-top-right:before {
  right: 0
}

.card-body {
  padding: 24px !important;
}

.card-header {
  padding: 12px 24px;
}

.card-title h5 {
  font-size: 16px;
  font-weight: 600;
  color: var(--gray-800);
}

.card-title h1 {
  line-height: 44px;
}

.is-align-top,
.is-align-top tr {
  vertical-align: top;
}

.text-nowrap.theme-scrollbar-horizontal {
  min-height: 400px;
}

.theme-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 24px;
  border: 0;
  border-color: var(--black-3);
}

.theme-table:last-child {
  margin-bottom: 0;
}

.theme-table tr th {
  position: relative;
  text-align: left;
  padding: 13px 8px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--black-4);
}

th>svg {
  display: block;
}

.theme-table tr td {
  padding: 12px 8px;
  border-bottom: 1px solid;
  border-color: var(--gray-5);
}

.th-with-dropdown .table-filter a {
  position: absolute;
  top: 50%;
  right: 0;
  opacity: 0;
  color: var(--gray-700);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.th-with-dropdown:hover .table-filter a,
.th-with-dropdown.active .table-filter a {
  opacity: 1;
}

.theme-table th.th-with-dropdown {
  padding-right: 36px;
}

.theme-table tr:last-child td {
  border-bottom: 0;
}

.table-actions-wrapper button svg {
  color: var(--white-10);
}

.table-actions {
  display: flex;
  gap: 2px;
}

.table-actions a svg {
  width: 24px;
  height: 24px;
  display: block;
}

.table-actions a {
  padding: 8px;
  border-radius: var(--border-radius);
  color: var(--gray-900);
}

.table-actions a:hover svg {
  /* color: var(--white-color); */
}

.table-actions a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}

[data-tooltip]:not(.is-disabled)::before,
[data-tooltip]:not(.is-loading)::before,
[data-tooltip]:not([disabled])::before {
  background-color: var(--tooltip-bg);
  color: #3cd2a5;
  border-radius: var(--border-radius);
  height: auto;
  width: max-content;
  max-width: 280px;
  text-overflow: clip;
  white-space: normal;
  word-break: keep-all;
  border-radius: var(--border-radius-theme);
}

[data-tooltip]:not(.is-disabled)::after,
[data-tooltip]:not(.is-loading)::after,
[data-tooltip]:not([disabled])::after {
  border-top-color: var(--tooltip-bg);
}

[data-tooltip]:not(.is-disabled).has-tooltip-right::after,
[data-tooltip]:not(.is-loading).has-tooltip-right::after,
[data-tooltip]:not([disabled]).has-tooltip-right::after {
  border-right-color: var(--tooltip-bg);
}

[data-tooltip]:not(.is-disabled).has-tooltip-left::after,
[data-tooltip]:not(.is-loading).has-tooltip-left::after,
[data-tooltip]:not([disabled]).has-tooltip-left::after {
  border-left-color: var(--tooltip-bg);
}

[data-tooltip]:not(.is-disabled).has-tooltip-bottom::after,
[data-tooltip]:not(.is-loading).has-tooltip-bottom::after,
[data-tooltip]:not([disabled]).has-tooltip-bottom::after {
  border-bottom-color: var(--tooltip-bg);
}

[data-tooltip]:not(.is-disabled)::after,
[data-tooltip]:not(.is-disabled)::before,
[data-tooltip]:not(.is-loading)::after,
[data-tooltip]:not(.is-loading)::before,
[data-tooltip]:not([disabled])::after,
[data-tooltip]:not([disabled])::before {
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 600;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
}

/***Theme Sidebar***/
.sidebar-active {
  overflow: hidden;
}

.theme-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1111;
  pointer-events: none;
  left: 0px;
  background-image: linear-gradient(180deg, rgba(50, 70, 80, 0.7) 0%, rgb(13, 16, 27) 100%);
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  /*backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);*/
}

.theme-sidebar.active {
  opacity: 1;
  pointer-events: auto;
}

.theme-sidebar-detail form {
  height: 100%;
}

.theme-sidebar.theme-full-sidebar .theme-sidebar-card {
  top: -100%;
  right: 0;
}

.theme-sidebar.theme-full-sidebar.active .theme-sidebar-card {
  top: 0;
}

.theme-sidebar-card .border-right {
  border-right-color: var(--black-3) !important;
}

.theme-full-sidebar .close-sidebar {
  position: absolute;
  top: 10px;
  right: 10px;
}

.form-group:last-child {
  margin-bottom: 0;
}

.theme-sidebar-action {
  display: flex;
}

.theme-sidebar-content {
  position: relative;
  /* height: 100%; */
  height: calc(100vh - 219px);
  padding: 24px;
}

.card-footer {
  padding: 24px;
  border-top: 1px solid var(--grey-5, rgba(220, 225, 227, 0.50));
}

.theme-sidebar-content.theme-sidebar-content-without-footer {
  height: calc(100vh - 126px);
}

.theme-sidebar-footer {
  padding: 8px 24px;
  background-color: #fff;
}

.theme-sidebar-card {
  position: fixed;
  top: 24px;
  right: -100%;
  background-color: #192934;
  border: 1px solid var(--grey-5, rgba(220, 225, 227, 0.50));
  height: calc(100% - 48px);
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}

.theme-sidebar.theme-sidebar-lg .theme-sidebar-card {
  max-width: 1200px;
}

.theme-sidebar.theme-sidebar-md .theme-sidebar-card {
  max-width: 800px;
}

.theme-sidebar.theme-sidebar-sm .theme-sidebar-card {
  max-width: 440px;
}

.theme-sidebar-header {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #ffffff;
  padding: 8px 24px;
  border-bottom: 1px solid var(--grey-5, rgba(220, 225, 227, 0.50));
  justify-content: space-between;
  min-height: 76px;
}

.theme-sidebar-title {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.theme-sidebar.active>.theme-sidebar-card {
  right: 24px;
}

.theme-sidebar-detail {
  position: relative;
  overflow: hidden;
  height: calc(100% - 56px);
}

.close-sidebar {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.close-sidebar:hover svg {
  color: var(--moseque-10);
}

.close-sidebar svg {
  transition: all 0.3s linear;
}

/***End Theme Sidebar***/

/***Authentication***/
.authentication-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
}

.authentication-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.authentication-page {
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-color: #000000; */
}

.authentication-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.authentication-card {
  position: relative;
  padding: 24px;
  max-width: 400px;
}

.auth-logo-element {
  max-width: 180px;
  margin: 0 auto 24px;
}

.auth-logo {
  max-width: 240px;
}

.dont-have-account a {
  color: var(--primary-color);
}

.dont-have-account a:hover {
  color: var(--primary-hover);
}

.auth-item {
  display: none;
}

#login {
  display: block;
}

/***End Authentication***/

/***Form Element***/
.error {
  position: absolute;
  /* bottom: -15px; */
  font-size: 11px;
  line-height: 16px;
  padding: 0 8px;
  border-radius: var(--border-radius);
  font-weight: 500;
  background-color: transparent;
  color: var(--red-10);
  white-space: nowrap;
}

.form-group {
  position: relative;
  margin-bottom: 24px;
}

.form-control {
  display: block;
  width: 100%;
  resize: none;
  font-family: var(--font-family);
  padding: 8px 16px;
  font-size: 16px;
  letter-spacing: 0.75px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  background-clip: padding-box;
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  background: var(--grey-1, rgba(220, 225, 227, 0.10));
  border-radius: 6px;
  -moz-appearance: none;
  appearance: none;
}

.form-control::placeholder,
::placeholder {
  color: var(--grey-7, rgba(220, 225, 227, 0.70));
  opacity: 1;
  /* Firefox */
}

.form-control::-ms-input-placeholder,
::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: var(--grey-7, rgba(220, 225, 227, 0.70));
}

input:-webkit-autofill {
  background-color: #3cd2a5 !important;
  /* Force the background */
  -webkit-box-shadow: 0 0 0 1000px #3cd2a5 inset !important;
  box-shadow: 0 0 0 1000px #3cd2a5 inset !important;
  -webkit-text-fill-color: #000;
  /* optional: makes text color black */
}

input:-webkit-autofill:focus {
  background-color: #3cd2a5 !important;
  /* Force background color */
  -webkit-box-shadow: 0 0 0 1000px #3cd2a5 inset !important;
  box-shadow: 0 0 0 1000px #3cd2a5 inset !important;
  -webkit-text-fill-color: #000;
  /* Optional: text color */
}

/* Remove arrows in number input fields */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.form-control.file-upload-name {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
  border-left: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30)) !important;
}




[type="time"]::-webkit-calendar-picker-indicator {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22white%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-clock%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M3%2012a9%209%200%201%200%2018%200a9%209%200%200%200%20-18%200%22%20/%3E%3Cpath%20d=%22M12%207v5l3%203%22%20/%3E%3C/svg%3E");
}


body .form-group-combine .form-control:focus,
body .form-group-combine .select2-container--default .select2-selection:focus,
body .form-group-combine .select2-container--default.select2-container--focus .select2-selection,
body .form-group-combine .select2-container--default.select2-container--open .select2-selection {
  outline: 0;
}

/* 
body .is-error .form-control,
body .is-error .select2-container--default .select2-selection,
body .is-error .select2-container--default.select2-container--focus .select2-selection,
body .is-error .select2-container--default.select2-container--open .select2-selection,
body .is-error .form-control.flatpickr-time.flatpickr-input.active {
  box-shadow: rgb(234 84 85 / 25%) 0px 0px 0px 4px;
  border: 1px solid;
  border-color: var(--danger-color) !important;
}

body .form-group-combine .is-error .form-control,
body .is-error .form-group-combine .form-control,
body .is-error .form-group-combine .select2-container--default .select2-selection,
body .is-error .form-group-combine .select2-container--default.select2-container--focus .select2-selection,
body .is-error .form-group-combine .select2-container--default.select2-container--open .select2-selection {
  box-shadow: rgb(234 84 85 / 25%) 0px 0px 0px 4px;
  outline: 1px solid;
  outline-color: var(--danger-color) !important;
} */


select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px) / 11px no-repeat;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
  background-color: var(--moseque-5);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--moseque-7);
}

.select2-container--default .select2-selection--single {
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  height: 44px;
}

.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 4px 4px;
}

.select2-container--default .select2-selection--single {
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select2-results__option {
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}

.select2-container--open .select2-dropdown--above {
  box-shadow: 0px 6px 32px rgb(0 0 0 / 10%);
  border: none;
  top: 8px;
  border-radius: 6px;
  overflow: hidden;
}

.select2-dropdown {
  min-width: 200px;
}

.select2-container--open .select2-dropdown {
  box-shadow: 0px 2px 18px rgb(0 0 0 / 16%) !important;
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30)) !important;
  background-color: var(--black-6);
  box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.15);
  border: none;
  top: 0;
  border-radius: 0;
  overflow: hidden;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  /* Safari support */
}

.select2-dropdown.select2-dropdown--below {
  border-radius: 0 0 6px 6px;
  border-top: 0 !important;
}

.select2-dropdown.select2-dropdown--above {
  border-radius: 6px 6px 0 0;
  border-bottom: 0 !important;
}

.select2-search--dropdown {
  padding: 12px 15px;
  position: relative;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 14px;
  color: #757575;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  background: var(--grey-1, rgba(220, 225, 227, 0.10));
  border-radius: 6px;
  position: relative;
  padding-right: 45px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #dfe3e7;
  min-height: 44px;
  border-radius: 0;
  position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__arrow {
  height: 48px;
  right: 15px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered:before {
  border: none;
  content: "";
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%236f6b7d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='white' stroke-opacity='0.2' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  right: 12px;
  position: absolute;
  height: 18px;
  width: 20px;
  top: 9px;
  background-repeat: no-repeat;
  background-size: 20px 18px;
}

.select2-container--default .select2-search--inline .select2-search__field {
  color: var(--grey-7, rgba(220, 225, 227, 0.70));
  font-family: var(--font-family);
  font-weight: 500;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 16px;
  width: 100%;
  font-size: 16px;
  font-family: var(--font-family);
  font-weight: 500;
}

.select2-container--default .select2-selection {
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30)) !important;
  background: var(--grey-1, rgba(220, 225, 227, 0.10)) !important;
  border-radius: 6px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group.focused .select2-selection__rendered:before,
.form-group.focused-active .select2-selection__rendered:before,
.select2-selection--multiple .select2-selection__rendered:before {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 500;
  color: var(--grey-7, rgba(220, 225, 227, 0.70));
  line-height: 44px;
  padding-left: 16px;
  font-size: 16px;
}

.form-group.focused .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-group.focused-active .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background-image: url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22white%22%20%20class=%22icon%20icon-tabler%20icons-tabler-filled%20icon-tabler-caret-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%209c.852%200%201.297%20.986%20.783%201.623l-.076%20.084l-6%206a1%201%200%200%201%20-1.32%20.083l-.094%20-.083l-6%20-6l-.083%20-.094l-.054%20-.077l-.054%20-.096l-.017%20-.036l-.027%20-.067l-.032%20-.108l-.01%20-.053l-.01%20-.06l-.004%20-.057v-.118l.005%20-.058l.009%20-.06l.01%20-.052l.032%20-.108l.027%20-.067l.07%20-.132l.065%20-.09l.073%20-.081l.094%20-.083l.077%20-.054l.096%20-.054l.036%20-.017l.067%20-.027l.108%20-.032l.053%20-.01l.06%20-.01l.057%20-.004l12.059%20-.002z%22%20/%3E%3C/svg%3E");
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 50%;
  right: 0;
  position: absolute;
  height: 24px;
  width: 27px;
  background-repeat: no-repeat;
  background-size: 27px 24px;
  border: 0;
  margin: 0;
  left: inherit;
  transform: translateY(-50%);
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: not-allowed;
}

.select2-container--open .select2-selection__rendered {
  color: var(--moseque-10) !important;
}

.custom-file-label {
  display: block;
  width: 100%;
  padding: 6px 14px;
  font-size: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #343434;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid;
  border-color: var(--gray-300);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 6px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-file-upload.focused .custom-file-label,
.custom-file-upload.focused-active .custom-file-label {
  font-size: 15px;
}

.custom-file-upload .form-control {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.input-with-icon .custom-file-label {
  padding-right: 34px !important;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.form-group-combine {
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  background: var(--grey-1, rgba(220, 225, 227, 0.10));
  border-radius: 6px;
  margin-bottom: 24px;
}

.form-group-combine .form-group {
  margin-bottom: 0;
}

.form-group-combine .select2-selection.select2-selection--single,
.form-group-combine .form-control {
  border: 0 !important;
  background-color: transparent !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
}

.select2-container--default.select2-container--focus .select2-selection,
.select2-container--default.select2-container--open .select2-selection {
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  background: var(--grey-1, rgba(220, 225, 227, 0.10));
}

.form-group-combine .col.select-md,
.form-group-combine .col {
  position: relative;
}

.form-group-combine .col:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  top: 50%;
  right: 0;
  background-color: var(--gray-300);
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form-group-combine .form-control {
  max-width: initial;
  padding: 9px 16px;
  background-color: transparent;
}

.form-group-combine-with-btn .form-group-combine {
  border-radius: 6px 6px 0 0;
}

.form-group-combine-with-square-btn {
  display: flex;
  gap: 24px;
}

.form-group-combine-with-square-btn .form-group-combine,
.form-group-combine-with-square-btn .form-group {
  width: 100%;
}

.select-country.custom-select.select-sm {
  padding-right: 4px;
}

.form-control:disabled {
  cursor: not-allowed;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #f1f0f2;
}

.col-form.col-form-full .form-control {
  max-width: 100%;
}

.form-group-combine-with-btn .tag {
  border-radius: 0 0 6px 6px;
}

.form-group-combine-with-btn .col.select-md .error {
  border-radius: 0 0 4px 0 !important;
}

.form-group-combine-with-btn .col:last-child .error {
  border-radius: 0 0 0 4px !important;
}


.form-group-combine .select2-results__option[role="option"] {
  padding: 8px;
}

.form-group-combine-with-right-btn {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 16px;
  right: 8px;
}

.select-country .select2-selection__arrow {
  display: none;
}

.select-country .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 0;
}

.select-without-arrow .select2-selection__arrow {
  display: none;
}

.select-without-arrow .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 12px;
}

.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.btn.disabled,
.btn:disabled {
  cursor: not-allowed !important;
  pointer-events: auto;
}

.form-group-combine.w-100 {
  max-width: 100% !important;
}

.form-check-site-visit .form-check-input:checked,
.form-check-site-visit .form-check-input[type="checkbox"]:indeterminate {
  background-color: #3788d8;
  border-color: #3788d8;
}

body>.select2-container.select2-container--default.select2-container--open {
  z-index: 9999;
}

.theme-form-block {
  position: relative;
}

.theme-form-block:before {
  content: "";
  position: absolute;
  width: calc(100% + 64px);
  height: 100%;
  top: 0;
  left: -32px;
  background-color: #fffaf0;
  border-radius: 6px;
}

.p-4 .theme-form-block:before {
  width: calc(100% + 48px);
  left: -24px;
}

.theme-form-block .form-control,
.light-style .theme-form-block .select2-container--default .select2-selection {
  background-color: #fffaf0;
}

.theme-form-block.theme-form-block-dark:before {
  background-color: #f6f3ec;
}

.theme-form-block.theme-form-block-dark .form-control,
.light-style .theme-form-block.theme-form-block-dark .select2-container--default .select2-selection {
  background-color: #f6f3ec;
}

.th-with-dropdown .table-filter a svg {
  display: block;
  width: 16px;
  height: 16px;
}

.th-with-dropdown .table-filter a.active {
  color: var(--gray-900);
}

html:not([dir=rtl]) .select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-right: 24px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  background-color: var(--black-3);
  color: var(--white-10);
  padding: 4px 8px;
  border: 0;
  font-size: 13px;
  font-weight: 600;
  margin-right: 8px;
  margin-top: 8px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: inherit;
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  margin-right: 0;
  cursor: pointer;
  opacity: 0.5;
  font-size: 0;
  line-height: 26px;
  top: 50%;
  right: 4px;
  font-weight: 600;
  background: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22white%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-x%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M18%206l-12%2012%22%20/%3E%3Cpath%20d=%22M6%206l12%2012%22%20/%3E%3C/svg%3E);
  background-size: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.select2-container .select2-search--inline {
  margin-top: 5px;
}

.form-group-combine:last-child {
  margin-bottom: 0;
}

.column.select-sm {
  max-width: 76px;
}

.form-group-combine .column {
  position: relative;
}

.form-group-combine .column:first-child:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 50%;
  right: 1px;
  background-color: var(--gray-3);
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.form-label {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 400;
  gap: 2px;
  min-height: 18px;
  line-height: 18px;
  margin-bottom: 6px;
  color: var(--grey-7, rgba(220, 225, 227, 0.70));
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--white-10);
  text-align: center;
  white-space: nowrap;
  background-color: #F1F1F1;
  border: 1px solid #F1F1F1;
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  background: var(--grey-1, rgba(220, 225, 227, 0.10));
  border-radius: 6px;
  background-clip: padding-box;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.input-group>.form-control,
.input-group>.form-select,
.input-group>.form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

.input-group .select2.select2-container.select2-container--default {
  position: relative;
  flex: 1 1 auto;
  width: 1% !important;
  min-width: 0;
}

.input-group-icon-left .select2-container--default .select2-selection {
  border-radius: 0 6px 6px 0 !important;
  -webkit-border-radius: 0 6px 6px 0 !important;
  -moz-border-radius: 0 6px 6px 0 !important;
  -ms-border-radius: 0 6px 6px 0 !important;
  -o-border-radius: 0 6px 6px 0 !important;
}

.input-group-icon-right .select2-container--default .select2-selection {
  border-radius: 6px 0 0 6px !important;
  -webkit-border-radius: 6px 0 0 6px !important;
  -moz-border-radius: 6px 0 0 6px !important;
  -ms-border-radius: 6px 0 0 6px !important;
  -o-border-radius: 6px 0 0 6px !important;
}

.input-group-icon-both-side .select2-container--default .select2-selection {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.input-group-merge.input-group-icon-left .select2-container--default .select2-selection {
  border-left: 0;
}

.input-group-merge.input-group-icon-right .select2-container--default .select2-selection {
  border-right: 0;
}

.input-group-merge.input-group-icon-both-side .select2-container--default .select2-selection {
  border-left: 0;
  border-right: 0;
}

.input-group select.max-w-150+.select2.select2-container.select2-container--default {
  width: 150px !important;
  flex-basis: 150px !important;
  flex-grow: 0;
}

.input-group select.max-w-200+.select2.select2-container.select2-container--default {
  width: 200px !important;
  flex-basis: 200px !important;
  flex-grow: 0;
}

.input-group select.max-w-250+.select2.select2-container.select2-container--default {
  width: 250px !important;
  flex-basis: 250px !important;
  flex-grow: 0;
}

.select.has-text-right+.select2 .select2-selection__rendered {
  text-align: right;
}

.input-group-text .form-control {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.column.view-item {
  margin: 0;
}

.view-item-wrapper {
  margin-bottom: 24px;
}

.view-item-wrapper:last-child {
  margin-bottom: 0;
}

.view-item {
  display: block;
  margin-bottom: 16px;
}

.view-item:last-child {
  margin-bottom: 0;
}

.view-label {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

.view-value {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  display: block;
}

.file-upload {
  cursor: pointer;
}

.file-upload>input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.file-upload-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.checkbox-group,
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.checkbox-item,
.radio-item {
  display: flex;
  align-items: center;
}

.form-check-input,
.form-check-label,
.form-radio-input,
.form-radio-label {
  vertical-align: middle !important;
  cursor: pointer !important;
  font-size: 14px;
  font-weight: 500;
  color: var(--gray-7);
  display: flex !important;
}

.form-check-input,
.form-radio-input {
  opacity: 0;
  position: absolute
}

.form-check-label,
.form-radio-label {
  position: relative
}

.form-check-input,
.form-check-label,
.form-radio-input,
.form-radio-label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer
}

.form-check-label:before,
.form-radio-label:before {
  content: "";
  background: var(--gray-1);
  border: 1px solid;
  border-color: var(--gray-1);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 12px;
  padding: 0;
  border-radius: 3px;
  margin-right: 8px;
  line-height: 1;
  text-align: center
}

.form-check-input:checked+.form-check-label:before,
.form-radio-input:checked+.form-radio-label:before {
  content: "";
  background-color: var(--moseque-10);
  border-color: var(--moseque-10);
}

.form-check-label:after,
.form-radio-label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-size: 16px;
  font-size: 12px;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 1;
  text-align: center;
}

.form-check-input:checked+.form-check-label:after,
.form-radio-input:checked+.form-radio-label:after {
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%221%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-check%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M5%2012l5%205l10%20-10%22%20/%3E%3C/svg%3E);
  background-repeat: no-repeat;
  background-position: center center;
}

.form-radio-label:after,
.form-radio-label:before {
  border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -ms-border-radius: 100% !important;
  -o-border-radius: 100% !important;
}

.form-check-label {
  text-transform: none !important
}

.forgot-password {
  font-weight: 500;
  font-size: 13px;
  color: var(--primary-color);
}

.switch-item .switch-label {
  position: relative;
  display: block;
  cursor: pointer;
  width: 80px;
}

.switch-item:last-child .switch-label {
  margin-bottom: 0;
}

.switch-item .switch-label .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}

.switch-item .switch-label .switch-mark {
  display: block;
  position: relative;
  border-radius: 25px;
  transition: all 0.5s ease;
}

.switch-item .switch-label .switch-mark:before,
.switch-item .switch-label .switch-mark:after {
  content: "";
  position: absolute;
  transition: all 0.5s ease;
}



/* basic styles */
.switch-item.switch-style-1 .switch-label .switch-mark {
  background-color: var(--gray-300);
  width: 80px;
  height: 40px;
  padding: 2px;
}

.switch-item.switch-style-1 .switch-label .switch-mark:before {
  top: 3px;
  left: 3px;
  width: 34px;
  height: 34px;
  background: #fff;
  border-radius: 50%;
}

.switch-item.switch-style-1 .switch-label .switch-input:checked~.switch-mark {
  background: var(--switch-color);
}

.switch-item.switch-style-1 .switch-label .switch-input:checked~.switch-mark:before {
  left: 43px;
}

/* flat styles */
.switch-item.switch-style-2 .switch-label .switch-mark {
  border: 5px solid;
  border-color: var(--gray-300);
  width: 80px;
  height: 40px;
  padding: 2px;
}

.switch-item.switch-style-2 .switch-label .switch-mark:before {
  top: 2px;
  left: 2px;
  width: 34px;
  height: 26px;
  background-color: var(--gray-300);
  border-radius: 25px;
}

.switch-item.switch-style-2 .switch-label .switch-input:checked~.switch-mark {
  border-color: var(--switch-color);
}

.switch-item.switch-style-2 .switch-label .switch-input:checked~.switch-mark:before {
  left: 34px;
  background: var(--switch-color);
}

/* skewed styles */
.switch-item.switch-style-3 .switch-label .switch-mark {
  width: 80px;
  height: 40px;
  padding: 2px;
  border-radius: 0;
  transform: skew(-10deg);
  overflow: hidden;
}

.switch-item.switch-style-3 .switch-label .switch-mark:before,
.switch-item.switch-style-3 .switch-label .switch-mark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.switch-item.switch-style-3 .switch-label .switch-mark:before {
  content: "NO";
  background-color: var(--gray-300);
}

.switch-item.switch-style-3 .switch-label .switch-mark:after {
  content: "YES";
  left: -80px;
  background: var(--switch-color);
}

.switch-item.switch-style-3 .switch-label .switch-input:checked~.switch-mark:after {
  left: 0;
}

.switch-item.switch-style-3 .switch-label .switch-input:checked~.switch-mark:before {
  left: 80px;
}

.switch-item.switch-item-md.switch-style-3 .switch-label .switch-mark {
  width: 64px;
  height: 32px;
}

.switch-item.switch-item-md.switch-style-3 .switch-label .switch-mark:before,
.switch-item.switch-item-md.switch-style-3 .switch-label .switch-mark:after {
  height: 32px;
  line-height: 32px;
  font-size: 18px;
}

.switch-item.switch-item-md.switch-style-3 .switch-label .switch-mark:after {
  left: -64px;
}

.switch-item.switch-item-md.switch-style-3 .switch-label .switch-input:checked~.switch-mark:before {
  left: 64px;
}

.switch-item.switch-item-sm.switch-style-3 .switch-label .switch-mark {
  width: 48px;
  height: 24px;
}

.switch-item.switch-item-sm.switch-style-3 .switch-label .switch-mark:before,
.switch-item.switch-item-sm.switch-style-3 .switch-label .switch-mark:after {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
}

.switch-item.switch-item-sm.switch-style-3 .switch-label .switch-mark:after {
  left: -48px;
}

.switch-item.switch-item-sm.switch-style-3 .switch-label .switch-input:checked~.switch-mark:before {
  left: 48px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--blue-10);
  border-color: var(--blue-10);
}

.flatpickr-time {
  height: auto;
  text-align: left;
}

.switch-item {
  margin-bottom: 16px;
}

.switch-item:last-child {
  margin-bottom: 0;
}

.switch-item.switch-item-md.switch-style-1 .switch-label .switch-mark {
  height: 32px;
  width: 64px;
}

.switch-item.switch-item-md.switch-style-1 .switch-label .switch-mark:before {
  top: 3px;
  left: 3px;
  width: 26px;
  height: 26px;
}

.switch-item.switch-item-md.switch-style-1 .switch-label .switch-input:checked~.switch-mark:before {
  left: 35px;
}

.switch-item.switch-item-sm.switch-style-1 .switch-label .switch-mark {
  height: 24px;
  width: 48px;
}

.switch-item.switch-item-sm.switch-style-1 .switch-label .switch-mark:before {
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
}

.switch-item.switch-item-sm.switch-style-1 .switch-label .switch-input:checked~.switch-mark:before {
  left: 27px;
}

.switch-item.switch-item-md.switch-style-2 .switch-label .switch-mark {
  border: 4px solid;
  border-color: var(--gray-300);
  width: 64px;
  height: 32px;
}

.switch-item.switch-item-md.switch-style-2 .switch-label .switch-mark:before {
  width: 26px;
  height: 20px;
}

.switch-item.switch-item-md.switch-style-2 .switch-label .switch-input:checked~.switch-mark:before {
  left: 28px;
}

.switch-item.switch-item-sm.switch-style-2 .switch-label .switch-mark {
  border: 3px solid;
  border-color: var(--gray-300);
  width: 48px;
  height: 24px;
}

.switch-item.switch-item-sm.switch-style-2 .switch-label .switch-mark:before {
  width: 18px;
  height: 14px;
}

.switch-item.switch-item-sm.switch-style-2 .switch-label .switch-input:checked~.switch-mark:before {
  left: 22px;
}

.dropdown1-menu,
.dropdown-menu {
  position: absolute;
  display: none;
  max-width: 250px;
  min-width: 150px;
  z-index: 11;
  overflow: hidden;
  border: 1px solid var(--grey-5, rgba(220, 225, 227, 0.50));
  background: var(--black-7, rgba(0, 0, 0, 0.70));
  box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.15);
  animation: dropdownAnimation 0.1s;
  border-radius: var(--border-radius);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  transition: var(--transition);
}
.dropdown1-item,
.dropdown-item {
  width: calc(100% - 1rem);
  margin: 0.25rem 0.5rem;
  inset: 0px 0px auto auto;
  padding: 4px 8px;
  border-radius: 0;
  white-space: nowrap;
  background-color: transparent;
  color: var(--white-10);
  border: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  font-family: var(--font-family);
}
.dropdown1,
.dropdown {
  position: relative;
  /* z-index: 99; */
}
.dropdown1-item:hover,
.dropdown-item:hover {
  color: var(--moseque-10);
}
.dropdown1.show .dropdown1-menu,
.dropdown.show .dropdown-menu {
  display: block;
}
.dropdown1-menu.dropdown1-menu-top,
.dropdown1-menu-top .dropdown1-menu,
.dropdown-menu.dropdown-menu-top,
.dropdown-menu-top .dropdown-menu {
  bottom: 100%;
  top: auto;
}
.dropdown1-menu.dropdown1-menu-left,
.dropdown1-menu-left .dropdown1-menu,
.dropdown-menu.dropdown-menu-left,
.dropdown-menu-left .dropdown-menu {
  right: 0;
  left: auto;
}
.dropdown1-menu.dropdown1-menu-right,
.dropdown1-menu-right .dropdown1-menu,
.dropdown-menu.dropdown-menu-right,
.dropdown-menu-right .dropdown-menu {
  left: 0;
  right: auto;
}
.dropdown1 [data-toggle="dropdown1"],
.dropdown [data-toggle="dropdown"] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
}
.dropdown1.show [data-toggle="dropdown1"] .icon.icon-tabler-chevron-down,
.dropdown.show [data-toggle="dropdown"] .icon.icon-tabler-chevron-down {
  transform: rotate(180deg);
}
.dropdown1 [data-toggle="dropdown1"] .icon.icon-tabler-chevron-down,
.dropdown [data-toggle="dropdown"] .icon.icon-tabler-chevron-down {
  transition: var(--transition);
}


/***End Form Element***/
footer {
  position: fixed;
  bottom: 0;
  left: var(--menu-minimize-width);
  right: 0;
  background-color: #ffffff;
  padding: 16px 24px;
  z-index: 99;
  -webkit-transition: left .3s ease, right .3s ease;
  -moz-transition: left .3s ease, right .3s ease;
  -ms-transition: left .3s ease, right .3s ease;
  -o-transition: left .3s ease, right .3s ease;
}

.made-in-india img {
  max-width: 30px;
}

.pagination {
  display: flex;
  width: fit-content;
  gap: 12px;
}

.pagination li a {
  background-color: var(--black-3);
  color: var(--white-5);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 6px;
}

.pagination li a:hover,
.pagination li.active a {
  background-color: var(--moseque-3);
  color: var(--white-color);
}


.col-master {
  width: 16.6667%;
  flex: 0 0 16.6667%;
}

.master-card svg {
  display: block;
  width: 28px;
  height: 28px;
}

.master-card {
  overflow: hidden;
  display: flex;
  border: 0;
  box-shadow: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.master-card:hover {
  background-color: var(--moseque-1);
}

.master-card a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
  border-radius: var(--border-radius);
  color: #565656;
}

.master-card:hover a {
  color: var(--gray-900);
}

.master-card a span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.master-card .card-body {
  padding: 0 !important;
  width: 100%;
}

.master-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background-color: var(--purple-3);
  color: var(--purple-10);
}

.master-card a:hover {
  /* background-color: var(--moseque-1); */
}

.dashboard-detail {
  display: flex;
  /* gap: 24px; */
  padding: 18px;
  align-items: center;
  justify-content: space-between;
}

.dashboard-icon {
  display: block;
  background-color: var(--primary-light-color);
  color: var(--primary-color);
  padding: 12px;
  border-radius: 50%;
}

.dashboard-icon svg {
  display: block;
}

.dashboard-desc h3 {
  font-size: 42px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--gray-800);
}

.dashboard-desc span {
  font-weight: 500;
  color: var(--gray-600);
}

.dashboard-desc {
  text-align: right;
}

.theme-chart {
  height: 360px;
}

.theme-chart.theme-chart-2x {
  height: 600px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.breadcrumbs li:after {
  content: "";
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%221.5%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22%20/%3E%3C/svg%3E);
  background-size: 18px;
}

.breadcrumbs li {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li a {
  font-size: 13px;
  line-height: 18px;
  color: var(--gray-800);
}

.breadcrumbs li a.active {
  color: var(--gray-600);
}

.breadcrumbs li.active {
  color: var(--gray-600);
}

.breadcrumbs li a:hover {
  color: var(--primary-color);
}

.profile-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  gap: 12px;
  align-items: center;
}

/*** Toast ***/
.toast-container {
  position: fixed;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.top-left {
  top: 20px;
  left: 20px;
  align-items: flex-start;
}

.top-right {
  top: 20px;
  right: 20px;
  align-items: flex-end;
}

.bottom-left {
  bottom: 20px;
  left: 20px;
  align-items: flex-start;
}

.bottom-right {
  bottom: 20px;
  right: 20px;
  align-items: flex-end;
}

.top-center {
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.bottom-center {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.toast-message-block {
  display: flex;
  gap: 12px;
  min-width: 200px;
  margin: 5px 0;
  padding: 12px 16px;
  font-weight: 500;
  color: var(--gray-800);
  background-color: var(--white-bg);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  opacity: 0;
  pointer-events: all;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
}

.toast-message-block.show {
  opacity: 1;
}

/*** End Toast ***/

/*** Modal ***/
html.active-modal,
.active-modal body {
  overflow: hidden;
}

.theme-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 24px;
  background-color: var(--gray-100);
  border: 1px solid;
  border-color: var(--gray-200);
}

.theme-modal-header h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.theme-modal-close svg {
  display: block;
}

.theme-modal-close:hover {}

.theme-modal-body {
  padding: 24px;
}

.theme-modal {
  display: none;
  position: fixed;
  padding: 0 24px;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.theme-modal.active {
  display: block;
}

.theme-modal-content {
  background-color: #fefefe;
  margin: 24px auto;
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  animation-name: modalopen;
  animation-duration: 0.4s;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.theme-modal-close {
  flex-shrink: 0;
  color: var(--gray-700);
}

.theme-modal-close:hover,
.theme-modal-close:focus {
  color: var(--primary-color);
  text-decoration: none;
  cursor: pointer;
}

.theme-modal-xl {
  max-width: 1200px;
}

.theme-modal-lg {
  max-width: 1000px;
}

.theme-modal-md {
  max-width: 800px;
}

.theme-modal-sm {
  max-width: 400px;
}

.theme-modal-xs {
  max-width: 300px;
}

.theme-modal-footer {
  display: flex;
  justify-content: end;
  padding: 12px 24px;
  border-top: 1px solid;
  border-color: var(--gray-200);
}

/*** End Modal ***/

/* pd custom css */
.d-none {
  display: none !important;
}

/* wrapped text */
.truncated-text {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

/* error msg*/
.add-form .error {
  position: relative;
}

.text-capitalize {
  text-transform: capitalize !important;
}

#custom-file-upload-1-error {
  margin-top: 40px;
}

.preview-image {
  border-radius: 60px;
  margin-top: 10px;
  width: 60px;
}

.pull-right {
  margin-left: 211%;
}

/*** Start Loader ***/
.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--gray-2);
  border-bottom-color: var(--moseque-10);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.theme-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*** End Loader ***/


.loading-shimmer {
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #eff1f3 4%, #e2e2e2 25%, #eff1f3 36%);
  background-size: 1000px 100%;
}

th {
  text-align: left;
}

@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }

  100% {
    background-position: 1000px 0;
  }
}


.circle {
  height: 70px;
  width: 70px;
  border-radius: 35px;
}

.box {
  height: 70px;
  width: 70px;
}

.line {
  height: 20px;
  width: 300px;
}

.btn-right {
  display: block;
  margin-left: auto;
  width: fit-content;
}

#custom_file_upload_1-error {
  margin-top: 40px;
}

/* .column.is-2-widescreen{flex:none;width:16.66667%} */

.project-global-filter {
  max-width: 350px;
  margin-left: auto;
  padding: 15px 0;
}

/* #analysis_loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid var(--primary-color);
  width: 20px;
  height: 20px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
} */

#analysis_loader {
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid var(--primary-color);
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

.summary_card {
  padding: 5px 15px;
  background-color: #ecf3ff;
  border-radius: 5px;
  height: 100%;
}

.summary-desc ul li {
  margin-bottom: 8px;
}

.summary-desc ul li:last-child {
  margin-bottom: 0;
}

/* chat css */


.tab-wrapper h1 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}

.heading-wrapper {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  /* border-bottom: 1px solid #ddd; */
}



.tab-list li {
  list-style: none;
}

.tab-list .tab {
  border-bottom: 4px solid transparent;
  position: relative;
  display: block;
  line-height: 1;
  padding: 14px;
  text-align: center;
  background: transparent;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.tab-list-block {
  border-bottom: 1px solid var(--white-6, rgba(255, 255, 255, 0.60));
}

.tab-list-block .tab-list {
  margin-bottom: 10px;
}

.tab-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tab-list .tab:hover,
.tab-list .tab.is-active {
  border-bottom: 4px solid var(--moseque-10);
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.tab-list .tab a {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tab-list .tab:hover a,
.tab-list .tab.is-active a {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tab-content {
  /* margin-top: 30px; */
}

.object-fit {
  height: 100%;
  display: block;
  max-width: 30px;
}

.object-fit img {
  height: 100%;
  object-fit: cover;
}

.radius-50 {
  border-radius: 50px !important;
  overflow: hidden;
}

.chat-col:not(:last-child) {
  border-right: 1px solid #ddd;
}

.call-ratibg-block {
  background-color: var(--gray-1);
  padding: 16px 24px;
  border-radius: 0;
  color: #fff;
  /* height: 150px; */
}

.chat-col:nth-child(2) {
  /* padding-left: 20px; */
}

.call-ratibg-block h2 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.rating-theme-line span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  padding-right: 10px;
  font-weight: 700;
}

.rating-theme-line {
  position: relative;
}

.rating-theme-line::before {}

.summary-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.summary-wrapper .summary-blocks {
  /* height: 100%; */
  width: calc(50% - 10px);
  flex: 0 0 auto;
  padding: 16px;
}

.gray-bg {
  background-color: #FAFAFA;
}

.bg-gray-shade-1 {
  background-color: #F1F1F1;
}

.light-green-bg {
  background-color: #ecfff1;
}

.light-red-bg {
  background-color: #ffeced;
}

.summary-desc p {
  margin-bottom: 10px;
  font-size: 14px;
}

.summary-blocks span {
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.summary-blocks.fill-width {
  width: 100%;
}


.audio-player {
  display: flex;
  align-items: center;
  gap: 12px;
}

.play-button svg {
  height: 18px;
  width: 18px;
  display: block;
}

.play-button {
  background: transparent;
  color: var(--moseque-10);
  border: 1px solid var(--moseque-10) !important;
  border-radius: 50%;
  padding: 10px;
  border: none;
  cursor: pointer;
}

.time {
  color: var(--gray-7);
  font-weight: 600;
}

.progress-container {
  position: relative;
  width: 100%;
  max-width: 200px;
  min-width: 180px;
}

.progress-bar {
  width: 100%;
  height: 2px;
  background-color: var(--gray-3);
  border-radius: 4px;
  appearance: none;
  cursor: pointer;
}

.progress-bar::-webkit-slider-thumb {
  appearance: none;
  width: 16px;
  height: 16px;
  background-color: var(--moseque-10);
  border-radius: 50%;
  cursor: pointer;
}

.progress-fill {
  position: absolute;
  top: 10px;
  left: 0;
  height: 4px;
  background-color: var(--moseque-10);
  border-radius: 4px;
  width: 0%;
}

.hidden {
  display: none !important;
}

.section-chat {
  /* background-color: #fff; */
  /* border-radius: 5px; */
}

.summary-col {
  padding: 8px !important;
}

.summary-cols {
  margin: -8px !important;
}

.ai-bg {
  background-color: #abcaff !important;
  padding: 8px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.text-primary {
  color: var(--primary-color);
}

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

.text-danger {
  color: var(--danger-color);
}

.text-warning {
  color: var(--warning-color);
}

.text-info {
  color: var(--info-color);
}

.inputtitle {
  font-weight: 400;
  font-size: 11px;
  margin-top: 8px;
}

.customer-budget,
.call-objective {
  padding-right: 80px;
}

.block-icon {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.block-icon svg {
  display: block;
}

.summary-blocks {
  position: relative;
}

.chat-body.theme-scrollbar {
  padding-right: 10px !important;
}

.slim {
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  background: var(--grey-1, rgba(220, 225, 227, 0.10));
  border-radius: 6px;
}

.slim[data-state*=empty]:hover {
  background-color: var(--moseque-2);
}

.slim-label {
  font-size: 16px;
}




.table-view-sticky-btn {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: absolute !important;
  !I;
  !;
  top: 12px;
  right: 12px;
}

.form-label.form-label-width-info {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.form-label.form-label-width-info svg {
  display: block;
}

.audio-wrapper {
  max-height: 260px;
}

.audio-item {
  margin-bottom: 24px;
}

.audio-item:last-child {
  margin-bottom: 0;
}

.audio-item {
  max-width: 480px;
}

.audio-item>.is-flex,
.audio-item>.is-flex>.is-flex {
  width: -webkit-fill-available;
}

.audio-item h4 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.progress[data-value] {
  --progress: attr(data-value) '%';
  background: linear-gradient(to right,
      var(--color, #00d1b2) var(--progress),
      #ddd var(--progress));
}

.progress[data-value^="0"],
.progress[data-value^="1"],
.progress[data-value^="2"],
.progress[data-value^="3"] {
  --color: #ff3860;
}

/* Red */

.progress[data-value^="4"],
.progress[data-value^="5"],
.progress[data-value^="6"] {
  --color: #ffdd57;
}

/* Yellow */

.progress[data-value^="7"],
.progress[data-value^="8"],
.progress[data-value^="9"],
.progress[data-value^="100"] {
  --color: #23d160;
}

/* Green */


.progress.is-danger::-webkit-progress-value {
  background-color: #ea5455
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ea5455
}

.progress.is-danger::-ms-fill {
  background-color: #ea5455
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ea5455 30%, #ededed 30%)
}

.progress.is-success::-webkit-progress-value {
  background-color: #28c76f
}

.progress.is-success::-moz-progress-bar {
  background-color: #28c76f
}

.progress.is-success::-ms-fill {
  background-color: #28c76f
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #28c76f 30%, #ededed 30%)
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ff9f43
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ff9f43
}

.progress.is-warning::-ms-fill {
  background-color: #ff9f43
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ff9f43 30%, #ededed 30%)
}

.progress {
  background-color: #eeeeee !important;
  /* Change background */
  height: 5px;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #eeeeee !important;
}

.rating-key {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray-7);
}

.rating-stars>div {
  display: flex;
  gap: 2px;
  font-weight: 500;
  color: var(--gray-7);
}

.summary-desc,
.summary-desc p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--gray-6);
}

.section-chat .tab-list .tab {
  /* border-bottom: 4px solid transparent; */
}

.section-chat .tab-list .tab.is-active {
  /* border-bottom: 4px solid #9D1680; */
}

label.Comm-engine-developer {
  color: #a7a7a7;
  font-size: 13px;
}

.call-ratibg-block svg {
  width: 30px;
  height: 30px;
}

.section-chat .tab-list .tab {
  max-width: inherit;
  min-width: inherit;
  padding: 12px 6px;
}

.section-chat .tab-list {
  gap: 12px;
}

/* #Comm-engine-developer {
  background: #f5e8f2;
} */

.custom-tab-detail audio {
  width: 100%;
  max-width: 300px;
  min-width: 300px;
}

.smtp_port_map {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: left;
}

.form-group-sm .select2-selection.select2-selection--single {
  height: 40px;
}

.form-group-sm .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
  padding-left: 12px;
  padding-right: 24px;
  font-size: 15px;
}

.form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  right: 4px;
}

.form-group-sm .select2-container--default .select2-selection--single .select2-selection__arrow b {
  /* top: 25%; */
  height: 20px;
  width: 20px;
  background-size: 20px;
}

.form-group-sm .form-control {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.form-group-sm .input-group-text {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.upload-script {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#answered_pagination li {
  margin-right: 12px;
}

#unanswered_pagination li {
  margin-right: 12px;
}

.hot-word {
  padding: 10px;
}

.hot-word-title {
  padding: 10px;
  margin-top: 20px;
}

.th-with-dropdown.up-down-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.arrow {
  cursor: pointer;
}

.page-not-found {
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  background-image: url(../images/404-bg.jpg);
}

.page-not-found-detail {
  max-width: 600px;
  padding: 0 24px;
  margin: 0 auto;
  text-align: center;
}

.page-not-found-detail .btn {
  margin: 30px auto 0;
}

.analytic-btn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tag.tag-is-budget {
  background-color: var(--moseque-1);
  color: var(--moseque-10) !important;
}

.tag.tag-sv-physical {
  background-color: var(--orange-1) !important;
  color: var(--orange-10) !important;
}

.tag.tag-sv-virtual {
  background-color: #e7f5ff !important;
  color: #0984e3 !important;
}

.tag.tag-is-followup {
  background-color: var(--blue-1);
  color: var(--blue-10) !important;
}

.tag.tag-is-other, .tag-other-budget_issue, .tag-other-location_issue, .tag-other-configuration_issue, .tag-other-received_but_not_responded, .tag-other-call_hangup, .tag-other-not_interested  {
  background-color: var(--gray-1);
  color: var(--gray-10) !important;
}

.card-folders .card-body>.breadcrumb {
  margin-left: -1.25em;
  margin-right: -1.25em;
  margin-top: -1.25em;
  border-radius: 0;
}

.folder-container {}

.folder-icon {
  font-size: 5em;
  line-height: 1.25em;
}

.folder-name {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.flex-column .folder-container {
  display: flex;
  width: auto;
  min-width: 100px;
  text-align: left;
  margin: 0;
  margin-bottom: 1rem;
}

.flex-column .folder-icon,
.flex-column .folder-name {
  display: inline-flex;
}

.flex-column .folder-icon {
  font-size: 1.4em;
  margin-right: 1rem;
}

.folder-icon-color,
.file-icon-color {
  color: var(--blue-10);
}

.btn.btn-primary.btn-border:hover {
  border: 1px solid #fff;
}

.col-folder {
  width: 20%;
  flex: 0 0 auto;
  padding: 8px;
}

.card.folder-card {
  padding: 0;
  border: 0;
  box-shadow: none;
  height: 100%;
  width: 100%;
  padding: 6px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.folder-icon {
  padding: 16px;
  font-size: 80px;
  line-height: 1;
  width: 100%;
}

.folder-name {
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 16px;
  width: 100%;
  justify-content: center;
  width: -webkit-fill-available;
  padding: 8px;
  font-family: var(--font-family);
  background-color: var(--gray-1);
  color: #ffffff;
  font-weight: 500;
  height:
    -webkit-fill-available;
  display: flex;
  align-items: center;
}

.row-folder {
  margin: -8px;
}

.event-content-tab.tab-danger-content {
  border-color: #F94E57;
}

.event-content-tab.tab-success-content {
  border-color: #2CC07E;
}

.event-content-tab.tab-primary-content {
  border-color: #9D1680;
}

.custom-tab-detail .event-content-tab {
  padding: 24px;
  border: 2px solid;
  background-color: #FAFAFA;
}

.tab-list .event-tab:hover a,
.tab-list .event-tab.is-active a {
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.tab-list .event-tab a {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.tab-list .event-tab {
  border-bottom: 4px solid #EBD0E6;
  position: relative;
  display: block;
  max-width: 280px;
  min-width: 180px;
  flex: 1;
  line-height: 1;
  padding: 12px;
  text-align: center;
  background: transparent;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  cursor: pointer;
}

.tab-list .event-tab:hover,
.tab-list .event-tab.is-active {
  border-bottom: 4px solid #9D1680;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}


.img-fixed-ratio {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  object-fit: cover !important;
  object-position: center !important;
  height: auto !important;
}

.project-inner-desc {
  padding: 0 20px 10px;
  position: relative;
  overflow: hidden;
}

.project-title h6 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.project-desc span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.theme-block-video-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #211655;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


.main-block {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  height: 100%;
}

.project-vertical-block {
  height: 100%;
}

.project-img::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: #000;
  opacity: 0.3;
}

.title-with-icon {
  display: flex;
  align-items: top;
  justify-content: space-between;
}


.tutorials-btn {
  right: -20px;
  left: auto;
}

.tutorials-btn {
  max-width: 100px;
  min-width: 100px;
}

.full-tab {
  height: calc(100vh - 226px);
  overflow: hidden;
}

.full-tab-contant {
  padding: 24px;
}

.full-tab-contant.theme-scrollbar {
  height: calc(100% - 94px);
}

.full-tab-footer,
.full-card-footer {
  padding: 24px;
  border-top: 1px solid var(--white-6, rgba(255, 255, 255, 0.60));
}

.full-tab-contant.full-tab-contant-without-footer {
  height: 100%;
}

.full-card {
  height: calc(100vh - 192px);
  overflow: hidden;
}

.full-card-contant.theme-scrollbar {
  height: calc(100% - 94px);
  padding: 24px;
}

.dz-message:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-upload' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%233CD2A5' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 17v2a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-2' /%3E%3Cpolyline points='7 9 12 4 17 9' /%3E%3Cline x1='12' y1='4' x2='12' y2='16' /%3E%3C/svg%3E") !important;
  background-color: transparent;
}

.dz-message {
  color: var(--moseque-10);
}

.dropzone {
  border: 1px solid var(--moseque-10);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.notification {
  color: var(--yellow-10, #F9E80D);
  padding: 8px 16px;
  border: 1px solid var(--grey-3, rgba(220, 225, 227, 0.30));
  background: var(--yellow-1, rgba(249, 232, 13, 0.10));
  border-radius: 6px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 10px;
}

.notification strong {
  margin-right: 5px;
}

.heading-wrapper .tab-list-block {
  border-bottom: 0;
}

.flatpickr-calendar {
  background-color: var(--black-6);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: none;
}

.flatpickr-current-month {
  color: #fff;
}

span.flatpickr-weekday {
  color: var(--white-5);
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: var(--white-3);
}

.flatpickr-day {
  color: #ffffff;
}

.flatpickr-calendar:after,
.flatpickr-calendar:before {
  display: none;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: rgb(255 255 255 / 90%);
  fill: rgb(255 255 255 / 90%);
}

.flatpickr-day.today {
  border-color: var(--moseque-10);
  color: var(--moseque-10);
  background-color: var(--moseque-1);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  border-color: var(--blue-6);
  background-color: var(--blue-1);
  color: var(--blue-8);
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: var(--moseque-10);
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 var(--blue-1), 5px 0 0 var(--blue-1);
  box-shadow: -5px 0 0 var(--blue-1), 5px 0 0 var(--blue-1);
}

.lh-44 {
  line-height: 44px;
}

.col-call-view:last-child {
  width: 480px;
}

.col-call-view:first-child {
  width: calc(100% - 480px);
}

.animate-spin {
  animation: spin 1.2s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

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

.dropdown-item.active {
  background-color: rgba(33, 87, 66, 0.7);
  color: white;
}


.d-inline{
  display: inline-block;
}
.d-block{
  display: block;
}
.border-radius-6{
  border-radius: 6px;

}

.swal2-modal {
  background-color: var(--black-7);
  background-image: linear-gradient(180deg, rgba(50, 70, 80, 0.9) 0%, rgb(13, 16, 27) 100%);
  border-radius: 0;
}

.swal2-title {
  color: #fff;
  font-size: 24px;
}

.swal2-html-container {
  color: #fff;
  font-size: 16px;
  padding-bottom: 0;
}

div:where(.swal2-container).swal2-backdrop-show, div:where(.swal2-container).swal2-noanimation {
  background-color: var(--black-6) !important;
}

div:where(.swal2-icon) {
  border: 3px solid rgba(0,0,0,0);
}

div:where(.swal2-icon) .swal2-icon-content {
  font-weight: 100;
}


.statctis-table{
    width: 100%;
    text-align: center;
    border-spacing: 0;
}



.statctis-table  th{
padding: 20px;
    border-right: 1px solid rgba(220, 225, 227, 0.3);
    text-align: center;
    border-bottom: 1px solid rgba(220, 225, 227, 0.3);;
    /* border: 1px solid #fff; */
      border-collapse: collapse;
}

.statctis-table  td{
    border-right: 1px solid rgba(220, 225, 227, 0.3);;
      border-collapse: collapse;
      padding: 20px;
    border-bottom: 1px solid rgba(220, 225, 227, 0.3);
}

.statctis-table th:last-child{
  border-right: 0;
}

.statctis-table td:last-child{
  border-right: 0;
}

.statctis-table tr:last-child td{
  border-bottom: 0;
}