/* ================================== Font Size For responsive devices End =============================== */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Epilogue:ital,wght@0,100..900;1,100..900&display=swap');

/* ========================= Css Variables Start ======================== */
:root {
  /* Font Family */
  --heading-font: "Epilogue", sans-serif;
  --body-font: "DM Sans", sans-serif;
  /* ========================= Theme Color Start ============================= */
  --header-h: 0;
  /* Base Color */
  --base-h: 223;
  --base-s: 100%;
  --base-l: 53%;
  --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-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 Two Color */
  --base-two-h: 273;
  --base-two-s: 95%;
  --base-two-l: 62%;
  --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-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);
  /* primary two bg */
  --primary-two-h: 231;
  --primary-two-s: 48%;
  --primary-two-l: 48%;
  --primary-two: var(--primary-two-h) var(--primary-two-s) var(--primary-two-l);

  /* --teal: 180, 60%, 40%;
  --indigo: 240, 60%, 50%; */

  --teal-h: 180;
  --teal-s: 60%;
  --teal-l: 40%;
  --teal: var(--teal-h) var(--teal-s) var(--teal-l);


  --indigo-h: 240;
  --indigo-s: 60%;
  --indigo-l: 50%;
  --indigo: var(--indigo-h) var(--indigo-s) var(--indigo-l);
  /* ========================= Theme Color End ============================= */


  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --light: 219 10% 53%;
  --text-color-two: 0 0% 27%;
  --heading-color: 219 34% 22%;
  --body-color: 210 17% 98%;
  --black: 0 0% 0%;
  --border-color: 220 34% 88%;
  --border-color-two: 0 0% 93%;
  --card-bg: 0 0% 97%;

  --section-bg: 208 100% 97%;
  --text-color: var(--light);
  /* ================================ 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 0px #04001f17;
  --box-shadow-two: 0px 118px 33px 0px rgba(179, 179, 179, 0),
    0px 75px 30px 0px rgba(179, 179, 179, 0.01),
    0px 42px 25px 0px rgba(179, 179, 179, 0.05),
    0px 19px 19px 0px rgba(179, 179, 179, 0.09),
    0px 5px 10px 0px rgba(179, 179, 179, 0.1);
  /* ================================ Box Shadow End =============================== */
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 211;
  --primary-s: 100%;
  --primary-l: 50%;
  --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-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);
  /* 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-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);
  /* Success Color */
  --success-h: 164;
  --success-s: 54%;
  --success-l: 45%;
  --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-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);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 100%;
  --danger-l: 61%;
  --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-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);
  /* Warning Color */
  --warning-h: 45;
  --warning-s: 100%;
  --warning-l: 51%;
  --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-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);
  /* Info Color */
  --info-h: 190;
  --info-s: 90%;
  --info-l: 50%;
  --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-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);

  --purple-h: 269;
  --purple-s: 98%;
  --purple-l: 83%;
  --purple: var(--purple-h) var(--purple-s) var(--purple-l);
  --accent-h: 260;
  --accent-s: 92%;
  --accent-l: 10%;
  --accent: var(--accent-h) var(--accent-s) var(--accent-l);

  --orange-h: 33;
  --orange-s: 100%;
  --orange-l: 50%;
  --orange: var(--orange-h) var(--orange-s) var(--orange-l);
  /* ============================== Bootstrap Modifier End ============================== */
  /* ============================== Dark Mood Color Modify Start ============================== */
}

:root [data-theme="dark"] {
  --white: 200 9% 7%;
  --black: 210 40% 98%;
  /* ============================== Dark Mood Color Modify End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
  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,
.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 ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.dashboard .sidebar-submenu-list__link::before,
.alert__link::before {
  position: absolute;
  content: "";
}

.top-center-extend,
.dashboard .sidebar-submenu-list__link::before,
.sidebar--acordion .accordion-button[aria-expanded="true"]::after,
.sidebar--acordion .accordion-button[aria-expanded="false"]::after,
.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.left-center-extend {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

/* ============================= Positioning Css Class 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 {
  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(--text-color));
  word-break: break-word;
  background-color: hsl(var(--body-color));
  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(--text-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: 700;
}

@media screen and (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: 4.5rem;
}

@media screen and (max-width: 1399px) {
  h1 {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 1199px) {
  h1 {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 2.1875rem;
  }
}

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: 2rem;
}

@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: 1.125rem;
}

@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: 1.3;
}

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));
}

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));
}

.h-44 {
  height: 44px !important;
}

/* Bg Image Css */
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* 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);
}

/* 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-overlay {
  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: 9991;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  margin-bottom: 30px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .section-heading {
    margin-bottom: 20px;
  }
}

.section-heading__title {
  margin-bottom: 0px;
}

.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;
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

.section-button {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  font-weight: 600;
}

@media screen and (max-width: 575px) {
  .section-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 424px) {
  .section-button {
    font-size: 12px;
  }
}

.section-button:hover {
  text-decoration: underline;
}

.section-button__icon {
  margin-left: 10px;
}

@media screen and (max-width: 424px) {
  .section-button__icon {
    margin-left: 5px;
  }
}

/* ====================== Section Heading En d==================== */
/* ================================= 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;
}

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

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

.bg--white {
  background: hsl(var(--white)) !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;
}

.text--dark {
  color: hsl(var(--black)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 576px) {
  .my-120 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

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

@media (min-width: 576px) {
  .mt-120 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

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

@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

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

@media (min-width: 576px) {
  .my-60 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

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

@media (min-width: 576px) {
  .mt-60 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

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

@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

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

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

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

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

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

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

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

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

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

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

/* ================================= padding Css End =========================== */
/* ================================= 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.09);
  background-color: transparent !important;
  border-radius: 5px;
  overflow: hidden;
}

.custom--accordion .accordion-item:not(:last-child) {
  margin-bottom: 20px;
}

.custom--accordion .accordion-header {
  line-height: 1;
}

.custom--accordion .accordion-body {
  padding: 20px;
  background-color: hsl(var(--section-bg));
}

.custom--accordion .accordion-body .text {
  max-width: 60%;
}

@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));
  color: var(--heading-color);
  font-size: 1.125rem;
  padding: 15px;
}

@media screen and (max-width: 575px) {
  .custom--accordion .accordion-button {
    padding: 13px;
    padding-right: 30px;
  }
}

.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) {
  color: hsl(var(--white));
  background-color: hsl(var(--black)) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f068";
  display: inline-block;
  position: absolute;
  right: 15px;
  height: unset;
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f067";
  color: hsl(var(--text-color));
}

.sidebar--acordion .accordion-item {
  background-color: transparent !important;
  border: 0;
  padding: 0;
}

.sidebar--acordion .accordion-header {
  line-height: 1;
  padding: 0 !important;
}

.sidebar--acordion .accordion-body {
  padding: 0;
  margin-top: 16px;
}

.sidebar--acordion .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .sidebar--acordion .accordion-body .text {
    max-width: 100%;
  }
}

.sidebar--acordion .accordion-button {
  background-color: transparent;
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  padding: 0;
}

.sidebar--acordion .accordion-button::after {
  background-image: none;
}

.sidebar--acordion .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar--acordion .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sidebar--acordion .accordion-button:not(.collapsed)::after {
  background-image: none;
  color: hsl(var(--base));
}

.sidebar--acordion .accordion-button[aria-expanded="true"]::after,
.sidebar--acordion .accordion-button[aria-expanded="false"]::after {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f106";
  display: inline-block;
  position: absolute;
  right: 0;
  height: unset;
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  color: hsl(var(--black));
}

.sidebar--acordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
}

/* ================================= 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(--white)) !important;
  font-weight: 500;
  padding: 13px 24px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: 1;
}

.btn i {
  font-size: 14px;
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn--lg {
  padding: 15px 35px;
}

@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}

.btn--md {
  padding: 8px 20px;
}

.btn--sm {
  padding: 7px 18px;
  font-weight: 600;
  font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 8px 12px;
  }
}

.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 0.9375rem;
  padding: 0;
}

.btn--base {
  background-color: hsl(var(--base)) !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(--white)) !important;
}

.btn--primary {
  background-color: hsl(var(--primary)) !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;
}

.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;
}

.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--gray {
  background-color: hsl(var(--border-color-two));
  color: hsl(var(--heading-color)) !important;
}

.btn--gray:hover,
.btn--gray:focus .btn--gray:focus-visible {
  background-color: hsl(var(--black) / 0.2) !important;
  border: 1px solid transparent !important;
}

.btn-outline--gray {
  background-color: hsl(var(--white));
  color: hsl(var(--heading-color)) !important;
  border: 1px solid hsl(var(--border-color-two));
}

.btn-outline--gray:hover,
.btn-outline--gray:focus .btn--gray:focus-visible,
.btn-outline--gray:active {
  background-color: hsl(var(--border-color-two)) !important;
  border: 1px solid transparent !important;
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 40px;
  /* -webkit-box-shadow: var(--box-shadow); */
  /* box-shadow: var(--box-shadow); */
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.07);
  padding: 10px;
}

.custom--card .card-header {
  padding: 12px 24px;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .card-header .title {
  margin-bottom: 0;
}

.custom--card .card-body {
  background-color: hsl(var(--white));
  padding: 24px;
  border-radius: 5px;
}

.custom--card .card-footer {
  padding: 12px 24px;
  background-color: transparent;
  border-top: 1px solid hsl(var(--black) / 0.1);
}

.custom--card .card-body {
  border-radius: 0 0 40px 40px;
}

.card-footer+.card-body {
  border-radius: 0;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 6px;
  font-size: 0.875rem;
  color: hsl(var(--text-color-two));
  font-weight: 600;
}

.form-group {
  margin-bottom: 1.5rem;
}

/* Form Select */
select {
  color: hsl(var(--black) / 0.6) !important;
}

select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black) / 0.6) !important;
}

select option {
  background-color: hsl(var(--white));
  color: hsl(var(--black));
}

/* Form Select End */
/* Form Control Start */
.form--control {
  border-radius: 6px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 9px 24px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color) / 0.7);
  color: hsl(var(--black) / 0.6);
  box-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / .06);
}

.form--control::-webkit-input-placeholder {
  color: hsl(var(--black) / 0.6);
  font-weight: 400;
  font-size: 1rem;
}

.form--control::-moz-placeholder {
  color: hsl(var(--black) / 0.6);
  font-weight: 400;
  font-size: 1rem;
}

.form--control:-ms-input-placeholder {
  color: hsl(var(--black) / 0.6);
  font-weight: 400;
  font-size: 1rem;
}

.form--control::-ms-input-placeholder {
  color: hsl(var(--black) / 0.6);
  font-weight: 400;
  font-size: 1rem;
}

.form--control::placeholder {
  color: hsl(var(--black) / 0.6);
  font-weight: 400;
  font-size: 1rem;
}

.form--control:focus {
  -webkit-box-shadow: 0px 1px 2px 0px hsl(var(--base)/0.2), 0px 0px 0px 4px hsl(var(--base)/0.2) !important;
  box-shadow: 0px 1px 2px 0px hsl(var(--base)/0.2), 0px 0px 0px 4px hsl(var(--base)/0.2) !important;
  border-color: hsl(var(--base));
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.08);
  opacity: 1;
  pointer-events: none;
}

.form--control.form-select {
  background-color: hsl(var(--border-color) / 0.2);
  padding: 15px 24px;
}

.form--control[type="password"] {
  color: hsl(var(--black) / 0.5);
}

.form--control[type="password"]:focus {
  color: hsl(var(--black));
}

.form--control[type="file"] {
  line-height: 43px;
  padding: 0;
  position: relative;
}

.form--control[type="file"]::-webkit-file-upload-button {
  border: transparent;
  padding: 0px 10px;
  border-radius: 6px;
  background-color: transparent !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 22px;
  position: relative;
  margin-left: 10px;
  height: 45px;
  border-right: 1px solid hsl(var(--border-color));
  color: hsl(var(--text-color)) !important;
}

.form--control[type="file"]::file-selector-button {
  border: transparent;
  padding: 0px 10px;
  border-radius: 6px 0px 0px 6px;
  background-color: transparent !important;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: 22px;
  position: relative;
  margin-left: 10px;
  height: 45px;
  border-right: 1px solid hsl(var(--border-color));
  color: hsl(var(--text-color)) !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;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--black) / 0.6) !important;
  caret-color: hsl(var(--black) / 0.6);
}

/* 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(--black) / 0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-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(--border-color));
  cursor: pointer;
  margin-top: 0;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--text-color-two)) !important;
  border-color: hsl(var(--text-color-two)) !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: 400;
  width: calc(100% - 16px);
  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(--black) / 0.2) !important;
  padding: 10px !important;
  margin-left: 0;
  margin-bottom: 5px;
  border-radius: 40px;
  width: 70px;
  height: 38px;
  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: 28px;
  height: 28px;
  background-color: hsl(var(--white));
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 2px;
  left: 5px;
  border-radius: 50%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 33px);
  background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type="checkbox"] {
  background-image: none;
}

.form--switch .form-check-label {
  width: calc(100% - 14px);
  padding-left: 5px;
  cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
  border-bottom: 1px solid hsl(var(--black) / 0.12);
  padding: 20px 30px;
}

.custom--modal .modal-header .modal-title {
  font-size: 20px;
  margin-bottom: 0;
}

.custom--modal .modal-header .btn-close {
  background: transparent;
  padding: 0;
  margin: 0;
  opacity: 1;
}

.custom--modal .modal-header .btn-close i {
  color: hsl(var(--black));
  font-size: 1.5625rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  position: absolute;
  top: 20px;
  right: 20px;
}

.custom--modal .modal-header .btn-close i:hover {
  color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-content {
  border-radius: 24px !important;
}

.custom--modal .modal-body {
  padding: 20px 30px;
}

.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 30px;
  border-top: 1px solid hsl(var(--black) / 0.12);
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom--modal.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fade-in-scale {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fade.show.fade-in-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.select2-container>span {
  width: 100%;
  z-index: 1111;
  display: block;
}

.select2-container .dropdown-wrapper {
  display: none;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 25px;
  }
}

.pagination .page-item.active .page-link {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
  border: 1px solid transparent;
  border-radius: 50%;
  height: 34px;
  width: 34px;
  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(--text-color-two));
  font-size: 0.875rem;
  line-height: 38px;
  border: 1px solid hsl(var(--border-color-two));
}

.d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between:has(.pagination) {
  flex-wrap: wrap;
  gap: 12px;
}


.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;
}

.page-item.disabled .page-link {
  opacity: 0.4;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
  .company {
    display: block;
    text-align: left;
  }
}

.company__thumb {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  overflow: hidden;
}

.company__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 424px) {
  .company__thumb {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 374px) {
  .company__thumb {
    margin-left: auto;
  }
}

.company__content {
  width: calc(100% - 75px);
  padding-left: 15px;
  text-align: left;
}

@media screen and (max-width: 1499px) {
  .company__content {
    padding-left: 10px;
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 374px) {
  .company__content {
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
  }
}

.table .text-list__item {
  font-size: 13px;
}

.company__name {
  font-size: 0.9125rem;
  color: hsl(var(--black) / .75);
  font-weight: 600;
  margin-bottom: 6px;
}

.action-buttons {
  gap: 8px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.action-btn {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  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;
  color: hsl(var(--black) / .7);
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.action-btn:hover {
  color: hsl(var(--black)) !important;
}

.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-wrapper {
  border-radius: 30px;
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
}

.table-wrapper-header {
  padding: 20px;
  border-bottom: 1px solid hsl(var(--border-color));
}

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

.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
  border-radius: 6px;
  border: 1px solid hsl(var(--border-color-two));
}

@media (min-width:1400px) {
  .table.table--responsive--xxl {
    min-width: 1000px;
  }

  .card-item__inner:has(.table.table--responsive--xxl) {
    overflow-x: auto;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
  }
}

@media (min-width:1200px) {
  .table.table--responsive--xl {
    min-width: 970px;
  }

  .card-item__inner:has(.table.table--responsive--xl) {
    overflow-x: auto;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
  }
}

@media (min-width:992px) {
  .table.table--responsive--lg {
    min-width: 950px;
  }

  .card-item__inner:has(.table.table--responsive--lg) {
    overflow-x: auto;
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
  }

}

.card-item__footer {
  padding: 10px 20px;
  border-top: 1px solid hsl(var(--border-color) / .5);
}

.table thead tr th {
  text-align: center;
  padding: 12px 20px;
  color: hsl(var(--heading-color));
  font-family: var(--heading-font);
  font-weight: 600;
  border-bottom: 0;
  max-width: 250px;
  font-size: 0.875rem;
  border: 0 !important;
  background-color: hsl(240 14% 95%);
}

.table tbody tr:nth-child(2n) {
  background-color: #fafafc;
}

.table tbody tr {
  border-bottom: 1px solid hsl(var(--black)/0.08);
}


.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 0px 0 0 0;
}


.table thead tr th:last-child {
  border-radius: 0 0px 0 0;
  text-align: right;
}

.table tbody {
  border: 0 !important;
}

.table tbody tr {
  border-bottom: 0 !important;
  transition: all 0.3s ease;
}


.table tbody tr:last-child {
  border-bottom: 0;
  border-radius: 0px 0px 6px 6px;
}

.table tbody tr:last-child td {
  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 20px;
  border-width: 1px;
  border: 0;
  color: hsl(var(--text-color));
  font-weight: 500;
  max-width: 250px;
  font-size: 0.8125rem;
  border-right: 0 !important;
  background-color: transparent !important;
  border-bottom: 1px solid hsl(var(--border-color) / .5);
}


.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  font-size: 0.9375rem;
  color: hsl(var(--black));
  font-weight: 600;
  display: none;
  width: 45% !important;
  text-align: left;
  min-width: 90px;
}

.table tbody tr td:first-child {
  text-align: left;
  font-size: 0.875rem;
}

.table tbody tr td:nth-child(2) {
  /* text-align: left; */
}

.table tbody tr td:last-child {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .table--responsive--md .company__thumb {
    margin-left: auto;
  }

  .table--responsive--md .company__content {
    width: 100%;
    padding-left: 0;
    text-align: right;
  }

  .table--responsive--md .company__content .text-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr:last-child {
    border-radius: 0px 0px 12px 12px;
  }

  .table--responsive--md tbody tr:nth-child(odd) {
    background-color: #fafafc;
  }

  .table--responsive--md tbody tr:nth-child(even) {
    background-color: hsl(var(--white));
  }

  .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;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.8);
    max-width: unset;
  }

  .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:nth-child(2) {
    text-align: right;
  }

  .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 thead {
    display: none;
  }

  .table--responsive--lg .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .table--responsive--lg tbody tr:nth-child(odd) {
    background-color: #fafafc;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--white));
  }

  .table--responsive--lg .company__thumb {
    margin-left: auto;
  }

  .table--responsive--lg .company__content {
    width: 100%;
    padding-left: 0;
    text-align: right;
  }

  .table--responsive--lg .company__content .text-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .table--responsive--lg tbody tr {
    display: block;
  }



  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr:last-child {
    border-radius: 0px 0px 12px 12px;
  }

  .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;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08) !important;
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none !important;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td:nth-child(2) {
    text-align: right;
  }

  .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 {
    border-radius: none;
  }

  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(odd) {
    background-color: #fafafc;
  }

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--white));
  }

  .table--responsive--xl tbody tr:last-child {
    border-radius: 0px 0px 12px 12px;
  }

  .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;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08) !important;
    max-width: unset;
  }

  .table tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 0px !important;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table tbody tr:last-child td:last-child {
    border-radius: 0px 0px 12px 0px;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td:nth-child(2) {
    text-align: right;
  }

  .table--responsive--xl tbody tr:last-child td:last-child {
    border-bottom: none !important;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }

  .table--responsive--xl .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .table--responsive--xl .company__thumb {
    margin-left: auto;
  }

  .table--responsive--xl .company__content {
    width: 100%;
    padding-left: 0;
    text-align: right;
  }

  .table--responsive--xl .company__content .text-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .table--responsive--xl tbody tr:last-child td:last-child {
    border-radius: 0px 0px 5px 5px;
  }
}



