@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Archivo", serif;
  --body-font: "Nunito", serif;
  /* ========================= Theme Color Start ============================= */
  /* Base Color */
  --base-h: 142;
  --base-s: 70%;
  --base-l: 49%;
  color: #25d466;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
  --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
  --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
  /* Base Two Color */
  --base-two-h: 144;
  --base-two-s: 67%;
  --base-two-l: 92%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
  --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
  --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
  /* ========================= Theme Color End ============================= */
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --body-color: 144 67% 92%;
  --heading-color: 144 67% 92%;
  --black: 0 0% 0%;
  --body-bg: 140 100% 1%;
  --section-bg: 240 14% 95%;
  --section-bg-two: 144 66% 92%;
  --title-color: 233 12% 13%;
  /* ================================ Box Shadow Start =============================== */
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
  --btn-shadow: 0px 1px 2px 0px rgba(16, 40, 20, 0.05),
    0px 1px 2px 0px rgba(14, 62, 15, 0.25),
    0px -1px 1px 1px rgba(35, 170, 79, 0.25) inset,
    0px 1px 1px 1px rgba(255, 255, 255, 0.25) inset,
    0px 0px 0px 1px rgba(21, 128, 62, 1) inset;
  /* ================================ Box Shadow End =============================== */
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 238;
  --primary-s: 100%;
  --primary-l: 40%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  /* Success Color */
  --success-h: 112;
  --success-s: 100%;
  --success-l: 40%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
  --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 96%;
  --danger-l: 63%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
  --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  /* Warning Color */
  --warning-h: 40;
  --warning-s: 100%;
  --warning-l: 46%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
  --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  color: #23aa4f33;
  --info: var(--info-h) var(--info-s) var(--info-l);
  --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  /* dark Color */
  --dark-h: 233;
  --dark-s: 12%;
  --dark-l: 13%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
  --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
  /* ============================== Bootstrap Modifier End ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
  /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image,
.dashboard .user-info__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-align,
.dashboard .user-info__button,
.dashboard .user-info__right,
.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11 {
  font-size: 0.6875rem;
}

.fs-12 {
  font-size: 0.75rem;
}

.fs-13 {
  font-size: 0.8125rem;
}

.fs-14 {
  font-size: 0.875rem;
}

.fs-15,
.dashboard .user-info .user-info-dropdown__link {
  font-size: 0.9375rem;
}

.fs-16 {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {
  .fs-16 {
    font-size: 0.9375rem;
  }
}

.fs-17 {
  font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
  .fs-17 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-17 {
    font-size: 0.9375rem;
  }
}

.fs-18 {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
  .fs-18 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-18 {
    font-size: 1rem;
  }
}

.fs-20 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  .fs-20 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 767px) {
  .fs-20 {
    font-size: 1.0625rem;
  }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  background-color: hsl(var(--body-bg));
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  color: hsl(var(--body-color));
}

span {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.3;
  font-weight: 600;
}

@media screen and (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: 3rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 2.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 1.75rem;
  }
}

h2 {
  font-size: 2.5rem;
}

@media screen and (max-width: 1399px) {
  h2 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1199px) {
  h2 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 1.5625rem;
  }
}

h3 {
  font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h3 {
    font-size: 1.5625rem;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 1.4375rem;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 1.25rem;
  }
}

h4 {
  font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
  h4 {
    font-size: 1.3125rem;
  }
}

@media screen and (max-width: 1199px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 575px) {
  h4 {
    font-size: 1.0625rem;
  }
}

h5 {
  font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
  h5 {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 1199px) {
  h5 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 991px) {
  h5 {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 575px) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
}

@media screen and (max-width: 1399px) {
  h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1199px) {
  h6 {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 991px) {
  h6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 767px) {
  h6 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 575px) {
  h6 {
    font-size: 0.875rem;
  }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: inherit;
}

a {
  display: inline-block;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-decoration: none;
  color: hsl(var(--base));
}

a:hover {
  color: hsl(var(--base-d-200));
}

img {
  max-width: 100%;
  height: auto;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: 0;
  background-color: transparent;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
  font-family: var(--body-font);
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
  .col-xsm-6 {
    width: 50%;
  }
}

/* Section Background */
.section-bg {
  background-color: hsl(var(--section-bg));
}

.text-muted {
  color: hsl(var(--secondary) / 0.6) !important;
}

.btn--base.btn-shadow {
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
}

.btn--info.btn-shadow {
  box-shadow: 0px 1px 2px 0px #0e333e40, 0px -1px 1px 1px #238caa40 inset,
    0px 1px 1px 1px #ffffff40 inset, 0px 0px 0px 1px hsl(var(--info)) inset !important;
  border-color: hsl(var(--info));
}

.btn--success.btn-shadow {
  box-shadow: 0px 1px 2px 0px #1028140d, 0px 1px 2px 0px #0e3e0f40,
    0px -1px 1px 1px #23aa4f40 inset, 0px 1px 1px 1px #ffffff40 inset,
    0px 0px 0px 1px hsl(var(--success)) inset !important;
  border-color: hsl(var(--success));
}

.btn--danger.btn-shadow {
  box-shadow: 0px 1px 2px 0px #2810100d, 0px 1px 2px 0px #3e0e0e40,
    0px -1px 1px 1px #aa232d40 inset, 0px 1px 1px 1px #ffffff40 inset,
    0px 0px 0px 1px hsl(var(--danger)) inset !important;
  border-color: hsl(var(--danger));
}

.btn--warning.btn-shadow {
  box-shadow: 0px 1px 2px 0px #ded6be, 0px 1px 2px 0px #735f0340,
    0px -1px 1px 1px hsl(var(--warning)) inset, 0px 1px 1px 1px #ffffff40 inset,
    0px 0px 0px 1px hsl(var(--warning)) inset !important;
  border-color: hsl(var(--warning)) !important;
}

/* Bg Image Css */
.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
  position: absolute;
  overflow-y: hidden;
  padding-right: 17px;
  top: 0;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .scroll-hide {
    padding-right: 0;
  }
}

.scroll-hide-sm {
  position: absolute;
  overflow-y: hidden;
  top: 0;
  left: 0;
  width: calc(100% - 0px);
}

.text--bold {
  font-weight: 600;
  color: hsl(var(--title-color)) !important;
}

/* Overlay Start */
.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.body-overlay.show {
  visibility: visible;
  opacity: 1;
}

.sidebar-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--black) / 0.6);
  z-index: 99;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

/* Overlay End */
@media (max-width: 1920px) and (min-width: 1400px) {
  .p-left {
    padding-left: clamp(3.75rem, -37.476rem + 47.1154vw, 19.0625rem);
  }
}

@media (max-width: 1399px) and (min-width: 1200px) {
  .p-left {
    padding-left: clamp(2.5rem, -37.0729rem + 52.7638vw, 9.0625rem);
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .p-left {
    padding-left: clamp(1.5rem, -30.2488rem + 51.2077vw, 8.125rem);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .p-md-right {
    padding-right: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .p-left {
    padding-left: clamp(2rem, -21.2466rem + 48.4305vw, 8.75rem);
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .p-md-right {
    padding-right: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
  }
}

@media (max-width: 767px) and (min-width: 576px) {
  .p-left {
    padding-left: clamp(1.25rem, -17.4674rem + 52.0833vw, 7.5rem);
  }
}

@media (max-width: 575px) {
  .p-left {
    padding: 0 10px;
  }
}

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 45px;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

.section-heading__title {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .section-heading__title {
    margin-bottom: 8px;
  }
}

.section-heading__btn {
  margin-top: 40px;
}

.section-heading__desc {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
}

.section-heading.style-left {
  text-align: left;
  max-width: unset;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

/* ====================== Section Heading End ==================== */
/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--primary {
  background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
  background-color: hsl(var(--secondary)) !important;
}

.bg--success {
  background-color: hsl(var(--success)) !important;
}

.bg--danger {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--black)) !important;
}

.bg--warning {
  background-color: hsl(var(--warning)) !important;
}

.bg--info {
  background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
  color: hsl(var(--base)) !important;
}

.text--primary {
  color: hsl(var(--primary)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--success {
  color: hsl(var(--success)) !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
.py-100 {
  padding-block: 100px;
}

@media screen and (max-width: 991px) {
  .py-100 {
    padding-block: 60px;
  }
}

@media screen and (max-width: 424px) {
  .py-100 {
    padding-block: 50px;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 60px;
  }
}

@media screen and (max-width: 424px) {
  .pt-100 {
    padding-top: 50px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 424px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

.py-50 {
  padding-block: 50px;
}

@media screen and (max-width: 991px) {
  .py-50 {
    padding-block: 35px;
  }
}

@media screen and (max-width: 424px) {
  .py-50 {
    padding-block: 25px;
  }
}

.pt-50 {
  padding-top: 50px;
}

@media screen and (max-width: 991px) {
  .pt-50 {
    padding-top: 35px;
  }
}

@media screen and (max-width: 424px) {
  .pt-50 {
    padding-top: 25px;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .pb-50 {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 424px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}

.my-100 {
  margin-block: 100px;
}

@media screen and (max-width: 991px) {
  .my-100 {
    margin-block: 60px;
  }
}

@media screen and (max-width: 424px) {
  .my-100 {
    margin-block: 50px;
  }
}

.mt-100 {
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .mt-100 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 424px) {
  .mt-100 {
    margin-top: 50px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 424px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

.my-50 {
  margin-block: 50px;
}

@media screen and (max-width: 991px) {
  .my-50 {
    margin-block: 35px;
  }
}

@media screen and (max-width: 424px) {
  .my-50 {
    margin-block: 25px;
  }
}

.mt-50 {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .mt-50 {
    margin-top: 35px;
  }
}

@media screen and (max-width: 424px) {
  .mt-50 {
    margin-top: 25px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
  .mb-50 {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 424px) {
  .mb-50 {
    margin-bottom: 25px;
  }
}

.py-120 {
  padding-block: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

/* ================================= Border Color Css Start =========================== */
.border--base {
  border-color: hsl(var(--base)) !important;
}

.border--primary {
  border-color: hsl(var(--primary)) !important;
}

.border--secondary {
  border-color: hsl(var(--secondary)) !important;
}

.border--success {
  border-color: hsl(var(--success)) !important;
}

.border--danger {
  border-color: hsl(var(--danger)) !important;
}

.border--warning {
  border-color: hsl(var(--warning)) !important;
}

.border--info {
  border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
  border: 1px solid hsl(var(--black) / 0.1);
  background-color: hsl(var(--section-bg-two) / 0.1) !important;
  border-radius: 16px;
  overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 10px;
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-body {
  padding: 24px;
  background-color: hsl(var(--section-bg-two) / 0.1);
  padding-top: 0;
}

.custom--accordion .accordion-body .text {
  max-width: 95%;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-body .text {
    max-width: 100%;
  }

}

.custom--accordion:first-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}

.custom--accordion .accordion-button {
  background-color: hsl(var(--section-bg-two) / 0.1);
  color: var(--heading-color);
  font-size: 1.25rem;
  padding: 24px;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 15px;
    padding-right: 30px;
    font-size: 16px;
  }

  .custom--accordion .accordion-body {
    padding: 0px 15px 15px 15px;
  }
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: hsl(var(--section-bg-two) / 0.1) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--heading-color));
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f0d8";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 24px;
  width: 32px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: hsl(var(--section-bg-two) / 0.1);
}

@media screen and (max-width: 767px) {

  .custom--accordion .accordion-button[aria-expanded="true"]::after,
  .custom--accordion .accordion-button[aria-expanded="false"]::after {
    right: 10px;
  }
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f0d7";
  color: hsl(var(--heading-color));
}

/*====== faq section css start here ======*/
.faq-section {
  position: relative;
  z-index: 2;
}

.faq-section__bottom {
  text-align: center;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .faq-section__bottom {
    margin-top: 30px;
  }
}

.faq-section__bottom .text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .faq-section__bottom .text {
    margin-top: 16px;
  }
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  color: none;
  background-color: none;
  border-color: none;
}

.pill {
  border-radius: 40px !important;
}

.btn {
  color: hsl(var(--dark)) !important;
  font-weight: 600;
  padding: 12px 16px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  font-family: var(--body-font);
  border: 1px solid #c1c9d033;
  display: inline-block !important;
  font-size: 0.875rem;
  line-height: 1;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:active {
  top: 1px;
}

.btn--lg {
  padding: 15px 25px;
}

.btn--sm {
  padding: 9px 18px;
  font-weight: 600;
  font-size: 0.75rem;
}

/* .btn--base {
    -webkit-box-shadow: var(--btn-shadow);
    box-shadow: var(--btn-shadow);
} */

.btn--white {
  background-color: hsl(var(--white)) !important;
  border: 1px solid #c1c9d0;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.btn--white:hover,
.btn--white:focus {
  background-color: hsl(var(--white)) !important;
  border: 1px solid #c1c9d0;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.btn--base-two {
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #c1c9d0;
}

.btn .btn-icon {
  margin-right: 5px;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--dark {
  background-color: hsl(var(--dark)) !important;
  color: hsl(var(--white)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--dark)) !important;
}

.btn--primary {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
  background-color: hsl(var(--primary-d-200)) !important;
  border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--primary)) !important;
  color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
  background-color: hsl(var(--primary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
  background-color: hsl(var(--secondary-d-200)) !important;
  border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
  background-color: transparent !important;
  border: 1px solid hsl(var(--secondary)) !important;
  color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
  background-color: hsl(var(--secondary)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
  background-color: hsl(var(--danger-d-200)) !important;
  border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
  background-color: transparent !important;
  border: 1px solid hsl(var(--danger)) !important;
  color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
  background-color: hsl(var(--danger)) !important;
  color: hsl(var(--white)) !important;
}

.btn--warning {
  background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
  background-color: hsl(var(--warning-d-200)) !important;
  border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
  background-color: transparent !important;
  border: 1px solid hsl(var(--warning)) !important;
  color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
  background-color: hsl(var(--warning)) !important;
  color: hsl(var(--white)) !important;
}

.btn--info {
  background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
  background-color: hsl(var(--info-d-200)) !important;
  border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
  background-color: transparent !important;
  border: 1px solid hsl(var(--info)) !important;
  color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
  background-color: hsl(var(--info)) !important;
  color: hsl(var(--white)) !important;
}

.btn--base-two {
  background-color: hsl(var(--base-two)) !important;
}

.btn--base-two:hover,
.btn--base-two:focus .btn--base-two:focus-visible {
  background-color: hsl(var(--base-two-d-200)) !important;
  border: 1px solid hsl(var(--base-two-d-200)) !important;
}

.btn-outline--base-two {
  background-color: transparent !important;
  border: 1px solid hsl(var(--base-two)) !important;
  color: hsl(var(--base-two)) !important;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus .btn-outline--base-two:focus-visible {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white)) !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  background-color: hsl(var(--body-color) / 0.1);
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #c1c9d033;
}

.custom--card.card-two {
  background-color: hsl(var(--white));
  padding: 20px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .card-header {
  padding: 0;
  padding-bottom: 15px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.custom--card.card-two .card-header {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .card-header .card-title {
  margin-bottom: 0;
  color: hsl(var(--white));
}

.custom--card .card-body {
  padding: 0px;
  border-radius: 5px;
  margin-top: 15px;
}

.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .select2+.select2-container .select2-selection__rendered {
  line-height: var(--height);
  background-color: transparent !important;
  box-shadow: none;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  border: 0 !important;
  padding-right: 30px;
}

.custom--card .select2+.select2-container .select2-selection {
  border: 1px solid #c1c9d033;
}

.custom--card .select2-wrapper {
  border: 0 !important;
}

.custom--card .input-group-text.mobile-code {
  background: hsl(var(--body-color) / 0.2);
  color: hsl(var(--white));
  border: 1px solid #c1c9d033;
  border-right: 0;
}

.custom--card .form--control::placeholder {
  color: hsl(var(--white) / 0.6) !important;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 6px;
  font-size: 1rem;
  color: hsl(var(--body-color));
  font-weight: 600;
}

label.required:after {
  content: "*";
  color: hsl(var(--danger));
  margin-left: 2px;
}

.form--label.label-two {
  color: #606576;
}

.form-group {
  margin-bottom: 1rem;
}

/* Form Control Start */
.form--control {
  border-radius: 8px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 8px 24px;
  background-color: hsl(var(--body-color) / 0.2);
  border: 1px solid #c1c9d033;
  color: hsl(var(--body-color));
  line-height: 1;
}

.form--control.form-control {
  color: hsl(var(--body-color));
  background-clip: unset !important;
}

.form--control.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background-color: hsl(var(--body-color) / 0.2) !important;
}

.form--control.form-two {
  background-color: hsl(var(--section-bg));
}

.form--control.form-two::-webkit-input-placeholder {
  color: hsl(var(--title-color));
}

.form--control.form-two::-moz-placeholder {
  color: hsl(var(--title-color));
}

.form--control.form-two:-ms-input-placeholder {
  color: hsl(var(--title-color));
}

.form--control.form-two::-ms-input-placeholder {
  color: hsl(var(--title-color));
}

.form--control.form-two::placeholder {
  color: hsl(var(--title-color));
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--body-color) / 0.2);
  font-size: 0.875rem;
}

.form--control::-moz-placeholder {
  color: hsl(var(--body-color) / 0.2);
  font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--body-color) / 0.2);
  font-size: 0.875rem;
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--body-color) / 0.2);
  font-size: 0.875rem;
}

.form--control::placeholder {
  color: hsl(var(--white) / 0.4) !important;
  font-size: 0.875rem;
}

.dashboard .form--control::placeholder {
  color: hsl(var(--black) / 0.4) !important;
  font-size: 0.875rem;
}

.form--control:focus {
  border-color: hsl(var(--base));
}

.deposit-info__input-group .form--control,
.deposit-info__input-group .form--control:focus {
  background: transparent !important;
}

.deposit-info__input-group:has(.form--control:focus) {
  border-color: hsl(var(--base)) !important;
  border-radius: 8px !important;
  overflow: hidden;
}


.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.1) !important;
  opacity: 1;
  border: 0;
}

.dashboard .dashboard-body .form--control:focus {
  background-color: hsl(var(--body-color) / 0.2);
}

.form--control:disabled:focus,
.form--control[readonly]:focus {
  background-color: hsl(var(--black) / 0.1) !important;
}

.form--control[type="password"] {
  color: hsl(var(--body-color) / 0.7);
}

.form--control[type="password"]:focus {
  color: hsl(var(--body-color));
}

.form--control[type="file"] {
  line-height: 38px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::-webkit-file-upload-button {
  border: 1px solid hsl(var(--black) / 0.08);
  border-radius: 0.2em;
  background-color: hsl(var(--base)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 20px;
  position: relative;
  margin-left: 8px;
  color: hsl(var(--black)) !important;
}

.form--control[type="file"]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px !important;
  border-radius: 0.2em;
  background-color: hsl(var(--section-bg)) !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 20px;
  position: relative;
  margin-left: 8px;
  font-size: 14px;
  color: hsl(var(--black)) !important;
}

.form--control[type="file"]::-webkit-file-upload-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

.form--control[type="file"]::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--black));
}

/* Form Control End */
textarea.form--control {
  height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.form--control:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--white)) !important;
  caret-color: hsl(var(--white));
}

.form--control.form-two:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--black)) !important;
  caret-color: hsl(var(--black));
}