@media screen and (max-width: 1399px) {
  .table {
    border-radius: none;
  }

  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:nth-child(odd) {
    background-color: #fafafc;
  }

  .table--responsive--xxl tbody tr:nth-child(even) {
    background-color: hsl(var(--white));
  }

  .table--responsive--xxl tbody tr:last-child {
    border-radius: 0px 0px 12px 12px;
  }

  .table--responsive--xxl 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;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08) !important;
    max-width: unset;
  }

  .table tbody tr:last-child td:first-child {
    border-radius: 0px 0px 0px 0px !important;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table tbody tr:last-child td:last-child {
    border-radius: 0px 0px 12px 0px;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td:nth-child(2) {
    text-align: right;
  }

  .table--responsive--xxl tbody tr:last-child td:last-child {
    border-bottom: none !important;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem;
    color: hsl(var(--black) / 0.7);
  }

  .table--responsive--xxl .company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }

  .table--responsive--xxl .company__thumb {
    margin-left: auto;
  }

  .table--responsive--xxl .company__content {
    width: 100%;
    padding-left: 0;
    text-align: right;
  }

  .table--responsive--xxl .company__content .text-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .table--responsive--xxl tbody tr:last-child td:last-child {
    border-radius: 0px 0px 5px 5px;
  }
}




@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  margin-bottom: 30px;
}

.custom--tab .nav-item {
  border-bottom: 0;
}

.custom--tab .nav-item .nav-link {
  color: hsl(var(--text-color));
  padding: 6px 12px;
  background-color: transparent !important;
  border-radius: 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.875rem;
  border: 1px solid hsl(var(--black) / 0.08) !important;
}

@media screen and (max-width: 1199px) {
  .custom--tab .nav-item .nav-link {
    padding: 12px 15px;
  }
}

.custom--tab .nav-item .nav-link.active {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05) !important;
  border-color: hsl(var(--base)) !important;
}

.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05) !important;
  border-color: hsl(var(--base)) !important;
}

.custom--tab.tab-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.custom--tab.tab-two .nav-item .nav-link {
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1.5rem;
  border: 0 !important;
  line-height: 1;
}

.custom--tab.tab-two .nav-item .nav-link svg {
  fill: hsl(var(--text-color));
  width: 24px;
}

.custom--tab.tab-two .nav-item .nav-link.active svg {
  fill: hsl(var(--base));
}


.tab--style {
  margin-bottom: 24px;
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.tab--style .nav-item {
  border-bottom: 0;
}

.tab--style .nav-item .nav-link {
  color: #4b5563cc;
  padding: 12px 16px;
  background-color: transparent !important;
  border-radius: 0px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  border-bottom: 2px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media screen and (max-width: 1199px) {
  .tab--style .nav-item .nav-link {
    padding: 12px 15px;
  }
}

.tab--style .nav-item .nav-link.active {
  color: hsl(var(--heading-color));
  border-bottom: 2px solid hsl(var(--heading-color));
}

.tab--style .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  border-radius: 4px;
  font-size: 0.813rem;
  font-weight: 500;
  padding: 6px 12px;
  line-height: 1;
  position: relative;
  padding-left: 20px;
}

.badge::before {
  position: absolute;
  content: "";
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: hsl(var(--success));
  border-radius: 50%;
}

.badge--base {
  background-color: hsl(var(--base) / 0.1) !important;
  color: hsl(var(--base)) !important;
}

.badge--base.badge::before {
  background-color: hsl(var(--base));
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.1) !important;
  color: hsl(var(--primary)) !important;
}

.badge--primary.badge::before {
  background-color: hsl(var(--primary));
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.1) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--secondary.badge::before {
  background-color: hsl(var(--secondary));
}

.badge--success {
  background-color: hsl(var(--success) / 0.1) !important;
  color: hsl(var(--success)) !important;
}

.badge--success.badge::before {
  background-color: hsl(var(--success));
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.1) !important;
  color: hsl(var(--danger)) !important;
}

.badge--danger.badge::before {
  background-color: hsl(var(--danger));
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.1) !important;
  color: hsl(var(--warning)) !important;
}

.badge--warning.badge::before {
  background-color: hsl(var(--warning));
}

.badge--info {
  background-color: hsl(var(--info) / 0.1) !important;
  color: hsl(var(--info)) !important;
}

.badge--info.badge::before {
  background-color: hsl(var(--info));
}

.badge--dark {
  background-color: hsl(var(--black) / 0.1) !important;
  color: hsl(var(--black)) !important;
}

.badge--dark.badge::before {
  background-color: hsl(var(--dark));
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--alert-color)/0.03);
  border: 1px solid hsl(var(--alert-color)/0.2);
  font-weight: 400;
  padding: 20px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .alert {
    padding: 16px;
  }
}

@media screen and (max-width: 575px) {
  .alert {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start !important;
  }
}



.alert__icon {
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 0.75rem;
  height: 20px;
  width: 20px;
  display: grid;
  place-content: center;
  background: hsl(var(--alert-color));
  color: hsl(var(--white));
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px hsl(var(--white)), 0 0 0 6px hsl(var(--alert-color)/0.5), 0 0 0 9px hsl(var(--white)), 0 0 0 12px hsl(var(--alert-color)/0.15);
  box-shadow: 0 0 0 3px hsl(var(--white)), 0 0 0 6px hsl(var(--alert-color)/0.5), 0 0 0 9px hsl(var(--white)), 0 0 0 12px hsl(var(--alert-color)/0.15);
  margin: 6px;
}

.alert__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 575px) {
  .alert__content {
    width: 100%;
    margin-top: 6px;
  }
}

.alert__title {
  font-size: 1rem;
  color: hsl(var(--heading-color));
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--text-color));
  display: block;
  font-size: 0.9375rem;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.875rem;
  }
}

.alert__link {
  position: relative;
}

.alert .btn-close {
  background: transparent;
  padding: 0;
  color: hsl(var(--alert-color));
  font-size: 1.25rem;
  top: 16px;
  right: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .alert .btn-close {
    top: 10px;
    right: 10px;
  }
}

.alert--base {
  --alert-color: var(--base);
}

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

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

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

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

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

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

/* ====================================== Alert Css End =============================== */
.progress {
  height: 5px;
}

.progress .progress-bar {
  height: 5px;
}

.progress--base .progress-bar {
  background-color: hsl(var(--base));
}

.progress--primary .progress-bar {
  background-color: hsl(var(--primary));
}

.progress--success .progress-bar {
  background-color: hsl(var(--success));
}

.progress--info .progress-bar {
  background-color: hsl(var(--info));
}

.progress--danger .progress-bar {
  background-color: hsl(var(--danger));
}

.progress--warning .progress-bar {
  background-color: hsl(var(--warning));
}

.progress--secondary .progress-bar {
  background-color: hsl(var(--secondary));
}

.preloader-dot-loading {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.preloader-dot-loading .cssload-loading {
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-dot-loading .cssload-loading i {
  width: 19px;
  height: 19px;
  display: inline-block;
  border-radius: 50%;
  background: hsl(var(--base));
}

.preloader-dot-loading .cssload-loading i:first-child {
  opacity: 0;
  -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
  animation: cssload-loading-ani2 0.58s linear infinite;
  -webkit-transform: translate(-19px);
  transform: translate(-19px);
}

.preloader-dot-loading .cssload-loading i:nth-child(2),
.preloader-dot-loading .cssload-loading i:nth-child(3),
.preloader-dot-loading .cssload-loading i:nth-child(4) {
  -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
  animation: cssload-loading-ani3 0.58s linear infinite;
}

.preloader-dot-loading .cssload-loading i:last-child {
  -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
  animation: cssload-loading-ani1 0.58s linear infinite;
}

@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    transform: translate(39px);
    opacity: 0;
  }
}

@keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    transform: translate(39px);
    opacity: 0;
  }
}

/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.logo {
  margin-right: 85px;
}

@media screen and (max-width: 1399px) {
  .navbar-brand.logo {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-brand.logo {
    margin-right: 15px;
  }
}

.navbar-brand.logo img {
  max-width: 200px;
  max-height: 60px;
}

@media screen and (max-width: 1199px) {
  .navbar-brand.logo img {
    max-width: 140px;
  }
}

.header {
  position: relative;
  z-index: 7;
  background-color: hsl(var(--body-color));
  border-bottom: 1px solid hsl(var(--black) / 0.05);
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    padding: 10px 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-color));
  position: sticky !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 0px;
  -webkit-animation: slide-down 0.8s;
  animation: slide-down 0.8s;
  width: 100%;
}

@-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 {
    margin: 24px 0;
  }

  .nav-menu .nav-item.active .nav-link {
    background-color: hsl(var(--white)) !important;
  }

  .nav-menu .nav-item:hover .nav-link {
    background-color: hsl(var(--white)) !important;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .nav-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--text-color-two)) !important;
    padding: 6px 16px;
    border-radius: 30px;
    cursor: pointer;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .nav-menu .nav-item .nav-link {
    padding: 6px 12px;
    font-size: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-menu .nav-item .nav-link {
    padding: 6px 10px;
    font-size: 15px;
  }
}

@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);
  }
}

@media (min-width: 992px) {
  .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;
    border: 0;
    -webkit-box-shadow: 0 0 10px hsl(var(--black) / 0.06);
    box-shadow: 0 0 10px hsl(var(--black) / 0.06);
  }

  .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));
    padding-left: 24px;
  }
}

@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) {
  main {
    padding-top: 65px;
  }

  .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:focus .nav-link .nav-item__icon {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !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(--black) / 0.1);
  }

  .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);
  }

  .nav-item.active .nav-link {
    color: hsl(var(--base));
  }

  .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(--text-color));
    border-bottom: 1px solid hsl(var(--border-color));
    margin-left: 20px;
  }

  .dropdown-menu li .dropdown-item:hover,
  .dropdown-menu li .dropdown-item:focus {
    background-color: transparent;
  }
}

@media screen and (max-width: 424px) {
  .login-button {
    padding: 9px 18px !important;
  }
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--black));
  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;
  margin-left: 15px;
}

.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";
}

/* Login Registration */
.login-registration-list {
  gap: 12px;
}

@media screen and (max-width: 424px) {
  .login-registration-list {
    gap: 5px;
  }
}

@media screen and (max-width: 1399px) {
  .login-registration-list .btn {
    padding: 10px 16px !important;
  }
}

@media screen and (max-width: 1199px) {
  .login-registration-list .btn {
    padding: 8px 14px !important;
    font-size: 0.9375rem;
  }
}

@media screen and (max-width: 424px) {
  .login-registration-list .btn {
    padding: 8px !important;
    font-size: 0.875rem;
  }
}

/*============== custom dropdwon css start ==============*/
.custom--dropdown {
  margin-right: 20px;
}

@media screen and (max-width: 1399px) {
  .custom--dropdown {
    margin-right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .custom--dropdown {
    margin-right: 0;
  }
}

.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: "\f0d7";
  display: inline-block;
  position: absolute;
  margin-left: auto;
  width: unset !important;
  right: 12px;
  color: hsl(var(--text-color-two));
  font-size: 15px;
}

@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;
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  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: 75%;
  margin-top: 5px;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  width: 120px;
  overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
  .custom--dropdown>.dropdown-list {
    left: auto;
    right: 0;
  }
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.3);
}

.custom--dropdown.open>.dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
  /* background-color: hsl(var(--secondary)) !important; */
  background-color: hsl(var(--white)) !important;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.dropdown-list>.dropdown-list__item {
  padding: 0 !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.dropdown-list>.dropdown-list__item>a {
  padding: 10px 8px !important;
  width: 100%;
}

.dropdown-list>.dropdown-list__item:hover {
  background-color: hsl(var(--base) / 0.2) !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 {
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 50%;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
  width: calc(100% - 24px);
  padding-left: 4px;
  color: hsl(var(--black)) !important;
}

.custom--dropdown__selected.dropdown-list__item .text {
  font-size: 1rem;
  color: hsl(var(--text-color-two)) !important;
}

@media screen and (max-width: 1199px) {
  .custom--dropdown__selected.dropdown-list__item .text {
    font-size: 0.9375rem;
  }
}

/*============== custom drop down css end ==============*/
/*======================================== Mega Menu Css Start ==================================*/
.mega-menu {
  padding: 32px !important;
  position: absolute;
  min-width: 660px;
  max-width: 660px;
  left: 0 !important;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  overflow: unset;
  visibility: hidden;
  opacity: 0;
  margin-top: -24px;
  border-radius: 24px;
  background-color: hsl(var(--white));
  border: 1px solid #d6ddeb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

@media screen and (max-width: 991px) {
  .mega-menu {
    position: static !important;
    display: none;
    border-radius: 2px;
    width: 100%;
    border: 0;
    background-color: inherit;
    overflow: hidden;
    visibility: hidden;
    opacity: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: unset;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    margin: 30px 15px;
    padding: 0 !important;
  }
}

.mega-menu.show {
  display: block;
  visibility: visible;
}

@media screen and (max-width: 991px) {
  .mega-menu.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .mega-menu.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.mega-menu__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 40px;
}

@media screen and (max-width: 575px) {
  .mega-menu__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item.has-mega-menu {
    padding: 0;
  }

  .nav-menu .nav-item.has-mega-menu:hover .mega-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

/* Mega Menu List Css*/
.mega-menu-list__item {
  margin-bottom: 8px;
}

.mega-menu-list__item:last-child {
  margin-bottom: 0;
}

.mega-menu-list__link {
  color: hsl(var(--text-color-two));
  font-size: 0.875rem;
}

.mega-menu-list__link.title {
  font-weight: 600;
  font-size: 1rem;
}

.mega-menu-list__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
  margin-top: auto;
  margin-bottom: 30px;
}

.footer-area__wrapper {
  border: 1px solid hsl(var(--black) / 0.07);
  border-radius: 40px;
  padding: 50px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#eaeffd));
  background: linear-gradient(180deg, #ffffff 0%, #eaeffd 100%);
}

@media screen and (max-width: 767px) {
  .footer-area__wrapper {
    padding: 40px 30px;
  }
}

.footer-item__logo {
  margin-bottom: 25px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

.footer-item__title {
  color: hsl(var(--heading-color));
  margin-bottom: 25px;
}

/* 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;
}

.footer-menu__item:last-child {
  padding-bottom: 0;
}

.footer-menu__link {
  color: hsl(var(--text-color));
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .footer-contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
  }
}

.footer-contact-form .subscribe-btn {
  width: 140px;
  font-size: 16px;
  padding: 11px 25px;
  font-weight: 700;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .footer-contact-form .subscribe-btn {
    width: 120px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .footer-contact-form .subscribe-btn {
    width: 100%;
  }
}

.footer-contact-form .form--control {
  width: calc(100% - 140px);
  background-color: hsl(var(--white));
  border-radius: 16px;
  padding: 12px 25px;
  border: 1px solid #d6ddeb;
}

@media screen and (max-width: 991px) {
  .footer-contact-form .form--control {
    width: calc(100% - 120px);
  }
}

.footer-contact-form .form--control::-webkit-input-placeholder {
  color: #a8adb7;
  font-size: 1rem;
}

.footer-contact-form .form--control::-moz-placeholder {
  color: #a8adb7;
  font-size: 1rem;
}

.footer-contact-form .form--control:-ms-input-placeholder {
  color: #a8adb7;
  font-size: 1rem;
}

.footer-contact-form .form--control::-ms-input-placeholder {
  color: #a8adb7;
  font-size: 1rem;
}

.footer-contact-form .form--control::placeholder {
  color: #a8adb7;
  font-size: 1rem;
}

.footer-contact-form .form--control:focus {
  border-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .footer-contact-form .form--control {
    width: 100%;
  }
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  border-top: 1px solid hsl(var(--black) / 0.2);
  border-top: 1px solid hsl(var(--black) / 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-footer-text {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bottom-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 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;
}

@media screen and (max-width: 767px) {
  .social-list {
    gap: 10px;
  }
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--base));
  background-color: hsl(var(--white));
  font-size: 13px;
}

.social-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
  .social-list__link {
    width: 35px;
    height: 35px;
    font-size: 0.875rem;
  }
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 155px 0 70px;
  background-color: #ddd;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding: 115px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 105px 0 40px;
  }
}

.breadcrumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: hsl(var(--white) / 0.1);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.breadcrumb__wrapper {
  text-align: center;
}

.breadcrumb__title {
  margin-bottom: 10px;
  color: hsl(var(--black));
}

.breadcrumb__list {
  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;
}

.breadcrumb__item {
  color: hsl(var(--black));
  padding: 0 5px;
  font-weight: 400;
  font-size: 1rem;
}

.breadcrumb__item-text {
  color: hsl(var(--base));
}

.breadcrumb__link {
  color: hsl(var(--black));
  font-weight: 500;
}

.breadcrumb__link:hover {
  color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
  padding: 16px 20px;
}

.dashboard .sidebar-logo img {
  max-width: 170px;
  max-height: 60px;
}

.dashboard .sidebar-menu {
  height: 100vh;
  background-color: hsl(var(--white));
  z-index: 999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 300px;
  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;
  border-right: 1px solid #dfdfe3;
  display: flex;
  flex-direction: column;
}

.sidebar-menu__bottom {
  display: flex;
  align-self: flex-end;
  background-color: hsl(var(--white));
  padding: 20px;
}

.sidebar-menu__bottom .btn svg {
  padding-right: 5px;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.dashboard .sidebar-menu__inner {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.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(--text-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__close:hover,
.dashboard .sidebar-menu__close:focus {
  background-color: hsl(var(--white));
  border-color: hsl(var(--white));
  color: hsl(var(--base));
}


.dashboard .sidebar-menu-list {
  flex: 1;
  overflow-y: auto;
  padding: 30px 20px 0px 20px;
}

.dashboard .sidebar-menu-list__item.active>a {
  background-color: hsl(var(--base) / .1);
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base) / .1);
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 18px;
  color: hsl(var(--white));
}

.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;
  color: hsl(var(--text-color) / 0.6);
  font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__title {
  color: hsl(var(--black) / .4);
  font-size: .875rem;
  font-weight: 700;
  padding-inline: 16px;
  margin-bottom: 8px;
}

.sidebar-menu-list__divider {
  height: 1px;
  margin-block: 16px;
  background-color: #dfdfe3;
}

.dashboard .sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 11px 16px;
  width: 100%;
  color: #4b5563cc;
  font-weight: 500;
  border-radius: 6px;
  font-size: .9125rem;
  font-family: var(--heading-font);
}

.sidebar-menu-list__logout {
  padding-inline: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 500;
  color: hsl(var(--danger));
  font-family: var(--heading-font);
  width: 100%;
  padding-top: 16px;
  border-top: 1px solid #dfdfe3;
}

.dashboard .sidebar-menu-list__link:hover {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link.active {
  color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
  margin-right: 8px;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 4px;
}

.dashboard .sidebar-menu-list__link .icon i {
  vertical-align: middle;
}

.dashboard .sidebar-submenu {
  display: none;
}

.dashboard .sidebar-submenu.open-submenu {
  display: block;
}

.dashboard .sidebar-submenu-list {
  padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
  margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link {
  padding: 12px 15px;
  display: block;
  color: hsl(var(--text-color));
  color: hsl(var(--text-color));
  font-weight: 500;
  font-size: 0.9375rem;
  margin-left: 20px;
  border-radius: 5px;
  position: relative;
  padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
  left: 10px;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid hsl(var(--black) / 0.4);
  border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.dashboard .sidebar-submenu-list__link:hover::before {
  border-color: hsl(var(--white));
}

.dashboard .sidebar-submenu-list__link .icon {
  margin-right: 8px;
  font-size: 0.9375rem;
  text-align: center;
  border-radius: 4px;
}

.sidebar-bottom {
  width: 100%;
  padding: 0 28px;
  margin-top: auto;
  margin-bottom: 30px;
}

.cancel-btn {
  color: hsl(var(--danger)) !important;
  font-weight: 500;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.dashboard {
  position: relative;
  /* User Info Css Start */
  /* User Info Css End */
}

.dashboard__right {
  width: 100%;
  margin-left: 300px;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .dashboard__right {
    width: 100%;
    margin-left: 0;
  }
}

.dashboard__right:has(.table) {
  overflow: hidden;
}

.dashboard .dropdown {
  display: inline-block !important;
}

.dashboard .dashboard-header {
  padding: 0 24px;
  border-bottom: 1px solid #dfdfe3;
}



@media screen and (max-width: 424px) {
  .dashboard .dashboard-header {
    padding: 0 12px;
  }
}

.dashboard .dashboard-header__inner {
  padding: 15px 0;
  gap: 0 10px;
}

.dashboard .dashboard-header .header-search-box {
  position: relative;
}

.dashboard-header__left {
  flex: 1;
}

@media (max-width: 991px) {
  .dashboard-header__left {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}

.header-profile-dropdown .dropdown-box__menu {
  padding: 10px;
  border-radius: 6px;
}

.search-box-wrapper {
  max-width: 320px;
  width: 100%;
}

@media screen and (max-width: 575px) {
  .dropdown-box {
    display: none;
  }

  .dashboard-header__left {
    width: 100%;
  }

  .dashboard-body__bar {
    width: 25px;
  }

  .search-box-wrapper {
    width: calc(100% - 25px);
  }
}

.dashboard .dashboard-header .header-search-box .form--control {
  -webkit-box-shadow: 0px 1px 2px 0px #1018280d;
  box-shadow: 0px 1px 2px 0px #1018280d;
  padding-left: 35px;
  border-radius: 8px;
  background: hsl(var(--black) / 0.03);
  border-color: hsl(var(--black) / .1);
}

.dashboard .dashboard-header .header-search-box__button {
  position: absolute;
  left: 11px;
  top: 54%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--text-color));
}

.dashboard .dashboard-header__right {
  gap: 15px;
}

@media screen and (max-width: 424px) {
  .dashboard .dashboard-header__right {
    gap: 8px;
  }
}

.dashboard .dashboard-header .bd-btn {
  padding: 10px 25px;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  border-radius: 5px;
  font-weight: 600;
  font-size: 1rem;
}

.dashboard .dashboard-header .bd-btn:hover {
  background-color: hsl(var(--base) / 0.2);
}

.dashboard .dashboard-header .bd-btn:active {
  position: relative;
  top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
  margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
  background-color: hsl(var(--primary) / 0.1);
  color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
  background-color: hsl(var(--primary) / 0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
  background-color: hsl(var(--danger) / 0.1);
  color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
  background-color: hsl(var(--danger) / 0.2);
}

.dashboard .user-info {
  position: relative;
  text-align: center;
}

.dashboard .user-info__button {
  position: relative;
  padding-right: 20px;
}

.dashboard .user-info__button::before {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: hsl(var(--black) / 0.4);
  font-size: 0.875rem;
  pointer-events: 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: 15px;
  -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);
}

@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 !important;
  color: #5d7387 !important;
  margin-left: 0 !important;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 0.9375rem;
  border-radius: 5px;
}

.dashboard .user-info .user-info-dropdown__link.active {
  background-color: hsl(var(--base));
}

.dashboard .user-info .user-info-dropdown__link:hover {
  background-color: hsl(var(--base) / 0.08);
  color: hsl(var(--base)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
  margin-right: 8px;
}

.dashboard .user-info__thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}

.dashboard .user-info__name {
  color: hsl(var(--white));
  margin-left: 10px;
  font-size: 0.9375rem;
}

.dashboard .dashboard-body {
  position: relative;
  padding: 32px;
  min-height: calc(100vh - (var(--header-h) + 1px));
  padding-bottom: 60px;
  overflow: hidden;
  max-width: 1380px;
  width: 100%;
  margin-inline: auto;
}

@media (max-width: 1599px) {
  .dashboard .dashboard-body {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .dashboard .dashboard-body {
    padding: 16px;
  }
}

.dashboard .dashboard-body__bar-icon {
  color: hsl(var(--text-color));
  font-size: 1.5625rem;
  cursor: pointer;
  line-height: 1;
}

.body-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.showFilterBtn {
  font-size: 16px;
}

.dashboard .dashboard-widget {
  --this-color: 216 12% 84%;
  padding: 20px;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: hsl(var(--black) / 0.01);
  transition: 0.25s ease-in-out;
  height: 100%;
  gap: 14px;
  border: 1px solid hsl(var(--border-color) / .5);
  display: block;
}

.shadow-icon {
  position: absolute;
  bottom: -20px;
  right: -20px;
  z-index: -1;
  color: hsl(var(--black)/0.02);
}

.shadow-icon svg {
  height: 100px;
  width: 100px;
}

.dashboard-widget.widget--style-1 {
  --this-color: 243 74% 58%;
}

.dashboard-widget.widget--style-2 {
  --this-color: 262 81% 58%;
}

.dashboard-widget.widget--style-3 {
  --this-color: 221 83% 53%;
}

.dashboard-widget.widget--style-4 {
  --this-color: 176 86% 31%;
}

.dashboard-widget.widget--style-5 {
  --this-color: 190 80% 45%;
}

.dashboard-widget.widget--style-6 {
  --this-color: 38 90% 55%;
}

.dashboard-widget.widget--style-7 {
  --this-color: 5 85% 58%;
}

.dashboard-widget.widget--style-8 {
  --this-color: 300 70% 60%;
}

.dashboard-widget-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dashboard .dashboard-widget .icon {
  --size: 32px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: hsl(var(--black) / .75);
  margin-bottom: 16px;

  svg {
    width: 100%;
    height: 100%;
  }
}

.dashboard .dashboard-widget:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

@media screen and (max-width: 1399px) {
  .dashboard .dashboard-widget {
    padding: 16px;
  }
}

@media screen and (max-width: 767px) {
  .dashboard .dashboard-widget {
    padding: 16px;
  }
}

.btn.btn--view {
  transition: all 0.3s linear;
  color: hsl(var(--black) / .5) !important;
  font-size: 13px;
  border: 1px solid hsl(var(--border-color) / .5);
  border-radius: 30px;
  padding: 4px 12px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  position: absolute;
  top: 18px;
  right: 18px;
}

.dashboard .dashboard-widget:hover .btn.btn--view {
  background-color: hsl(var(--black) / .75);
  color: hsl(var(--white)) !important;
  border-color: hsl(var(--black) / .75);
}

.dashboard-widget__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dashboard .dashboard-widget__number {
  margin-bottom: 0px;
  font-size: 36px;
  color: hsl(var(--heading-color));
  font-weight: 900;
  line-height: 1;
}

.dashboard .dashboard-widget__text {
  color: hsl(var(--black) / .75);
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 0.875rem;
}

@media screen and (max-width: 575px) {
  .dashboard .dashboard-widget__text {
    font-size: 0.875rem;
  }
}

/* widget design color  */





/* widget design color  */

.dashboard .notify-box {
  background-color: hsl(var(--white));
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color));
  padding: 32px;
  height: 100%;
}

@media screen and (max-width: 575px) {
  .dashboard .notify-box {
    padding: 20px;
  }
}

.dashboard .notify-box__title {
  color: #1e1b39;
}

.dashboard .notify-box__icon {
  width: 32px;
  height: 32px;
  background: #fef2d9;
  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%;
  color: hsl(var(--text-color));
}

.dashboard .notify-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: hsl(var(--text-color-two));
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dashboard .notify-box__item:last-child {
  margin-bottom: 0;
}

.dashboard .chart-box {
  background-color: hsl(var(--white));
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color) / 0.5);
  height: 100%;
  box-shadow: 0px 1px 2px 0px #1018280d;
  overflow: hidden;
}

.dashboard .chart-box__header {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: hsl(var(--card-bg));
  border-bottom: 1px solid hsl(var(--border-color) / .5);
  gap: 12px;
}

.dashboard .chart-box__title {
  font-size: 1rem;
}

.dashboard .chart-box__body {
  padding: 16px;
}

@media (max-width: 575px) {
  .dashboard .chart-box__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .chart-box__top .select2 {
    max-width: 100%;
  }
}

.card-item {
  background-color: hsl(var(--white));
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color) / 0.5);
  margin-bottom: 24px;
  overflow: hidden;
}

.card-item:has(.table) {
  overflow: hidden;
}

.card-item:last-child {
  margin-bottom: 0;
}

.card-item__title {
  margin-bottom: 0px;
  color: hsl(var(--text-color-two));
  font-weight: 600;
}

.card-item__header {
  padding: 16px;
  background-color: hsl(var(--card-bg));
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  border-bottom: 1px solid hsl(var(--border-color) / .5);
}

.card-item__header .form-select {
  max-width: 110px;
  padding: 11px 8px;
  background-color: transparent;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.215;
  color: hsl(var(--base)) !important;
  font-weight: 600;
}

.card-item__inner {
  padding: 16px;
}

.card-item__inner .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #eef1f7;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 35px;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
}

.card-item__inner .top .title {
  color: hsl(var(--base));
  font-weight: 600;
}

.card-item__inner .top .top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card-item__inner .top .top-right .text {
  color: hsl(var(--base));
  font-weight: 600;
}

.profile-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color-two));
}

@media screen and (max-width: 575px) {
  .profile-item {
    -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;
    padding: 20px 15px;
  }
}

.profile-item__title {
  margin-bottom: 0;
  color: hsl(var(--text-color-two));
  font-weight: 600;
}

.profile-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 90px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .profile-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .profile-item__content .inner-content {
    width: calc(100% - 60px);
  }
}

@media screen and (max-width: 575px) {
  .profile-item__content .inner-content {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .profile-item__content .action-btn-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .profile-item__content .action-btn-wrapper .action-buttons {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.profile-item__thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}

.profile-item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-item__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

.profile-item__badge .badge {
  position: relative;
}

.profile-item-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 20px;
}

.profile-item-wrapper.is-scrollbar {
  max-height: 400px;
  overflow-y: auto;
  padding-right: 10px;
}

@media screen and (max-width: 1599px) {
  .profile-item-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(435px, 1fr));
  }
}

@media screen and (max-width: 767px) {
  .profile-item-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
}

@media screen and (max-width: 575px) {
  .profile-item-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

@media screen and (max-width: 424px) {
  .profile-item-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.company-profile-wrapper__btn {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-profile-wrapper__header {
  margin-bottom: 20px;
}

.company-profile-wrapper__title {
  margin-bottom: 0;
  color: hsl(var(--text-color-two));
  font-weight: 600;
}

.company-profile-wrapper .skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 12px;
}

.company-profile-wrapper .skill-list__item {
  padding: 0;
  border-radius: 0;
  background-color: 0;
  border: 0;
}

.company-profile-wrapper .skill-list__link {
  padding: 5px 16px;
  border-radius: 30px;
  background-color: hsl(var(--section-bg));
  color: hsl(var(--text-color));
}

/* ================================= Dashboard Css End =========================== */
/*========================= company profile css start here =========================*/

.company-profile-thumb-wrapper {
  position: relative;
  display: flex;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 424px) {
  .company-profile-thumb-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

.company-profile-thumb-wrapper .content {
  flex: 1;
}

.company-profile-thumb-wrapper .content .label {
  color: hsl(var(--heading-color));
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 4px;
}

.company-profile-thumb-wrapper .content .description {
  font-size: 14px;
  color: hsl(var(--text-color));
}

.company-profile-thumb {
  display: -ms-flexbox;
  position: relative;
  display: -webkit-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.company-profile-thumb__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  right: 0;
  bottom: 0;
}

.company-profile-thumb__btn .cancel-btn {
  color: hsl(var(--black)) !important;
  padding: 0;
}

.company-profile-thumb__btn .cancel-btn:hover {
  color: hsl(var(--danger)) !important;
}

.company-profile-thumb .edit {
  cursor: pointer;
  position: unset;
  background: hsl(var(--white));
  transform: unset;
  opacity: 1;
  visibility: visible;
  color: unset;
  box-shadow: var(--box-shadow);
}

.company-profile-thumb img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 2px solid hsl(var(--border-color));
}

.file-upload.btn {
  color: hsl(var(--heading-color)) !important;
  border-radius: 8px;
  background: hsl(var(--border-color-two));
  font-weight: 500;
}

.file-upload.btn:focus,
.file-upload.btn:active {
  border: 1px solid transparent !important;
  background: hsl(var(--border-color)) !important;
}

.add-btn {
  background-color: hsl(var(--border-color));
  color: hsl(var(--base)) !important;
  border-radius: 8px;
}

.add-btn:focus,
.add-btn:active,
.add-btn:hover {
  border: 1px solid transparent !important;
  background: hsl(var(--border-color)) !important;
}

.btn-icon {
  margin-right: 7px;
  line-height: 1;
  font-size: 20px;
}

/*========================= company profile css end here =========================*/
/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -10px;
}

.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: 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%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: hsl(var(--text-color));
  border: 1px solid hsl(var(--black) / 0.1);
  background-color: hsl(var(--white));
  font-size: 20px;
}

.slick-next {
  right: 15px;
}

@media screen and (max-width: 575px) {
  .slick-next {
    right: 0;
  }
}

.slick-prev {
  left: 15px;
}

@media screen and (max-width: 575px) {
  .slick-prev {
    left: 0;
  }
}

.slick-arrow:hover {
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.slick-arrow.slick-disabled {
  visibility: hidden;
}

/* 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: hsl(var(--black) / 0.2);
  color: hsl(var(--white));
  margin: 0 3px;
  width: 5px;
  height: 5px;
  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: 15px;
  border-radius: 30px;
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Range Slider Css Start =========================== */
.custom--range {
  margin-top: 70px;
}

.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%;
  text-align: right;
  color: hsl(var(--text-color));
  font-weight: 400;
  font-size: 0.875rem;
}

.custom--range__content input {
  width: 60%;
  color: hsl(var(--text-color));
  font-weight: 400;
  font-size: 0.875rem;
}

.custom--range input {
  border: 0;
  color: hsl(var(--text-color));
  font-weight: 400;
  text-align: left;
  font-size: 0.875rem;
}

.custom--range input:focus {
  outline: none !important;
}

.custom--range #slider-range {
  height: 5px;
  border: 0;
  background: hsl(var(--text-color-two) / 0.1);
}

.custom--range #slider-range .ui-widget-header {
  background-color: hsl(var(--text-color-two));
}

.custom--range #slider-range span:focus {
  background-color: hsl(var(--text-color-two));
}

.custom--range #slider-range .ui-slider-handle {
  width: 35px !important;
  height: 35px !important;
  background-color: hsl(var(--text-color-two)) !important;
  border: 2px solid hsl(var(--text-color-two)) !important;
  border-radius: 50%;
  top: -55px;
  z-index: 1;
}

.custom--range #slider-range .ui-slider-handle::after {
  position: absolute;
  content: "";
  top: 27px;
  width: 46px;
  height: 21px;
  background: hsl(var(--text-color-two));
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  -webkit-clip-path: polygon(78% 0, 21% 0, 49% 100%);
  clip-path: polygon(78% 0, 21% 0, 49% 100%);
}

.custom--range #slider-range .ui-slider-handle::before {
  position: absolute;
  content: "";
  top: 51px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  left: 50%;
  background-color: hsl(var(--text-color-two));
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  outline: none !important;
}

.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.95em;
}

/* ================================= Range Slider Css End =========================== */
.blog-sidebar-wrapper {
  position: sticky;
  top: 100px;
}

/* ============ Sidebar search box ============= */
.search-box {
  position: relative;
  background-color: hsl(var(--white));
  /* margin-bottom: 24px; */
}


.search-box__button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(265deg);
  transform: translateY(-50%) rotate(265deg);
  color: hsl(var(--base));
  font-size: 18px;
  color: hsl(var(--text-color));
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
  margin-bottom: 35px;
}

.blog-sidebar:last-child {
  margin-bottom: 0;
}

.blog-sidebar__bottom {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 30px;
  border-radius: 16px;
}

@media screen and (max-width: 575px) {
  .blog-sidebar__bottom {
    padding: 20px 15px;
  }
}

.blog-sidebar__bottom .blog-info {
  margin-bottom: 24px;
}

.blog-sidebar__bottom .blog-info__name {
  margin-bottom: 0;
  color: hsl(var(--text-color-two));
  font-size: 18px;
  font-weight: 600;
}

.blog-sidebar__bottom .blog-info__designation {
  font-size: 14px;
  margin-bottom: 16px;
  color: hsl(var(--text-color-two));
}

.blog-sidebar__title {
  padding-bottom: 10px;
  color: hsl(var(--text-color-two));
  font-weight: 500;
  font-size: 18px;
  border-bottom: 1px solid hsl(var(--border-color));
}

/* ========================= Category & Tags List Style ========================= */
.text-list {
  /* Category */
  /* Style Tag */
}

.text-list.style-category .text-list__item {
  border-bottom: 1px dashed hsl(var(--border-color));
}

.text-list.style-category .text-list__item:last-child {
  border-bottom: 0;
}

.text-list.style-category .text-list__link {
  color: hsl(var(--black));
}

.text-list.style-category .text-list__link:hover {
  color: hsl(var(--base));
}

.text-list.style-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.text-list.style-tag .text-list__link {
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 6px 20px;
  border-radius: 8px;
  font-size: 16px;
}

.text-list.style-tag .text-list__link.active {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.text-list.style-tag .text-list__link:hover {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
}

.latest-blog:last-of-type {
  margin-bottom: 0px;
}

.latest-blog__thumb {
  width: 120px;
  max-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 424px) {
  .latest-blog__thumb {
    width: 80px;
  }
}

.latest-blog__thumb a {
  display: block;
  height: 100%;
  width: 100%;
}

.latest-blog__content {
  width: calc(100% - 120px);
  padding-left: 15px;
}

@media screen and (max-width: 424px) {
  .latest-blog__content {
    width: calc(100% - 80px);
  }
}

.latest-blog__title {
  margin-bottom: 5px;
}

.latest-blog__title a {
  color: hsl(var(--text-color-two));
  font-size: 1.125rem;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 1199px) {
  .latest-blog__title a {
    font-size: 16px;
  }
}

.latest-blog__title a:hover {
  color: hsl(var(--base));
}

.latest-blog__date {
  font-size: 14px;
  color: #5e5b5b;
  margin-bottom: 8px;
}

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
  position: relative;
  z-index: 1;
  padding: 120px 0 240px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .banner-section {
    padding: 100px 0;
  }
}

@media screen and (max-width: 575px) {
  .banner-section {
    padding: 60px 0;
  }
}

.banner-content__title {
  color: hsl(var(--heading-color));
  text-align: center;
  margin-bottom: 30px;
  font-size: 4.5rem;
}

@media screen and (max-width: 1399px) {
  .banner-content__title {
    font-size: 3.75rem;
  }
}

@media screen and (max-width: 1199px) {
  .banner-content__title {
    font-size: 3.125rem;
  }
}