/* Autofill Css End */
/* input group */
.input--group {
  position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
  padding-right: 50px;
}

.password-show-hide {
  position: absolute;
  right: 20px;
  z-index: 5;
  cursor: pointer;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--body-color));
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
  display: inline;
}

.form--check .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--title-color));
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form--check .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--check .form-check-input:checked::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--white));
  font-size: 0.6875rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
  .form--check label {
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .form--check a {
    font-size: 0.9375rem;
  }
}

/* Custom Radio Design */
.form--radio .form-check-input {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid hsl(var(--black) / 0.2);
  position: relative;
  background-color: transparent;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.form--radio .form-check-input:active {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
}

.form--radio .form-check-input:checked {
  background-color: transparent;
  border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type="radio"] {
  background-image: none;
}

.form--radio .form-check-input:checked::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 0.875rem;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  background-color: hsl(var(--section-bg)) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 45px;
  height: 25px;
  cursor: pointer;
}

.form--switch .form-check-input:focus {
  border-radius: 40px;
  background-image: none;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
}

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  box-shadow: 0 0 5px hsl(var(--black)/.3);
}

.form--switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 17px);
  background-color: hsl(var(--white)) !important;
  box-shadow: 0 0 5px hsl(var(--white));
}

.form--switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--switch.two .form-check-input {
  background-color: #cdd1d6 !important;
}

.form--switch.two .form-check-input::before {
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 1px 2px 0px #0d10170a, 0px 1px 3px 0px #0d10171f;
  box-shadow: 0px 1px 2px 0px #0d10170a, 0px 1px 3px 0px #0d10171f;
}

.form--switch.two .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form--switch.two .form-check-input:checked::before {
  left: calc(100% - 23px);
  background-color: hsl(var(--white)) !important;
}

.form--switch.three .form-check-input {
  background-color: #cdd1d6 !important;
}

.form--switch.three .form-check-input::before {
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 1px 2px 0px #0d10170a, 0px 1px 3px 0px #0d10171f;
  box-shadow: 0px 1px 2px 0px #0d10170a, 0px 1px 3px 0px #0d10171f;
}

.form--switch.three .form-check-input:checked {
  background-color: hsl(var(--info)) !important;
}

.form--switch.three .form-check-input:checked::before {
  left: calc(100% - 23px);
  background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
  font-weight: 600;
}

.drag-drop {
  border: 1px dashed hsl(var(--body-color) / 0.2);
  padding: 15px !important;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
  border-radius: 8px;
  border: 1px solid hsl(var(--body-color) / 0.2);
}

.input--group .form--control {
  border-width: 0px !important;
  padding-right: 5px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.input--group .input-group-text+.form--control {
  padding-right: 20px;
  padding-left: 10px;
}

.input--group:focus-within {
  border: 1px solid hsl(var(--base));
}

.input--group .input-group-text {
  border-width: 0px;
  height: calc(100% - 10px);
  margin: 5px;
  border-radius: 5px;
  background-color: hsl(var(--black) / 0.1);
  color: hsl(var(--body-color));
}

.input--group-text {
  margin-left: 5px;
}

.input--group .form--control[readonly] {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group .form--control[readonly]:focus {
  border-color: hsl(var(--black) / 0.3);
}

.input--group:has(.form--control[readonly]) {
  background: hsl(var(--black) / 0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
  border-color: hsl(var(--black) / 0.4) !important;
}

.input-group:has(select) select {
  width: 80px !important;
  height: 40px;
  border-radius: 5px 0 0 5px;
  padding: 0 16px;
}

.input-group:has(select) {
  border-radius: 5px !important;
}

.input-group:has(select) .form--control {
  background-clip: unset !important;
}

.input-group .select2-container--default .select2-selection--single {
  border-radius: 5px 0 0 5px !important;
}

.input-group .select2+.select2-container {
  border-radius: 5px 0 0 5px !important;
  border: 0 !important;
}

.input-group .select2+.select2-container .select2-selection {
  border: 1px solid #c1c9d033;
  border-radius: 8px 0 0 8px !important;
}

/* Form Select */
select {
  color: hsl(var(--black) / 0.6) !important;
}

select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

select option {
  background-color: hsl(var(--white));
  color: hsl(var(--black));
}

/* Form Select End */
/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal h1,
.custom--modal h2,
.custom--modal h3,
.custom--modal h4,
.custom--modal h5,
.custom--modal h6 {
  color: hsl(var(--title-color));
}

.custom--modal p,
.custom--modal span,
.custom--modal li div {
  color: #606576;
}

.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.12);
  padding: 22px;
  background: hsla(240, 14%, 95%, 0.2);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}

.dark-modal.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  background: hsl(var(--white)/.04);
}

.custom--modal .modal-header .modal-title {
  color: hsl(var(--title-color));
  margin-bottom: 0px;
}

.dark-modal.custom--modal .modal-header .modal-title {
  color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
  .custom--modal .modal-header {
    padding: 20px;
  }
}

.custom--modal .modal-header .btn-close {
  background: none;
  padding: 0;
  margin: 0;
  color: transparent;
  width: unset;
  height: unset;
  opacity: unset;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: unset;
  top: unset;
  right: unset;
}

.dark-modal.custom--modal .modal-header .close i {
  color: hsl(var(--white));
}

.custom--modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-header .btn-close:hover {
  opacity: 1;
}

.custom--modal .modal-header .btn-close .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  background: #adadad;
}

.custom--modal .modal-header__left .title {
  color: hsl(var(--title-color));
  margin-bottom: 0px;
}

.custom--modal .modal-header__left .text {
  color: #606576;
}

.dark-modal.custom--modal .modal-header__left .title,
.dark-modal.custom--modal .modal-header__left .text {
  color: hsl(var(--white));
}

.custom--modal .modal-content {
  border-radius: 10px !important;
  background-color: hsl(var(--white));
}

.dark-modal.custom--modal .modal-content {
  border-radius: 10px !important;
  background: linear-gradient(181deg, hsl(var(--base)) -99%, hsl(var(--black)) 49%);
  border: 0 !important;
}

.dark-modal.custom--modal .label-two {
  color: hsl(var(--white));
}

.custom--modal .modal-body {
  padding: 32px;
}

@media screen and (max-width: 767px) {
  .custom--modal .modal-body {
    padding: 20px;
  }
}

.dark-modal.custom--modal p,
.dark-modal.custom--modal span,
.dark-modal.custom--modal li div {
  color: hsl(var(--white));
}

.dark-modal .purchase-option-card__title {
  color: hsl(var(--white));
}

.dark-modal .purchase-option-card__item {
  background-color: hsl(var(--white)/.1);
}

.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  padding-top: 0;
  border-top: 1px solid transparent;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-close {
  background: none;
  padding: 0;
  margin: 0;
  color: transparent;
  width: unset;
  height: unset;
  opacity: unset;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 20px;
  right: 20px;
}

.btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-close:hover {
  opacity: 1;
}

.btn-close .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  background: #adadad;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--dark));
  border-color: hsl(var(--base));
}

.pagination .page-item.disabled .page-link {
  background: hsl(var(--dark) / 0.2);
}

.pagination .page-item .page-link {
  border: 1px solid #c1c9d066;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--title-color));
  border-radius: 5px;
}

.pagination .page-item .page-link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pagination-wrapper {
  padding-top: 12px !important;
}


.dark-pagination {
  margin-top: 30px;
}

.dark-pagination .small.text-muted {
  color: hsl(var(--body-color)) !important;
}

.dark-pagination .pagination .page-item .page-link {
  border: 1px solid #c1c9d066;
  margin: 0 5px;
  height: 40px;
  width: 40px;
  color: hsl(var(--white));
  border-radius: 6px;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
  .customer {
    display: block;
    text-align: left;
  }
}

.customer__thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  .customer__thumb {
    margin-left: auto;
  }
}

.customer__content {
  width: calc(100% - 35px);
  padding-left: 15px;
  text-align: left;
}

@media screen and (max-width: 424px) {
  .customer__content {
    padding-left: 8px;
  }
}

@media screen and (max-width: 374px) {
  .customer__content {
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
  }
}

.customer__name {
  margin-bottom: 0;
  font-size: 0.8125rem;
  color: hsl(var(--black) / 0.7);
}

.action-buttons {
  gap: 20px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.action-btn {
  color: #606576;
}

.edit-btn {
  color: hsl(var(--info));
  /* background-color: hsl(var(--info)/0.08); */
}

.delete-btn {
  color: hsl(var(--danger));
  /* background-color: hsl(var(--danger)/0.08); */
}

/* Table Content Css end */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  background-color: hsl(var(--section-bg));
  text-align: center;
  padding: 15px 20px;
  color: hsl(var(--title-color));
  font-weight: 600;
  max-width: 170px;
  font-size: 0.875rem;
  border: 1px solid #c1c9d066;
  border-bottom: 0;
}

@media screen and (max-width: 1399px) {
  .table thead tr th {
    padding: 15px 10px;
  }
}

.table thead tr th:not(:last-child) {
  border-right: 0;
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 6px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr {
  border-bottom: 1px solid #c1c9d066;
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 6px;
}

.table tbody tr:last-child td:last-child {
  border-radius: 0 0px 6px 0;
}

.table tbody tr td {
  text-align: center;
  vertical-align: middle;
  padding: 15px;
  border-width: 1px;
  border: 0;
  color: #606576;
  font-weight: 400;
  max-width: 170px;
  font-size: 0.875rem;
  border-bottom: 1px solid #c1c9d066;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 1399px) {
  .table tbody tr td {
    padding: 15px 10px;
  }
}

.table tbody tr td .name {
  color: hsl(var(--title-color));
  font-style: 16px;
  font-weight: 600;
}

.table tbody tr td::before {
  content: attr(data-label);
  font-size: 0.9375rem;
  color: hsl(var(--title-color));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid #c1c9d066;
  font-size: 1rem;
  font-weight: 600;
  color: hsl(var(--title-color));
}

.table tbody tr td:last-child {
  text-align: right;
  border-right: 1px solid #c1c9d066;
}

@media screen and (max-width: 767px) {
  .table--responsive--md .tag-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
    border-bottom: 0;
  }

  .table--responsive--md tbody tr:nth-child(odd) {
    background-color: hsl(var(--base) / 0.03);
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
    background-color: transparent;
  }

  .table--responsive--md tbody tr td:last-child {
    border: none;
  }

  .table--responsive--md tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--md tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 767px) {
  .table--responsive--md tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg .tag-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg thead {
    display: none;
  }

  .table--responsive--lg tbody tr {
    display: block;
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr:nth-child(odd) {
    background-color: hsl(var(--base) / 0.03);
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    border: none;
    border-bottom: 0;
    max-width: unset;
    background-color: transparent;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl .tag-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
    border-bottom: 0;
  }

  .table--responsive--xl tbody tr:nth-child(odd) {
    background-color: hsl(var(--base) / 0.03);
  }

  .table--responsive--xl tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
    background-color: transparent;
    justify-content: center;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl .tag-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr:nth-child(odd) {
    background-color: hsl(var(--base) / 0.03);
  }

  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr td {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08) !important;
    max-width: unset;
    background-color: transparent;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

.empty-message-row td:before {
  display: none !important;
}

.empty-message-row td>*:last-child {
  flex-basis: 100%;
}


/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: hsl(var(--section-bg-two) / 0.1);
  padding: 8px 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 24px;
  gap: 8px;
}

.custom--tab .nav-item {
  border-bottom: 0;
  padding: 0px;
}

.custom--tab .nav-item .nav-link {
  color: hsl(var(--white));
  padding: 8px 16px;
  background-color: hsl(var(--section-bg-two) / 0.1) !important;
  border-radius: 8px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent !important;
}

@media screen and (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 8px 16px !important;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base) / 0.2) !important;
  -webkit-box-shadow: 0px 1px 2px 0px #0e3e0f40,
    0px -1px 1px 1px #23aa4f40 inset, 0px 1px 1px 1px #ffffff40 inset,
    0px 0px 0px 1px #15803e inset;
  box-shadow: 0px 1px 2px 0px #0e3e0f40, 0px -1px 1px 1px #23aa4f40 inset,
    0px 1px 1px 1px #ffffff40 inset, 0px 0px 0px 1px #15803e inset;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

.custom--tab.tab-two {
  background-color: transparent;
  width: unset;
  margin: unset;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0;
}

.custom--tab.tab-two .nav-item .nav-link {
  color: #606576;
  padding: 6px 16px;
  background-color: hsl(var(--section-bg)) !important;
  border: 0 !important;
}

.custom--tab.tab-two .nav-item .nav-link.active {
  color: hsl(var(--dark));
  background-color: hsl(var(--base)) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.custom--tab.tab-two .nav-item .nav-link.active:hover {
  color: hsl(var(--dark));
  background-color: hsl(var(--base-d-200)) !important;
}

.custom--tab.tab-two .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

.custom--tab.tab-three {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 0;
  background-color: hsl(var(--white));
  padding: 15px 25px;
  border-radius: 0;
  margin-bottom: 0px !important;
  gap: 40px 30px;
  width: unset;
}

@media screen and (max-width: 424px) {
  .custom--tab.tab-three {
    gap: 20px 10px;
  }
}

.custom--tab.tab-three .nav-item {
  padding: 0;
}

.custom--tab.tab-three .nav-item .nav-link {
  background-color: transparent !important;
  border-radius: 0;
  border: 0 !important;
  padding: 0 10px !important;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #606576;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 424px) {
  .custom--tab.tab-three .nav-item .nav-link {
    padding: 0 5px !important;
  }
}

.custom--tab.tab-three .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -17px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: hsl(var(--base-d-400));
}

@media screen and (max-width: 424px) {
  .custom--tab.tab-three .nav-item .nav-link::after {
    bottom: -10px;
  }
}

.custom--tab.tab-three .nav-item .nav-link.active {
  color: hsl(var(--title-color)) !important;
  background-color: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--tab.tab-three .nav-item .nav-link.active.nav-link::after {
  width: 100%;
}

.custom--tab.tab-three .nav-item .nav-link.active.nav-link .tab-icon {
  color: hsl(var(--title-color));
}

.custom--tab.tab-three .nav-item .nav-link.active:hover {
  color: hsl(var(--base));
}

.tab-icon {
  color: #606576;
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.custom--badge {
  font-size: 0.875rem;
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 500;
  position: relative;
  text-align: center;
  line-height: 1;
}

.badge--base {
  background-color: hsl(var(--base) / 0.15) !important;
  color: hsl(var(--base)) !important;
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.15) !important;
  color: hsl(var(--primary)) !important;
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.15) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--success {
  background-color: hsl(var(--success) / 0.15) !important;
  color: hsl(var(--success)) !important;
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.15) !important;
  color: hsl(var(--danger)) !important;
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.15) !important;
  color: hsl(var(--warning)) !important;
}

.badge--dark {
  background-color: hsl(var(--dark) / 0.15) !important;
  color: hsl(var(--dark)) !important;
}

.badge--info {
  background-color: hsl(var(--info) / 0.15) !important;
  color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
/* alert */
.alert {
  margin-bottom: 0;
  font-weight: 400;
  padding: 17px 24px;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: 16px;
  border: 0;
  background-color: hsl(var(--white));
  border-left: 4px solid transparent;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    padding: 12px;
  }
}

.alert__icon {
  font-size: 1.5rem;
  line-height: 1;
}

.alert__content {
  width: calc(100% - 24px);
}