@media screen and (max-width: 991px) {
  .banner-content__title {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 424px) {
  .banner-content__title {
    font-size: 2.1875rem;
  }
}

.banner-content__title .title-style {
  position: relative;
}

.banner-content__title .title-style .title-shape {
  position: absolute;
  bottom: -33px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .banner-content__title .title-style .title-shape {
    bottom: -20px;
    left: 0;
    width: 40%;
  }
}

.banner-content__title .title-style .title-shape-two {
  position: absolute;
  top: -39px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .banner-content__title .title-style .title-shape-two {
    top: -26px;
    width: 7%;
  }
}

.banner-content__desc {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .banner-content__desc {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 424px) {
  .banner-content__desc {
    font-size: 1.125rem;
  }
}

.banner-content__button {
  margin-top: 30px;
}

.banner-content .banner-form-wrapper {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .banner-content .banner-form-wrapper {
    margin-top: 40px;
  }
}

.banner-content .banner-form-wrapper .banner-form-text {
  text-align: center;
  margin-top: 24px;
  font-weight: 300;
}

.banner-content .banner-form-wrapper .banner-form-text .text {
  color: hsl(var(--text-color-two));
}

@media screen and (max-width: 1199px) {
  .banner-content .banner-form-wrapper .banner-shape {
    display: none;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape {
  position: absolute;
  top: -115px;
  left: -120px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: zoom 5s ease-out infinite;
  animation: zoom 5s ease-out infinite;
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape {
    top: -80px;
    left: -50px;
    width: 55px;
    height: 55px;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape-two {
  position: absolute;
  left: -190px;
  top: 35px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: zoom 7s ease-out infinite;
  animation: zoom 7s ease-out infinite;
}

@media screen and (max-width: 1499px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-two {
    left: -150px;
  }
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-two {
    width: 60px;
    height: 60px;
    left: -100px;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape-three {
  position: absolute;
  top: 35px;
  right: -220px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: zoom 6s ease-out infinite;
  animation: zoom 6s ease-out infinite;
}

@media screen and (max-width: 1499px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-three {
    right: -140px;
  }
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-three {
    width: 60px;
    height: 60px;
    right: -100px;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape-four {
  position: absolute;
  bottom: -100px;
  right: -50px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: zoom 5s ease-out infinite;
  animation: zoom 5s ease-out infinite;
}

.banner-content .banner-form-wrapper .banner-shape .shape-five {
  position: absolute;
  top: -115px;
  right: -156px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: zoom 8s ease-out infinite;
  animation: zoom 8s ease-out infinite;
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-five {
    top: -86px;
    right: -71px;
    width: 50px;
    height: 50px;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape-six {
  position: absolute;
  bottom: -80px;
  right: 280px;
  -webkit-animation: zoom 5s ease-out infinite;
  animation: zoom 5s ease-out infinite;
}

.banner-content .banner-form-wrapper .banner-shape .shape-seven {
  position: absolute;
  bottom: -35px;
  right: -200px;
  -webkit-animation: zoom 8s ease-out infinite;
  animation: zoom 8s ease-out infinite;
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-seven {
    right: -100px;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape-eight {
  position: absolute;
  left: -140px;
  top: -25px;
  z-index: -1;
  -webkit-animation: zoom 4s ease-out infinite;
  animation: zoom 4s ease-out infinite;
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-eight {
    left: -80px;
    top: -10px;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape-ten {
  position: absolute;
  right: -150px;
  top: -20px;
  z-index: -1;
  -webkit-animation: zoom 7s ease-out infinite;
  animation: zoom 7s ease-out infinite;
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-ten {
    right: -80px;
  }
}

.banner-content .banner-form-wrapper .banner-shape .shape-nine {
  position: absolute;
  bottom: -90px;
  left: -25px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-animation: zoom 6s ease-out infinite;
  animation: zoom 6s ease-out infinite;
}

.banner-content .banner-form-wrapper .banner-shape .shape-eleven {
  position: absolute;
  bottom: -85px;
  left: 260px;
  -webkit-animation: zoom 5s ease-out infinite;
  animation: zoom 5s ease-out infinite;
}

.banner-content .banner-form-wrapper .banner-shape .shape-twelve {
  position: absolute;
  left: -160px;
  bottom: -70px;
  -webkit-animation: zoom 2s ease-out infinite;
  animation: zoom 2s ease-out infinite;
}

@media screen and (max-width: 1399px) {
  .banner-content .banner-form-wrapper .banner-shape .shape-twelve {
    left: -90px;
    bottom: -30px;
  }
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.banner-content .banner-form-wrapper .banner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: hsl(var(--white));
  padding: 15px 20px;
  border-radius: 50px;
  border: 1px solid hsl(var(--black) / 0.1);
  -webkit-box-shadow: 0 25px 60px rgba(113, 106, 147, 0.2);
  box-shadow: 0 25px 60px rgba(113, 106, 147, 0.2);
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .banner-content .banner-form-wrapper .banner-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 575px) {
  .banner-content .banner-form-wrapper .banner-form {
    grid-template-columns: 1fr;
    padding: 25px;
    border-radius: 16px;
  }
}

.banner-content .banner-form-wrapper .banner-form .form--control {
  border: 0;
  padding: 12px 0;
  border-radius: 0;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  box-shadow: unset !important;
}

.banner-content .banner-form-wrapper .banner-form .form--control.form-select {
  background-image: none !important;
  color: hsl(var(--text-color) / 0.7) !important;
  background-color: transparent !important;
  font-weight: 300;
  font-size: 1rem;
}

.banner-content .banner-form-wrapper .banner-form .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.banner-content .banner-form-wrapper .banner-form .search-form .btn {
  padding: 18px 25px;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .banner-content .banner-form-wrapper .banner-form .search-form .btn {
    padding: 16px 20px;
    font-size: 17px;
  }
}

@media screen and (max-width: 575px) {
  .banner-content .banner-form-wrapper .banner-form .search-form .btn {
    padding: 14px 20px;
    font-size: 16px;
  }
}

.banner-content .banner-form-wrapper .banner-form .search-form-select {
  position: relative;
  width: calc(100% - 30px);
}

.banner-content .banner-form-wrapper .banner-form .search-form__icon {
  color: hsl(var(--base));
  font-size: 1.875rem;
  width: 30px;
}

.banner-content .banner-form-wrapper .banner-form .search-form .select2-container--default .select2-selection--single {
  border: none !important;
  border-bottom: 1px solid hsl(var(--border-color)) !important;
  border-radius: 0 !important;
  box-shadow: unset !important;
}

.banner-content .banner-form-wrapper .banner-form .search-form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.banner-content .banner-form-wrapper .banner-form .search-form .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 !important;
  font-size: 16px !important;
  color: hsl(var(--black) / 0.6) !important;
}

/* =========================== Banner Section End Here ========================= */
/*================ category section css start here ================*/
.category-wrapper {
  border: 1px solid hsl(var(--black) / 0.07);
  border-radius: 40px;
  padding: 50px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#eaeffd));
  background: linear-gradient(180deg, #ffffff 0%, #eaeffd 100%);
}

@media screen and (max-width: 767px) {
  .category-wrapper {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 424px) {
  .category-wrapper {
    padding: 30px 15px;
  }
}

.category-item {
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 20px;
  padding: 30px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--white));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 767px) {
  .category-item {
    padding: 20px;
  }
}

.category-item:hover {
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
}

.category-item:hover .category-item__job {
  color: hsl(var(--text-color-two));
}

.category-item__thumb {
  max-width: 50px;
  margin-bottom: 20px;
}

.category-item__title {
  font-weight: 600;
  color: hsl(var(--text-color-two));
  margin-bottom: 10px;
}

.category-item__icon {
  margin-left: 15px;
}

.category-item__shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

/*================ category section css end here ================*/
/*======================= about section css start here =======================*/
.about-wrapper {
  gap: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .about-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1399px) {
  .about-wrapper {
    gap: 50px;
  }
}

.about-wrapper .about-left {
  width: 55%;
  position: relative;
  z-index: 1;
}

.about-left__thumb {
  max-width: 580px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 991px) {
  .about-wrapper .about-left {
    width: 100%;
  }

  .about-left__thumb {
    width: 100%;
  }
}

.about-wrapper .about-left__shape {
  z-index: -1;
  position: absolute;
  top: -45px;
  left: 40px;
}

.about-wrapper .about-left__shape img {
  -webkit-animation: zoom 9s ease-in-out infinite;
  animation: zoom 9s ease-in-out infinite;
}

.about-wrapper .about-left__shape-two {
  z-index: -1;
  position: absolute;
  bottom: 80px;
  right: 8px;
}

.about-wrapper .about-left__shape-two img {
  -webkit-animation: zoom 5s ease-in-out infinite;
  animation: zoom 5s ease-in-out infinite;
}

.about-wrapper .about-left__thumb img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-wrapper .about-right {
  width: 45%;
}

@media screen and (max-width: 991px) {
  .about-wrapper .about-right {
    width: 100%;
  }
}

.about-wrapper .about-right__title {
  margin-bottom: 30px;
}

.about-wrapper .about-right__desc {
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 30px;
}

.about-wrapper .about-right__btn {
  margin-top: 45px;
}

.about-wrapper .about-right .info-list__item {
  color: hsl(var(--text-color-two));
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 25px;
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 1199px) {
  .about-wrapper .about-right .info-list__item {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
}

.about-wrapper .about-right .info-list__item::before {
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  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;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 14px;
}

.about-wrapper .about-right .info-list__item:last-child {
  margin-bottom: 0;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background-color: hsl(var(--base));
  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;
}

@media screen and (max-width: 424px) {
  .play-button {
    width: 50px;
    height: 50px;
  }
}

.play-button::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.3);
  z-index: -2;
  -webkit-animation: play 3s ease-in-out infinite;
  animation: play 3s ease-in-out infinite;
}

.play-button::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.3);
  z-index: -1;
  -webkit-animation: play 2s ease-in-out infinite;
  animation: play 2s ease-in-out infinite;
}

@-webkit-keyframes play {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  50% {
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
  }

  100% {
    -webkit-transform: scale(2.1, 2.1);
    transform: scale(2.1, 2.1);
    opacity: 0.05;
  }
}

@keyframes play {
  0% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }

  50% {
    -webkit-transform: scale(1.8, 1.8);
    transform: scale(1.8, 1.8);
  }

  100% {
    -webkit-transform: scale(2.1, 2.1);
    transform: scale(2.1, 2.1);
    opacity: 0.05;
  }
}

.play-button .icon {
  font-size: 25px;
  color: hsl(var(--white));
  line-height: 25px;
}

/*========================= about section css end here =======================*/
/*============== feature section css start here ==============*/
.feature-wrapper .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feature-wrapper .feature-list__link {
  color: hsl(var(--text-color));
  padding: 6px 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.875rem;
  border: 1px solid hsl(var(--black) / 0.08) !important;
  border-radius: 40px;
}

.feature-wrapper .feature-list__link.active {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05) !important;
  border-color: hsl(var(--base)) !important;
}

.feature-wrapper .feature-list__link:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05) !important;
  border-color: hsl(var(--base)) !important;
}

.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .tab-list {
    gap: 5px;
  }
}

.tab-list__link {
  color: hsl(var(--text-color));
  padding: 6px 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 0.875rem;
  border: 1px solid hsl(var(--black) / 0.08) !important;
  border-radius: 40px;
}

@media screen and (max-width: 991px) {
  .tab-list__link {
    font-size: 12px;
    padding: 4px 8px;
  }
}

.tab-list__link.active {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05) !important;
  border-color: hsl(var(--base)) !important;
}

.tab-list__link:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05) !important;
  border-color: hsl(var(--base)) !important;
}

.feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 24px;
  padding: 24px 40px;
  background-color: hsl(var(--white));
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 1199px) {
  .feature-item {
    padding: 24px;
  }
}

@media screen and (max-width: 575px) {
  .feature-item {
    padding: 20px;
    gap: 10px;
  }
}

@media screen and (max-width: 424px) {
  .feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.feature-item:hover {
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
}

.feature-item__desc {
  margin-top: 10px;
}

.feature-item__title {
  margin-bottom: 0;
  color: hsl(var(--text-color-two));
  font-weight: 600;
  font-size: 18px;
}

.feature-item__name {
  color: hsl(var(--text-color-two));
}

.feature-item__name:hover {
  color: hsl(var(--base));
}

.feature-item__thumb {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .feature-item__thumb {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 424px) {
  .feature-item__thumb {
    width: 100%;
  }
}

.feature-item__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 575px) {
  .feature-item__thumb img {
    max-width: 50px;
  }
}

.feature-item__content {
  width: calc(100% - 60px);
}

@media screen and (max-width: 575px) {
  .feature-item__content {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 424px) {
  .feature-item__content {
    width: 100%;
  }
}

.feature-item__time {
  color: hsl(var(--text-color));
  border: 0.5px solid hsl(var(--black) / 0.1);
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .feature-item__time {
    padding: 2px 8px;
    font-size: 12px;
  }
}

.feature-item.item-two {
  display: block;
  padding: 24px;
}

.feature-item.item-two .feature-item__content {
  width: 100%;
  margin-top: 16px;
}

.feature-item.item-two .feature-item__title {
  color: hsl(var(--text-color-two));
  font-weight: 500;
  margin-bottom: 5px;
}

.feature-item.item-two .feature-item__name {
  margin-bottom: 14px;
  font-size: 0.875rem;
  color: hsl(var(--text-color-two));
  font-weight: 600;
}

.feature-item.item-two .feature-item__name:hover {
  color: hsl(var(--base));
}

.feature-item.item-two .feature-item__desc {
  margin-top: 16px;
}

.feature-item.item-two .feature-item__time {
  font-size: 0.75rem;
  border-radius: 40px;
  border: 1px solid #d6ddeb;
  color: hsl(var(--base-d-200));
  background-color: hsl(var(--base-d-200) / 0.15);
  line-height: 1;
  font-weight: 300;
}

@media screen and (max-width: 424px) {
  .feature-item.item-two .feature-item__thumb {
    width: 50px;
    height: 50px;
  }
}

.feature-item.item-two .feature-item__bottom {
  margin-top: 16px;
  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;
  gap: 10px;
}

.feature-item.item-two .feature-item__bottom .text-list {
  margin: 0;
}

.feature-item.item-two .feature-item__bottom .text-list__item {
  color: hsl(var(--text-color-two));
  font-size: 0.875rem;
}

.text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0;
}

.text-list__item {
  color: hsl(var(--text-color-two));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
}

.text-list__icon {
  font-size: 20px;
  line-height: 1;
}

.job-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.job-category .badge {
  position: relative;
}

.job-category .badge::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: hsl(var(--black) / 0.1);
}

.job-category .badge:last-child::after {
  display: none;
}

/*=============== feature section css end here ===============*/
/*============== industry section css start here ==============*/
.industry-wrapper {
  border: 1px solid hsl(var(--black) / 0.07);
  border-radius: 40px;
  padding: 50px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#eaeffd));
  background: linear-gradient(180deg, #ffffff 0%, #eaeffd 100%);
}

@media screen and (max-width: 1399px) {
  .industry-wrapper {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 575px) {
  .industry-wrapper {
    padding: 30px 15px;
  }
}

.industry-wrapper .industry-item {
  background-color: hsl(var(--white));
  border-radius: 24px;
  padding: 25px 30px;
  border: 1px solid hsl(var(--black) / 0.1);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .industry-wrapper .industry-item {
    padding: 20px 15px;
  }
}

.industry-wrapper .industry-item:hover {
  -webkit-box-shadow: var(--box-shadow-two);
  box-shadow: var(--box-shadow-two);
  border-color: transparent;
}

.industry-wrapper .industry-item__name {
  margin-bottom: 10px;
  font-weight: 600;
  color: hsl(var(--text-color-two));
}

.industry-wrapper .industry-item__text {
  color: hsl(var(--text-color));
}

.industry-wrapper .industry-item .industry-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  /* -ms-flex-wrap: wrap; */
  /* flex-wrap: wrap; */
  margin-top: 10px;
}

.industry-wrapper .industry-item .industry-logo-list .industry-logo {
  height: 48px;
  min-width: 48px;
  max-width: 52px;
  border-radius: 8px;
  border: 1px solid hsl(var(--black) / 0.1);
  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;
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .industry-wrapper .industry-item .industry-logo-list .industry-logo {
    height: 40px;
    min-width: 33px;
    max-width: 40px;
  }
}

@media screen and (max-width: 575px) {
  .industry-wrapper .industry-item .industry-logo-list .industry-logo {
    height: 30px;
    min-width: 30px;
    max-width: 30px;
  }
}

@media screen and (max-width: 424px) {
  .industry-wrapper .industry-item .industry-logo-list .industry-logo {
    max-width: 70px;
    height: 40px;
  }
}

.industry-wrapper .industry-item .industry-logo-list .industry-logo img {
  max-width: 40px;
  border-radius: 8px;
}

@media screen and (max-width: 1399px) {
  .industry-wrapper .industry-item .industry-logo-list .industry-logo img {
    max-width: 32px;
  }
}

@media screen and (max-width: 575px) {
  .industry-wrapper .industry-item .industry-logo-list .industry-logo img {
    max-width: 20px;
  }
}

/*============== industry section css end here ================*/
/*=================== sponsor section css start here ===================*/
.sponsor-card {
  height: 100%;
}

.sponsor-item {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 30px 24px 24px 24px;
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: center;
}

.sponsor-item__content {
  text-align: center;
}

.sponsor-item__thumb {
  max-width: 75px;
  margin: 0 auto;
}

.sponsor-item__thumb img {
  max-width: 100%;
}

.sponsor-item__title {
  color: hsl(var(--text-color-two));
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 16px;
}

.sponsor-item__location {
  color: hsl(var(--text-color-two));
  font-size: 0.775rem;
  /* font-size: 0.875rem; */
}

.sponsor-item__desc {
  margin-top: 16px;
}

.sponsor-item__btn {
  font-size: 0.875rem;
  color: hsl(var(--base)) !important;
  background-color: hsl(var(--base) / 0.2);
  border-radius: 12px;
  padding: 12px 24px;
  font-weight: 500;
  margin-top: 16px;
}

.sponsor-item__btn:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white)) !important;
}

.sponsor-item.item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding: 25px;
}

@media screen and (max-width: 424px) {
  .sponsor-item.item-two {
    -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;
    gap: 15px;
    padding: 18px;
  }
}

.sponsor-item.item-two .sponsor-item__thumb {
  margin: unset !important;
}

.sponsor-item.item-two .sponsor-item__content {
  text-align: left;
}

.sponsor-item.item-two .sponsor-item__title {
  margin-top: 0;
}

.sponsor-item.item-two .sponsor-item__icon {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: hsl(var(--text-color-two));
}

.sponsor-item.item-two .tag-list {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 16px;
}

.tag-list__link {
  font-size: 0.75rem;
  border-radius: 40px;
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 4px 8px;
  color: hsl(var(--text-color));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/*=================== sponsor section css end here ===================*/
/*============== role section css start here ==============*/
.role-section {
  margin: 185px 0;
}

@media screen and (max-width: 1399px) {
  .role-section {
    margin: 150px 0;
  }
}

@media screen and (max-width: 991px) {
  .role-section {
    margin: 100px 0;
  }
}

@media screen and (max-width: 575px) {
  .role-section {
    margin: 60px 0;
  }
}

.role-wrapper {
  border: 1px solid hsl(var(--black) / 0.07);
  border-radius: 40px;
  padding: 50px;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#eaeffd));
  background: linear-gradient(180deg, #ffffff 0%, #eaeffd 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .role-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .role-wrapper {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 424px) {
  .role-wrapper {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 1399px) {
  .role-wrapper__title {
    font-size: 2.1875rem;
  }
}

@media screen and (max-width: 575px) {
  .role-wrapper__title {
    font-size: 1.5rem;
  }
}

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

.role-wrapper__shape img {
  -webkit-animation: zoom 9s ease-in-out infinite;
  animation: zoom 9s ease-in-out infinite;
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.role-wrapper__content {
  width: 45%;
}

@media screen and (max-width: 1199px) {
  .role-wrapper__content {
    width: 40%;
  }
}

@media screen and (max-width: 991px) {
  .role-wrapper__content {
    width: 100%;
  }
}

.role-wrapper__desc {
  max-width: 440px;
  font-weight: 300;
  color: hsl(var(--text-color-two));
  font-size: 20px;
}

.role-wrapper__slider {
  position: relative;
}

@media screen and (max-width: 1199px) {
  .role-wrapper__slider {
    width: 60%;
  }
}

@media screen and (max-width: 991px) {
  .role-wrapper__slider {
    width: 100%;
  }
}

.role-wrapper__slider .content-wrapper {
  top: -43%;
  right: 40px;
  position: absolute;
  min-height: 435px;
  width: 550px;
  background: hsl(var(--white));
  border: 1px solid hsl(var(--black) / 0.1);
  border-radius: 20px;
  padding: 25px;
  -webkit-box-shadow: 13px 29px 38px 11px #0000000a;
  box-shadow: 13px 29px 38px 11px #0000000a;
  bottom: -43%;
}

@media screen and (max-width: 1199px) {
  .role-wrapper__slider .content-wrapper .slick-list {
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 1199px) {
  .role-wrapper__slider .content-wrapper {
    right: -10px;
    width: 500px;
    padding: 20px 10px;
  }
}

@media screen and (max-width: 991px) {
  .role-wrapper__slider .content-wrapper {
    position: unset;
    width: 100%;
    min-height: unset;
  }
}

.job-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
  border-radius: 16px;
  border: 1px solid hsl(var(--black) / 0.1);
  padding: 11px 16px;
}

@media screen and (max-width: 1199px) {
  .job-list-item {
    padding: 10px;
  }
}

.job-list-item__thumb {
  width: 40px;
}

@media screen and (max-width: 767px) {
  .job-list-item__thumb {
    width: 30px;
  }
}

.job-list-item__thumb img {
  max-width: 40px;
}

@media screen and (max-width: 767px) {
  .job-list-item__thumb img {
    max-width: 30px;
  }
}

.job-list-item__content {
  width: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
  .job-list-item__content {
    width: calc(100% - 30px);
  }
}

.job-list-item__title {
  font-size: 14px;
  color: hsl(var(--text-color-two));
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
  .job-list-item__title {
    font-size: 13px;
  }
}

.job-list-item__text {
  font-weight: 300;
  font-size: 14px;
  color: hsl(var(--text-color));
}

/*============== role section css end here ==============*/
/*================== cta section css start here ==================*/
.cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  position: relative;
}

@media screen and (max-width: 575px) {
  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.cta-wrapper::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 80%;
  height: 2px;
  background-color: hsl(var(--black));
}

@media screen and (max-width: 1399px) {
  .cta-wrapper::after {
    display: none;
  }
}

.cta-wrapper .cta-content {
  width: 55%;
}

@media screen and (max-width: 575px) {
  .cta-wrapper .cta-content {
    width: 100%;
  }
}

.cta-wrapper .cta-content__title {
  margin-bottom: 24px;
}

.cta-wrapper .cta-content__text {
  font-size: 1.25rem;
  font-weight: 300;
  color: hsl(var(--text-color-two));
}

.cta-wrapper .cta-content__btn {
  margin-top: 24px;
}

.cta-wrapper .cta-thumb {
  width: 45%;
}

@media screen and (max-width: 575px) {
  .cta-wrapper .cta-thumb {
    display: none;
  }
}

.cta-wrapper .cta-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .cta-wrapper .cta-shape {
    display: none;
  }
}

.cta-wrapper .cta-shape__one {
  position: absolute;
  top: -60px;
  left: -135px;
  z-index: -1;
  width: 23%;
}

@media screen and (max-width: 991px) {
  .cta-wrapper .cta-shape__one {
    width: 20%;
    top: -90px;
    left: -28px;
  }
}

.cta-wrapper .cta-shape__two {
  position: absolute;
  top: 15px;
  left: -66px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .cta-wrapper .cta-shape__two {
    width: 10%;
    top: -58px;
    left: 0;
  }
}

.cta-wrapper .cta-shape__three {
  position: absolute;
  bottom: -60px;
  right: -135px;
  z-index: -1;
  width: 23%;
}

@media screen and (max-width: 991px) {
  .cta-wrapper .cta-shape__three {
    width: 20%;
    bottom: -90px;
    right: -28px;
  }
}

.cta-wrapper .cta-shape__four {
  position: absolute;
  bottom: -20px;
  right: -100px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .cta-wrapper .cta-shape__four {
    width: 10%;
    bottom: -58px;
    right: 0;
  }
}

.cta-wrapper .cta-shape__four img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*================== cta section css end here ====================*/
/*================= job section css start here =================*/
.load-more-button {
  color: hsl(var(--base));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  font-weight: 600;
}

.load-more-button__icon {
  font-weight: 600;
}

/*=================== job section css end here =================*/
/*===================== filter sidebar section css start here =====================*/
.filter-sidebar {
  width: 320px;
  background-color: hsl(var(--white));
  padding: 25px 30px;
  border-radius: 16px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 991px) {
  .filter-sidebar {
    position: fixed;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--white));
    padding: 20px;
    left: 0 !important;
    top: 0;
    z-index: 9999;
    overflow-y: scroll;
    padding-top: 60px;
    border-radius: 0;
  }

  .filter-sidebar.show-filter-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
    z-index: 99991;
  }
}

.filter-sidebar .sidebar-item {
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 20px;
}

.filter-sidebar .sidebar-item__title {
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.filter-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.filter-sidebar .sidebar-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;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 20px;
}

.filter-sidebar .sidebar-header__filter {
  color: hsl(var(--black));
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0;
}

.filter-sidebar .sidebar-header__filter-icon {
  margin-right: 7px;
}

.filter-sidebar .sidebar-header__filter-icon svg {
  fill: hsl(var(--base));
  width: 24px;
  height: 24px;
}

.filter-sidebar .sidebar-header__text {
  color: hsl(var(--base));
  font-size: 0.875rem;
  font-weight: 500;
}

.filter-sidebar .sidebar-header .btn {
  padding: 6px 16px;
}

.sidebar-filter__close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 20px;
}

.sidebar-filter__close:hover,
.sidebar-filter__close:focus {
  color: hsl(var(--danger));
}

.filter-block {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.filter-block:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.filter-block__list .load-more-button {
  text-align: left;
  margin-top: 16px;
  display: block;
  margin-left: 7px;
  cursor: pointer;
  font-size: 14px;
}

.filter-block__list .load-more-button.load-two {
  width: 100%;
}

.filter-block__item {
  margin-bottom: 12px;
}

.filter-block__list:has(.keywordFilterBtn) {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.filter-block__list:has(.keywordFilterBtn) .filter-block__item {
  margin-bottom: 0;
}

.filter-block__list:has(.allKeywordFilterBtn) {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.filter-block__list:has(.allKeywordFilterBtn) .filter-block__item {
  margin-bottom: 0;
}

.filter-block__item:last-child {
  margin-bottom: 0;
}

.filter-block__item .form-check-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 5px;
  color: hsl(var(--text-color));
}

.feature-item__time.keywordFilterBtn.active {
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.feature-item__time.keywordFilterBtn {
  cursor: pointer;
}

.feature-item__time.allKeywordFilterBtn.active {
  background: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.feature-item__time.allKeywordFilterBtn {
  cursor: pointer;
}

/*===================== filter sidebar section css end here =====================*/
/*================= filter body css start here =================*/
.filter-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.filter-main-wrapper .filter-body {
  width: calc(100% - 320px);
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .filter-main-wrapper .filter-body {
    width: 100%;
    padding-left: 0;
  }
}

.filter-main-wrapper .filter-body__content {
  background-color: hsl(var(--white));
  border-radius: 24px;
  overflow: hidden;
  padding: 24px 32px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 575px) {
  .filter-main-wrapper .filter-body__content {
    padding: 20px;
  }
}

.filter-main-wrapper .filter-body__content .feature-item {
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.filter-main-wrapper .filter-body__content .feature-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.filter-main-wrapper .filter-body__content .feature-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.filter-main-wrapper .filter-body .feature-item.item-two .feature-item__bottom {
  margin-top: 0 !important;
}

@media (max-width: 424px) {
  .filter-main-wrapper .filter-body .feature-item__bottom {
    flex-wrap: wrap;
  }
}

.filter-main-wrapper .filter-body .btn {
  padding: 11px 20px;
  font-size: 14px;
  min-width: 95px;
}

.filter-main-wrapper .filter-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: 15px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .filter-main-wrapper .filter-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.filter-main-wrapper .filter-header__text {
  color: hsl(var(--text-color-two));
  font-size: 14px;
}

.filter-main-wrapper .filter-header__right {
  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: 575px) {
  .filter-main-wrapper .filter-header__right {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.filter-main-wrapper .filter-header__right-text {
  color: hsl(var(--text-color-two));
  font-weight: 500;
  font-size: 14px;
}

.filter-header__content .filter-header__right-select .select2-container .select2-selection--single {
  height: 30px !important;
  padding: 4px 10px !important;
  min-height: unset !important;
}

.filter-header__content .filter-header__right-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
}

.filter-header__content .filter-header__right-select .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 20px !important;
  padding: 0 !important;
  color: hsl(var(--black)) !important;
  font-size: 14px;
  font-weight: 300;
  padding-right: 15px !important;
}

.filter-header__content .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  min-height: 30px !important;
  line-height: 30px !important;
  border-radius: 6px !important;
}

.filter-header__content .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  right: 6px !important;
}

.filter-header__content .select2-container--default .select2-selection--single .select2-selection__arrow {
  min-height: 30px !important;
  line-height: 30px !important;
  top: 0px !important;
}

.filter-header__content .filter-header__right-select .select2-container:has(.select2-selection--single) {
  height: 30px !important;
  min-width: 90px !important;
  min-height: unset !important;
}

.filter-header__content .filter-header__right-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  right: 7px !important;
  left: unset !important;
}

.filter-header__content .filter-header__right-select .select2-container--default .select2-selection--single {
  border-radius: 4px;
}

.filter-main-wrapper .filter-header__right-select .form-select {
  background-image: none !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 14px !important;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .filter-main-wrapper .filter-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 575px) {
  .filter-main-wrapper .filter-header__left {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.filter-main-wrapper .filter-header__left .sidebar-filter-icon {
  display: none;
}

@media screen and (max-width: 991px) {
  .filter-main-wrapper .filter-header__left .sidebar-filter-icon {
    display: block;
    background-color: hsl(var(--white));
    padding: 9px 15px;
    border-radius: 8px;
    color: hsl(var(--text-color-two));
    line-height: 1;
    border: 1px solid hsl(var(--border-color));
  }
}

.filter-main-wrapper .filter-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-right: 16px;
}

@media screen and (max-width: 575px) {
  .filter-main-wrapper .filter-header__content.content-two {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 0;
  }
}

/*================= filter body css end here =================*/
/*===================== card details css start here =====================*/
.main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

@media screen and (max-width: 991px) {
  .main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.card-details {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  padding: 24px 40px;
  border-radius: 24px;
  width: calc(100% - 360px);
}

@media screen and (max-width: 991px) {
  .card-details {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .card-details {
    padding: 20px;
  }
}

.card-details__header {
  border-bottom: 1px solid hsl(var(--border-color));
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.card-details__header-title {
  color: hsl(var(--text-color-two));
  margin-bottom: 0;
  font-weight: 600;
}

.card-details__header-name {
  color: hsl(var(--text-color-two));
}

.card-details__header-icon {
  width: 26px;
  height: 26px;
  border: 1px solid hsl(var(--black) / 0.1);
  font-size: 18px;
  color: hsl(var(--text-color));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-details__header-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.card-details__header-badge .badge {
  position: relative;
}

.card-details__header-badge .badge::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 15px;
  background-color: hsl(var(--black) / 0.1);
}

.card-details__header-badge .badge:last-child::after {
  display: none;
}

.card-details__header .header-bottom {
  margin-top: 14px;
  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;
}

@media screen and (max-width: 991px) {
  .card-details__header .header-bottom {
    margin-top: 15px;
  }
}

@media screen and (max-width: 424px) {
  .card-details__header .header-bottom__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.card-details__header .apply-card-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;
}

.card-details__header .apply-card-list__item {
  font-weight: 300;
  border-right: 1px solid hsl(var(--text-color-two));
  padding-right: 10px;
  line-height: 1;
}

.card-details__header .apply-card-list__item:last-child {
  border-right: 0;
  padding-right: 0;
}

.card-details__header .apply-card-list__item-label {
  color: hsl(var(--text-color-two));
  font-weight: 400;
}

.card-details-item {
  margin-bottom: 32px;
}

.card-details-item:last-child {
  margin-bottom: 0;
}

.card-details-item__title {
  color: hsl(var(--text-color-two));
  margin-bottom: 15px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}

.card-details-item__title .number {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 14px;
}

.card-details-item__desc {
  margin-bottom: 16px;
  font-size: 14px;
}

.card-details-item__desc:last-child {
  margin-bottom: 0;
}

.card-details-item .card-text-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 14px;
  gap: 8px;
}

.card-details-item .card-text-list__item:last-child {
  margin-bottom: 0;
}

.card-details-item .card-text-list__icon {
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  border-radius: 50%;
  width: 14px;
  height: 14px;
  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;
  font-size: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-details-item .tag-list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.card-details__profile {
  padding: 24px;
  background-color: hsl(var(--white));
  border-radius: 20px;
  border: 1px solid hsl(var(--border-color));
}

.card-details__profile .profile-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.card-details__profile .profile-top__thumb {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
}

.card-details__profile .profile-top__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.card-details__profile .profile-top__content {
  width: calc(100% - 50px);
}

.card-details__profile .profile-top__title {
  margin-bottom: 5px;
  font-weight: 500;
  color: hsl(var(--text-color-two));
}

.card-details__profile .profile-top__text {
  color: hsl(var(--base));
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.card-details__profile .profile-top__text .icon {
  font-size: 18px;
}

.card-details__profile .info-list {
  margin-top: 20px;
}

.card-details__profile .info-list__item {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.card-details__profile .info-list__item:last-child {
  margin-bottom: 0;
}

.card-details__profile .info-list__text {
  color: hsl(var(--text-color-two));
}

.card-details__profile .info-list__name {
  color: hsl(var(--text-color-two));
  font-weight: 500;
}

.card-details__sidebar {
  width: 360px;
}

@media screen and (max-width: 991px) {
  .card-details__sidebar {
    width: 100%;
  }
}

.card-details__sidebar .job-wrapper {
  margin-top: 24px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 20px;
  padding: 24px;
  background-color: hsl(var(--white));
}

.card-details__sidebar .job-wrapper .text-list {
  margin-bottom: 0;
}

.card-details__sidebar .job-wrapper__title {
  font-size: 18px;
  color: hsl(var(--text-color-two));
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 12px;
  font-weight: 500;
}

.card-details__sidebar .job-wrapper-item {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.card-details__sidebar .job-wrapper-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-details__sidebar .job-wrapper-item__title {
  font-size: 16px;
  color: hsl(var(--text-color-two));
  font-weight: 500;
  margin-bottom: 4px;
}

.card-details__sidebar .job-wrapper-item__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.card-details__sidebar .job-wrapper-item__time {
  color: hsl(var(--text-color));
  border: 0.5px solid hsl(var(--black) / 0.1);
  border-radius: 30px;
  padding: 3px 10px;
  font-size: 14px;
  text-wrap-mode: nowrap;
}

.card-details__sidebar .job-wrapper-item__name {
  color: hsl(var(--base));
  font-size: 12px;
}

.card-details__sidebar .link-wrapper {
  border: 1px solid hsl(var(--border-color));
  padding: 24px;
  border-radius: 20px;
  background-color: hsl(var(--white));
  margin-top: 24px;
}

.card-details__sidebar .link-wrapper__title {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.card-details__sidebar .link-wrapper .social-list__link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.08);
  font-size: 15px;
}

.card-details__sidebar .link-wrapper .social-list__link:hover {
  background-color: hsl(var(--base));
}

.card-icon {
  width: 32px;
  height: 32px;
  border: 1px solid hsl(var(--black) / 0.1);
  font-size: 16px;
  color: hsl(var(--text-color));
  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: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.card-icon:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--base));
}

/*======================= card details css end here =====================*/
/*===================== contact section css start here =====================*/
.contact-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .contact-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.contact-wrapper {
  background-color: hsl(var(--white));
  padding: 50px 35px;
  border-radius: 20px;
  border: 1px solid hsl(var(--border-color));
  width: calc(100% - 575px);
}

@media screen and (max-width: 1399px) {
  .contact-wrapper {
    width: calc(100% - 450px);
  }
}

@media screen and (max-width: 991px) {
  .contact-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 40px 25px;
  }
}

.contact-wrapper__title {
  margin-bottom: 15px;
  color: hsl(var(--text-color-two));
  font-weight: 600;
}

.contact-wrapper__subtitle {
  margin-bottom: 30px;
  color: hsl(var(--warning));
  font-size: 14px;
  font-weight: 600;
}

.contact-wrapper__desc {
  max-width: 500px;
}

.contact-form {
  border-top: 1px solid hsl(var(--border-color));
  margin-top: 24px;
  padding-top: 24px;
  width: 100% !important;
}

.contact-form__btn {
  /* margin-top: 30px; */
}

.contact-form__btn .btn {
  padding: 13px 20px;
}

.contact-right {
  width: 575px;
}

@media screen and (max-width: 1399px) {
  .contact-right {
    width: 450px;
  }
}

@media screen and (max-width: 991px) {
  .contact-right {
    width: 100%;
  }
}

.contact-right__top {
  background-color: hsl(var(--border-color));
  border-radius: 20px;
  margin-bottom: 24px;
  position: relative;
  height: 350px;
}

@media screen and (max-width: 575px) {
  .contact-right__top {
    height: 300px;
  }
}

@media screen and (max-width: 424px) {
  .contact-right__top {
    display: none;
  }
}

.contact-right__thumb {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
  text-align: right;
}

.contact-right__thumb img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1399px) {
  .contact-right__thumb img {
    max-width: 80%;
  }
}

@media screen and (max-width: 1399px) {
  .contact-right__thumb img {
    max-width: 70%;
  }
}

.contact-right__thumb-two {
  position: absolute;
  bottom: 10px;
  left: 15px;
}

@media screen and (max-width: 1399px) {
  .contact-right__thumb-two {
    max-width: 80%;
  }
}

@media screen and (max-width: 1399px) {
  .contact-right__thumb-two {
    max-width: 70%;
  }
}

.contact-right__wrapper {
  background-color: hsl(var(--white));
  border-radius: 20px;
  padding: 65px 35px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 767px) {
  .contact-right__wrapper {
    padding: 40px 25px;
  }
}

.contact-right__wrapper .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .contact-right__wrapper .contact-item {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 424px) {
  .contact-right__wrapper .contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}

.contact-right__wrapper .contact-item:last-child {
  margin-bottom: 0;
}

.contact-right__wrapper .contact-item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  font-size: 1.875rem;
  color: hsl(var(--base));
  width: 55px;
}

@media screen and (max-width: 424px) {
  .contact-right__wrapper .contact-item__icon {
    width: 100%;
  }
}

.contact-right__wrapper .contact-item__icon .text {
  font-size: 1rem;
  color: hsl(var(--text-color-two));
  font-weight: 500;
}

.contact-right__wrapper .contact-item__link {
  color: hsl(var(--text-color));
  text-decoration: underline;
}

.contact-right__wrapper .contact-item__link:hover {
  color: hsl(var(--base));
}

.contact-right__wrapper .contact-item__text {
  max-width: 245px;
  margin-bottom: 4px;
}

.contact-right__wrapper .contact-item__content {
  width: calc(100% - 55px);
}

@media screen and (max-width: 424px) {
  .contact-right__wrapper .contact-item__content {
    width: 100%;
  }
}

.contact-right__wrapper .contact-item__button {
  color: hsl(var(--base));
  margin-top: 10px;
}

.contact-right__wrapper .contact-item__map {
  margin-top: 20px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  display: none;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}

.contact-right__wrapper .contact-item__map.map-show {
  opacity: 1;
  visibility: visible;
  display: block;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.contact-right__wrapper .contact-item__map iframe {
  width: 100%;
  height: 250px;
  border-radius: 12px;
}

/*===================== contact section css end here =======================*/
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  padding: 8px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item:hover {
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.blog-item:hover .blog-item__thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-item__thumb {
  overflow: hidden;
  border-radius: 12px;
  max-height: 300px;
}

.blog-item__thumb-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-item__thumb-link img {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.blog-item__btn {
  display: flex;
  align-items: center;
  gap: 6px;
}

.blog-item__content {
  background-color: hsl(var(--white) / 0.07);
  padding: 20px 18px;
  /* height: 100%; */
}

@media (max-width: 767px) {
  .blog-item__content {
    padding: 10px;
  }
}

.blog-item__title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.blog-item__title-link {
  color: hsl(var(--text-color-two));
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
  color: hsl(var(--base));
}

.blog-item__desc {
  margin-bottom: 20px;
  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;
  }
}

.blog-item .text-list {
  gap: 15px;
}

.blog-item .text-list__item {
  color: hsl(var(--text-color-two));
  font-size: 14px;
}

.blog-item .text-list__item:first-child {
  background-color: #eeeeee;
  border-radius: 8px;
  padding: 4px 9px;
}

/* Text Border Bottom Animation Css Start */
.border-effect {
  display: inline !important;
  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%;
}

/* Text Border Bottom Animation Css Ends */
/* ================================= Blog Section Css End Here ================================= */
/*============= candidate profile css start here =============*/
.profile-wrapper {
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
  padding: 16px;
}

@media screen and (max-width: 767px) {
  .profile-wrapper {
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .profile-wrapper {
    padding: 20px;
  }
}

.profile-wrapper .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .profile-wrapper .profile {
    -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;
  }
}

.profile-wrapper .profile-content {
  width: calc(100% - 132px);
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 575px) {
  .profile-wrapper .profile-content {
    width: 100%;
  }
}

.profile-wrapper .profile-content__name {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
}

.profile-wrapper .profile__thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .profile-wrapper .profile__thumb {
    width: 90px;
    height: 90px;
  }
}

.profile-wrapper .profile__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.skill-list__item {
  border-radius: 40px;
  font-size: 0.75rem;
  padding: 4px 8px;
  border: 1px solid hsl(var(--border-color));
}

.candidate-profile {
  padding: 24px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
  background-color: hsl(var(--white));
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .candidate-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    padding: 25px 20px;
  }
}

.candidate-profile__right {
  width: 415px;
  border-radius: 12px;
  padding: 24px;
  background-color: #f6f7f9;
}

@media screen and (max-width: 991px) {
  .candidate-profile__right {
    width: 100%;
    padding: 25px 20px;
  }
}

.candidate-profile__left {
  width: calc(100% - 415px);
}

@media screen and (max-width: 991px) {
  .candidate-profile__left {
    width: 100%;
  }
}

.candidate-profile__left .about__title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: hsl(var(--text-color-two));
}

.candidate-profile__left .about__desc {
  margin-bottom: 20px;
  color: hsl(var(--text-color-two));
}

.candidate-profile__left .about__desc:last-child {
  margin-bottom: 0;
}

.skill-wrapper {
  margin-top: 40px;
}

.skill-wrapper__title {
  margin-bottom: 10px;
  font-size: 16px;
  color: hsl(var(--text-color-two));
  font-weight: 600;
}

.candidate-skill-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .candidate-skill-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}

.candidate-skill-list__item {
  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: 5px;
  color: hsl(var(--text-color-two));
}


.education-qualification__title,
.award-list__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  color: hsl(var(--text-color-two));
}

@media (max-width: 1199px) {

  .education-qualification__title,
  .award-list__title {
    font-size: 0.875rem;
  }
}

.education-qualification__item,
.award-list__item {
  margin-bottom: 30px;
}

.education-qualification__item:last-child,
.award-list__item:last-child {
  margin-bottom: 0;
}

.education-qualification__desc,
.award-list__desc {
  /* margin-top: 16px; */
  font-size: 14px;
}

.education-qualification__thumb,
.award-list__thumb {
  max-width: 35px;
}