@media screen and (max-width: 991px) {
  .alert__content {
    padding-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert__content {
    padding-left: 0;
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 10px;
}

.alert__desc {
  color: hsl(var(--base-two) / 0.5);
  display: block;
  line-height: 1.375;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.8125rem;
  }
}

.alert__link {
  position: relative;
}

.alert--info {
  border-color: hsl(var(--info));
}

.alert--info .alert__icon,
.alert--info .alert__title {
  color: hsl(var(--info));
}

.alert--primary {
  border-color: hsl(var(--primary));
}

.alert--primary .alert__icon,
.alert--primary .alert__title {
  color: hsl(var(--primary));
}

.alert--danger {
  border-color: hsl(var(--danger));
}

.alert--danger .alert__icon,
.alert--danger .alert__title {
  color: hsl(var(--danger));
}

.alert--warning {
  border-color: hsl(var(--warning));
}

.alert--warning .alert__icon,
.alert--warning .alert__title {
  color: hsl(var(--warning));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
/* ============= Footer End ======================= */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: #0D120F;
  width: 100%;
  height: 100%;
}

.loader {
  width: 48px;
  height: 48px;
  border: 3px dotted hsl(var(--base));
  border-style: solid solid dotted dotted;
  border-radius: 50%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader::after {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 3px dotted hsl(var(--base)/0.5);
  border-style: solid solid dotted;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: rotationBack 0.5s linear infinite;
  animation: rotationBack 0.5s linear infinite;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rotationBack {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.logo {
  margin-right: 50px;
}

@media screen and (max-width: 1199px) {
  .navbar-brand.logo {
    margin-right: 20px;
  }
}

.navbar-brand.logo img {
  max-width: 200px;
  max-height: 60px;
}

@media screen and (max-width: 991px) {
  .navbar-brand.logo img {
    max-width: 150px;
  }
}

.header {
  position: relative;
  z-index: 5;
  background: hsl(var(--white) / 0.04);
  left: 0;
  right: 0;
  padding: 25px 0;
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    background-color: hsl(var(--body-bg));
    padding: 15px 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 101vh;
    overflow-y: auto;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

.header.fixed-header {
  background-color: hsl(var(--body-bg));
  position: fixed;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 0px;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  width: 100%;
  border-bottom: 1px solid hsl(var(--body-color) / 0.1);
}

@media screen and (max-width: 424px) {
  .header .btn {
    padding: 12px 10px;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
  .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-menu .nav-item {
    position: relative;
    padding-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-menu .nav-item {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item:last-child {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item.active .nav-link::before {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base)) !important;
  }

  .nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 1.125rem;
    color: hsl(var(--body-color)) !important;
    padding: 8px 0;
    position: relative;
    cursor: pointer;
    /* ======================== Style two ================ */
  }

  .nav-menu .nav-item .nav-link:hover::before {
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .nav-menu .nav-item .nav-link .nav-item__icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.8125rem;
    margin-left: 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .nav-menu .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 0;
    min-width: 190px;
  }

  .dropdown-menu__list {
    border-bottom: 1px solid hsl(var(--black) / 0.08);
  }

  .dropdown-menu__list:last-child {
    border-bottom: 3px solid hsl(var(--base));
  }

  .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  .dropdown-menu__link:focus,
  .dropdown-menu__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {

  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }

  .nav-item:first-child {
    border-bottom: none;
  }

  .nav-item:last-child>a {
    border-bottom: 0;
  }

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    color: hsl(var(--white));
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    border: 0;
    background-color: inherit;
    overflow: hidden;
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    margin-left: 20px;
    color: hsl(var(--white));
  }

  .dropdown-menu li .dropdown-item:hover,
  .dropdown-menu li .dropdown-item:focus {
    background-color: transparent;
  }
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown {
  margin-left: 20px;
}

@media screen and (max-width: 1199px) {
  .custom--dropdown {
    margin-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .custom--dropdown {
    width: 70px;
  }
}

@media screen and (max-width: 424px) {
  .custom--dropdown {
    width: 60px;
  }
}

.custom--dropdown.open>.custom--dropdown__selected::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  padding-right: 30px;
}

.custom--dropdown>.custom--dropdown__selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
  display: inline-block;
  position: absolute;
  margin-left: auto;
  width: unset !important;
  right: 10px;
  color: hsl(var(--white));
  font-size: 12px;
}

@media screen and (max-width: 1399px) {
  .custom--dropdown>.custom--dropdown__selected::before {
    right: 2px;
  }
}

@media screen and (max-width: 1399px) {
  .custom--dropdown>.custom--dropdown__selected {
    padding-right: 15px;
  }
}

.custom--dropdown>.dropdown-list {
  position: absolute;
  background-color: #2a332d !important;
  width: 100%;
  border-radius: 3px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 5px;
  z-index: -1;
  visibility: hidden;
  max-height: 168px;
  overflow-y: auto !important;
  width: 100px;
  right: 0px;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--base)) hsl(var(--base) / 0.05)
}

@media screen and (max-width: 991px) {
  .custom--dropdown>.dropdown-list {
    left: auto;
    right: 0;
    width: 80px;
  }
}

@media screen and (max-width: 424px) {
  .custom--dropdown>.dropdown-list {
    width: 70px;
  }
}

/* .custom--dropdown>.dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base)); 
} */


.custom--dropdown.open>.dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
}

.dropdown-list>.dropdown-list__item {
  padding: 10px 8px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.dropdown-list>.dropdown-list__item:hover {
  background-color: hsl(var(--base)) !important;
}

.dropdown-list>.dropdown-list__item:hover .text {
  color: hsl(var(--black)) !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
  width: 20px !important;
  height: 20px !important;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 50%;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
  width: calc(100% - 20px);
  padding-left: 4px;
  color: hsl(var(--white)) !important;
}

.dropdown-list__item .icon {
  width: 20px;
  font-size: 20px;
  color: hsl(var(--white));
}

main:has(.shape-bg) {
  overflow: hidden;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--heading-color) / 0.1);
  margin-top: auto;
  position: relative;
  overflow: hidden;
}

.footer-area .shape-bg {
  left: 50%;
  top: -167px;
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
  height: 500px;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

@media screen and (max-width: 1199px) {
  .footer-item__desc {
    max-width: 600px;
  }

}

.footer-area .shape-bg.two {
  left: -30px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  bottom: -200px;
  top: unset;
}

@media screen and (max-width: 767px) {
  .footer-area .shape-bg.two {
    left: -142px;
    bottom: -350px;
  }
}

@media screen and (max-width: 424px) {
  .footer-area .shape-bg.two {
    display: none;
  }
}

.footer-area .shape-bg.three {
  left: unset;
  right: 0px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  top: -230px;
}

.footer-area .shape-bg.four {
  left: 230px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  bottom: -200px;
  top: unset;
}

@media screen and (max-width: 1399px) {
  .footer-area .shape-bg.four {
    display: none;
  }
}

.footer-item__logo {
  margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
  .footer-item__logo {
    margin-bottom: 16px;
  }
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 64px;
}

.footer-item__title {
  margin-bottom: 24px;
  font-weight: 600;
  color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
  .footer-item__title {
    margin-bottom: 16px;
  }
}

.search-wrapper {
  margin-top: 45px;
  max-width: 85%;
}

@media screen and (max-width: 1199px) {
  .search-wrapper {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .search-wrapper {
    max-width: 100%;
  }
}

.search-wrapper__title {
  color: hsl(var(--base));
  margin-bottom: 8px;
  font-weight: 600;
}

.search-wrapper__text {
  font-size: 14px;
  margin-top: 8px;
}

.search-wrapper .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.search-wrapper .search-form .form--control {
  width: calc(100% - 100px);
}

.search-wrapper .search-form .form--control::-webkit-input-placeholder {
  color: hsl(var(--heading-color));
}

.search-wrapper .search-form .form--control::-moz-placeholder {
  color: hsl(var(--heading-color));
}

.search-wrapper .search-form .form--control:-ms-input-placeholder {
  color: hsl(var(--heading-color));
}

.search-wrapper .search-form .form--control::-ms-input-placeholder {
  color: hsl(var(--heading-color));
}

.search-wrapper .search-form .form--control::placeholder {
  color: hsl(var(--heading-color));
}

.search-wrapper .search-form .btn {
  width: 100px;
}

/* Footer List Item */
.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-menu__item {
  display: block;
  padding-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .footer-menu__item {
    padding-bottom: 10px;
  }
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--heading-color));
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

.footer-contact-menu__item-content a {
  color: hsl(var(--heading-color));
}

.footer-contact-menu__item-content a:hover {
  text-decoration: underline;
  color: hsl(var(--base));
}

.share-btn-wrapper {
  margin-top: 32px;
}

@media screen and (max-width: 991px) {
  .share-btn-wrapper {
    margin-top: 20px;
  }

}

@media screen and (max-width: 575px) {
  .share-btn-wrapper {
    margin-top: 40px;
  }

}

.share-btn-wrapper .title {
  margin-bottom: 12px;
  color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.share-btn-wrapper .title .icon {
  color: hsl(var(--base));
  line-height: 1;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  text-align: center;
  margin-top: 80px;
  padding-bottom: 24px;
  border-top: 1px solid hsl(var(--body-color) / 0.2);
}

@media screen and (max-width: 767px) {
  .bottom-footer {
    margin-top: 40px;
  }
}

.bottom-footer .social-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  margin-top: -10px;
  background: #161d19;
  padding: 0 15px;
}

.bottom-footer .bottom-footer-text {
  font-size: 12px;
  margin-top: 45px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .bottom-footer .bottom-footer-text {
    margin-top: 20px;
  }
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: hsl(var(--base));
}

.scroll-top:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-100));
}

.scroll-top.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 25px;
}



.social-list__link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--base));
  font-size: 20px;
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 120px 0 20px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 20px 0;
  }
}

.breadcrumb::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #072d15;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .breadcrumb::after {
    -webkit-filter: blur(80px);
    filter: blur(80px);
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumb__item {
  padding: 0 5px;
  font-weight: 400;
  font-size: 1rem;
}

.breadcrumb__item-text {
  color: hsl(var(--base));
}

.breadcrumb__link {
  font-weight: 500;
  color: hsl(var(--body-color));
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 1;
  padding-top: 80px;
  overflow: hidden;
}

.banner-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: hsl(var(--base-d-400)/.4);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .banner-section::after {
    -webkit-filter: blur(120px);
    filter: blur(120px);
  }
}

@media screen and (max-width: 424px) {
  .banner-section::after {
    -webkit-filter: blur(70px);
    filter: blur(70px);
  }
}

@media screen and (max-width: 1199px) {
  .banner-section {
    padding-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .banner-section {
    padding-top: 120px;
  }
}

@media screen and (max-width: 575px) {
  .banner-section {
    padding-top: 120px;
  }
}

.banner-thumb {
  margin-top: 24px;
}

.banner-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.banner-content {
  text-align: center;
}

.banner-content__title {
  color: hsl(var(--heading-color));
  margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
  .banner-content__title {
    font-size: 28px;
  }

}

.banner-content__desc {
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .banner-content__desc {
    font-size: 16px;
  }

}

.banner-content__button {
  margin-top: 24px;
}

.banner-bg {
  position: relative;
  z-index: 1;
}

.banner-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 550px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #072d15;
  background-color: hsl(var(--base-d-400)/.4);
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .banner-bg::after {
    -webkit-filter: blur(80px);
    filter: blur(80px);
  }
}

.section-shape {
  position: relative;
  z-index: 1;
}

.section-shape::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #072d15;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  z-index: -1;
}

@media screen and (max-width: 1399px) {
  .section-shape::before {
    -webkit-filter: blur(100px);
    filter: blur(100px);
  }
}

@media screen and (max-width: 991px) {
  .section-shape::before {
    -webkit-filter: blur(60px);
    filter: blur(60px);
    height: 100px;
    top: -35px;
    z-index: -1;
  }
}