.education-qualification__content .title,
.award-list__content .title {
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--text-color-two));
}

.education-qualification__content-text,
.award-list__content-text {
  font-size: 14px;
  color: hsl(var(--base));
  /* margin-top: 10px; */
}

.education-qualification__content .year,
.award-list__content .year {
  font-size: 12px;
  border-radius: 40px;
  background: #fef2d9;
  padding: 2px 10px;
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--black));
}

.profile-candidate-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 991px) {
  .profile-candidate-header__right {
    margin-left: auto;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}

.profile-header-wrapper__icon {
  border: 1px solid hsl(var(--border-color));
  border-radius: 30px;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 991px) {
  .profile-header-wrapper__icon {
    border: 0;
    padding: 0;
    display: block;
  }
}

.profile-header-wrapper__icon span {
  line-height: 1;
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .profile-header-wrapper__icon span {
    display: none;
  }
}

.profile-header-wrapper__icon span:last-child {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 20px;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  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;
}

@media screen and (max-width: 991px) {
  .profile-header-wrapper__icon span:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    font-size: 24px;
  }
}

.notification {
  position: relative;
}

.notification:hover .notification-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.notification__icon {
  font-size: 24px;
  border: 1px solid hsl(var(--border-color));
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: hsl(var(--white));
  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;
}

@media screen and (max-width: 991px) {
  .notification__icon {
    width: 34px;
    height: 34px;
    font-size: 20px;
  }
}

.notification-menu {
  position: absolute;
  right: 0 !important;
  top: 100%;
  z-index: 999;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  border-radius: 24px;
  background-color: hsl(var(--white));
  border: 1px solid #d6ddeb;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  min-width: 340px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

@media screen and (max-width: 575px) {
  .notification-menu.notification-two {
    right: -40px !important;
  }
}

@media screen and (max-width: 575px) {
  .notification-menu {
    right: -100px !important;
    min-width: 290px;
    max-width: 290px;
  }
}

.notification-menu__item {
  border-bottom: 1px solid hsl(var(--border-color));
  padding: 12px 32px;
  line-height: 1;
}

@media screen and (max-width: 575px) {
  .notification-menu__item {
    padding: 12px 20px;
  }
}

.notification-menu__item:hover {
  background-color: hsl(var(--base) / 0.1);
}

.notification-menu__item:hover .title {
  color: hsl(var(--base));
}

.notification-menu__item:hover .count {
  border-color: hsl(var(--danger));
}

.notification-menu__item:last-child {
  border-bottom: 0;
}

.notification-menu__link {
  width: 100%;
}

.notification-menu__link .title {
  font-size: 14px;
  color: hsl(var(--text-color-two));
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.notification-menu__link .text {
  font-size: 14px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.notification-menu__link .count {
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--danger));
  padding: 3px 10px;
  border-radius: 30px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .profile-header.header {
    overflow-y: unset;
  }
}

.user-profile-sidebar {
  background-color: hsl(var(--white));
  padding: 32px 16px;
  border-radius: 30px;
  border: 1px solid hsl(var(--border-color));
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1199px) {
  .user-profile-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 320px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100vh;
    overflow-y: scroll;
    padding: 70px 20px;
    border-radius: 0;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    z-index: 999;
  }
}

.user-profile-sidebar__close-icon {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.user-profile-sidebar__close-icon:hover,
.user-profile-sidebar__close-icon:focus {
  color: hsl(var(--danger));
}

.user-profile-sidebar.show {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  z-index: 99991;
}

.user-profile-sidebar__top {
  text-align: center;
}

.user-profile-sidebar__top .profile-thumb {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
}

.user-profile-sidebar__top .profile-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.user-profile-sidebar__top .profile-title {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.user-profile-sidebar__skill {
  background-color: hsl(var(--section-bg));
  padding: 20px 16px;
  border-radius: 12px;
  margin-top: 16px;
}

.user-profile-sidebar__skill .title {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  color: hsl(var(--base));
}

.user-profile-sidebar__skill .text {
  font-size: 14px;
  color: hsl(var(--base));
  margin-bottom: 16px;
}

.user-profile-sidebar__skill .profile-status {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.user-profile-sidebar__skill .profile-status__out {
  color: hsl(var(--base));
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.user-profile-sidebar__skill .profile-status__out:hover {
  text-decoration: underline;
}

.user-profile-sidebar__skill .profile-status__upgrade {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.user-profile-sidebar__skill .profile-status__upgrade:hover {
  text-decoration: underline;
}

.user-profile-sidebar .menu-list {
  margin-top: 35px;
}

.user-sidebar-button {
  border: 1px solid hsl(var(--border-color));
  width: 40px;
  height: 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;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  font-size: 22px;
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.user-profile-body__wrapper {
  padding: 30px;
  border: 1px solid hsl(var(--border-color));
  padding: 30px;
  border-radius: 30px;
  background-color: hsl(var(--white));
}

.user-profile-body .slick-arrow {
  background: radial-gradient(hsl(var(--base)), #ffffff);
  border: 0;
  width: 30px;
  height: 30px;
  font-size: 15px;
  color: hsl(var(--heading-color));
}

.user-profile-body .slick-prev {
  left: -5px;
}

.user-profile-body .slick-next {
  right: -5px;
}

@media screen and (max-width: 575px) {
  .user-profile-body__wrapper {
    padding: 20px;
  }
}

.user-profile-body .feature-item:hover {
  border-color: hsl(var(--border-color));
}

.user-profile-body .profile-item-wrapper {
  margin-bottom: 10px;
}

.user-profile-body .profile-item-wrapper__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: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 6;
}

.user-profile-body .profile-item-wrapper__top .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.user-profile-body .profile-item-wrapper__top .link {
  font-size: 14px;
  font-weight: 500;
}

.user-profile-body .profile-item-wrapper__top .link:hover {
  text-decoration: underline;
}

.user-profile-body .slick-initialized.slick-slider .slick-slide {
  margin-bottom: 24px;
}

.feature-slider .slick-initialized.slick-slider .slick-arrow {
  top: 44%;
}

/*============= candidate profile css end here ===============*/
/*===================== profile sidebar css start here =======================*/
.profile-sidebar {
  position: fixed;
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background-color: hsl(var(--white));
  right: 0 !important;
  top: 0;
  z-index: 9999;
  overflow-y: auto;
  padding: 80px 40px;
  border-radius: 0;
  width: 440px;
}

@media screen and (max-width: 575px) {
  .profile-sidebar {
    width: 320px;
    padding: 70px 25px;
  }
}

.profile-sidebar.show-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
  z-index: 99991;
}

.profile-sidebar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}

.profile-sidebar__close {
  position: absolute;
  top: 25px;
  right: 20px;
  font-size: 20px;
  cursor: pointer;
}

.profile-sidebar__close:hover,
.profile-sidebar__close:focus {
  color: hsl(var(--danger));
}

.profile-sidebar .profile-details {
  width: 70px;
  height: 70px;
  border: 2px solid hsl(var(--text-color));
  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%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
}

.profile-sidebar .profile-details__link .icon {
  font-size: 35px;
  color: hsl(var(--text-color));
}

.profile-sidebar .profile-info {
  width: calc(100% - 70px);
}

.profile-sidebar .profile-info__title {
  margin-bottom: 0px;
}

.profile-sidebar .profile-info__subtitle {
  font-size: 14px;
  margin-bottom: 5px;
}

.profile-sidebar .profile-info__link {
  font-size: 14px;
}

.profile-sidebar .performance {
  margin-top: 30px;
}

.profile-sidebar .performance__text {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.profile-sidebar .performance__text .title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}

.profile-sidebar .performance__text .time {
  font-size: 12px;
}

.profile-sidebar .performance__wrapper {
  margin-top: 13px;
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 575px) {
  .profile-sidebar .performance__wrapper {
    grid-template-columns: 1fr;
  }
}

.profile-sidebar .performance__wrapper .performance-card {
  background-color: hsl(var(--section-bg));
  padding: 30px 10px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.profile-sidebar .performance__wrapper .performance-card__count {
  font-size: 32px;
  color: hsl(var(--heading-color));
  font-weight: 600;
}

.profile-sidebar .performance__wrapper .performance-card__label {
  font-size: 14px;
}

.menu-list {
  margin-top: 30px;
}

.menu-list__item {
  margin-bottom: 10px;
}

.menu-list__item:last-child {
  margin-bottom: 0;
}

.menu-list__link {
  font-weight: 500;
  color: #344054;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  line-height: 1;
  padding: 8px 12px;
  border: 1px solid transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.menu-list__link:hover,
.menu-list__link.active {
  border-color: hsl(var(--border-color));
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 2px 0px #00000014;
  box-shadow: 0px 1px 2px 0px #00000014;
}

.menu-list__link .icon {
  font-size: 24px;
  color: hsl(var(--text-color));
}

/*======================= profile sidebar css end here =======================*/
/*======================== apply css start here ========================*/
.apply-section {
  position: relative;
  z-index: 1;
}

.apply-form-wrapper__title {
  text-align: center;
  margin-bottom: 10px;
}

.apply-form-wrapper__desc {
  text-align: center;
  max-width: 420px;
  margin: 0 auto;
}

.apply-form-wrapper .apply-form {
  margin-top: 24px;
  border: 1px solid hsl(var(--border-color));
  padding: 40px;
  background-color: hsl(var(--white));
  border-radius: 24px;
}

@media screen and (max-width: 575px) {
  .apply-form-wrapper .apply-form {
    padding: 30px 20px;
  }
}

.apply-form-wrapper .apply-form__btn {
  margin-top: 24px;
}

.apply-wrapper-shape .shape {
  position: absolute;
  bottom: 35px;
  right: 300px;
}

.apply-wrapper-shape .shape img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.apply-wrapper-shape .shape-two {
  position: absolute;
  bottom: 40px;
  left: 300px;
}

.apply-wrapper-shape .shape-two img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.apply-wrapper-shape .shape-three {
  position: absolute;
  top: 50%;
  left: 450px;
  max-width: 70px;
}

.apply-wrapper-shape .shape-four {
  position: absolute;
  top: 47%;
  right: 400px;
  max-width: 70px;
}

@media screen and (max-width: 1760px) and (max-width: 991px) {
  .apply-wrapper-shape {
    display: none;
  }
}

@media (max-width: 1760px) {
  .apply-wrapper-shape .shape {
    right: 100px;
  }
}

@media screen and (max-width: 1760px) and (max-width: 1399px) {
  .apply-wrapper-shape .shape {
    max-width: 15%;
  }
}

@media (max-width: 1760px) {
  .apply-wrapper-shape .shape-two {
    left: 100px;
  }
}

@media screen and (max-width: 1760px) and (max-width: 1399px) {
  .apply-wrapper-shape .shape-two {
    max-width: 15%;
  }
}

@media (max-width: 1760px) {
  .apply-wrapper-shape .shape-three {
    left: 250px;
  }
}

@media screen and (max-width: 1760px) and (max-width: 1199px) {
  .apply-wrapper-shape .shape-three {
    left: 150px;
  }
}

@media (max-width: 1760px) {
  .apply-wrapper-shape .shape-four {
    right: 200px;
  }
}

@media screen and (max-width: 1760px) and (max-width: 1199px) {
  .apply-wrapper-shape .shape-four {
    right: 150px;
  }
}

/*========================== apply css end here ========================*/

/* =========================================== Account Css Start =========================*/
.account-form-wrapper {
  padding: 30px 100px;
  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: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/shapes/login-shape1.svg"), url("../images/shapes/login-shape2.svg"), radial-gradient(265.34% 118.59% at 13.13% 70.6%, hsl(var(--black) / .05) 0%, hsl(var(--base) / .1) 100%), radial-gradient(68.19% 98.23% at 85.31% 93.52%, hsl(var(--info) / .1) 40%, hsl(var(--white)) 100%), radial-gradient(1898.59% 1872.82% at 68.48% 1.39%, hsl(var(--white)) 0%, hsl(var(--white)) 100%);
  position: relative;
  z-index: 1;
}

@media (max-width: 1800px) {
  .account-form-wrapper {
    padding: 30px 70px;
  }
}

@media screen and (max-width: 1599px) {
  .account-form-wrapper {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1399px) {
  .account-form-wrapper {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .account-form-wrapper {
    padding: 30px 60px;
  }
}

@media screen and (max-width: 424px) {
  .account-form-wrapper {
    padding: 30px;
  }
}

.account-form .text {
  text-align: center;
}

.account-form__text {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #757575;
  margin-top: 8px;
}

.account-form__desc {
  font-size: 14px;
}

.account-form__logo {
  max-width: 180px;
  margin-bottom: 20px;
}

.account-form__title {
  margin-bottom: 10px;
}

@media screen and (max-width: 1399px) {
  .account-form__title {
    margin-bottom: 20px;
  }
}

.account-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
}

.account-inner__right {
  width: 45%;
  position: relative;
  height: 100vh;
  overflow-y: auto;
}

@media screen and (max-width: 991px) {
  .account-inner__right {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .account-inner__right {
    width: 100%;
  }
}

.account-inner__left {
  width: 55%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .account-inner__left {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .account-inner__left {
    display: none;
  }
}

.account-thumb {
  height: 100%;
}

.account-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.social-link-wrapper {
  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;
  /* margin-top: 30px; */
  margin-bottom: 16px;
}

.another-login {
  position: relative;
  text-align: center;
  width: 100%;
}

.another-login::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px solid hsl(var(--border-color));
  z-index: -1;
}

.another-login .text {
  background-color: #e4eff5;
  padding: 0 15px;
}

.social-login-btn {
  border: 1px solid hsl(var(--border-color));
  background-color: hsl(var(--white));
  color: hsl(var(--black)) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  padding: 9px 5px;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.social-login-btn:hover {
  border: 1px solid hsl(var(--base));
  background-color: transparent;
  color: hsl(var(--base)) !important;
}

.login-sidebar {
  position: fixed;
  border-radius: 0;
  width: 550px;
  height: 100vh;
  background-color: hsl(var(--white));
  z-index: 999;
  transition: 0.2s linear;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  padding-top: 60px !important;
  background-position: left top, right bottom;
  background-repeat: no-repeat;
  background-image: url("../images/shapes/login-shape1.svg"), url("../images/shapes/login-shape2.svg"), radial-gradient(265.34% 118.59% at 13.13% 70.6%, hsl(var(--black) / .05) 0%, hsl(var(--base) / .1) 100%), radial-gradient(68.19% 98.23% at 85.31% 93.52%, hsl(var(--base) / .1) 40%, hsl(var(--white)) 100%), radial-gradient(1898.59% 1872.82% at 68.48% 1.39%, hsl(var(--white)) 0%, hsl(var(--white)) 100%);
}

@media screen and (max-width: 575px) {
  .login-sidebar {
    width: 320px;
    border-radius: 0;
    padding: 0px;
  }
}

.login-sidebar.show-login-sidebar {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 9991;
}

.login-sidebar__close {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 32px;
  height: 32px;
  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: 1px solid hsl(var(--border-color));
  color: hsl(var(--text-color-two));
  font-size: 1rem;
  cursor: pointer;
  border-radius: 3px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media screen and (max-width: 575px) {
  .login-sidebar__close {
    top: 10px;
    right: 20px;
  }
}

.login-sidebar__close:hover {
  background-color: hsl(var(--danger));
  color: hsl(var(--white));
  border-color: transparent;
}

.login-sidebar .account-form {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  overflow: hidden;
}

.have-account__link:hover {
  text-decoration: underline;
}

.account-form.left-sidebar {
  height: 100%;
  overflow-y: auto;
  padding-right: 5px;
  padding: 80px 45px;
}

@media screen and (max-width: 1366px) {
  .account-form.left-sidebar {
    padding: 40px 45px;
  }
}

@media screen and (max-width: 575px) {
  .account-form.left-sidebar {
    padding: 30px 30px;
  }
}

/* ============================================ Account Css End ====================================*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
  box-shadow: 0px 2px 15px hsl(var(--white) / 0.25);
}

.blog-details__thumb {
  height: 600px;
  max-height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .blog-details__thumb {
    height: 450px;
  }
}

@media screen and (max-width: 767px) {
  .blog-details__thumb {
    height: 300px;
  }
}

.blog-details__content {
  padding-top: 24px;
}

.blog-details__title {
  margin-top: 30px;
  margin-bottom: 15px;
}

.blog-details__desc {
  margin-bottom: 24px;
}

.blog-details .blog-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  font-size: 18px;
}

@media screen and (max-width: 424px) {
  .blog-details .blog-item__text {
    font-size: 15px;
  }
}

.blog-details .blog-item__text-icon {
  color: hsl(var(--base));
}

.blog-details .social-list__link {
  border: 1px solid hsl(var(--black) / 0.1);
  color: hsl(var(--text-color));
}

.blog-details .social-list__link:hover {
  border-color: hsl(var(--base));
  color: hsl(var(--white));
}

.blog-details__share-title {
  color: hsl(var(--base));
  margin-bottom: 16px;
  font-weight: 500;
}

.blog-details__share .social-list {
  gap: 8px;
}

.blog-details__share .social-list__link {
  color: hsl(var(--base));
  background-color: #eeeeee;
  font-size: 15px;
  border: 0;
}

.blog-details__share .social-list__link:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.blog-details__share .share-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-details__share .share-list__item {
  background-color: #eeeeee;
  color: hsl(var(--text-color-two));
  font-size: 14px;
  border-radius: 6px;
  padding: 4px 8px;
}

.quote-text {
  padding-left: 20px;
  border-left: 3px solid hsl(var(--base));
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .quote-text {
    padding: 15px;
  }
}

@media screen and (max-width: 575px) {
  .quote-text {
    padding: 5px 15px;
  }
}

.quote-text__desc {
  color: hsl(var(--text-color-two));
  font-style: italic;
}

/* ========================================== Blog Details Css End ======================================*/
/*====================== profile dashboard css start here ======================*/
.profile-dashboard {
  margin-top: 24px 120px;
  /*========= resume form css =========*/
  /*========= resume form css =========*/
}

.profile-dashboard__body-icon {
  background: hsl(var(--base));
  color: hsl(var(--white));
  padding: 6px 10px;
  border-radius: 4px;
  margin-bottom: 24px;
}

.profile-dashboard__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsl(var(--white));
  padding: 20px 30px;
  border-radius: 35px;
  border: 1px solid hsl(var(--border-color));
}

@media screen and (max-width: 1199px) {
  .profile-dashboard__header {
    gap: 25px;
  }
}

@media screen and (max-width: 991px) {
  .profile-dashboard__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 575px) {
  .profile-dashboard__header {
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .profile-dashboard__header {
    padding: 20px 15px;
  }
}

.profile-dashboard__header .profile-header-left {
  width: calc(100% - 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 70px;
}

@media screen and (max-width: 1399px) {
  .profile-dashboard__header .profile-header-left {
    width: calc(100% - 350px);
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .profile-dashboard__header .profile-header-left {
    width: 100%;
    gap: 25px;
  }
}

@media screen and (max-width: 424px) {
  .profile-dashboard__header .profile-header-left {
    -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;
    gap: 15px;
  }
}

.profile-dashboard__header .profile-header-left__thumb-link {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .profile-dashboard__header .profile-header-left__thumb-link {
    width: 110px;
    height: 110px;
  }
}

.profile-dashboard__header .profile-header-left__thumb-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-dashboard__header .profile-header-left__content {
  width: calc(100% - 135px);
}

@media screen and (max-width: 424px) {
  .profile-dashboard__header .profile-header-left__content {
    width: 100%;
  }
}

.profile-dashboard__header .profile-header-left__content .name {
  margin-bottom: 10px;
}

.profile-dashboard__header .profile-header-left__content .name .edit-text {
  color: hsl(var(--text-color));
  margin-left: 20px;
}

.profile-dashboard__header .profile-header-left__content .text .time {
  color: hsl(var(--text-color-two));
}

.profile-dashboard__header .profile-header-left__content .profile-info-list {
  display: grid;
  gap: 10px 50px;
  grid-template-columns: repeat(2, auto);
}

@media screen and (max-width: 1199px) {
  .profile-dashboard__header .profile-header-left__content .profile-info-list {
    grid-template-columns: auto;
  }
}

.profile-dashboard__header .profile-header-left__content .profile-info-list__link {
  color: hsl(var(--text-color));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.profile-dashboard__header .profile-header-left__content .profile-info-list__link .icon {
  font-size: 20px;
}

.profile-dashboard__header .profile-header-left .content-top {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.profile-dashboard__header .profile-header-right {
  width: 400px;
  background: linear-gradient(136deg,
      rgba(230, 235, 243, 0) -33%,
      #e2e7f1 108%);
  padding: 20px;
  padding: 30px;
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .profile-dashboard__header .profile-header-right {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .profile-dashboard__header .profile-header-right {
    padding: 20px;
  }
}

@media screen and (max-width: 424px) {
  .profile-dashboard__header .profile-header-right {
    padding: 20px 10px;
  }
}

.profile-dashboard__header .profile-header-right__btn {
  text-align: center;
  margin-top: 16px;
}

.profile-dashboard__header .profile-header-right .details-list__link {
  width: 100%;
  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;
}

.profile-dashboard__header .profile-header-right .details-list__link .text {
  color: #464646;
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .profile-dashboard__header .profile-header-right .details-list__link .text {
    font-size: 14px;
  }
}

.profile-dashboard__header .profile-header-right .details-list__link .icon {
  width: 28px;
  height: 28px;
  background-color: hsl(var(--white));
  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: 4px;
  font-size: 16px;
  color: hsl(var(--base));
}

@media screen and (max-width: 424px) {
  .profile-dashboard__header .profile-header-right .details-list__link .icon {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}

.profile-dashboard__header .profile-header-right .details-list__rate {
  background: hsl(var(--white));
  border-radius: 30px;
  padding: 4px 9px;
  line-height: 1;
  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(--success));
}

@media screen and (max-width: 424px) {
  .profile-dashboard__header .profile-header-right .details-list__rate {
    padding: 4px 7px;
    font-size: 14px;
  }
}

.profile-dashboard__header .profile-header-right .details-list__item {
  margin-bottom: 20px;
}

.profile-dashboard__header .profile-header-right .details-list__item:last-child {
  margin-bottom: 0;
}

.profile-dashboard__sidebar {
  width: 300px;
  background-color: hsl(var(--white));
  border: 1px solid hsl(var(--border-color));
  border-radius: 24px;
  padding: 30px;
  position: sticky;
  top: 100px;
  z-index: 2;
}

@media screen and (max-width: 1199px) {
  .profile-dashboard__sidebar {
    position: fixed;
    z-index: 9991;
    height: 100vh;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    left: 0;
    top: 0;
    border-radius: 0;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
  }
}

.profile-dashboard__sidebar.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.profile-dashboard__sidebar .title {
  margin-bottom: 35px;
  font-weight: 600;
}

.profile-dashboard__sidebar .close-icon {
  position: absolute;
  right: 20px;
  top: 24px;
  font-size: 24px;
  color: hsl(var(--black));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.profile-dashboard__sidebar .close-icon:hover,
.profile-dashboard__sidebar .close-icon:focus {
  color: hsl(var(--danger));
}

.profile-dashboard__sidebar .collection-list__item {
  margin-bottom: 24px;
}

.profile-dashboard__sidebar .collection-list__item:last-child {
  margin-bottom: 0;
}

.profile-dashboard__sidebar .collection-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.profile-dashboard__sidebar .collection-list__link.active .collection-list__text {
  color: hsl(var(--base));
}

.profile-dashboard__sidebar .collection-list__text {
  color: #344054;
}

.profile-dashboard .resume-form {
  margin-top: 24px;
}

.profile-dashboard .resume-form__label {
  width: 100%;
  border: 1px dashed hsl(var(--black) / 0.2);
  border-radius: 15px;
  padding: 35px;
  text-align: center;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .profile-dashboard .resume-form__label {
    padding: 20px;
  }
}

.profile-dashboard .resume-form__label .title {
  font-size: 20px;
  font-weight: 600;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {
  .profile-dashboard .resume-form__label .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
  }
}

.profile-dashboard .resume-form__file {
  display: none;
}

.profile-dashboard .resume-form__text {
  color: #344054;
}

@media screen and (max-width: 424px) {
  .profile-dashboard .resume-form__text {
    font-size: 14px;
  }
}

.profile-dashboard .profile-dashboard-wrapper {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.profile-dashboard .profile-dashboard-wrapper .main-body {
  width: calc(100% - 300px);
}

@media screen and (max-width: 1199px) {
  .profile-dashboard .profile-dashboard-wrapper .main-body {
    width: 100%;
  }
}

.profile-dashboard .profile-dashboard-wrapper .main-body__top {
  background-color: hsl(var(--white));
  padding: 30px;
  border-radius: 24px;
  border: 1px solid hsl(var(--border-color));
  margin-top: 24px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body__top:first-child {
  margin-top: 0;
}

@media screen and (max-width: 575px) {
  .profile-dashboard .profile-dashboard-wrapper .main-body__top {
    padding: 20px;
  }
}

.profile-dashboard .profile-dashboard-wrapper .main-body__top .title {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  color: #344054;
  font-weight: 600;
}

.profile-dashboard .profile-dashboard-wrapper .main-body__top .title .rate {
  font-size: 16px;
  color: hsl(var(--success));
  font-weight: 400;
}

.profile-dashboard .profile-dashboard-wrapper .main-body__top .text {
  color: #344054;
}

.profile-dashboard .profile-dashboard-wrapper .main-body__add-thumb {
  margin-top: 24px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body__add-thumb img {
  border-radius: 15px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .profile-dashboard-item {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 16px;
  margin-top: 40px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .profile-dashboard-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .profile-dashboard-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 15px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .profile-dashboard-item__top .title {
  margin-bottom: 0;
  font-size: 18px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .profile-dashboard-item__text {
  color: #344054;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .profile-dashboard-item__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 35px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card {
  border: 1px solid hsl(var(--border-color));
  border-radius: 24px;
  padding: 30px;
  margin-top: 24px;
  background-color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card {
    padding: 20px;
  }
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card__title {
  margin-bottom: 12px;
  color: #344054;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card .text {
  color: #344054;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card .accomplishment-item {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 16px;
  margin-top: 40px;
}

@media screen and (max-width: 575px) {
  .profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card .accomplishment-item {
    margin-top: 20px;
  }
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card .accomplishment-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card .accomplishment-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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  gap: 15px;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card .accomplishment-item__top .title {
  margin-bottom: 0;
  font-size: 16px;
  color: #344054;
}

.profile-dashboard .profile-dashboard-wrapper .main-body .accomplishment-card .accomplishment-item__text {
  color: #344054;
}

.profile-dashboard .profile-dashboard-wrapper .career-profile {
  background-color: hsl(var(--white));
  padding: 30px;
  border-radius: 24px;
  border: 1px solid hsl(var(--border-color));
  margin-top: 24px;
}

@media screen and (max-width: 575px) {
  .profile-dashboard .profile-dashboard-wrapper .career-profile {
    padding: 20px;
  }
}

.profile-dashboard .profile-dashboard-wrapper .career-profile__text {
  color: #344054;
}

.profile-dashboard .profile-dashboard-wrapper .career-profile .name {
  margin-bottom: 12px;
  color: #344054;
  font-weight: 600;
}

.profile-dashboard .profile-dashboard-wrapper .career-profile .name .edit-text {
  color: hsl(var(--text-color));
  margin-left: 10px;
  font-size: 20px;
}

.profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper {
  display: grid;
  grid-template-columns: repeat(3, auto);
  margin-top: 35px;
  gap: 35px;
}

@media screen and (max-width: 767px) {
  .profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper {
    grid-template-columns: repeat(2, auto);
    gap: 25px;
  }
}

@media screen and (max-width: 424px) {
  .profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper {
    grid-template-columns: auto;
    gap: 25px;
  }
}

.profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper .profile-list-item__title {
  /* margin-bottom: 15px; */
  margin-bottom: 0px;
  color: #344054;
  font-weight: 500;
}

@media screen and (max-width: 575px) {
  .profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper .profile-list-item__title {
    /* margin-bottom: 5px; */
  }
}

.profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper .profile-list-item__link {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: hsl(var(--base));
}

.profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper .profile-list-item__data {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.profile-dashboard .profile-dashboard-wrapper .career-profile__wrapper .profile-list-item__link:hover {
  text-decoration: underline;
}

/*====================== profile dashboard css start here ======================*/
/*# sourceMappingURL=main.css.map */

/* custom css start */
/* Copy Animation */
.base-color {
  color: hsl(var(--base)) !important;
}

.copyInput {
  display: inline-block;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.copied::after {
  position: absolute;
  top: 8px;
  right: 12%;
  width: 100px;
  display: block;
  content: "COPIED";
  font-size: 1em;
  padding: 5px 5px;
  color: #fff;
  background-color: #ff7000;
  border-radius: 3px;
  opacity: 0;
  will-change: opacity, transform;
  animation: showcopied 1.5s ease;
}

@keyframes showcopied {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0.7;
    transform: translateX(40%);
  }

  70% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
  }
}

.cookies-card {
  width: 400px;
  padding: 30px;
  color: #1e2337;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999999;
  transition: all 0.5s;
  background: linear-gradient(180deg, #ffffff 0%, #eaeffd 100%);
  border: 1px solid hsl(var(--border-color));
  border-radius: 40px;
}

.cookies-card.hide {
  bottom: -500px !important;
}

.radius--10px {
  border-radius: 10px;
}

.cookies-card__icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.cookies-card__content {
  margin-bottom: 0;
  font-size: 14px;
  color: hsl(var(--text-color-two));
}

.cookies-btn {
  color: #363636;
  text-decoration: none;
  padding: 10px 35px;
  margin: 3px 5px;
  display: inline-block;
  border-radius: 999px;
}

.cookies-btn:hover {
  color: #363636;
}

@media (max-width: 767px) {
  .cookies-card {
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 14px;
    padding: 15px;
  }
}

.hover-input-popup {
  position: relative;
}

.input-popup {
  display: none;
}

.hover-input-popup .input-popup {
  display: block;
  position: absolute;
  bottom: 120%;
  left: 50%;
  width: 300px;
  background-color: #1a1a1a;
  color: hsl(var(--white));
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-popup::after {
  position: absolute;
  content: "";
  bottom: -19px;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #1a1a1a transparent;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.input-popup p {
  padding-left: 20px;
  position: relative;
  color: hsl(var(--white)) !important;
}

.input-popup p::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  left: 0;
  top: 4px;
  line-height: 1;
  font-size: 18px;
}

.input-popup p.error {
  text-decoration: line-through;
}

.input-popup p.error::before {
  content: "\f057";
  color: #ea5455;
}

.input-popup p.success::before {
  content: "\f058";
  color: #28c76f;
}

/* ======================  Select2 Start  ======================*/
:root {
  --s-height: 44px;
  --select-border: var(--border-color);
  --select-bg: var(--white);
  --select-shadow: 0px 1px 2px 0px hsl(var(--heading-color) / .06);
  --border-radius: 6px;
  --font-size: 1rem;
}

.select2-group {
  position: relative;
}

.select2-group .icon {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.select2-group .select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
  padding-left: 36px;
}

.selection {
  display: block;
}

.select2 .dropdown-wrapper {
  display: none;
}

.select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
  border: 1px solid hsl(var(--border-color));
  background: hsl(var(--white));
  border-radius: var(--border-radius) !important;
  min-height: var(--s-height);
  padding-inline: 4px;
  -webkit-box-shadow: var(--select-shadow);
  box-shadow: var(--select-shadow);
}

.select2-container--default.select2-container--focus :is(.select2-selection--multiple, .select2-selection--single),
.select2-container--default.select2-container--open :is(.select2-selection--multiple, .select2-selection--single) {
  -webkit-box-shadow: 0px 1px 2px 0px hsl(var(--base)/0.2), 0px 0px 0px 4px hsl(var(--base)/0.2) !important;
  box-shadow: 0px 1px 2px 0px hsl(var(--base)/0.2), 0px 0px 0px 4px hsl(var(--base)/0.2) !important;
  border-color: hsl(var(--base));
  outline: none !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--black)/0.05);
}

.select2-dropdown {
  border: 1px solid hsl(var(--black)/0.2) !important;
  min-width: 140px;
  border-radius: var(--border-radius) !important;
  margin-top: 4px !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: hsl(var(--section-bg)) !important;
  color: hsl(var(--heading-color)) !important;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: hsl(var(--section-bg)/0.5) !important;
  color: hsl(var(--heading-color)) !important;
}

.select2-results__option {
  padding: 6px 10px;
  color: hsl(var(--black));
  font-size: var(--font-size);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: hsl(var(--black)/0.05);
  border: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: hsl(var(--black));
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 6px;
  margin-top: 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: var(--s-height);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: var(--s-height);
  font-size: var(--font-size);
  color: hsl(var(--heading-color));
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 6px;
  padding-right: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid hsl(var(--select-border) / .7);
  outline: 0;
  border-radius: var(--border-radius);
  padding: 6px 16px;
  font-size: var(--font-size);
  color: hsl(var(--black));
}

.select2-container:has(.select2-selection--multiple, .select2-selection--single) {
  width: 100% !important;
}

.img-flag-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.img-flag {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

.select2-results__options::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: hsl(var(--select-border) / .7);
}

.select2-results__options::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black)/0.2);
}

.job_filter+.select2-container {
  width: auto !important;
  min-height: auto !important;
}

.job_filter+.select2-container--default :is(.select2-selection--multiple, .select2-selection--single) {
  border: 0 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  min-height: auto !important;
  height: auto !important;
}

.job_filter+.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 11px !important;
}

.job_filter+.select2-container--default .select2-selection--single .select2-selection__rendered {
  min-height: auto !important;
  padding-left: 0 !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: hsl(var(--black) / .5) !important;
  line-height: 1 !important;
}

/* ======================  Select2 End  ======================*/

button .spinner-border {
  --bs-spinner-width: 1.5rem;
  --bs-spinner-height: 1.5rem;
}

label.required:after {
  content: "*";
  color: #dc3545 !important;
  margin-left: 2px;
}

.daterangepicker {
  z-index: 999999999999999 !important;
}

.daterangepicker.dropdown-menu {
  display: block !important;
}

/* Update Css */
.hero__form .input-field .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-size: 18px;
}

.hero__form .input-field:nth-child(1) .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f002";
  transform: rotate(275deg) !important;
}

.hero__form .input-field:nth-child(2) .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "\f3c5";
  transform: rotate(0);
}

.select2-container {
  min-height: 44px !important;
}

.responsive-filter-card .select2-container {
  width: 100% !important;
}

/* custom css end */

.pagination {
  margin-top: 0px;
}

/* support ticket start */

.support-ticket {
  padding: 16px 24px;
  background-color: hsl(var(--black) / 0.03);
  border-radius: 20px;
  border: 1px solid hsl(var(--base) / 0.3);
  /* max-width: 850px; */
  width: 100%;
  margin-top: 24px;
}

.support-ticket:first-child {
  margin-top: 0px;
}

.reply.support-ticket {
  background-color: transparent;
  margin-left: auto;
  border: 1px solid hsl(var(--info) / 0.3);
}

.support-ticket-name {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}

.support-ticket-name .staff {
  font-size: 14px;
  margin-left: 12px;
}

.support-ticket-date {
  font-size: 12px;
  font-weight: 500;
  color: hsl(var(--black));
  border-left: 1px solid hsl(var(--base));
  padding-left: 6px;
  padding-right: 6px;
  line-height: 1.7;
  background-color: hsl(var(--base) / 0.1);
  display: inline-block;
}

.support-ticket-file a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}

.support-ticket-file .icon {
  font-size: 18px;
}

.support-ticket-file {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

/* support ticket end */

.input-group-text {
  border-radius: 6px;
  background: hsl(var(--border-color));
  border-color: hsl(var(--border-color));
  color: hsl(var(--black) / 0.7);
  font-size: 14px;
  font-weight: 500;
}

.daterangepicker select.monthselect {
  border: 1px solid hsl(var(--border-color));
  border-radius: 12px;
  outline: unset !important;
  padding: 3px;
}

.daterangepicker select.yearselect {
  border: 1px solid hsl(var(--border-color));
  border-radius: 6px;
  outline: unset !important;
  padding: 3px;
}

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

.empty-slip-message {
  display: grid;
  place-content: center;
  padding: 24px 0px;
  font-weight: 500;
  font-size: 0.9125rem;
  font-family: inherit;
  border-radius: 12px;
}

.empty-slip-message img {
  width: 100px;
  margin-bottom: 0.875rem;
}

/* new css */
.account__header-thumb {
  position: relative;
  width: 120px;
  height: 120px;
}

.account__header-thumb::after {
  position: absolute;
  content: "";
  left: 7px;
  top: 7px;
  width: calc(100% - 14px);
  height: 0;
  background-color: hsl(var(--black) / 0.5);
  border-radius: 50%;
  overflow: hidden;
  z-index: 4;
  opacity: 0;
}

.account__header-thumb:hover .edit {
  opacity: 1;
  visibility: visible;
  z-index: 6;
}

.account__header-thumb:hover::after {
  height: calc(100% - 14px);
  opacity: 1;
}

.edit {
  position: absolute;
  width: 30px;
  height: 30px;
  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(--base));
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  color: hsl(var(--white));
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.percentag {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: hsl(var(--black));
  padding: 4px 10px;
  border-radius: 30px;
  line-height: 1;
  font-size: 14px;
  border: 2px solid hsl(var(--black) / 0.1);
  background-color: hsl(var(--white));
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
  z-index: 5;
  font-weight: 600;
}

.account__header-thumb img {
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 4;
  position: absolute;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
}

.account__header-thumb .percent {
  position: relative;
}

.account__header-thumb svg {
  position: relative;
  width: 120px;
  height: 120px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(90deg);
}

.account__header-thumb svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #7c8493;
  stroke-width: 5;
  stroke-linecap: round;
}

.account__header-thumb svg circle:last-of-type {
  stroke-dasharray: 340px;
  stroke-dashoffset: calc(340px - 340px * var(--percent) / 100);
  stroke: #3498db;
}

.account__header-thumb:nth-child(1) svg circle:last-of-type {
  stroke: #ff3636;
}

.user-profile-body .slick-initialized.slick-slider .slick-slide {
  margin-bottom: 0px !important;
}

.emp-info {
  position: relative;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 500;
}

.emp-info__style {
  margin-right: 6px;
  color: hsl(var(--black));
}

.emp-info:has(.emp-info__style) {
  display: flex;
}

.item__title {
  color: hsl(var(--heading-color));
  font-size: 15px;
  font-weight: 600;
}

.emp-list {
  margin-bottom: 30px;
  /* padding-left: 20px; */
}

.emp-list:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0px;
}

.emp-list .item:last-child .emp-info {
  margin-bottom: 0;
}

.info-title {
  font-size: 16px;
  font-family: var(--heading-font);
  font-weight: 600;
}

/* custom modal */
.custom--modal .modal-form__title {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 12px;
}

.plan-confirm-text {
  border-radius: 8px;
  margin: 0 auto;
  border-left: 2px solid hsl(var(--base));
  padding: 10px;
  text-align: left !important;
  background: hsl(var(--base) / 0.08);
  margin-bottom: 16px;
  font-weight: 400;
}

.custom--modal .modal-form__title span {
  color: hsl(var(--base));
  line-height: 1.5;
}

/* company details page start */
/*======================= company-list section css start  here =======================*/
.overview-wrapper {
  margin-top: 24px;
}

.overview-item {
  padding: 30px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 35px;
  background-color: hsl(var(--white));
}

.overview-item__title {
  margin-bottom: 10px;
}

.overview-item__desc {
  font-size: 14px;
}

.overview-item .rating {
  padding-top: 20px;
  padding-bottom: 6px;
  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;
}

.overview-item .rating-label {
  font-weight: 500;
  font-size: 14px;
  color: hsl(var(--heading-color));
  width: 240px;
}

.overview-item .value-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.overview-item .value-container i {
  font-size: 16px;
  color: hsl(var(--warning));
}

.overview-item .value-container .rating-value {
  color: hsl(var(--heading-color));
}

.overview-item .others {
  margin-top: 24px;
}

.overview-item .others .others-head {
  font-size: 14px;
  margin-bottom: 5px;
}

.overview-item .others .others-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 6px;
  gap: 10px;
}

.overview-item .others .others-rating .others-rating-label {
  font-weight: 500;
  font-size: 14px;
}

.candidate-profile {
  gap: 50px;
}

.candidate-profile__right .contact-wrapper {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.candidate-profile__right .overview-item {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.job-list-wrapper .title {
  margin-bottom: 24px;
}

.job-list-wrapper .job-info-item {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.job-list-wrapper .job-info-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.job-list-wrapper .job-info-item__container {
  position: relative;
}

.job-list-wrapper .job-info-item__thumb {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 70px;
  max-height: 70px;
  border-radius: 6px;
  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;
  border: 1px solid hsl(var(--border-color));
  padding: 7px;
}

@media screen and (max-width: 575px) {
  .job-list-wrapper .job-info-item__thumb {
    position: unset;
    margin: 20px 0;
  }
}

.job-list-wrapper .job-info-item__thumb img {
  width: 100%;
  height: 100%;
}

.job-list-wrapper .job-info-item__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.job-list-wrapper .job-info-item .company-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  gap: 10px;
}

.job-list-wrapper .job-info-item .company-info a {
  color: hsl(var(--heading-color));
  font-weight: 500;
  font-size: 14px;
}

.job-list-wrapper .job-info-item .company-info a:hover {
  color: hsl(var(--base));
}

.job-list-wrapper .job-info-item .company-info .star-rating {
  font-size: 14px;
}

.job-list-wrapper .job-info-item .company-info .number {
  font-size: 14px;
}

.job-list-wrapper .job-info-item .description {
  font-size: 14px;
}

.job-list-wrapper .job-info-item__bottom {
  margin-top: 20px;
  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;
}

.job-list-wrapper .job-info-item__bottom .text {
  color: hsl(var(--heading-color));
  font-size: 14px;
  font-weight: 500;
}

.job-list-wrapper .job-info-item__btn {
  gap: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid hsl(var(--base) / 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.3s linear;
}

.job-list-wrapper .job-info-item__btn:hover {
  border-color: hsl(var(--base));
}

.text-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.text-list-wrapper .text {
  font-size: 14px;
}

.separator {
  background-color: hsl(var(--border-color));
  width: 1px;
  height: 14px;
  border-radius: 1px;
  margin-left: 8px;
}

/*======================= company-list section css end here =========================*/
.company-details-wrapper {
  background: hsl(var(--white));
  padding: 30px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 24px;
}

.company-details-wrapper .profile-wrapper {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 40px;
}

.company-details-wrapper .candidate-profile {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .company-details-wrapper .candidate-profile {
    gap: 30px;
  }
}

.company-details-wrapper .candidate-profile__right {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border-left: 1px solid hsl(var(--border-color));
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .company-details-wrapper .candidate-profile__right {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid hsl(var(--border-color));
    padding-top: 30px;
  }
}

.company-details-wrapper .candidate-profile__right .overview-item {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

.company-details-wrapper .candidate-profile__right .contact-wrapper {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
}

.company-details-wrapper .job-list-wrapper {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
}

/* tab css  */

.custom--tab.tab-three {
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 10px;
  position: relative;
}

.custom--tab.tab-three .nav-item .nav-link {
  border: 0 !important;
  padding: 0 15px;
  font-size: 16px;
}

@media screen and (max-width: 1199px) {
  .custom--tab.tab-three .nav-item .nav-link {
    padding: 0 10px !important;
  }
}

.custom--tab.tab-three .nav-item .nav-link.active {
  color: hsl(var(--base));
  background-color: transparent !important;
  border-color: transparent !important;
}

.custom--tab.tab-three .nav-item .nav-link:hover {
  color: hsl(var(--base));
  background-color: transparent !important;
  border-color: transparent !important;
}

.custom--tab.tab-three .tab-bar {
  position: absolute;
  height: 3px;
  bottom: -2px;
  border-radius: 24px;
  background-color: hsl(var(--base));
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.company-details-wrapper .candidate-profile__right .overview-item {
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 10px;
  border-bottom: 1px dashed hsl(var(--border-color));
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.caption-list .overview-item {
  justify-content: space-between;
}

.company-details-wrapper .candidate-profile__right .overview-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.company-details-wrapper .candidate-profile__right .overview-item__title {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 32%;
  gap: 5px;
}

.overview-item__icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: hsl(var(--base) / 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: hsl(var(--base));
  flex-shrink: 0;
}

.overview-item__text {
  font-size: 14px;
}

.overview-item__content {
  width: calc(100% - 32%);
}

.contact-list a {
  font-size: 20px !important;
}

.map {
  margin-top: 25px;
}

.map iframe {
  width: 100%;
  max-height: 200px;
  border-radius: 8px;
}

.map .title {
  margin-bottom: 10px;
}

/* company details page end */

/*======================= dropdown box css start here =========================*/
.dropdown-box__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.dropdown-box__wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  padding-right: 30px;
}

.dropdown-box__wrapper::after {
  position: absolute;
  content: '\f0d7';
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  font-size: 18px;
  color: hsl(var(--text-color));
  right: 0;
  top: 50%;
  transition: .2s linear;
  transform: translateY(-50%);
}


.dropdown-box__wrapper .name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
}

.dropdown-box__wrapper .text {
  font-size: 14px;
  font-weight: 600;
}

.dropdown-box__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-box {
  position: relative;
  z-index: 4;
  padding-right: 20px;
}

.dropdown-box__menu {
  background: hsl(var(--white));
  border-radius: 4px;
  overflow: hidden;
  min-width: 250px;
  position: absolute;
  right: 0;
  box-shadow: 0px 0px 40px rgba(29, 58, 83, 0.1);
  top: 100%;
  transform-origin: center;
  display: none;
  transition: 0.3s linear;
  margin-top: 10px;
}

.dropdown-box__menu.show {
  display: block;
}

.dropdown-box__link {
  padding: 11px 16px;
  width: 100%;
  color: hsl(var(--black) / .75);
  font-size: 16px;
  transition: 0.3s linear;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
}

.dropdown-box__icon {
  font-size: 16px;
}

.dropdown-box__link:hover {
  background: hsl(var(--base) / 0.1)
}

/*======================= dropdown box css end here =========================*/

/* SKELETON */
.skeleton {
  position: relative;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  min-height: 100%;
  z-index: 10;
  background-size: 200% 100% !important;
  background: linear-gradient(to right, #dedede, #fff, #ddd);
  animation: skeleton 1.5s infinite reverse;
}

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

@keyframes skeleton {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

/*===================== company category section css start here =====================*/
.category-sidebar {
  background-color: hsl(var(--white));
  padding: 16px;
  border-radius: 12px;
  border: 1px solid hsl(var(--border-color));
  position: sticky;
  top: 100px;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .category-sidebar {
    width: 100%;
    position: unset;
  }
}

@media screen and (max-width: 575px) {
  .category-sidebar {
    padding: 20px 10px;
  }
}

.category-sidebar .search-box {
  border-radius: 6px;
}

.category-sidebar .search-box .form--control {
  padding-right: 45px;
}

.category-check-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.category-check-item .form-check-label {
  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;
}

.category-check-item .form--check {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid hsl(var(--border-color));
  padding: 10px;
  border-radius: 6px;
}

.category-check-item .icon {
  font-size: 20px;
}

.category-check-item .icon img {
  max-width: 30px;
}

.category-check-item .form--check:has(.form-check-input:checked) {
  background-color: hsl(var(--base) / 0.1);
}

.category-check-item:not(:last-child) {
  margin-bottom: 15px;
}

.category-check-item .icon {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: hsl(var(--base) / 0.09);
  -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;
}

.category-check-item .form--check:has(.form-check-input:checked) .icon {
  background: hsl(var(--white) / 0.5);
}

.content .name {
  color: hsl(var(--heading-color));
  font-weight: 500;
}

.content .thumb {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.content .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.dashboard-header.header.fixed-header {
  background: hsl(var(--white));
}

.dashboard .dashboard-header {
  background-color: hsl(var(--white));
  position: sticky;
  top: 0;
  z-index: 999;
}

.body-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px 20px;
}

@media screen and (max-width: 1199px) {
  .body-top {
    -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;
  }
}

.body-top__title {
  margin-bottom: 0px;
}

.body-top__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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 30px;
}

@media screen and (max-width: 1199px) {
  .body-top__right {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px;
  }
}

.body-top__right .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .body-top__right .btn-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.body-top__right .btn-wrapper .btn {
  -webkit-box-shadow: 0 4px 10px hsl(var(--base) / 0.2);
  box-shadow: 0 4px 10px hsl(var(--base) / 0.2);
}

@media screen and (max-width: 424px) {
  .body-top__right .btn-wrapper .btn {
    padding: 13px 20px;
  }
}

.btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px;
  background: hsl(var(--white));
  border-radius: 12px;
  margin-top: 15px;
  gap: 5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid hsl(var(--border-color));
  width: max-content;
}

.btn-list__btn {
  color: hsl(var(--black)) !important;
  padding: 10px 15px;
  border-radius: 10px;
  line-height: 1;
  font-family: var(--heading-font);
}

.btn-list__btn.active {
  border: 1px solid hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base)) !important;
}

.category-job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.category-job-list__link {
  color: hsl(var(--heading-color));
}

.category-job-list__link.active {
  color: hsl(var(--base));
}

.btn-icon {
  font-size: 16px;
}

.dashboard-body .company-category__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .dashboard-body .company-category__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dashboard-body .company-category__content {
  width: calc(100% - 320px);
}

@media screen and (max-width: 767px) {
  .dashboard-body .company-category__content {
    width: 100%;
  }
}

@media screen and (max-width: 1599px) {
  .dashboard-body .company-category__content .candidate-profile {
    gap: 30px;
  }
}

@media screen and (max-width: 1399px) {
  .dashboard-body .company-category__content .candidate-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.dashboard-body .company-category__content .candidate-profile__right {
  margin-left: auto;
  position: sticky;
  top: 100px;
}

@media screen and (max-width: 1599px) {
  .dashboard-body .company-category__content .candidate-profile__right {
    width: 300px;
  }
}

@media screen and (max-width: 1399px) {
  .dashboard-body .company-category__content .candidate-profile__right {
    width: 100%;
  }
}

@media screen and (max-width: 1599px) {
  .dashboard-body .company-category__content .candidate-profile__left {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 1399px) {
  .dashboard-body .company-category__content .candidate-profile__left {
    width: 100%;
  }
}

@media screen and (max-width: 1399px) {
  .dashboard-body .profile-wrapper {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 424px) {
  .dashboard-body .profile-wrapper {
    padding: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .dashboard-body .profile-wrapper .profile {
    -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;
  }
}

@media screen and (max-width: 1199px) {
  .dashboard-body .profile-wrapper .profile-content {
    width: 100%;
  }
}

/*============= filter css start here =============*/
.responsive-filter-form {
  width: 350px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid hsl(var(--border-color));
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  z-index: 5;
  background-color: hsl(var(--white));
  -webkit-transition: all linear 0.3s;
  transition: all linear 0.3s;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

@media screen and (max-width: 991px) {
  .responsive-filter-form {
    left: 0;
    right: unset;
  }
}

@media screen and (max-width: 424px) {
  .responsive-filter-form {
    width: 300px;
  }
}

.responsive-filter-form.show {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.responsive-filter-title {
  padding: 16px;
  background-color: hsl(var(--base) / 0.1);
  -webkit-box-shadow: -11px 4px 17px rgba(0, 0, 0, 0.05);
  box-shadow: -11px 4px 17px rgba(0, 0, 0, 0.05);
}

.close-filter-btn {
  font-size: 20px;
  cursor: pointer;
  color: hsl(var(--heading-color));
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.close-filter-btn:hover {
  color: hsl(var(--danger));
}

.filter-card {
  position: relative;
}

.responsive-filter-body {
  padding: 20px 16px;
  background-color: hsl(var(--white));
}

.responsive-filter-item:not(:last-child) {
  margin-bottom: 12px;
}

.responsive-filter-item .search-box .form--control {
  padding-right: 45px;
}

.responsive-filter-footer {
  padding: 16px;
  background-color: hsl(var(--bg-color));
  -webkit-box-shadow: 14px -7px 17px rgba(255, 255, 255, 0.05);
  box-shadow: 14px -7px 17px rgba(255, 255, 255, 0.05);
}

/*===================== company category section css end here =====================*/

.verification-code::after {
  background: hsl(var(--white)) !important;
}

.btn-edit {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s linear;
}

.btn-edit:has(.la-pen) {
  border: 1px solid hsl(var(--black));
  color: hsl(var(--black)) !important;
}

.btn-edit:has(.la-pen):hover {
  background-color: hsl(var(--black));
  color: hsl(var(--white)) !important;
}

.btn-edit:has(.la-trash-alt) {
  border: 1px solid hsl(var(--danger));
  color: hsl(var(--danger));
}

.btn-edit:has(.la-trash-alt):hover {
  background-color: hsl(var(--danger));
  color: hsl(var(--white)) !important;
}

.item {
  display: flex;
  gap: 20px;
  margin-bottom: 5px;
}

.data-list {
  margin-bottom: 30px;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
  padding-bottom: 30px;
}

.item__title {
  width: 160px;
}

.emp-info {
  width: calc(100% - 200px);
}

@media (max-width: 767px) {
  .item {
    gap: 10px;
  }

  .item__title {
    width: 130px;
  }

  .emp-info {
    width: calc(100% - 130px);
  }
}

@media (max-width: 424px) {
  .item {
    gap: 5px;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .item__title {
    width: 100%;
    font-size: 14px;
  }

  .emp-info {
    width: 100%;
    font-size: 13px;
  }
}

.feature-item__title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.feature-slider .slick-track,
.blog-slider .slick-track {
  margin-bottom: 70px;
}

.feature-slider .slick-list,
.blog-slider .slick-list {
  margin-bottom: -70px;
}

.card-icon {
  color: hsl(var(--base));
  border-color: hsl(var(--base));
}

.drp-buttons .cancelBtn {
  background-color: hsl(var(--black) / 0.1) !important;
  color: hsl(var(--black)) !important;
}

.drp-buttons .applyBtn {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
}

.drp-buttons .applyBtn:hover {
  border-color: hsl(var(--base)) !important;
}

.daterangepicker td.active {
  background-color: hsl(var(--base)) !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: hsl(var(--base)) !important;
}

/* new payment css */

.gateway-card .payment-system-list {
  --thumb-width: 80px;
  --thumb-height: 32px;
  --radio-size: 20px;
  border-radius: 5px;
  height: 100%;
}

.gateway-card .payment-system-list.is-scrollable {
  max-height: min(405px, 70vh);
  overflow-x: auto;
  padding-block: 4px;
  padding-right: 8px;
}

.gateway-card .payment-system-list::-webkit-scrollbar {
  width: 5px;
}

.gateway-card .payment-system-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--base));
  border-radius: 10px;
}

.gateway-card .payment-item {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 16px 16px;
  border: 1px solid hsl(var(--border-color));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 8px;
  border-radius: 8px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.gateway-card .payment-item__info {
  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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.gateway-card .payment-item__check {
  width: var(--radio-size);
  height: var(--radio-size);
  border: 1px solid hsl(var(--base));
  display: inline-block;
  border-radius: 100%;
}

.gateway-card .payment-item__name {
  padding-left: 10px;
  width: calc(100% - var(--radio-size));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  color: hsl(var(--black) / 0.65);
}

.gateway-card .payment-item__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
  padding-left: 10px;
  flex-shrink: 0;
}

.gateway-card .payment-item__thumb img {
  max-width: var(--thumb-width);
  max-height: var(--thumb-height);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.gateway-card .payment-item__thumb:has(.text) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.gateway-card .payment-item__btn {
  font-size: 0.875rem;
  color: hsl(var(--success));
  font-weight: 600;
}

.gateway-card .payment-item__check {
  border: 1px solid hsl(var(--border-color));
}

.gateway-card .payment-item:has(.payment-item__radio:checked) .payment-item__check {
  border: 4px solid hsl(var(--base));
}

.gateway-card .payment-item__right {
  width: 100%;
  display: flex;
  align-items: center;
}

.deposit-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.deposit-info * {
  font-weight: 600;
}

.deposit-info__input * {
  font-weight: 400;
}

.total-amount {
  border-top: 1px solid hsl(var(--base-two) / 0.08);
}

.label-text:last-child {
  min-width: 30px;
  text-align: end;
}

.small.text-muted {
  font-size: 13px !important;
}

.account-form__content {
  margin-bottom: 30px;
}

.account-form-wrapper form {
  margin-top: 16px;
}

.list-header {
  gap: 15px;
  padding: 20px;
  margin-bottom: 0px;
}

@media (max-width:575px) {
  .flex-grow-1.align-self-end {
    width: 100%;
  }
}

@media (max-width:424px) {
  .transaction-wrapper-list .flex-grow-1 {
    width: 100%;
  }

}

/* =========create job page css start here  =========*/
.company-profile-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.job-sidebar-tab {
  width: 270px;
  background-color: hsl(var(--white));
  border-radius: 12px;
  padding: 24px;
  border: 1px solid hsl(var(--border-color) / 0.5);
  margin-bottom: 24px;
  flex-shrink: 0;
}

.tab-four {
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.custom--tab.tab-four .nav-item .nav-link {
  border-radius: 4px;
  width: 100%;
  text-align: left;
  padding: 20px 15px !important;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

.custom--tab.tab-four .nav-item .nav-link__icon {
  font-size: 18px;
}

.show-filter {
  display: none;
}

@media (max-width: 767px) {
  .responsive-filter-card {
    display: none;
    transition: none;
  }

  .show-filter {
    display: block;
  }
}

.form-group>div[unselectable="on"] {
  width: 100% !important;
}

.form-group>div[unselectable="on"]+div {
  width: 100% !important;
}

.form-group>div[unselectable="on"]+div .nicEdit-main {
  width: 100% !important;
}

.plan-card {
  background: #fafafa;
  border: 1px solid #f2f2f2;
  border-radius: 12px;
  padding: 10px;
}

.plan-card__header {
  padding: 10px;
  background-color: hsl(var(--white));
  border-radius: 8px;
  border: 1px solid #f2f2f2;
}

.plan-card__name {
  font-weight: 500;
  color: #4b5563cc;
  margin-bottom: 0;
}

.plan-card__price {
  font-weight: 900;
  margin-bottom: 10px;
  color: hsl(var(--heading-color));
}

.plan-card__duration {
  font-size: 14px;
  font-weight: 500;
  color: hsl(var(--base));
}

.plan-card__text {
  color: #4b5563cc;
  font-weight: 500;
  padding-block: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.plan-card__icon {
  flex-shrink: 0;
}

.plan-card__footer {
  padding-top: 16px;
  border-top: 1px solid #f2f2f2;
}

@media (max-width: 1599px) {
  .plan-card__text {
    font-size: 0.875rem;
  }

  .plan-card__price {
    font-size: 1.75rem;
  }

  .plan-card__name {
    font-size: 1rem;
  }
}

/* =========create job page css end here  =========*/

/* step form start here */

.form-steps {
  width: 100%;
  clear: both;
}

.form-steps:before,
.form-steps:after {
  display: table;
  content: "";
}

.form-steps:after {
  clear: both;
}

.form-steps__step {
  width: calc(100% / 3);
  float: left;
  text-align: center;
  position: relative;
}

.form-steps__step:after {
  content: "";
  border: 1px dashed hsl(var(--base) / 0.5);
  height: 1px;
  top: 21px;
  left: 50%;
  width: 85%;
  display: block;
  position: absolute;
  z-index: 1;
}

.form-steps__step.form-steps__step--active:after {
  border: 1px dashed hsl(var(--base));
}

.form-steps__step.form-steps__step--active .form-steps__step-circle::before {
  color: hsl(var(--base));
}

.form-steps__step-circle::before {
  content: "\f054";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--base) / 0.3);
  top: 54%;
  font-size: 16px;
  left: -18px;
  transform: translateY(-50%);
}

.form-steps__step:first-child .form-steps__step-circle::before {
  display: none !important;
}

.form-steps__step--active .form-steps__step-circle {
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.form-steps__step--completed:after {
  background: #7cb342;
}

.form-steps__step--completed .form-steps__step-circle {
  background: #7cb342;
  border: 1px solid #33691e;
  color: hsl(var(--white));
}

.form-steps__step--completed .form-steps__step-circle .form-steps__step-number {
  display: none;
}

.form-steps__step--completed .form-steps__step-circle .form-steps__step-check {
  display: inline-block;
}

.form-steps__step-circle {
  background: hsl(var(--white));
  border: 1px solid hsl(var(--base) / 0.1);
  line-height: 2.4rem;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
  color: hsl(var(--base) / 0.3);
  margin: 0 auto;
  position: relative;
  z-index: 3;
  font-weight: 600;
}

.form-steps__step-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.form-steps__step--active .form-step__step-name {
  color: hsl(var(--base)) !important;
}

.form-steps__step-check {
  display: none;
}

.form-step__step-name {
  margin-top: 0.8rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.4rem;
  color: hsl(var(--base) / 0.3);
}

@media (max-width: 1199px) {
  .form-steps__step:after {
    width: 70%;
  }

  .form-step__step-name {
    font-size: 0.75rem;
  }
}

.form-steps__step:last-child:after {
  display: none;
}

@media (max-width: 445px) {
  .form-step__step-name {
    display: none;
  }

  .form-steps__step-circle::before {
    display: none;
  }
}