@media screen and (max-width: 767px) {
  .section-shape::before {
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
}

/* =========================== Banner Section End Here ========================= */
/*========= how work section css start here =========*/
.how-work-section {
  position: relative;
  overflow: hidden;
}

.how-work-section__btn {
  text-align: center;
  margin-top: 55px;
}

.how-work-section .shape-bg {
  left: 20px;
  top: -500px;
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
}

.how-work-section .shape-bg.two {
  left: 370px;
  top: -500px;
}

.how-work-section .shape-bg.three {
  left: unset;
  right: 350px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.how-work-section .shape-bg.four {
  left: unset;
  right: 0px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.shape-bg {
  position: absolute;
  z-index: -1;
  background: radial-gradient(74.52% 74.52% at 50% 50%,
      hsl(var(--base-d-200)) 0%,
      #072d15 56.55%);
  width: 120px;
  height: 990px;
  -webkit-filter: blur(160px);
  filter: blur(160px);
}

.how-work-item {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  margin-top: 40px;
}

.how-work-item:hover .how-work-item__icon {
  background-color: hsl(var(--base-two-d-200));
}

.how-work-item__icon {
  width: 48px;
  height: 48px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--base-two));
  margin: 0 auto;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: hsl(var(--dark));
  font-size: 20px;
}

.how-work-item__content {
  text-align: center;
  margin-top: 24px;
}

@media screen and (max-width: 424px) {
  .how-work-item__content {
    margin-top: 10px;
  }
}

.how-work-item__title {
  font-weight: 600;
  margin-bottom: 10px;
}

.how-work-item__desc {
  max-width: 300px;
  margin: 0 auto;
}

.how-work-item__shape {
  position: absolute;
  top: -40px;
  right: -145px;
}

@media screen and (max-width: 1399px) {
  .how-work-item__shape {
    width: 80%;
    right: -120px;
    top: -20px;
  }
}

@media screen and (max-width: 1199px) {
  .how-work-item__shape {
    width: 75%;
    right: -90px;
  }
}

@media screen and (max-width: 991px) {
  .how-work-item__shape {
    right: -140px;
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .how-work-item__shape {
    right: -110px;
    top: -30px;
  }
}

@media screen and (max-width: 575px) {
  .how-work-item__shape {
    display: none;
  }
}

div [class*="col"]:last-child .how-work-item__shape {
  display: none;
}

@media screen and (max-width: 991px) {
  div [class*="col"]:nth-of-type(3n + 2) .how-work-item__shape {
    display: none;
  }
}

/*========= how work section css end here =========*/
/*============ feature section css start here ============*/
.feature-item {
  padding: 32px;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 16px;
  background-color: hsl(var(--white) / 0.08);
  backdrop-filter: blur(60px);
  height: 100%;
}

@media screen and (max-width: 1199px) {
  .feature-item {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .feature-item {
    padding: 20px;
  }
}

.feature-item__title {
  margin-bottom: 8px;
}

.feature-item__icon {
  color: hsl(var(--dark));
  background-color: hsl(var(--base-two));
  width: 48px;
  height: 48px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 24px;
}

.feature-item__icon svg {
  fill: hsl(var(--dark));
  stroke: hsl(var(--dark));
}

.feature-item__btn {
  margin-top: 24px;
  color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.feature-item__btn:hover {
  text-decoration: underline;
}

/*============== feature section css end here ============*/
/*============ pricing section css start here ============*/
.pricing-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.pricing-card-top__text {
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .pricing-card-top__text {
    font-size: 14px;
  }
}

.pricing-card {
  background-color: hsl(var(--base-two) / 0.2);
  padding: 16px;
  border: 1px solid hsl(var(--white) / 0.1);
  border-radius: 16px;
  height: 100%;
}

.pricing-card.card-two {
  box-shadow: hsl(var(--black)/.1) 0px 1px 3px 0px, hsl(var(--black)/.06) 0px 1px 2px 0px;
  background: hsl(var(--section-bg));
}

.pricing-card.card-two .yearly_price,
.pricing-card.card-two .monthly_price {
  color: hsl(var(--black));
}

.pricing-card.card-two .pricing-card__desc {
  color: hsl(var(--black)/.7) !important;
}

.pricing-card.card-two .pricing-list {
  background-color: hsl(var(--white)/.6);
}

.pricing-card.popular {
  background: -webkit-gradient(linear,
      right top,
      left top,
      from(#1ea952),
      to(#0b411f));
  background: linear-gradient(270deg, #1ea952 0%, #0b411f 100%);
  background: linear-gradient(270deg, #25d466 0%, #0b411f 100%);
  background: linear-gradient(270deg, hsl(var(--base-d-200)) 0%, #0b411f 100%);
  border: 0;
}

.pricing-card.popular .pricing-card__badge {
  background-color: #25d36633;
  -webkit-box-shadow: 0px 1px 2px 0px #1028140d, 0px 1px 2px 0px #0e3e0f40,
    0px -1px 1px 1px #23aa4f40 inset, 0px 1px 1px 1px #ffffff40 inset,
    0px 0px 0px 1px #15803e inset;
  box-shadow: 0px 1px 2px 0px #1028140d, 0px 1px 2px 0px #0e3e0f40,
    0px -1px 1px 1px #23aa4f40 inset, 0px 1px 1px 1px #ffffff40 inset,
    0px 0px 0px 1px #15803e inset;
}

.pricing-card__badge {
  font-size: 14px;
  font-weight: 600;
  background-color: hsl(var(--base-two) / 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  color: hsl(var(--body-color)) !important;
}

.pricing-card__badge .icon {
  color: hsl(var(--body-color));
}

.pricing-card__title {
  margin-bottom: 0;
  color: hsl(var(--base)) !important;
}

.pricing-card__desc {
  font-size: 14px;
  color: hsl(var(--body-color)) !important;
  font-weight: 600;
}

.pricing-card__number {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
  margin-bottom: 16px;
  padding-bottom: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--heading-color)) !important;
}

.pricing-card__number .currency-type {
  font-size: 30px;
}

.pricing-card__number .old-price {
  color: hsl(var(--base-two) / 0.2);
  position: relative;
  font-size: 32px;
}

.pricing-card__number .old-price::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  background-color: hsl(var(--base-two) / 0.2);
}

.pricing-card__btn {
  margin-top: 16px;
}

.pricing-card__top {
  margin-bottom: 20px;
}

.pricing-card .pricing-list {
  background-color: hsl(var(--black) / 0.25);
  padding: 16px;
  border-radius: 8px;
}

.pricing-card .pricing-list__item {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
}

.pricing-card.card-two .pricing-card__number {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.pricing-card.popular .pricing-card__number {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.pricing-card .pricing-list__item:last-child {
  margin-bottom: 0;
}

.pricing-card.popular .pricing-card__desc {
  color: hsl(var(--white)) !important;
}

.pricing-card.popular .yearly_price,
.pricing-card.popular .monthly_price {
  color: hsl(var(--white));
}

.pricing-card.popular .pricing-list__item span {
  color: hsl(var(--black));
}

.pricing-card .pricing-list__item span:last-child {
  flex-shrink: 0;
}

.pricing-card.popular .pricing-list {
  background-color: hsl(var(--white)/.8);
}

.popular .pricing-card__number .currency-type {
  color: hsl(var(--white));
}

/*============ pricing section css end here ============*/
/* ================================ Testimonails Section Css Start ============================= */
.feedback-slider.slick-initialized {
  max-width: 85%;
  margin: 0 auto !important;
}

@media screen and (max-width: 991px) {
  .feedback-slider.slick-initialized {
    max-width: 100%;
  }
}

.feedback-slider .slick-prev {
  left: -5% !important;
}

.feedback-slider .slick-next {
  right: -5% !important;
}

.testimonials {
  position: relative;
}

.testimonials .shape-bg {
  left: 20px;
  top: -500px;
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
}



.feedback-content {
  max-width: 620px;
}

.feedback-content__rating i {
  font-size: 26px;
  color: goldenrod;
}

@media screen and (max-width: 991px) {
  .feedback-content__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.feedback-content__text {
  color: hsl(var(--white));
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .feedback-content__text {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .feedback-content__text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 424px) {
  .feedback-content__text {
    font-size: 16px;
  }
}

.feedback-content .feedback-thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}

.feedback-content .feedback-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback-content__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: hsl(var(--white));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .feedback-content__icon {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }
}

.feedback-content__icon svg {
  stroke: hsl(var(--base));
  width: 35px;
}

@media screen and (max-width: 991px) {
  .feedback-content__icon svg {
    width: 24px;
  }
}

.feedback-content .name {
  margin-bottom: 0;
  color: hsl(var(--white));
  font-weight: 500;
  position: relative;
}

@media screen and (max-width: 991px) {
  .feedback-content .name {
    font-size: 18px;
  }
}

@media screen and (max-width: 424px) {
  .feedback-content .name {
    font-size: 16px;
  }
}

.feedback-content .title {
  margin-bottom: 0;
  font-weight: 500;
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .feedback-content .title {
    font-size: 18px;
  }
}

@media screen and (max-width: 424px) {
  .feedback-content .title {
    font-size: 16px;
  }
}

.feedback-content__bottom .type {
  font-size: 14px;
  margin: 5px 0;
}

.feedback-slider .feedback-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .feedback-slider .feedback-item {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

/* ================================ Testimonails Section Css End ============================= */
/*============= customer management section css start here =============*/
.customer-management-section {
  position: relative;
}

.customer-management-section .shape-bg {
  left: unset;
  right: 70px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  top: -230px;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.management-wrapper {
  background: #dcf8e71a;
  padding: 40px 60px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .management-wrapper {
    padding: 30px;
    gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .management-wrapper {
    display: block;
  }
}

@media screen and (max-width: 424px) {
  .management-wrapper {
    padding: 20px;
  }
}

.management-wrapper .shape-bg {
  left: 50%;
  top: -167px;
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
  height: 500px;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.management-wrapper .shape-bg.two {
  left: -30px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  bottom: -200px;
  top: unset;
}

.management-wrapper .shape-bg.three {
  left: unset;
  right: 0px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  top: -230px;
}

.management-wrapper .shape-bg.four {
  left: 230px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  bottom: -200px;
  top: unset;
}

.management-wrapper__left {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .management-wrapper__left {
    width: 100%;
  }
}

.management-wrapper__left .title {
  margin-bottom: 24px;
}

.management-wrapper__left .download-wrapper__title {
  margin-bottom: 6px;
  color: hsl(var(--base));
  font-weight: 600;
}

.management-wrapper__right {
  width: calc(100% - 400px);
}

@media screen and (max-width: 767px) {
  .management-wrapper__right {
    display: none;
  }
}

.management-wrapper__thumb {
  text-align: right;
  width: 100%;
}

.management-wrapper__thumb img {
  width: 100%;
}

.management-wrapper__bottom {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .management-wrapper__bottom {
    margin-top: 40px;
  }
}

@media screen and (max-width: 424px) {
  .management-wrapper__bottom {
    margin-top: 30px;
  }
}

.download-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.download-list__link {
  width: 100%;
}

.download-list__link img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
  border-radius: 8px;
}

.download-list__link img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.text-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 1;
}

.text-list__item:last-child {
  margin-bottom: 0;
}

.text-list__icon {
  background-color: hsl(var(--base));
  width: 20px;
  height: 20px;
  color: hsl(var(--black));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px 6px 6px 0;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/*============= customer management section css end here =============*/
/*============= cta section css start here =================*/
.cta-section {
  position: relative;
  z-index: 1;
  background-color: hsl(var(--base) / 0.2);
  overflow: hidden;
}

.cta-section .shape-bg {
  left: 50%;
  top: -167px;
  -webkit-transform: rotate(340deg);
  transform: rotate(340deg);
  height: 500px;
  -webkit-filter: blur(100px);
  filter: blur(100px);
}

.cta-section .shape-bg.two {
  left: -30px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  bottom: -200px;
  top: unset;
}

.cta-section .shape-bg.three {
  left: unset;
  right: 0px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  top: -230px;
}

.cta-section .shape-bg.four {
  left: 230px;
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  bottom: -200px;
  top: unset;
}

.cta-section__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.cta-section__shape img {
  width: 100%;
  height: 100%;
}

.cta-section__shape-two {
  position: absolute;
  top: 40px;
  left: -140px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 575px) {
  .cta-section__shape-two {
    display: none;
  }
}

.cta-section .cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.cta-section .cta-wrapper__left {
  padding: 85px 0;
  max-width: 800px;
  margin-right: 40px;
}

@media screen and (max-width: 1499px) {
  .cta-section .cta-wrapper__left {
    max-width: 600px;
  }
}

@media screen and (max-width: 1199px) {
  .cta-section .cta-wrapper__left {
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .cta-section .cta-wrapper__left {
    max-width: 100%;
    padding: 50px 0;
    margin-right: 0;
  }
}

.cta-section .cta-wrapper__right {
  width: calc(100% - 500px);
}

@media screen and (max-width: 1499px) {
  .cta-section .cta-wrapper__right {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 1199px) {
  .cta-section .cta-wrapper__right {
    max-width: 400px;
  }
}

@media screen and (max-width: 991px) {
  .cta-section .cta-wrapper__right {
    display: none;
  }
}

.cta-section .cta-wrapper__content {
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .cta-section .cta-wrapper__content {
    padding: 50px 0;
  }
}

.cta-section .cta-wrapper__content .section-heading__desc {
  font-weight: 600;
}

.cta-wrapper:has(.cta-wrapper__content) .cta-section__shape-two {
  top: 0;
  left: 0;
}

@media screen and (max-width: 991px) {
  .thumb-wrapper {
    display: none;
  }
}

.thumb-wrapper .thumb-one {
  position: absolute;
  left: -5%;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1199px) {
  .thumb-wrapper .thumb-one {
    left: -2%;
  }
}

@media screen and (max-width: 1199px) {
  .thumb-wrapper .thumb-one img {
    max-width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .thumb-wrapper .thumb-one {
    width: 40%;
  }
}

.thumb-wrapper .thumb-two {
  position: absolute;
  right: -5%;
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .thumb-wrapper .thumb-two {
    right: -2%;
  }
}

@media screen and (max-width: 1199px) {
  .thumb-wrapper .thumb-two img {
    max-width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .thumb-wrapper .thumb-two {
    width: 40%;
  }
}

/*============== cta section css end here =================*/
/* ================================= Blog Section Css Start Here ============================= */
.blog-section .title {
  margin-bottom: 24px;
}

.search-form {
  position: relative;
  max-width: 430px;
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .search-form {
    margin-left: unset;
    margin-right: unset;
  }

}

.search-form__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-form .form--control {
  padding-left: 40px;
}

.search-form .form--control::-webkit-input-placeholder {
  color: hsl(var(--body-color));
}

.search-form .form--control::-moz-placeholder {
  color: hsl(var(--body-color));
}

.search-form .form--control:-ms-input-placeholder {
  color: hsl(var(--body-color));
}

.search-form .form--control::-ms-input-placeholder {
  color: hsl(var(--body-color));
}

.search-form .form--control::placeholder {
  color: hsl(var(--body-color));
}

.blog-wrapper__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
}

.blog-item {
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  background-color: hsl(var(--body-color) / 0.1);
  border: 1px solid rgba(194, 202, 209, 0.2);
}

.blog-item.item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 991px) {
  .blog-item.item-two {
    display: block;
  }
}

.blog-item.item-two .blog-item__content {
  padding: 24px;
}

.blog-item:hover .blog-item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item__thumb {
  overflow: hidden;
  max-height: 250px;
  width: 100%;
}

.blog-item__thumb-link {
  width: 100%;
  height: 100%;
  display: block;
}

.blog-item__thumb-link img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__content {
  padding: 24px 16px;
}

@media screen and (max-width: 767px) {
  .blog-item__content {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 424px) {
  .blog-item__content {
    padding: 15px 10px;
  }
}

.blog-item__subtitle {
  color: hsl(var(--base));
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}


.blog-item__title-link {
  color: hsl(var(--heading-color));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
  color: hsl(var(--base));
}

.blog-item__desc {
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .blog-item__desc {
    margin-bottom: 15px;
  }
}

.content-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.content-list__item {
  color: hsl(var(--base));
  position: relative;
  font-size: 14px;
  font-weight: 600;
}

.content-list__item::after {
  position: absolute;
  content: "";
  right: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: hsl(var(--base));
}

.content-list__item:last-child::after {
  display: none;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.border-effect:hover {
  background-image: linear-gradient(transparent calc(100% - 1px),
      currentColor 1px);
  background-size: 100% 100%;
}

.blog-slider .slick-arrow {
  -webkit-transform: unset;
  transform: unset;
  top: unset;
  bottom: -90px;
}

.blog-slider .slick-prev {
  left: 0px;
}

.blog-slider .slick-next {
  left: 166px;
  right: unset;
}

@media screen and (max-width: 575px) {
  .blog-slider .slick-next {
    left: 75px;
  }

  .blog-slider .slick-prev {
    left: 15px;
  }
}

.blog-slider .slick-dots {
  position: absolute;
  left: 55px;
  bottom: -85px;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*============== why choose us section css start here ==============*/


.key-feature-wrapper {
  background-color: hsl(var(--body-color) / 0.1);
  border: 1px solid #c1c9d033;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .key-feature-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .key-feature-wrapper {
    margin-bottom: 40px;
  }
}

.key-feature-wrapper:last-child {
  margin-bottom: 0;
}

.key-feature-wrapper__title {
  margin-bottom: 8px;
}

.key-feature-wrapper__top {
  font-size: 14px;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  background-color: hsl(var(--body-color) / 0.1);
  padding: 8px 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.key-feature-wrapper__content {
  padding: 45px;
  width: 50%;
}

@media screen and (max-width: 1399px) {
  .key-feature-wrapper__content {
    padding: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .key-feature-wrapper__content {
    width: 55%;
  }
}

@media screen and (max-width: 991px) {
  .key-feature-wrapper__content {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .key-feature-wrapper__content {
    padding: 20px;
  }
}

.key-feature-wrapper__content .why-choose-us {
  background: hsl(var(--base) / 0.1);
  padding: 24px;
  margin-top: 32px;
  border-radius: 16px;
}

@media screen and (max-width: 575px) {
  .key-feature-wrapper__content .why-choose-us {
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .key-feature-wrapper__content .why-choose-us {
    font-size: 14px;
    padding: 15px;
  }
}

.key-feature-wrapper__content .why-choose-us .title {
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 18px;
}

.key-feature-wrapper__thumb {
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .key-feature-wrapper__thumb {
    width: 45%;
  }
}

@media screen and (max-width: 991px) {
  .key-feature-wrapper__thumb {
    width: 100%;
  }
}

.key-feature-wrapper__thumb img {
  height: 100%;
}

.key-feature-wrapper:nth-child(even) .key-feature-wrapper__thumb {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

@media screen and (max-width: 991px) {
  .key-feature-wrapper:nth-child(even) .key-feature-wrapper__thumb {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

/*=============== why choose us section end start here ==============*/
/*============ verification section css start here============ */
.verification-section {
  height: 100vh;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}

.verification-section__top {
  padding: 16px 0;
}

.verification-section__top .logo {
  max-width: 200px;
  max-height: 60px;
}

.verification-code-wrapper {
  height: calc(100vh - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 600px;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .verification-code-wrapper {
    width: 550px;
  }
}

@media screen and (max-width: 575px) {
  .verification-code-wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 424px) {
  .verification-code-wrapper {
    width: 300px;
  }
}

.verification-wrapper {
  height: calc(100vh - 64px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 700px;
  display: flex;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .verification-wrapper {
    width: 550px;
  }
}

@media screen and (max-width: 575px) {
  .verification-wrapper {
    width: 400px;
  }
}

@media screen and (max-width: 424px) {
  .verification-wrapper {
    width: 300px;
  }
}

.verification-wrapper__icon {
  color: #fff;
  font-size: 50px;
  margin-bottom: 40px;
  line-height: 1;
  text-align: center;
}

.verification-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  height: 60px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 424px) {
  .verification-code {
    height: 50px;
  }
}

.verification-code::after {
  position: absolute;
  content: "";
  right: -37px;
  width: 35px;
  height: 60px;
  background-color: #041c0d;
  z-index: 2;
}

@media screen and (max-width: 424px) {
  .verification-code::after {
    height: 50px;
  }
}

.verification-code__text {
  color: hsl(var(--white) / 0.7);
  margin-bottom: 8px;
  text-align: center;
  font-weight: 600;
}

.verification-text {
  text-align: center;
  margin-bottom: 8px;
}

.verification-code input {
  position: absolute;
  height: 60px;
  width: calc(100% + 55px);
  left: 0;
  background: transparent;
  border: none;
  font-size: 24px !important;
  font-weight: 800;
  letter-spacing: 53px;
  text-indent: 1px;
  border: none;
  z-index: 1;
  padding-left: 24px;
  color: #d0d5dd;
}

@media screen and (max-width: 424px) {
  .verification-code input {
    height: 50px;
    padding-left: 17px;
    letter-spacing: 36px;
  }
}

.verification-code .boxes {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: -1;
}

.verification-code .boxes span {
  height: 60px;
  width: calc(16.6666666667% - 8px);
  background: hsl(var(--dark)/0.1);
  border: 1px solid hsl(var(--white)/.15) !important;
  text-align: center;
  line-height: 60px;
  border-radius: 8px;
  color: hsl(var(--white)) !important;
  font-size: 24px;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

@media screen and (max-width: 424px) {
  .verification-code .boxes span {
    height: 50px;
  }
}

.verification-code input:focus {
  outline: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
}

/* .verification-area {
    margin-top: -60px;
} */

.verification-area__content {
  margin-bottom: 40px;
  text-align: center;
}

.verification-area__btn {
  margin-top: 30px;
  text-align: center;
}

.verification-area__btn .btn {
  border: 1px solid #c1c9d033 !important;
}

.verification-area .title {
  color: hsl(var(--white));
  text-align: center;
  margin-bottom: 10px;
}

.verification-area .text {
  color: hsl(var(--white) / 0.7);
}

/*============ verification section css end here============ */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
  margin: 24px 0;
}

@media screen and (max-width: 991px) {
  .dashboard .sidebar-logo {
    margin-top: 32px;
  }
}

.dashboard .sidebar-logo img {
  max-width: 200px;
  max-height: 60px;
}

.dashboard .sidebar-menu {
  height: 100vh;
  overflow-y: auto;
  z-index: 999;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  width: 320px;
  background: #000301;
  border-radius: 0;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base) / 0.15);
}

.dashboard .sidebar-menu__inner {
  padding: 0 24px 20px;
  width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 991px) {
  .dashboard .sidebar-menu {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
  }
}

.dashboard .sidebar-menu__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.dashboard .sidebar-menu__close:active {
  top: 14px;
}

.dashboard .sidebar-menu__top {
  position: relative;
}

.dashboard .sidebar-menu__top .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dashboard .sidebar-menu__top .form--control {
  background-color: transparent !important;
  border: 0 !important;
}

.dashboard .sidebar-menu__top .form--control::-webkit-input-placeholder {
  color: hsl(var(--body-color));
}

.dashboard .sidebar-menu__top .form--control::-moz-placeholder {
  color: hsl(var(--body-color));
}

.dashboard .sidebar-menu__top .form--control:-ms-input-placeholder {
  color: hsl(var(--body-color));
}

.dashboard .sidebar-menu__top .form--control::-ms-input-placeholder {
  color: hsl(var(--body-color));
}

.dashboard .sidebar-menu__top .form--control::placeholder {
  color: hsl(var(--body-color));
}

.dashboard .sidebar-menu-list {
  margin-top: 10px;
}

.dashboard .sidebar-menu-list__item {
  margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
  border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
  background-color: hsl(var(--body-color));
  color: hsl(var(--title-color));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
  color: hsl(var(--title-color));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 18px;
  color: hsl(var(--title-color));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active .sidebar-submenu {
  display: block;
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  text-align: center;
  background: 0 0;
  right: 16px;
  top: 14px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 10px 15px;
  width: 100%;
  color: hsl(var(--body-color));
  border-radius: 5px;
}

.dashboard .sidebar-menu-list__link:hover {
  background-color: hsl(var(--body-color));
  color: hsl(var(--title-color));
}

.dashboard .sidebar-menu-list__link.active {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
  margin-right: 8px;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 4px;
}

.dashboard .sidebar-submenu {
  display: none;
}

.dashboard .sidebar-submenu.open-submenu {
  display: block;
}

.dashboard .sidebar-submenu-list {
  padding: 5px 0;
  margin: 0.6rem 0;
}

.dashboard .sidebar-submenu-list__item {
  margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
  color: hsl(var(--black));
  background-color: hsl(var(--body-color)/0.8);
}

.dashboard .sidebar-submenu-list__item.active>a::before {
  border-color: hsl(var(--title-color));
}

.dashboard .sidebar-submenu-list__link {
  padding: 8px 15px;
  display: block;
  color: hsl(var(--body-color));
  font-weight: 500;
  font-size: 0.9375rem;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
  padding-left: 35px;
}

.dashboard .sidebar-submenu-list__link::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid hsl(var(--body-color) / 0.6);
  border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
  background-color: hsl(var(--body-color));
  color: hsl(var(--title-color));
}

.dashboard .sidebar-submenu-list__link:hover::before {
  border-color: hsl(var(--title-color));
}

.dashboard .sidebar-submenu-list__link .icon {
  margin-right: 8px;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 4px;
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsl(var(--base-two) / 0.15);
  width: 100%;
  padding: 20px 24px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 299px;
  background-color: hsl(var(--white));
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.user-profile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.user-profile-info__icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f3f9fe;
  font-size: 1.125rem;
  border: 1px solid hsl(var(--black) / 0.1);
}

.user-profile-info__content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.user-profile-info__name {
  margin-bottom: 0px;
}

.user-profile-info__desc {
  color: hsl(var(--body-color));
  font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ======================  Plugin Customization Start  ======================*/
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
  --border-radius: 8px;
  --height: 40px;
  --select2-border: hsl(var(--body-color) / 0.1);
}

.select2+.select2-container {
  border: 1px solid var(--select2-border);
  border-radius: var(--border-radius);
  height: 40px;
}

.select2+.select2-container .select2-selection__rendered {
  line-height: var(--height);
  background-color: hsl(var(--white)) !important;
  border: 1px solid #c1c9d0;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border-radius: 8px;
  font-size: 14px;
  color: #606576;
  font-weight: 600;
  padding-right: 30px;
}


.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 40px !important;
}

.dashboard .custom--modal .select2+.select2-container .select2-selection__rendered {
  background: hsl(var(--section-bg)) !important;
  border: 1px solid #c1c9d033;
  height: 100%;
}

.dashboard .custom--modal .select2+.select2-container .select2-selection__rendered:focus {
  border-color: hsl(var(--base));
}

.dark-modal .select2+.select2-container .select2-selection__rendered {
  line-height: var(--height);
  background-color: hsl(var(--black)/.1) !important;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  padding-right: 30px;
  border: 0;
}

.select2+.select2-container .select2-selection--single {
  height: var(--height);
}

.select2-selection.select2-selection--multiple {
  min-height: 40px !important;
}

.select2+.select2-container:has(.select2-selection.select2-selection--multiple) {
  min-height: 40px !important;
}

.select2+.select2-container .select2-selection {
  border: 0;
  background-color: hsl(var(--body-color) / 0.2);
  width: 100% !important;
}

.select2+.select2-container .selection {
  width: 100%;
}

.select2+.select2-container .select2-selection:focus-visible {
  outline: none !important;
  border-color: hsl(var(--base));
}

.select2+.select2-container .select2-selection__arrow {
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: calc(var(--height) - 10px);
  width: calc(var(--height) - 10px);
}

.select2+.select2-container .select2-selection__rendered:focus-visible {
  outline: none;
}

.select2+.select2-container .select2-selection__arrow::after {
  position: absolute;
  content: "\f0d7";
  inset: 0;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #606576;
  font-size: 14px;
  margin-top: 0px;
}

.select2+.select2-container .select2-selection__arrow b {
  border: 0;
}

.select2-results__option {
  color: hsl(var(--black));
  font-size: 14px;
}

body:has(.select2-dark) .select2-results__option {
  color: hsl(var(--white));
}

.select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}

.select2-container--open:has(.select2-dropdown--above) {
  margin-top: -12px;
}

.select2-dropdown {
  background-color: hsl(var(--body-color) / 0.2) !important;
}

.img-flag-inner {
  height: 37px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.img-flag-inner img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
}

.select2-container--open:has(.select2-dropdown--below) {
  margin-top: 10px;
}

.select2-container--open .select2-dropdown {
  border: 1px solid hsl(var(--black)/.2) !important;
  border-radius: var(--border-radius) !important;
  overflow: hidden;
  background-color: hsl(var(--section-bg)) !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.dark-modal .select2-container--open .select2-dropdown {
  background: rgb(45 75 56) !important;
}

body:has(.select2-dark) .select2-container--open .select2-dropdown {
  border: 1px solid hsl(var(--white)/.2) !important;
  background-color: #32553efc !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.select2-container--open .select2-dropdown--above {
  margin-bottom: 10px;
}

.dark-modal .select2-search__field {
  border: 1px solid hsl(var(--white)/.2) !important;
  color: hsl(var(--white)) !important;
}

.dark-modal .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: hsl(var(--white)) !important;
}

.dark-modal .select2-results__option {
  color: hsl(var(--white)) !important;
}

.select2-search__field {
  border-radius: var(--border-radius);
  border: 1px solid hsl(var(--black)/.2) !important;
  max-width: 100%;
  width: unset;
  background-color: transparent !important;
}

body:has(.select2-dark) .select2-search__field {
  border: 1px solid hsl(var(--white)/.2) !important;
}

.select2-search__field:focus {
  outline: 0;
  border-color: hsl(var(--base)) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base) / 0.3);
  color: hsl(var(--black));
}

body:has(.select2-dark) .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: hsl(var(--white));
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--base) / 0.3) !important;
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select2-container:has(.select2-selection--single) {
  width: 100% !important;
  min-width: 120px;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-container--default .select2-results>.select2-results__options {
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--secondary)) hsl(var(--section-bg) / 0.9);
}

.select2-selection.select2-selection--multiple .select2-search__field {
  border: none !important;
}

/* ======================  Select2 End  ======================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.slick-slide img {
  border-radius: 12px;
}

.slick-initialized.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
  height: 100%;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.slick-arrow:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--base));
  background-color: rgba(37, 212, 102, 0.2);
}

.slick-next {
  right: 20px;
}

@media screen and (max-width: 991px) {
  .slick-next {
    right: 10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-next {
    right: 10px;
  }
}

.slick-prev {
  left: 20px;
}

@media screen and (max-width: 991px) {
  .slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-prev {
    left: 10px;
  }
}

/* -------------- Slick Slider Arrow Style two ------------  */
/* Dots Css Start */
.slick-dots {
  text-align: center;
  padding-top: 20px;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: #dcf8e733;
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 25px;
  border-radius: 5px;
  color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}

.custom--range__content label {
  width: 40%;
}

.custom--range__content input {
  width: 60%;
  text-align: right;
}

.custom--range input {
  border: 0;
  color: hsl(var(--body-color));
  font-weight: 500;
}

.custom--range #slider-range {
  height: 5px;
  border: 0;
  background: hsl(var(--base) / 0.2);
}

.custom--range #slider-range .ui-widget-header {
  background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
  background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  background-color: hsl(var(--base)) !important;
  border: 2px solid hsl(var(--white)) !important;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */
/* ======================  Plugin Customization End  ======================*/
/* ======================  Pages Design Start  ======================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  height: 100%;
  position: relative;
  z-index: 2;
}

.blog-details__thumb {
  overflow: hidden;
  border-radius: 16px;
  height: 400px;
  max-height: 100%;
}

@media screen and (max-width: 991px) {
  .blog-details__thumb {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__thumb {
    height: 300px;
  }
}

.blog-details__top {
  border-bottom: 1px solid hsl(var(--body-color) / 0.1);
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.blog-details__top .text {
  color: hsl(var(--base));
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.blog-details__top .content-list__item {
  font-size: 16px;
}

.blog-details__content {
  margin-top: 24px;
}

.blog-details__title {
  margin-bottom: 24px;
}

.blog-details__desc {
  margin-bottom: 24px;
}

.blog-details__desc:last-child {
  margin-bottom: 0;
}

.blog-details__share {
  margin-top: 24px;
  padding: 24px 0;
  border-top: 1px solid hsl(var(--body-color) / 0.1);
  border-bottom: 1px solid hsl(var(--body-color) / 0.1);
}

.blog-details__share .social-share__title {
  color: hsl(var(--base));
  margin-bottom: 10px;
}

.blog-details .social-list__link {
  color: hsl(var(--body-color));
}

.blog-details .social-list__link:hover {
  color: hsl(var(--white));
}

.quote-text {
  background-color: hsl(var(--base) / 0.1);
  padding: 20px 24px;
  border-radius: 8px;
  border-left: 3px solid hsl(var(--base));
  margin-bottom: 20px;
}

.quote-text__desc {
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .quote-text {
    padding: 25px 15px;
  }
}

.content-item {
  margin-bottom: 24px;
}

.content-item:last-child {
  margin-bottom: 0;
}

.content-item__title {
  color: hsl(var(--base));
  margin-bottom: 16px;
}

.description-list {
  margin-bottom: 24px;
}

.description-list__item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
}

.description-list__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: hsl(var(--base));
}

.description-list__item:last-child {
  margin-bottom: 0;
}

/* ========================================== Blog Details Css End ======================================*/
/*================ contact section css start here ================*/
.select-input .select2+.select2-container .select2-selection__rendered {
  background-color: transparent !important;
  border: 0 !important;
}

.select-input .select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}

.select-input .select2-wrapper {
  --height: 40px !important;
}

.select-input .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: hsl(var(--body-color));
}

.select-input .select2+.select2-container .select2-selection__arrow::after {
  color: hsl(var(--body-color)) !important;
}

.select-input .select2-container--open:has(.select2-dropdown--above) {
  margin-top: -12px;
}

.select-input .select2-dropdown {
  background-color: hsl(var(--body-color) / 0.2) !important;
}

.select-input .select2-container:has(.select2-selection--single) {
  min-width: 70px;
}

.select-input .select2-container--open:has(.select2-dropdown--below) {
  margin-top: 10px;
}

.select-input .select2-container--open .select2-dropdown {
  border: 1px solid var(--select2-border) !important;
  border-radius: var(--border-radius) !important;
  overflow: hidden;
  background-color: #646665 !important;
}

.select-input .select2-container--open .select2-dropdown--above {
  margin-bottom: 10px;
}

.select-input .select2-search__field {
  border-radius: var(--border-radius);
  border: 1px solid var(--select2-border) !important;
  max-width: 100%;
  width: unset;
  background-color: hsl(var(--body-color) / 0.2) !important;
}

body:has(.select2-dark) .select2-search__field {
  color: hsl(var(--white));
  padding: 5px 10px;
}

body:has(.select2-dark) .select2+.select2-container .select2-selection__arrow::after {
  color: hsl(var(--white)) !important;
}

.select-input .select2-search__field:focus {
  outline: 0;
  border-color: hsl(var(--base)) !important;
}

.select-input .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base));
}

.contact-form {
  background-color: hsl(var(--body-color) / 0.1);
  padding: 65px 125px;
  border-radius: 16px;
  border: 1px solid #c1c9d033;
  margin-bottom: 45px;
}

@media (max-width: 1399px) {
  .contact-form {
    padding: 50px 80px;
  }
}

@media (max-width: 1199px) {
  .contact-form {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .contact-form {
    padding: 40px;
  }
}

@media (max-width: 575px) {
  .contact-form {
    padding: 40px 24px;
  }
}

.support-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.support-wrapper .support-item__top {
  color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.support-wrapper .support-item__top .icon {
  background-color: hsl(var(--body-color) / 0.2);
  color: hsl(var(--base));
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}

.support-wrapper .support-item__title {
  margin-bottom: 8px;
}

.contact-item {
  background-color: hsl(var(--body-color));
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 32px;
  border-radius: 16px;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .contact-item {
    padding: 20px;
  }

  .support-wrapper {
    margin-top: 30px;
    gap: 20px;
  }

}

.contact-item__title {
  margin-bottom: 10px;
  color: hsl(var(--title-color));
  font-weight: 600;
}

.contact-item__desc {
  color: #606576;
}

.contact-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: hsl(var(--title-color));
  font-weight: 600;
}

.contact-item__icon {
  color: hsl(var(--base));
}

.contact-item__bottom {
  margin-top: 24px;
}

.contact-item__text {
  color: hsl(var(--title-color));
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.contact-item__text:last-child {
  margin-bottom: 0;
}

.contact-item__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.contact-item__bottom:has(.time-wrapper) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}

.time-wrapper .title {
  color: hsl(var(--title-color));
  font-weight: 700;
}

.time-wrapper .time {
  color: hsl(var(--title-color));
  font-weight: 600;
}

/*================ contact section css end here ================*/
/* =========================================== Account Css Start =========================*/
.account {
  padding-top: 100px;
}

@media screen and (max-width: 991px) {
  .account {
    padding-top: 130px;
  }
}

.account .select2+.select2-container .select2-selection__rendered {
  background-color: transparent !important;
  border: 0 !important;
}

.account .select2-container--default .select2-selection--single {
  border-radius: 8px !important;
}

.account .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: hsl(var(--body-color));
}

.account .select2+.select2-container .select2-selection__arrow::after {
  color: hsl(var(--body-color)) !important;
}

.account .select2-container--open:has(.select2-dropdown--above) {
  margin-top: -12px;
}

.account .select2-dropdown {
  background-color: hsl(var(--body-color) / 0.2) !important;
}

.account .select2-container:has(.select2-selection--single) {
  min-width: 70px;
}

.account .select2-container--open:has(.select2-dropdown--below) {
  margin-top: 10px;
}

.account .select2-container--open .select2-dropdown {
  border: 1px solid var(--select2-border) !important;
  border-radius: var(--border-radius) !important;
  overflow: hidden;
  background-color: #646665 !important;
}

.account .select2-container--open .select2-dropdown--above {
  margin-bottom: 10px;
}

.account .select2-search__field {
  border-radius: var(--border-radius);
  border: 1px solid var(--select2-border) !important;
  max-width: 100%;
  width: unset;
  background-color: hsl(var(--body-color) / 0.2) !important;
}

.account .select2-search__field:focus {
  outline: 0;
  border-color: hsl(var(--base)) !important;
}

.account .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: hsl(var(--base) / 0.3);
}

.account-inner {
  background-color: hsl(var(--body-color) / 0.1);
  padding: 30px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #c1c9d033;
}

@media screen and (max-width: 991px) {
  .account-inner {
    max-width: 500px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 424px) {
  .account-inner {
    padding: 20px;
  }

}


.social-link-wrapper {
  margin-top: 18px;
}

.social-link-wrapper .title {
  margin-bottom: 10px;
  font-weight: 600;
}


.social-link-wrapper .text {
  text-align: center;
  margin: 0 auto;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}

.social-link-wrapper .text::after {
  position: absolute;
  content: "";
  left: 0;
  width: 23%;
  background: hsl(var(--white)/.2);
  height: 1px;
  bottom: 8px;
}

.social-link-wrapper .text::before {
  position: absolute;
  content: "";
  right: 0;
  width: 23%;
  background: hsl(var(--white)/.2);
  height: 1px;
  bottom: 8px;
}

@media screen and (max-width: 1366px) {
  .social-link-wrapper .text:before {
    width: 18%;
  }

  .social-link-wrapper .text::after {
    width: 18%;
  }

}

@media screen and (max-width: 500px) {
  .social-link-wrapper .text:before {
    display: none;
  }

  .social-link-wrapper .text::after {
    display: none;
  }

}

.social-link-wrapper .social-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.social-link-wrapper .social-link-list .social-btn-link {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--white));
  font-size: 20px;
  background-color: hsl(var(--body-color));
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.social-link-wrapper .social-link-list .social-btn-link:hover {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

.social-link-wrapper .social-link-list .social-btn-link.google {
  background-color: #e02735;
}

.social-link-wrapper .social-link-list .social-btn-link.facebook {
  background-color: #3469e6;
}

.social-link-wrapper .social-link-list .social-btn-link.linkedin {
  background-color: #0e76a8;
}

.have-account__link {
  text-decoration: underline;
}

.account-form .form--check .form-check-input {
  border-color: hsl(var(--white));
}

/* ============================================ Account Css End ====================================*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
  /* User Info Css Start */
  /* User Info Css End */
  /* User Info Css Start */
  /* User Info Css End */
  /*========= chart box css start here =========*/
  /* performance wrapper css start here */
  /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
  width: 100%;
  padding-left: 320px;
  background: hsl(var(--section-bg));
}

@media screen and (max-width: 991px) {
  .dashboard__right {
    width: 100%;
    padding-left: 0;
  }
}

.dashboard__right h1,
.dashboard__right h2,
.dashboard__right h3,
.dashboard__right h4,
.dashboard__right h5,
.dashboard__right h6 {
  color: hsl(var(--title-color));
}

.dashboard__right p,
.dashboard__right span,
.dashboard__right label,
.dashboard__right li div {
  color: #606576;
}

.dashboard .btn-icon {
  color: hsl(var(--title-color));
}

.dashboard .user-info {
  position: relative;
  z-index: 1;
}

.dashboard .user-info__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard .user-info__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.dashboard .user-info__button {
  cursor: pointer;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dashboard .user-info__button:focus-visible {
  outline: none !important;
}

.dashboard .user-info__name {
  color: hsl(var(--heading-color));
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 14px;
}

.dashboard .user-info__desc {
  font-size: 14px;
}

@media screen and (max-width: 374px) {
  .dashboard .user-info__desc {
    display: none;
  }
}

.dashboard .user-info__right {
  gap: 30px;
}

@media screen and (max-width: 575px) {
  .dashboard .user-info__right {
    gap: 10px;
  }
}

.dashboard .dropdown {
  display: inline-block !important;
}

.dashboard .dashboard-header {
  padding: 0 25px;
  background-color: hsl(var(--base-d-400));
  position: sticky;
  top: 0;
  z-index: 88;
}

.dashboard .dashboard-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.dashboard .dashboard-header__left .title {
  font-family: var(--body-font);
  margin-bottom: 0;
  color: hsl(var(--body-color));
}

.dashboard .dashboard-header__inner {
  padding: 15px 0;
  gap: 10px;
}

.dashboard .dashboard-header__right {
  gap: 15px;
}

.dashboard .dashboard-header__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dashboard .dashboard-header__shape img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard .dashboard-body {
  position: relative;
  padding: 20px;
  min-height: calc(100vh - 81px);
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-body {
    padding: 30px 20px;
  }
}

.dashboard .dashboard-body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-body__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.dashboard .dashboard-body__top .left .text {
  color: #606576;
  font-size: 18px;
  font-weight: 600;
}

.dashboard .dashboard-body__top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-body__top .right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.dashboard .dashboard-body__bar-icon {
  color: hsl(var(--body-color));
  font-size: 1.5rem;
  margin-bottom: 0px;
  cursor: pointer;
}

.dashboard .dashboard-body .form--control {
  color: #606576;
}

.dashboard .dashboard-body .form--control[type="password"] {
  color: #606576;
}

.dashboard .dashboard-body .form--control[type="password"]:focus {
  color: #606576;
}


.dashboard .dashboard-body .form--control.message-input {
  background-color: unset !important;
}


.dashboard .dashboard-body .password-show-hide {
  color: #606576;
}

.dashboard .dashboard-widget {
  padding: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: hsl(var(--white));
  border: 1px solid #e8e8e8;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}


.dashboard .dashboard-widget:hover.dashboard-widget::after {
  opacity: 0;
}

@media screen and (max-width: 1499px) {
  .dashboard .dashboard-widget {
    padding: 16px;
  }
}


.dashboard .dashboard-widget.widget-two {
  background: hsl(var(--white));
}

.dashboard .dashboard-widget .dashboard-widget__text {
  color: hsl(var(--base));
}

.dashboard .dashboard-widget.widget-two .dashboard-widget__text {
  color: hsl(var(--black));
}

.dashboard .dashboard-widget .dashboard-widget__number .text {
  color: hsl(var(--body-color));
  font-size: 0.875rem;
}

.dashboard .dashboard-widget.widget-two .dashboard-widget__number .text {
  color: hsl(var(--black)/.7);
}

.dashboard .dashboard-widget__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.dashboard-widget.widget-two .dashboard-widget__shape {
  display: none;
}

.dashboard .dashboard-widget__shape img {
  width: 100%;
  height: 100%;
}

.dashboard .dashboard-widget__icon {
  width: 40px;
  height: 40px;
  color: hsl(var(--white));
  border-radius: 8px;
  font-size: 24px;
  background: #c7f4d8;
  border: 1px solid #c1c9d033;
  color: hsl(var(--white)) !important;
}

.dashboard .dashboard-widget__icon svg {
  width: 28px;
  height: 28px;
}

.dashboard-widget__icon-box {
  width: 60px;
  height: 60px;
  background-color: hsl(var(--white));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard .dashboard-widget__icon img {
  width: 32px;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-widget__icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
}

.dashboard .dashboard-widget__content {
  width: calc(100% - 64px);
}

.dashboard .dashboard-widget__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--black));
  font-size: clamp(1.125rem, 1.005rem + 0.6vw, 1.5rem);
  font-weight: 700;
}


.dashboard .dashboard-widget__number .text {
  position: relative;
}

.dashboard .dashboard-widget__number .text:last-child::after {
  display: none;
}

.dashboard .dashboard-widget__number .text::after {
  position: absolute;
  content: "";
  right: -13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #606576;
}

.dashboard .dashboard-widget__text {
  color: hsl(var(--title-color));
  margin-bottom: 7px;
}

@media screen and (max-width: 1599px) {
  .dashboard .dashboard-widget__text {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-widget__text {
    font-size: 1rem;
  }
}

.dashboard .user-info {
  position: relative;
  z-index: 91;
}

.dashboard .user-info__thumb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.dashboard .user-info__thumb img {
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard .user-info__button {
  padding-right: 20px;
  cursor: pointer;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .dashboard .user-info__button {
    gap: 10px;
    padding-right: 0;
  }
}

.dashboard .user-info__button:focus-visible {
  outline: none;
  border: none;
}

.dashboard .user-info__desc {
  color: hsl(var(--white) / 0.8);
}

.dashboard .user-info__desc .icon {
  margin-left: 10px;
  color: hsl(var(--body-color));
}

@media screen and (max-width: 575px) {
  .dashboard .user-info__profile {
    display: none;
  }
}

.dashboard .user-info .user-info-dropdown {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  width: 200px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  margin-top: 15px;
  padding: 0px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

.dashboard .user-info .user-info-dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 991;
}

@media screen and (max-width: 991px) {
  .dashboard .user-info .user-info-dropdown {
    -webkit-transform: unset !important;
    transform: unset !important;
    top: 43px !important;
  }
}

.dashboard .user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
  border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
  padding: 8px 16px;
  color: #5d7387;
  margin-left: 0;
  width: 100%;
  font-weight: 600;
  text-align: left;
  border-radius: 0px;
}

.dashboard .user-info .user-info-dropdown__link.active {
  background-color: hsl(var(--base));
  color: hsl(var(--title-color));
}

.dashboard .user-info .user-info-dropdown__link:hover {
  background-color: hsl(var(--base));
}

.dashboard .user-info .user-info-dropdown__link:hover .text {
  color: hsl(var(--title-color)) !important;
}

.dashboard .user-info .user-info-dropdown__link:hover .icon {
  color: hsl(var(--title-color)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
  margin-right: 8px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.dashboard .user-info__icon {
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: hsl(var(--white));
  overflow: hidden;
  border-radius: 50%;
  background-color: hsl(var(--body-bg));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dashboard .user-info__name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}

.dashboard .user-info__right {
  gap: 25px;
}

@media screen and (max-width: 575px) {
  .dashboard .user-info__right {
    gap: 10px;
  }
}

.dashboard .user-info__right .notification i {
  color: hsl(var(--white));
}

.dashboard .user-info__right .notification-link {
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: hsl(var(--body-color) / 0.1);
  border: 1px solid #c1c9d033;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--body-color));
}

.dashboard .user-info__right .notification-link:hover {
  color: hsl(var(--white));
}

.dashboard .performance-history {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .dashboard .performance-history {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.dashboard .performance-history .title {
  color: hsl(var(--title-color));
  margin-bottom: 0;
}

.dashboard .performance-history__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.dashboard .performance-history__right .text {
  color: hsl(var(--title-color));
  font-size: 14px;
  font-weight: 600;
}

.dashboard .performance-history__right .select2-container--default .select2-selection--single .select2-selection__rendered {
  background-color: hsl(var(--white)) !important;
  border: 1px solid #c1c9d0;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border-radius: 8px;
  color: #606576;
  font-size: 12px;
  font-weight: 600;
}

.dashboard .performance-history__right .select2-wrapper {
  height: 32px !important;
}

.dashboard .performance-history__right .select2+.select2-container .select2-selection--single {
  height: 32px !important;
}

.dashboard .performance-history__right .select2+.select2-container .select2-selection__rendered {
  line-height: 32px !important;
}

.dashboard .performance-history__right .select2-container--open:has(.select2-dropdown--below) {
  margin-top: 5px;
}

.dashboard .performance-history__right .select2+.select2-container {
  height: 32px !important;
}

.dashboard .performance-history__right .select2+.select2-container .select2-selection__arrow::after {
  color: #606576;
  font-size: 14px;
  margin-top: 3px;
  font-size: 12px;
}

.dashboard .chart-box {
  margin-top: 30px;
}

.dashboard .chart-box #chart {
  padding: 20px;
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid #c1c9d066;
}

@media screen and (max-width: 424px) {
  .dashboard .chart-box #chart {
    padding: 10px;
  }
}

.dashboard .performance-wrapper {
  margin-top: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.dashboard .performance-wrapper .performance-insight {
  background: hsl(var(--white));
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #c1c9d066;
}

@media screen and (max-width: 767px) {
  .dashboard .performance-wrapper .performance-insight {
    padding: 16px;
  }
}

.dashboard .performance-wrapper .performance-insight__title {
  color: hsl(var(--title-color));
  margin-bottom: 16px;
}

.dashboard .performance-wrapper .performance-insight .performance-list__item {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  color: #606576;
  padding-left: 20px;
}

.dashboard .performance-wrapper .performance-insight .performance-list__item::after {
  position: absolute;
  content: "";
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  background: #606576;
  border-radius: 50%;
}

.dashboard .performance-wrapper .performance-insight .performance-list__item:last-child {
  margin-bottom: 0;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  gap: 6px;
  max-height: 150px;
  overflow: auto;
}

.tag-list__link {
  padding: 3px 11px;
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.tag-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--title-color));
}

/*======== chat-box area css start here ========*/
.chatbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #c1c9d066;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
}

.chatbox-area__left {
  width: 370px;
  background-color: hsl(var(--white));
  border-right: 1px solid #c1c9d066;
}

@media screen and (max-width: 1399px) {
  .chatbox-area__left {
    width: 280px;
  }
}

@media screen and (max-width: 767px) {
  .chatbox-area__left {
    padding-top: 50px;
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    width: 320px;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.chatbox-area__left.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 9991;
}

.chatbox-area__left .chatbox-wrapper__header {
  padding: 16px;
}

.chatbox-area__left .chatbox-wrapper__header .search-form {
  margin-top: 0;
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control {
  background-color: hsl(var(--section-bg));
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::-webkit-input-placeholder {
  color: #606576;
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::-moz-placeholder {
  color: #606576;
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control:-ms-input-placeholder {
  color: #606576;
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::-ms-input-placeholder {
  color: #606576;
}

.chatbox-area__left .chatbox-wrapper__header .search-form .form--control::placeholder {
  color: #606576;
}

.chatbox-area__left .chatbox-wrapper__header .search-form__icon {
  color: #606576;
}

.chatbox-area__left .chatbox-wrapper__tab {
  margin-top: 10px;
  overflow-x: auto;
}

.chatbox-area__left .chatbox-wrapper__tab .custom--tab {
  min-width: 330px;
  margin-bottom: 10px;
}

.chatbox-area__left .chatbox-wrapper__tab .title {
  font-size: 14px;
  margin-bottom: 10px;
  color: hsl(var(--title-color));
  font-weight: 600;
}

.whatsapp-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 140px);
  flex-direction: column;
  gap: 15px;
}

.whatsapp-empty .thumb {
  max-width: 300px;
}

.chatbox-area__left .chatbody .chat-list {
  max-height: 650px;
  height: 650px;
  overflow-y: auto;
}

.chatbox-area__left .chatbody .chat-list:has(.empty-message) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.chatbox-area__left .chatbody .chat-list::-webkit-scrollbar {
  width: 5px;
}

.chatbox-area__left .chatbody .chat-list::-webkit-scrollbar-thumb {
  background: hsl(var(--base));
  border-radius: 10px;
}

.chatbox-area__left .chatbody .chat-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 12px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer !important;
}

@media screen and (max-width: 1199px) {
  .chatbox-area__left .chatbody .chat-list__item {
    padding: 12px 10px;
    gap: 10px;
  }

}

.chatbox-area__left .chatbody .chat-list__item.active,
.chatbox-area__left .chatbody .chat-list__item:hover {
  background-color: hsl(var(--section-bg));
}

.contact_thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #464D59;
  font-size: 20px;
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact_thumb.bg--success {
  background-color: hsl(var(--success)/0.2) !important;
}

.contact_thumb.bg--info {
  background-color: hsl(var(--info)/0.2) !important;
}

.contact_thumb.bg--warning {
  background-color: hsl(var(--warning)/0.2) !important;
}

.contact_thumb.bg--danger {
  background-color: hsl(var(--danger)/0.2) !important;
}

.contact_thumb.bg--base {
  background-color: hsl(var(--base)/0.2) !important;
}

.contact_thumb img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.chatbox-area__left .chatbody .chat-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}

.chatbox-area__left .chatbody .chat-list__content .name {
  color: hsl(var(--title-color));
  font-weight: 600;
  font-family: var(--body-font);
}

.chatbox-area__left .chatbody .chat-list__content .text {
  color: #606576;
  font-size: 11px;
}

.chatbox-area__left .chatbody .chat-list__content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
}

@media (max-width: 1399px) {
  .chatbox-area__left .chatbody .chat-list__content .right {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}

.chatbox-area__left .chatbody .chat-list__content .right .time {
  color: #606576;
  font-size: 12px;
  line-height: 1;
}

.chatbox-area__left .chatbody .chat-list__content .right .number {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--title-color));
  background-color: hsl(var(--base));
  font-size: 12px;
}

.chatbox-area__left .close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  color: hsl(var(--title-color));
  font-size: 18px;
  display: none;
}

@media screen and (max-width: 767px) {
  .chatbox-area__left .close-icon {
    display: inline;
  }
}

.chatbox-area__body {
  width: calc(100% - 370px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1399px) {
  .chatbox-area__body {
    width: calc(100% - 280px);
  }
}

@media screen and (max-width: 767px) {
  .chatbox-area__body {
    width: 100%;
  }
}

.chatbox-area__body .body-right {
  width: 260px;
  background-color: hsl(var(--white));
  padding: 16px;
  border-left: 1px solid #c1c9d066;
}

@media screen and (max-width: 1499px) {
  .chatbox-area__body .body-right {
    width: 220px;
  }
}

@media screen and (max-width: 1199px) {
  .chatbox-area__body .body-right {
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    width: 260px;
    border-radius: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(105%);
    transform: translateX(105%);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.chatbox-area__body .body-right.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 9991;
}

.chatbox-area__body .body-right__top-btn {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.chatbox-area__body .body-right__top-btn .close-icon {
  color: hsl(var(--title-color));
  font-size: 16px;
  line-height: 1;
  opacity: 0;
}

@media screen and (max-width: 1199px) {
  .chatbox-area__body .body-right__top-btn .close-icon {
    opacity: 1;
  }
}

.chatbox-area__body .body-right__top-btn button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
  color: #606576;
}

.chatbox-area__body .body-right .profile-details__top {
  text-align: center;
}

.chatbox-area__body .body-right .profile-details__top .profile-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

.chatbox-area__body .body-right .profile-details__top .profile-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chatbox-area__body .body-right .profile-details__top .profile-name {
  color: hsl(var(--title-color));
  font-weight: 600;
  margin-bottom: 10px;
}

.chatbox-area__body .body-right .profile-details__top .text {
  color: #606576;
  font-size: 14px;
}

.chatbox-area__body .body-right .profile-details__top .text .link {
  color: #606576;
}

.chatbox-area__body .body-right .profile-details__top .text .link:hover {
  color: hsl(var(--base));
}

.chatbox-area__body .body-right .profile-details__tab {
  margin-top: 24px;
}

.chatbox-area__body .body-right .profile-details__tab .custom--tab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  margin-bottom: 24px;
}

.chatbox-area__body .body-right .profile-details__tab .custom--tab .nav-item .nav-link {
  width: 100%;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__text {
  color: #606576;
  font-size: 14px;
  margin-bottom: 10px;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__text .title {
  color: hsl(var(--title-color));
  font-weight: 600;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__tag .tag-title {
  color: hsl(var(--title-color));
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 6px;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status {
  margin-top: 10px;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .status-title {
  color: hsl(var(--title-color));
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .select2+.select2-container .select2-selection {
  background-color: hsl(var(--white)) !important;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #606576 !important;
  font-size: 12px;
  font-weight: 600;
}

.chatbox-area__body .body-right .profile-details__tab .details-content__status .select2+.select2-container .select2-selection__arrow {
  color: #606576 !important;
  font-size: 12px;
}

.chatbox-area__body .chat-box {
  width: calc(100% - 260px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: calc(100vh - 80px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1499px) {
  .chatbox-area__body .chat-box {
    width: calc(100% - 220px);
  }
}

@media screen and (max-width: 1199px) {
  .chatbox-area__body .chat-box {
    width: 100%;
  }
}

.chatbox-area__body .chat-box__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.chatbox-area__body .chat-box__shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chatbox-area__body .chat-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  background-color: hsl(var(--white));
  position: relative;
  padding: 12px 16px;
}

.dashboard-body .filter-icon {
  color: hsl(var(--title-color));
  display: none;
}

@media screen and (max-width: 767px) {
  .dashboard-body:has(.chatbox-area) .filter-icon {
    display: inline;
    cursor: pointer;
  }
}

.dashboard-body .user-icon {
  color: hsl(var(--title-color));
  display: none;
}

.close-icon-two {
  cursor: pointer;
}

@media screen and (max-width: 1199px) {
  .dashboard-body:has(.body-right.contact__details) .user-icon {
    display: inline-block;
    text-align: right;
    cursor: pointer;
    font-size: 20px;
  }

}

.dashboard-body:has(.conversation-empty-image) .user-icon {
  display: none !important;
}
.chatbox-area__body .chat-box__header .search-btn {
  color: hsl(var(--title-color));
}

.dashboard-body:has(.whatsapp-empty) .filter-icon {
  display: none;
}

.chatbox-area__body .chat-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .chatbox-area__body .chat-box__item {
    gap: 10px;
  }
}

.chatbox-area__body .chat-box__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .chatbox-area__body .chat-box__thumb {
    width: 40px;
    height: 40px;
  }
}

.chatbox-area__body .chat-box__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.chatbox-area__body .chat-box__content {
  width: calc(100% - 48px);
}

@media screen and (max-width: 767px) {
  .chatbox-area__body .chat-box__content {
    width: calc(100% - 40px);
  }
}

@media screen and (max-width: 424px) {
  .chatbox-area__body .chat-box__content {
    display: none;
  }
}

.chatbox-area__body .chat-box__content .name {
  color: hsl(var(--title-color));
  font-weight: 600;
  font-family: var(--body-font);
}

.chatbox-area__body .chat-box__content .text {
  color: #606576;
  font-size: 14px;
}

.chatbox-area__body .chat-box__content .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 4px;
}

.chatbox-area__body .chat-box__content .right .time {
  color: #606576;
  font-size: 14px;
}

.chatbox-area__body .chat-box__content .right .number {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsl(var(--title-color));
  background-color: hsl(var(--base));
  font-size: 12px;
}

.chatbox-area__body .chat-box__footer {
  padding: 16px;
  padding-top: 10px;
  position: sticky;
  bottom: 0px;
  background: #f0f0f4;
}

.single-message {
  margin-bottom: 30px;
  width: 100%;
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .single-message {
    margin-bottom: 15px;
  }

}

.single-message img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin: 0.5rem 0rem;
  max-height: 100px;

}

.single-message:last-child {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .single-message:last-child {
    margin-bottom: 70px;
  }
}

.single-message.message--right {
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.single-message.message--right .message-content {
  border-radius: 12px 12px 0 12px;
  background-color: hsl(var(--body-color));
}

.single-message.message--left .message-content {
  border-radius: 12px 12px 12px 0;
  background-color: hsl(var(--white));
}

.message-content {
  padding: 10px 12px;
}

.msg-body {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: hsl(var(--base) / 0.8) hsl(var(--black) / 0.1);
}

.msg-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.message-text a {
  text-decoration: underline;
}

.message-text {
  color: hsl(var(--title-color));
  font-size: 14px;
  font-weight: 600;
}

.message-text.highlight {
  color: rgb(10, 168, 230) !important;

}

.message-time {
  color: hsl(var(--title-color));
  font-size: 12px;
  margin-top: 5px;
}

.input-area {
  background: hsl(var(--white));
  padding: 8px 20px;
  border-radius: 16px;
  width: calc(100% - 120px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: relative;
}

.emoji-container {
  position: absolute;
  display: none;
  z-index: 999;
  bottom: 55px;
  left: 13px;
  max-width: 100%;
}

@media screen and (max-width: 1399px) {
  .input-area {
    width: calc(100% - 120px);
    padding: 8px 10px;
  }
}

.input-area .form--control {
  height: 30px !important;
  border-radius: 0 !important;
  width: 100% !important;
  line-height: 1;
  resize: none !important;
  background-color: transparent !important;
  border: 0 !important;
  color: hsl(var(--title-color));
  padding-left: 0;
}

.input-area .form--control::-webkit-input-placeholder {
  color: #606576;
}

.input-area .form--control::-moz-placeholder {
  color: #606576;
}

.input-area .form--control:-ms-input-placeholder {
  color: #606576;
}

.input-area .form--control::-ms-input-placeholder {
  color: #606576;
}

.input-area .form--control::placeholder {
  color: #606576;
}

.chating-btn {
  color: hsl(var(--base));
}

.chat-send-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 6px;
}

@media screen and (max-width: 1399px) {
  .chat-send-area {
    gap: 5px;
  }
}

.chat-send-area .btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 120px;
}

@media screen and (max-width: 1399px) {
  .chat-send-area .btn-group {
    gap: 5px;
  }
}

.chat-send-area .btn-group .btn-item {
  background-color: hsl(var(--white));
  font-size: 20px;
  color: hsl(var(--base));
  width: 56px;
  height: 56px;
  border-radius: 8px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.note-wrapper__form {
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.note-wrapper__form .form--label {
  color: #606576;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 8px;
}

.note-wrapper__form .form--control {
  height: 70px;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 1px 2px 0px #0d10170f;
  box-shadow: 0px 1px 2px 0px #0d10170f;
  padding: 10px;
  border: 1px solid #c1c9d0;
}

.note-wrapper__form .form--control::-webkit-input-placeholder {
  color: #606576;
}

.note-wrapper__form .form--control::-moz-placeholder {
  color: #606576;
}

.note-wrapper__form .form--control:-ms-input-placeholder {
  color: #606576;
}

.note-wrapper__form .form--control::-ms-input-placeholder {
  color: #606576;
}

.note-wrapper__form .form--control::placeholder {
  color: #606576;
}

.note-wrapper .output {
  background: hsl(var(--section-bg));
  border-radius: 8px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
}

.note-wrapper .output .text {
  color: hsl(var(--title-color));
  font-size: 14px;
}

.note-wrapper .output .icon {
  color: #606576;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.note-wrapper .output .icon:hover {
  color: hsl(var(--danger));
}

.note-wrapper .output .date {
  font-size: 12px;
  color: #606576;
  margin-top: 8px;
}

.note-wrapper__btn {
  margin-top: 10px;
}

.emoji-icon {
  color: hsl(var(--base));
  font-size: 20px;
}

.dashboard-body:has(.chatbox-area) {
  height: calc(100vh - 81px);
  min-height: unset;
}

/*======== chat-box area css end here =========*/
.btn--group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

@media screen and (max-width: 424px) {
  .chat-send-area .btn-group .btn-item {
    width: 50px;
    height: 50px;
  }

  .chat-media__btn {
    width: 50px !important;
    height: 50px !important;
  }
}

/*=== manage contact section css start here ===*/
.dashboard-container {
  background-color: hsl(var(--white));
  border: 1px solid #c1c9d066;
  border-radius: 8px;
}

.dashboard-container .container-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 32px;
  background-color: #efeff333;
  border-bottom: 1px solid #c1c9d066;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .dashboard-container .container-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard-container .container-top {
    padding: 12px;
  }
}

.dashboard-container .container-top__title {
  color: hsl(var(--title-color));
  margin-bottom: 8px;
}

.dashboard-container .container-top__desc {
  color: #606576;
}

.dashboard-container__body {
  padding: 32px;
}

.dashboard-container__body:has(.custom--card) .card-title {
  color: hsl(var(--dark));
}

.dashboard-container__body:has(.custom--card) .card-header {
  border-bottom: 1px solid hsl(var(--dark) / 0.1);
}

.short-link .input-group-text {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.input-group-text:has(.select2-container) {
  padding: 0 !important;
}

.input-group-text .select2+.select2-container .select2-selection__arrow {
  right: 10px !important;
}

.short-link input {
  padding: 5px;
  font-size: 14px;
}


@media screen and (max-width: 767px) {
  .dashboard-container__body {
    padding: 20px;
  }
}

@media screen and (max-width: 575px) {
  .short-link .input-group-text {
    max-width: 160px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard-container__body {
    padding: 12px;
  }

  .short-link .input-group-text {
    max-width: 130px;
  }
}

.input-group .input-group-text .select2+.select2-container .select2-selection__rendered {
  border: 0 !important;
}

.input-group-text:has(.select2-wrapper) {
  padding: 0 !important;
}

.dashboard-container__body .body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.dashboard-container__body .body-top {
  grid-template-columns: repeat(auto-fit, minmax(160px, auto));
}

.dashboard-container__body .body-top.top-two {
  display: block;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c1c9d066;
}

.dashboard-container__body .body-top.top-two .title {
  color: hsl(var(--title-color));
  margin-bottom: 8px;
}

.dashboard-container__body .body-top.top-two .copy-btn-link {
  position: relative;
  max-width: 400px;
}

.dashboard-container__body .body-top.top-two .copy-btn-link .form--control {
  border: 0;
  background-color: hsl(var(--base) / 0.1);
  border-radius: 0;
  padding-right: 50px;
}

.dashboard-container__body .body-top.top-two .copy-btn-link__icon {
  position: absolute;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  color: hsl(var(--base));
  cursor: pointer;
}

.dashboard-container__body .body-top__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1499px) {
  .dashboard-container__body .body-top__left {
    width: unset;
  }
}

@media screen and (max-width: 575px) {
  .dashboard-container__body .body-top__left {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dashboard-container__body .body-top__left .search-form {
  margin: unset;
}

.dashboard-container__body .body-top__left .search-form .form--control {
  background-color: hsl(var(--section-bg));
}

.dashboard .search-form .form--control::placeholder {
  color: #606576 !important;
}

.dashboard-container__body .body-top__left .search-form .form--control::-webkit-input-placeholder {
  color: #606576;
}

.dashboard-container__body .body-top__left .search-form .form--control::-moz-placeholder {
  color: #606576;
}

.dashboard-container__body .body-top__left .search-form .form--control:-ms-input-placeholder {
  color: #606576;
}

.dashboard-container__body .body-top__left .search-form .form--control::-ms-input-placeholder {
  color: #606576;
}

.dashboard-container__body .body-top__left .search-form .form--control::placeholder {
  color: #606576;
}

.dashboard-container__body .body-top__left .search-form__icon {
  color: #606576;
}

.dashboard-container__body .body-top__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1499px) {
  .dashboard-container__body .body-top__right {
    width: unset;
  }
}

@media screen and (max-width: 575px) {
  .dashboard-container__body .body-top__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 575px) {

  .dashboard-container__body .body-top__left,
  .dashboard-container__body .body-top__right {
    width: 100%;
  }

  .dashboard-container__body .body-top__left .search-form {
    width: 100%;
    max-width: 100%;
  }
}

.dashboard-container__body .body-top__right .text {
  color: hsl(var(--title-color));
  font-weight: 600;
  font-size: 14px;
}

.dashboard-container__body .body-top__right .select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .dashboard-container__body .body-top__right .select-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .dashboard-container__body .body-top__right .select-group .position-relative {
    width: 100%;
  }

  .dashboard-container__body .body-top__right .select-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.dashboard-container .select-input .select2+.select2-container .select2-selection__rendered {
  background-color: hsl(var(--section-bg)) !important;
  color: hsl(var(--title-color)) !important;
  border-radius: 8px 0 0 8px !important;
}

.dashboard-container .select-input .select2+.select2-container .select2-selection__arrow::after {
  color: hsl(var(--title-color)) !important;
}

.dashboard-body .select2-wrapper {
  --border-radius: 8px;
  --height: 37px;
  --select2-border: 1px solid #c1c9d066;
}

.dashboard-body .select2+.select2-container .select2-selection__rendered {
  background-color: hsl(var(--section-bg)) !important;
  color: hsl(var(--title-color)) !important;
  border: 1px solid #c1c9d033 !important;
  height: 40px;
}

.dashboard-body .select2+.select2-container .select2-selection {
  border: 0 !important;
}

/*======== csv form wrapper css start here ========*/
.csv-form-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


@media screen and (max-width: 991px) {
  .csv-form-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

}

@media screen and (max-width: 575px) {
  .csv-form-wrapper {
    gap: 20px;
  }
}

.csv-form-wrapper__title {
  color: hsl(var(--title-color));
}

.csv-form-wrapper__right .instruction-wrapper {
  background-color: hsl(var(--section-bg));
  border: 1px solid #c1c9d0;
  padding: 32px;
  border-radius: 8px;
}

@media screen and (max-width: 1199px) {
  .csv-form-wrapper__right .instruction-wrapper {
    padding: 28px 24px;
  }
}

@media screen and (max-width: 575px) {
  .csv-form-wrapper__right .instruction-wrapper {
    padding: 20px;
  }
}

.csv-form-wrapper__right .instruction-wrapper .title {
  color: hsl(var(--title-color));
  margin-bottom: 16px;
}

.csv-form-wrapper__right .instruction-wrapper .instruction-list {
  list-style: auto !important;
  padding-left: 15px;
}

.csv-form-wrapper__right .instruction-wrapper .instruction-list__item {
  color: #606576;
  font-size: 14px;
  margin-bottom: 10px;
}

.csv-form-wrapper__right .instruction-wrapper .instruction-list__item:last-child {
  margin-bottom: 0;
}

.csv-form-wrapper__right .instruction-wrapper .download-btn {
  margin-top: 24px;
}

.thumb-form-wrapper__title {
  color: hsl(var(--title-color));
  font-weight: 600;
}

.thumb-form-wrapper__text {
  font-size: 14px;
  color: #606576;
}

.thumb-form {
  position: relative;
  cursor: pointer;
}

.csv-form-wrapper__left,
.thumb-form-wrapper,
.thumb-form-wrapper form,
.thumb-form-wrapper .thumb-form {
  height: 100%;
}

.thumb-form>label {
  background-color: hsl(var(--section-bg));
  border: 2px dashed #c1c9d0;
  border-radius: 8px;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding: 10px;
}

@media (max-width: 991px) {
  .thumb-form>label {
    height: 250px;
  }
}

.thumb-form .form--control[type="file"] {
  line-height: 0;
  padding: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding: 0 !important;
  display: none;
}

.thumb-form .form--control[type="file"]::-webkit-file-upload-button {
  display: none;
}

.thumb-form .form--control[type="file"]::file-selector-button {
  display: none;
}

.thumb-form__text {
  color: hsl(var(--title-color));
}

.thumb-form__icon {
  width: 60px;
  height: 60px;
  background: hsl(var(--white));
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  opacity: 0.7;
}

.thumb-form.drag-over .thumb-form__icon {
  transform: scale(1.2);
  color: hsl(var(--base));
  opacity: 1;
  filter: drop-shadow(0 0 5px hsl(var(--base)/0.5));
}

.thumb-form.drag-over {
  background-color: hsl(var(--base) / 0.05);
  border-color: hsl(var(--base));
  box-shadow: 0 0 10px hsl(var(--base) / 0.5);
  border-radius: 5px;
}

.thumb-form.drag-over .thumb-form__text {
  color: hsl(var(--base));
}

.thumb-form__icon i {
  font-size: 30px;
}

@media screen and (max-width: 575px) {
  .thumb-form__icon {
    top: 35%;
  }
}

.information-wrapper .title {
  color: hsl(var(--title-color));
}

.contact-import-wrapper {
  text-align: center;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .contact-import-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .contact-import-wrapper {
    padding: 0;
  }
}

.contact-import-wrapper__thumb {
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact-import-wrapper__thumb {
    margin-bottom: 20px;
    max-width: 90px;
  }
}

@media screen and (max-width: 424px) {
  .contact-import-wrapper__thumb {
    max-width: 60px;
  }
}

.contact-import-wrapper__thumb img {
  border-radius: 16px;
}

.contact-import-wrapper__content {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .contact-import-wrapper__content {
    margin-bottom: 20px;
  }
}

.contact-import-wrapper__content .title {
  margin-bottom: 16px;
  line-height: 1;
}

.contact-import-wrapper__content .text {
  font-weight: 600;
}

/*=== manage contact section css end here ===*/
/*=== manage template section css start here ===*/
.check-wrapper .title {
  color: hsl(var(--title-color));
  font-weight: 600;
}

.check-wrapper .text {
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .form--check:has(.check-wrapper) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 5px;
  }
}

.template-info-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

@media screen and (max-width: 1199px) {
  .template-info-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.template-info-container__form {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #c1c9d066;
}

.template-info-container__left {
  width: calc(100% - 500px);
}

@media screen and (max-width: 1499px) {
  .template-info-container__left {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 1199px) {
  .template-info-container__left {
    width: 100%;
  }
}

.template-info-container__left .content-form__top {
  margin-bottom: 20px;
}

.template-info-container__left .content-form__title {
  margin-bottom: 8px;
}

.template-info-container__right {
  width: 500px;
}

@media screen and (max-width: 1499px) {
  .template-info-container__right {
    width: 400px;
  }
}

@media screen and (max-width: 1499px) {
  .template-info-container__right {
    margin-inline: auto;
  }
}

@media screen and (max-width: 575px) {
  .template-info-container__right {
    width: 100%;
  }
}

.template-info-container__right .preview-item {
  border: 1px solid #c1c9d066;
  border-radius: 8px;
  overflow: hidden;
  max-width: 500px;
}

.template-info-container__right .preview-item__header {
  padding: 24px;
  background-color: hsl(var(--white));
}

.template-info-container__right .preview-item__title {
  margin-bottom: 0;
}

.template-info-container__right .preview-item__content {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 575px) {
  .template-info-container__right .preview-item__content {
    padding: 30px;
  }
}

@media screen and (max-width: 424px) {
  .template-info-container__right .preview-item__content {
    padding: 20px;
  }
}

.template-info-container__right .preview-item__content .card-item {
  background: hsl(var(--white));
  padding: 10px;
  -webkit-box-shadow: 0px 1px 4px 0px #00000029;
  box-shadow: 0px 1px 4px 0px #00000029;
  border-radius: 2px;
  overflow: hidden;
}

.template-info-container__right .preview-item__content .card-item__thumb {
  width: 100%;
  max-height: 250px;
  overflow: hidden;
}

.template-info-container__right .preview-item__content .card-item__thumb img,
.template-info-container__right .preview-item__content .card-item__thumb video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  max-height: 250px;
  border-radius: 10px;
}

.pdf-embed {
  width: 100%;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  border: none;
  display: block;
}


.template-info-container__right .preview-item__content .card-item__content {
  margin-top: 10px;
  padding-bottom: 6px;
}

.template-info-container__right .preview-item__content .card-item__content .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}

.template-info-container__right .preview-item__content .card-item__content .text-wrapper .text {
  font-size: 12px;
}

.template-info-container__right .preview-item__content .card-item__bottom {
  padding: 16px 16px 6px 16px;
  text-align: center;
}

.template-info-container__right .preview-item__content .card-item__bottom .btn-link {
  color: hsl(var(--info));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid hsl(var(--black)/0.1);
}

.template-info-container__right .preview-item__content .card-item__bottom .btn-link__icon {
  font-size: 18px;
  color: hsl(var(--info));
}

.template-info-container__right .preview-item__content .card-item__title {
  color: hsl(var(--title-color));
  margin-bottom: 6px;
  font-weight: 600;
}

.template-info-container__right .preview-item__content .card-item__desc {
  font-size: 14px;
}

.template-info-container__right .preview-item__shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.template-info-container__right .preview-item__shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.template-info-container .select2+.select2-container .select2-selection__rendered {
  background: #efeff333 !important;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #c1c9d033 !important;
}

.template-info-container .form--control {
  background-color: hsl(var(--section-bg) / 0.2) !important;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  background: #efeff333 !important;
}

.template-info-container .select2+.select2-container .select2-selection {
  background: #efeff333 !important;
}




/*=== manage template section css end here ===*/
/*===== automation section css start here ====*/
.chatbot-top-item {
  background-color: hsl(var(--white));
  padding: 32px;
  border: 1px solid #c1c9d066;
  border-radius: 8px;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .chatbot-top-item {
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .chatbot-top-item {
    padding: 15px;
  }
}

.chatbot-top-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.chatbot-top-item__header .title {
  margin-bottom: 0;
}

.chatbot-top-item__btn {
  margin-top: 20px;
}

.chatbot-top-item__btn .btn {
  background-color: hsl(var(--section-bg)) !important;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #c1c9d0;
}

.chatbot-item {
  background-color: hsl(var(--white));
  border: 1px solid #c1c9d066;
  border-radius: 8px;
}

.chatbot-item__top {
  background-color: hsl(var(--section-bg) / 0.2);
  padding: 32px;
  border-bottom: 1px solid #c1c9d066;
  padding-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .chatbot-item__top {
    padding: 20px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 424px) {
  .chatbot-item__top {
    padding: 10px;
  }
}

.chatbot-item__top .title {
  margin-bottom: 6px;
}

.chatbot-item__tab {
  margin-top: 24px;
}

.chatbot-item__tab .custom--tab {
  background-color: transparent;
  padding: 0;
}

.chatbot-item__body {
  padding: 32px;
}

@media screen and (max-width: 575px) {
  .chatbot-item__body {
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .chatbot-item__body {
    padding: 15px;
  }
}

.chatbot-item .chatbot-info .title {
  color: hsl(var(--title-color));
  font-size: 14px;
  font-weight: 600;
}

.chatbot-item .chatbot-info .text {
  font-size: 12px;
}

.chatbot-item .select2+.select2-container .select2-selection__rendered {
  background: hsl(var(--section-bg) / 0.2) !important;
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #c1c9d033 !important;
}

.chatbot-item .form--control {
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  background: hsl(var(--section-bg) / 0.2) !important;
}

.chatbot-item .select2+.select2-container .select2-selection {
  background: hsl(var(--section-bg) / 0.2) !important;
}

.chatbot-inf-wrapper {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .chatbot-inf-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .chatbot-inf-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.chatbot-inf-wrapper .left {
  width: calc(100% - 470px);
}

@media screen and (max-width: 1199px) {
  .chatbot-inf-wrapper .left {
    width: calc(100% - 350px);
  }
}

@media screen and (max-width: 767px) {
  .chatbot-inf-wrapper .left {
    width: 100%;
  }
}

.chatbot-inf-wrapper .right {
  width: 470px;
}

@media screen and (max-width: 1199px) {
  .chatbot-inf-wrapper .right {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  .chatbot-inf-wrapper .right {
    width: 100%;
  }
}

.chatbot-inf-wrapper .right .chat-flow {
  background: hsl(var(--section-bg) / 0.2);
  padding: 10px;
  border-radius: 8px;
}

.chatbot-inf-wrapper .right .chat-flow .title {
  color: hsl(var(--title-color));
  font-weight: 600;
}

.chatbot-inf-wrapper .right .chat-flow .text {
  color: hsl(var(--title-color));
  font-weight: 600;
  font-size: 14px;
  margin-top: 16px;
}

.chatbot-inf-wrapper .right .chat-flow .content {
  margin: 16px 0;
}

.chatbot-inf-wrapper .right .chat-flow .content .time {
  font-size: 12px;
  font-weight: 500;
  margin-top: 4px;
}

.chatbot-inf-wrapper .right .chat-flow .bottom .form--check {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.chatbot-inf-wrapper .right .chat-flow .bottom .form--check .form-check-label {
  color: #606576;
  font-weight: 500;
  font-size: 14px;
}

.chatbot-inf-wrapper .right .chat-flow .bottom .form--switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.progress {
  height: 10px;
}

/*===== automation section css end here ====*/
/*===== analytic report section css start here ====*/
.report-wrapper {
  background-color: hsl(var(--white));
  padding: 32px;
  border: 1px solid #c1c9d066;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 1399px) {
  .report-wrapper {
    padding: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .report-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .report-wrapper {
    padding: 15px;
  }
}

.report-item {
  border: 1px solid #c1c9d066;
  border-radius: 8px;
  padding: 24px;
  background-color: hsl(var(--white));
  height: 100%;
}

@media screen and (max-width: 1599px) {
  .report-item {
    padding: 18px;
  }
}

.report-item__title {
  margin-bottom: 24px;
}

@media screen and (max-width: 1599px) {
  .report-item__title {
    margin-bottom: 20px;
  }
}

.report-item .text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.report-item .text-wrapper .text {
  font-size: 18px;
}

.report-item .text-wrapper .text:first-child {
  color: hsl(var(--title-color));
  font-weight: 600;
}

/*======= analytic report section css end here ====*/
/*======= referral section css start here ========*/
.dashboard-table__title {
  color: hsl(var(--title-color));
  margin-bottom: 10px;
}

.dashboard-table__desc {
  font-size: 14px;
  font-weight: 600;
}

.dashboard-table__top {
  margin-bottom: 24px;
}

.referral-wrapper {
  padding: 32px;
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid #c1c9d066;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 1399px) {
  .referral-wrapper {
    padding: 24px;
  }
}

@media screen and (max-width: 1199px) {
  .referral-wrapper {
    padding: 20px;
  }
}

.referral-wrapper__title {
  margin-bottom: 8px;
}

.referral-wrapper__top {
  margin-bottom: 20px;
}

.referral-wrapper .referral-card {
  background-color: hsl(var(--section-bg));
  padding: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .referral-wrapper .referral-card {
    padding: 15px;
  }
}

.referral-wrapper .referral-card .form--control {
  background-color: hsl(var(--white)) !important;
  border: 1px solid #c1c9d0;
  color: hsl(var(--title-color));
}

.referral-wrapper .referral-card__title {
  margin-bottom: 8px;
  color: hsl(var(--title-color));
  font-weight: 600;
  font-size: 18px;
}

.email-info .name {
  color: hsl(var(--title-color));
  font-size: 14px !important;
  font-weight: 600;
}

.email-info .mail {
  font-size: 12px;
}

.email-info .mail a {
  color: #606576;
}

.email-info .mail a:hover {
  color: hsl(var(--base));
}

.referral-item {
  padding: 24px;
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid #c1c9d066;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .referral-item {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .referral-item {
    padding: 15px;
  }
}

.referral-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

@media screen and (max-width: 424px) {
  .referral-item__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.referral-item__title {
  margin-bottom: 0;
}

.referral-item__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  max-height: 80%;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .referral-item__shape {
    max-width: 30%;
  }
}

.referral-item__shape img {
  height: 100%;
}

.referral-item .select2+.select2-container {
  height: 24px;
}

.referral-item .select2+.select2-container .select2-selection--single {
  height: 24px;
}

.referral-item .select2+.select2-container .select2-selection__rendered {
  line-height: 24px !important;
}

.referral-item .select2+.select2-container .select2-selection__arrow {
  height: calc(var(--height) - 5px);
}

/*======= referral section css end here ========*/
/*======= transaction section css start here ========*/
.transaction-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: hsl(var(--title-color));
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 18px;
}

.transaction-list__item:last-child {
  margin-bottom: 0;
}

.transaction-list__text {
  font-weight: 400;
}

/*======= transaction section css end here ========*/
/*======= profile section css start here ========*/
.profile-page-wrapper {
  background-color: hsl(var(--white));
  padding: 15px 30px;
  border-bottom: 1px solid #c1c9d066;
}

.profile-page-wrapper .profile-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 20px;
  flex-wrap: wrap;
}

.profile-page-wrapper .profile-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #606576;
  padding: 0 10px;
}

@media screen and (max-width: 1399px) {
  .profile-page-wrapper .profile-list__link {
    padding: 0 5px;
    font-size: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .profile-page-wrapper .profile-list__link {
    padding: 0;
  }

  .profile-page-wrapper .profile-list__link.active::after {
    bottom: -5px !important;
  }
}

@media screen and (max-width: 767px) {
  .profile-page-wrapper {
    height: 100vh;
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    width: 320px;
    background: #000301;
    border-radius: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    transform: translateX(100%);
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 50px 24px;
  }

  .profile-page-wrapper .profile-list {
    gap: 2px;
  }

  .profile-page-wrapper.show-sidebar {
    transform: translateX(0);
  }

  .profile-page-wrapper .profile-list {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .profile-page-wrapper .profile-list li {
    width: 100%;
  }

  .profile-page-wrapper .profile-list__link {
    color: hsl(var(--body-color));
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
  }

  .profile-list__icon {
    color: hsl(var(--body-color)) !important;
  }

  .profile-page-wrapper .profile-list__link.active,
  .profile-page-wrapper .profile-list__link:hover {
    background-color: hsl(var(--body-color));
    color: hsl(var(--title-color));
    text-decoration: none;
  }

  .profile-bar-icon {
    padding: 20px;
    font-size: 24px;
    padding-bottom: 0;
    cursor: pointer;
  }

  .profile-page-wrapper .profile-list__link.active::after {
    display: none;
  }
}

.profile-page-wrapper .profile-list__link.active {
  position: relative;
  color: hsl(var(--title-color));
}

.profile-page-wrapper .profile-list__link.active::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: hsl(var(--title-color)/.7);
}

@media screen and (max-width: 1199px) {
  .profile-page-wrapper .profile-list__link.active::after {
    bottom: -5px;
    height: 2px;
  }
}

.profile-page-wrapper .profile-list__link.active .profile-list__icon,
.profile-page-wrapper .profile-list__link:hover .profile-list__icon {
  color: hsl(var(--title-color)) !important;
}



.profile-header__thumb {
  position: relative;
  width: 90px;
  height: 90px;
}

.profile-header__thumb .thumb {
  height: 100%;
  width: 100%;
}

.profile-header__thumb .thumb img {
  border-radius: 50%;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.profile-header .thumb-size {
  font-size: 14px;
  margin-top: 8px;
}

.profile-header .thumb-size .number {
  font-weight: 500;
}

.file-upload .edit {
  position: absolute;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background-color: hsl(var(--info));
  right: 5px;
  bottom: 15px;
  border: 2px solid hsl(var(--white));
  cursor: pointer;
  color: hsl(var(--white));
}

.profile-info {
  margin-top: 30px;
  max-width: 800px;
}

@media screen and (max-width: 1199px) {
  .profile-info {
    max-width: 100%;
  }
}

.profile-info .title {
  margin-bottom: 15px;
}

/*======= profile section css end here ========*/
/*==== subscription section css start here ====*/
.container-top:has(.container-top__wrapper) {
  display: block;
  padding-bottom: 15px;
}

.container-top:has(.container-top__wrapper) .custom--tab {
  background-color: transparent;
  padding: 0;
  margin-top: 24px;
}

.container-top:has(.container-top__wrapper) .container-top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  align-items: flex-start;
}

.plan-wrapper__right {
  width: calc(100% - 430px);
}

.plan-wrapper__right .title {
  margin-bottom: 8px;
}

.active-card {
  padding: 16px;
  border-radius: 16px;
  width: 430px;
  background-color: #2c342f;
}

.active-card .form--label {
  color: hsl(var(--body-color));
  font-size: 14px;
}

@media screen and (max-width: 1199px) {
  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
  }

  .plan-wrapper__right {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .active-card {
    width: 100%;
  }
}

.active-card__badge {
  font-size: 14px;
  font-weight: 600;
  background-color: hsl(var(--base-two) / 0.1);
  padding: 11px 16px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  color: hsl(var(--base-two)) !important;
  position: relative;
  padding-left: 25px;
}

.active-card__badge::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: hsl(var(--base));
  border-radius: 50%;
  border: 1px solid hsl(var(--white));
}

.active-card__top {
  margin: 24px 0;
  border-bottom: 1px solid hsl(var(--base-two) / 0.2);
  padding-bottom: 24px;
}

.active-card__title {
  color: hsl(var(--base)) !important;
  margin-bottom: 0;
}

.active-card__title .title-time {
  font-size: 20px;
}

.active-card__desc {
  color: hsl(var(--base-two)) !important;
  font-size: 14px;
  font-weight: 600;
}

.active-card__content .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.active-card__content .text-list__item {
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  position: relative;
}

.active-card__content .text-list__item:first-child::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -15px;
  height: 15px;
  width: 1px;
  background-color: hsl(var(--base-two));
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.active-card__bottom {
  margin-top: 24px;
}

.active-card__bottom .link {
  margin-top: 8px;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
}

/*========== whatsapp number section start here ==========*/
.action-btn {
  position: relative;
}

.action-dropdown {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  background-color: hsl(var(--white));
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  width: 200px;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  padding: 15px;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 768px) {
  .action-dropdown {
    top: auto;
    bottom: 100%;
    right: 0;
    left: auto;
  }
}

.action-dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.action-dropdown__link {
  padding: 8px 16px !important;
  color: hsl(var(--body-color)) !important;
  margin-left: 0 !important;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 0.9375rem;
  border-radius: 5px;
}

.action-dropdown__link:hover {
  background-color: hsl(var(--base) / 0.08);
  color: hsl(var(--base)) !important;
}

/*============= 2fa setting css start here =============*/
.setting-form {
  max-width: 990px;
}

@media screen and (max-width: 1399px) {
  .setting-form {
    max-width: 100%;
  }
}

.fa-setting-top {
  margin-bottom: 20px;
}

.fa-setting-top__title {
  margin-bottom: 10px;
  font-weight: 600;
  color: hsl(var(--title-color));
  font-size: 18px;
}

.verify-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-gap: 24px;
}

@media screen and (max-width: 575px) {
  .verify-wrapper {
    grid-template-columns: 1fr;
  }
}

.verify-wrapper .verify-item {
  background-color: hsl(var(--section-bg));
  padding: 24px;
  border-radius: 8px;
}

@media screen and (max-width: 575px) {
  .verify-wrapper .verify-item {
    padding: 16px;
  }
}

.verify-wrapper .verify-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.verify-wrapper .verify-item__title {
  margin-bottom: 0;
}

.verify-wrapper .verify-form {
  max-width: 70%;
}

@media screen and (max-width: 1399px) {
  .verify-wrapper .verify-form {
    max-width: 100%;
  }
}

.verify-wrapper .verify-form__btn {
  margin-top: 16px;
}

.chat-media__list {
  position: absolute;
  bottom: 100%;
  max-width: 304px;
  background: hsl(var(--white));
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  transform-origin: left bottom;
  left: 0;
  transform: scale(0);
  opacity: 0;
  transition: 0.2s linear;
}

.chat-media__list.show {
  transform: scale(1);
  opacity: 1;
}

.media-item {
  display: flex;
  text-wrap-mode: nowrap;
  width: unset;
  padding: 8px 13px;
  padding-left: 13px;
  gap: 10px;
  align-items: center;
  cursor: pointer !important;
  font-size: 15px;
  transition: 0.2s linear;
  border-radius: 4px;
}

.media-item:hover {
  background-color: hsl(var(--base) / 0.1);
}

.chat-media__btn {
  background-color: hsl(var(--white));
  font-size: 20px;
  cursor: pointer !important;
  color: hsl(var(--base));
  width: 56px;
  height: 56px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.code-btn {
  margin-right: 5px;
  margin-bottom: 5px;
}

.code-btn:last-child {
  margin-right: 0;
}

.account-switcher-wrapper {
  position: relative;
  z-index: 1;
}

.account-switcher-wrapper i {
  font-size: 20px;
}

.account-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: hsl(var(--white) / 0.09);
  padding: 12px 10px;
  border-radius: 6px;
}

.account-btn::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.account-btn__thumb img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
}

.account-dropdown-list__item {
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

.account-dropdown-list__link {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
  padding: 8px 12px;
  padding-left: 35px;
  color: hsl(var(--body-color));
  font-size: 15px;
}

.account-dropdown-list__bottom {
  padding: 8px 12px;
}

.account-dropdown-list__link::before {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  color: hsl(var(--base));
  transition: 0.2s linear;
}

.account-dropdown-list__link:hover::before,
.account-dropdown-list__link.active::before {
  opacity: 1;
}

.account-dropdown-list__link:hover,
.account-dropdown-list__link.active {
  background-color: hsl(var(--base) / 0.09);
  color: hsl(var(--base));
}

.account-dropdown-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.account-dropdown-list {
  border-radius: 4px;
  overflow: hidden;
  transition: 0.25s linear;
  background-color: #2a2a2a;
  box-shadow: var(--box-shadow);
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  margin-top: 7px;
  padding: 0px;
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

.account-dropdown-list.show {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  z-index: 991;
}

.account-btn:focus-visible {
  outline: none;
  border: none;
}

.account-switcher-wrapper:has(.account-dropdown-list.show) .account-btn::before {
  content: "\f106";
}

.sidebar-menu-list__title {
  padding: 14px 0px;
  color: hsl(var(--body-color)/0.6);
  font-size: 0.875rem;
}

.search-area-wrapper__inner {
  position: absolute;
  width: calc(100% - 20px);
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s linear;
  display: flex;
  gap: 16px;
  align-items: center;
}

.search-area-wrapper__inner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
  top: 50%;
}

.search-area-wrapper__inner input {
  width: calc(100% - 40px);
  padding-left: 40px;
}

.search-area-wrapper .close-icon {
  width: 40px;
  height: 40px;
  background-color: hsl(var(--section-bg));
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  color: hsl(var(--title-color));
  font-size: 20px;
  border: 1px solid #c1c9d033;
  display: grid;
}

.search-area-wrapper:has(.search-area-wrapper__inner.show) .search-btn {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #606576;
  z-index: 99;
}

.chat-box__header:has(.search-area-wrapper__inner.show) .chat-box__item {
  opacity: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.empty-message {
  max-width: 100px;
  margin: 0 auto;
}

.icon:has(.la.la-warning) {
  width: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
  height: 60px;
  background-color: hsl(var(--warning));
  color: hsl(var(--white));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0 -4px 6px -1px rgba(0, 0, 0, 0.1),
    /* top */
    4px 0 6px -1px rgba(0, 0, 0, 0.1),
    /* right */
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    /* bottom */
    -4px 0 6px -1px rgba(0, 0, 0, 0.1);
}

.close-icon {
  cursor: pointer !important;
}

/*=============== .breadcrumb css start here =============== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80%;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 140px 0px 80px;
  }

}

@media screen and (max-width: 575px) {
  .breadcrumb {
    padding: 110px 0px 40px;
  }

}

.breadcrumb::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 30%);

  z-index: -1;
  top: 0px;
  left: 0px;
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--base));
}



/* latest code  */

.dashboard-container :has(.input-group .input-group-text) .select2+.select2-container .select2-selection__rendered {
  border-radius: 6px 0 0 6px !important;
}

.color-input .input-group-text {
  padding: 0;
  border-radius: 0 6px 6px 0;
  overflow: hidden;
  border: 0;
}

.color-input .sp-replacer {
  height: 100%;
  padding: 0;
  border: 0;
}

.color-input .sp-preview {
  height: 100%;
  background: unset;
  margin: 0;
  border: 0;
  width: 100px;
}

.sp-preview-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.color-input .sp-dd {
  display: none;
}

.floaterPreview {
  position: relative;
}

.modal textarea.form--control,
.floaterPreview textarea.form--control,
.floaterScript.form--control {
  min-height: 250px;
  height: unset;
  font-size: 20px;
  font-weight: 600;
  color: hsl(var(--black)) !important;
}

.preview-area {
  height: 580px;
  width: 100%;
  border-radius: 8px;
  background: hsl(var(--base) / 0.1);
  padding: 20px;
  resize: none;
  position: relative;
  overflow: hidden;
}

.nav-bottom {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  height: auto;
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0px;
  padding: 5px;
  margin: 0px;
}

.whatsapp-button {
  display: flex;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 8;
  align-items: center;
  transition: 0.3s;
  margin: 10px;
  padding: 7px;
  border: none;
  outline: none;
  border-radius: 50%;
  background-color: hsl(var(--base));
  box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
  font-size: 32px;
}

.popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  bottom: 85px;
  right: 20px;
  transition: 0.5s;
  border-radius: 10px;
  animation: slideInRight 0.6s 0s both;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.circle-anime {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  width: 60px;
  height: 60px;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  transition: 0.3s;
  background-color: hsl(var(--base));
  animation: pulse 1.2s 4s ease 4;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }

  50% {
    opacity: 0.3;
  }

  100% {
    transform: scale(1.45);
    opacity: 0;
  }
}

.whatsapp-button .btn-icon {
  color: hsl(var(--white));
  font-size: 40px;
  transition: 0.3s;
  line-height: 1;
}

.floater-popup-whatsapp {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  bottom: 85px;
  right: 20px;
  transition: 0.5s;
  border-radius: 10px;
  background-color: #ece5dd;
  box-shadow: 2px 2px 7px 0px rgba(0, 0, 0, 0.705);
  animation: slideInRight 0.6s 0s both;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  background-image: url("http://localhost/ovowhats/main/assets/images/whatsapp/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.floater-is-active-whatsapp-popup {
  display: flex;
  overflow: hidden;
}

.floater-content-whatsapp-top {
  display: flex;
  width: 100%;
  cursor: pointer;
}

.floater-header-top-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background: hsl(var(--base));
  align-items: center;
  border-radius: 10px 10px 0 0;
  padding: 11px 20px;
  padding-right: 6px;
}

.floater-header-top-wrapper p {
  color: #fff !important;
  font-weight: bold;
}

.floater-closePopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0px 0px 15px 0px;
  border-radius: 50%;
  border: none;
  outline: none;
  cursor: pointer;
  color: hsl(var(--white));
  background-color: #f76060;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
}

.floater-header-top-wrapper button.floater-closePopup {
  margin: 0;
  background: transparent;
  box-shadow: none;
}

.floater-body-wrap {
  padding: 0 15px;
  margin-top: 300px;
}

.floater-body-wrap p {
  background: #fff;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 4px;
}

.floater-content-whatsapp-bottom {
  display: flex;
  padding-bottom: 12px;
  margin-top: 18px;
}

input.floater-whats-input[type="text"] {
  width: 250px;
  height: 40px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 1em;
  background-color: #fff;
  padding: 0px 0px 0px 10px;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  outline: none;
  transition: 0.3s;
}

.floater-send-msPopup {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  margin: 0px 0px 0px 5px;
  border: none;
  outline: none;
  cursor: pointer;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  -moz-box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  box-shadow: 1px 1px 2px 0px rgba(68, 68, 68, 0.705);
  z-index: 3;
}

.floater-material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.floater-sentBtn {
  font-size: 20px;
  color: hsl(var(--base));
}



.auth-devider {
  padding-block: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.auth-devider::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6b6b6b65;
  z-index: -1;
}

.auth-devider span {
  padding-inline: 6px;
  background-color: hsl(var(--white));
  color: hsl(var(--title-color));
  font-weight: 600;
  font-size: 1.25rem;
}


@media screen and (max-width: 991px) {
  .section-padding-top {
    padding-top: 130px;
  }

}


.dashboard .widget-blue {
  background: linear-gradient(to right, #e0f0ffb8, #fff) !important;
}

.dashboard .widget-blue .dashboard-widget__icon {
  background-color: #2563eb;
}

.dashboard .widget-purple {
  background: linear-gradient(to right, #f5f0ff, #fff) !important;
}

.dashboard .widget-purple .dashboard-widget__icon {
  background-color: #8b5cf6;
}

.dashboard .widget-red {
  background: linear-gradient(to right, #ffe0e082, #fff) !important;
}

.dashboard .widget-red .dashboard-widget__icon {
  background-color: #dc2626;
}

.dashboard .widget-green {
  background: linear-gradient(to right, #e0ffe9b8, #fff) !important;
}

.dashboard .widget-green .dashboard-widget__icon {
  background-color: #16a34a;
}

.dashboard .widget-yellow {
  background: linear-gradient(to right, #fffde7, #fff) !important;
}

.dashboard .widget-yellow .dashboard-widget__icon {
  background-color: #ca8a04;
}

.dashboard .widget-orange {
  background: linear-gradient(to right, #fff3e0, #fff) !important;
}

.dashboard .widget-orange .dashboard-widget__icon {
  background-color: #f97316;
}

.dashboard .widget-pink {
  background: linear-gradient(to right, #ffe4e6, #fff) !important;
}

.dashboard .widget-pink .dashboard-widget__icon {
  background-color: #db2777;
}

.dashboard .widget-teal {
  background: linear-gradient(to right, #e0fafa, #fff) !important;
}

.dashboard .widget-teal .dashboard-widget__icon {
  background-color: #0d9488;
}

.dashboard .widget-lime {
  background: linear-gradient(to right, #ecfccb, #fff) !important;
}

.dashboard .widget-lime .dashboard-widget__icon {
  background-color: #65a30d;
}

.dashboard .widget-cyan {
  background: linear-gradient(to right, #cffafe, #fff) !important;
}

.dashboard .widget-cyan .dashboard-widget__icon {
  background-color: #06b6d4;
}

.dashboard .widget-indigo {
  background: linear-gradient(to right, #e0e7ff, #fff) !important;
}

.dashboard .widget-indigo .dashboard-widget__icon {
  background-color: #4f46e5;
}

.dashboard .widget-brown {
  background: linear-gradient(to right, #efebe9, #fff) !important;
}

.dashboard .widget-brown .dashboard-widget__icon {
  background-color: #5d4037;
}

.dashboard .widget-gray {
  background: linear-gradient(to right, #f3f4f6, #fff) !important;
}

.dashboard .widget-gray .dashboard-widget__icon {
  background-color: #4b5563;
}

.dashboard .widget-sky {
  background: linear-gradient(to right, #e0f7fa, #fff) !important;
}

.dashboard .widget-sky .dashboard-widget__icon {
  background-color: #0288d1;
}

.dashboard .widget-rose {
  background: linear-gradient(to right, #ffe4e6, #fff) !important;
}

.dashboard .widget-rose .dashboard-widget__icon {
  background-color: #e11d48;
}

.dashboard .widget-neon {
  background: linear-gradient(to right, #e0ffe8, #fff) !important;
}

.dashboard .widget-neon .dashboard-widget__icon {
  background-color: #0ea5e9;

}

.importModal .modal-content {
  overflow: hidden !important;
}

.importModal .progress {
  border-radius: 0px !important;
}

.transaction-table {
  background-color: hsl(var(--white));
  border-radius: 6px;
}

.transaction-table tbody tr:last-child td:last-child {
  border-radius: 0 0px 0px 0;
}

.transaction-table tbody tr:last-child td:first-child {
  border-radius: 0px 0 0 0px;

}