:root {
  /* Font Family */
  --heading-font: var(--font-roboto), sans-serif;
  --body-font: var(--font-roboto), sans-serif;
  /* ========================= Color Variables Start =========================== */
  --white: 0 0% 100%;
  --light-h: 216;
  --light-s: 16%;
  --light-l: 63%;
  --light: var(--light-h) var(--light-s) var(--light-l);
  --black-h: 0;
  --black-s: 0%;
  --black-l: 0%;
  --black: var(--black-h) var(--black-s) var(--black-l);
  --heading-h: 228;
  --heading-s: 6%;
  --heading-l: 15%;
  --heading-color: var(--heading-h) var(--heading-s) var(--heading-l);
  --body-h: 228;
  --body-s: 6%;
  --body-l: 15%;
  --body-color: var(--body-h) var(--body-s) var(--body-l);
  --border-color: 0 0% 88%;
  --section-bg: 210 15% 95%;
  /* ================================ 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 End =============================== */
  --box-shadow: 0px 0px 8px 0px hsl(var(--black) / 0.1);
  /* ========================= Base Color ============================= */
  --base-h: 196;
  --base-s: 100%;
  --base-l: 47%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  /* Base Darken  */
  --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-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 Lighten */
  --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);
  --background-gradient: linear-gradient(45deg,
      hsl(var(--base)),
      hsl(var(--base-two)));
  /* ========================= Base Two Color ============================= */
  --base-two-h: 247;
  --base-two-s: 64%;
  --base-two-l: 25%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  /* Base Two Darken */
  --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
  --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
  --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
  --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
  --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
  --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
  --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
  --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
  --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
  /* Base Two Lighten */
  --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
  --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
  --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
  --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
  --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
  --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
  --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
  --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
  --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
  /* ============================== Bootstrap Modifier Start ============================== */
  /* Primary Color */
  --primary-h: 221;
  --primary-s: 67%;
  --primary-l: 52%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  /* Primary Darken */
  --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
  /* primary Lighten */
  --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
  /* Secondary Color */
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  /* Secondary Darken */
  --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  /* secondary Lighten */
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
  /* Success Color */
  --success-h: 115;
  --success-s: 99%;
  --success-l: 41%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  /* Success Darken */
  --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
  /* Success Lighten */
  --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
  /* Danger Color */
  --danger-h: 0;
  --danger-s: 96%;
  --danger-l: 63%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /* Danger Darken */
  --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
  /* danger Lighten */
  --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
  /* Warning Color */
  --warning-h: 38;
  --warning-s: 100%;
  --warning-l: 55%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /* Warning Darken */
  --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
  /* Warning Lighten */
  --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
  /* Info Color */
  --info-h: 196;
  --info-s: 100%;
  --info-l: 50%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  /* Info Darken */
  --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
  --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
  /* ============================== Bootstrap Modifier End ============================== */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  color: hsl(var(--body-color));
  word-break: break-word;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

p {
  font-weight: 400;
  margin: 0;
}

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: 500;
}

@media screen and (max-width: 767px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 15px 0;
  }
}

h1 {
  font-size: clamp(1.875rem, 2.8vw + 1rem, 3.75rem);
}

h2 {
  font-size: clamp(1.5625rem, 1.7vw + 1rem, 2.5rem);
}

h3 {
  font-size: clamp(1.375rem, 0.8vw + 1rem, 2rem);
}

h4 {
  font-size: clamp(1.25rem, 0.5vw + 1rem, 1.5rem);
}

h5 {
  font-size: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
}

h6 {
  font-size: 1rem;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  transition: 0.2s linear;
  line-height: 1.3;
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  color: #0667f6;
}

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;
  box-shadow: none;
}

.form-select:focus {
  outline: 0;
  box-shadow: none;
}

/* ================================= 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));
}

/* 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;
  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;
  transition: 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.sidebar-overlay.show {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.fs-12,
.contact-list__item-icon,
.header-top .social-list.style-two .social-list__link flex-center,
.badge {
  font-size: 12px !important;
}

/* Overlay End */
/* ================================= Custom Classes Css End =========================== */
/* Fully Fit image Css */
.fit-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
  display: flex;
  flex-wrap: wrap;
}

.flex-align,
.action-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.alert__link::before {
  position: absolute;
  content: "";
}

.top-center-extend,
.custom--accordion .accordion-button[aria-expanded="true"]::after,
.custom--accordion .accordion-button[aria-expanded="false"]::after {
  top: 50%;
  transform: translateY(-50%);
}

.left-center-extend {
  left: 50%;
  transform: translateX(-50%);
}

.top-left-center-extend {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
  font-size: 0.625rem;
}

.fs-11,
.form--check .form-check-input:checked::before {
  font-size: 0.6875rem;
}

.fs-12,
.contact-list__item-icon,
.header-top .social-list.style-two .social-list__link flex-center,
.badge {
  font-size: 0.75rem;
}

.fs-13,
.main-area__inner .sidebar-profile-list__item.has-dropdown>a:after,
.main-area__inner .sidebar-menu-list__item.has-dropdown>a:after,
.table tbody tr td,
.customer__name {
  font-size: 0.8125rem;
}

.fs-14,
.table tbody tr td:first-child,
.table thead tr th,
.form--check .form-check-label,
.form--control::placeholder {
  font-size: 0.875rem !important;
}

.fs-15,
.language-box .select,
.table tbody tr td::before,
.btn--icon {
  font-size: 0.9375rem;
}

.fs-16,
.breadcrumb__item,
.login-registration-list__icon,
.alert__title,
.form--label,
.btn,
p {
  font-size: 1rem;
}

@media screen and (max-width: 1199px) {

  .fs-16,
  .breadcrumb__item,
  .login-registration-list__icon,
  .alert__title,
  .form--label,
  .btn,
  p {
    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,
.user-profile-info__icon {
  font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {

  .fs-18,
  .user-profile-info__icon {
    font-size: 1.0625rem;
  }
}

@media screen and (max-width: 767px) {

  .fs-18,
  .user-profile-info__icon {
    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 =================== */
/* ====================== Section Heading ==================== */
.section-heading {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 1199px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

.section-heading__title {
  position: relative;
  padding-bottom: 10px;
}

.section-heading__title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 80px;
  height: 2px;
  background-color: hsl(var(--base));
}

.section-heading__desc {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.style-left {
  text-align: left;
}

.section-heading.style-left .section-heading__title::before {
  left: 0;
  transform: translateX(0);
}

.section-heading.style-left .section-heading__desc {
  margin-left: 0;
}

/* ====================== Section Heading En d==================== */
.custom-container {
  max-width: 1370px !important;
}

@media screen and (max-width: 575px) {
  .custom-container {
    padding: 0px;
  }
}

/* ================================= Background Color Css Start =========================== */
.bg--base {
  background-color: hsl(var(--base)) !important;
}

.bg--dark {
  background-color: hsl(var(--black)) !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-color: hsl(var(--white));
}

.bg--light {
  background-color: hsl(var(--light) / 0.2);
}

/* ================================= 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--gray {
  color: #a2a2a2 !important;
}

.no-data-found p {
  font-size: 1.4rem !important;
  color: hsl(var(--base) / 0.5);
}

.text--gray {
  color: #a2a2a2 !important;
}

.text--danger {
  color: hsl(var(--danger)) !important;
}

.text--warning {
  color: hsl(var(--warning)) !important;
}

.text--info {
  color: hsl(var(--info)) !important;
}

.text--light {
  color: hsl(var(--light));
}

.text--black {
  color: hsl(var(--heading-color));
}

.text--white {
  color: hsl(var(--white));
}

/* ================================= 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: none;
  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: 0px;
  background-color: hsl(var(--white));
  padding-top: 16px;
}

.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(--white)) !important;
  color: hsl(var(--light));
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--body-font) !important;
  padding: 0px;
}

.custom--accordion .accordion-button::after {
  background-image: none;
}

.custom--accordion .accordion-button:focus {
  box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
  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: "\f106";
  display: inline-block;
  position: absolute;
  right: 0px;
  height: unset;
}

.custom--accordion .accordion-button[aria-expanded="false"]::after {
  content: "\f107";
  color: hsl(var(--body-color));
}

/* ================================= 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: 15px 29px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  border: 1px solid transparent;
  font-family: var(--body-font);
  line-height: 1;
}

.btn.loading {
  min-width: var(--button-width);
}

@media screen and (max-width: 767px) {
  .btn {
    padding: 14px 25px;
    font-size: 0.875rem !important;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 12px 20px;
  }
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
  box-shadow: none !important;
}

.btn--lg {
  padding: 20px 35px;
}

@media screen and (max-width: 991px) {
  .btn--lg {
    padding: 18px 30px;
  }
}

@media screen and (max-width: 767px) {
  .btn--lg {
    padding: 16px 25px;
  }
}

.btn--sm {
  padding: 9px 16px;
}

@media screen and (max-width: 767px) {
  .btn--sm {
    padding: 8px 12px;
  }
}

.btn--xs {
  padding: 4px 10px;
}

.btn--icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding: 0;
}

.btn .icon {
  margin-right: 5px;
}

.btn--base {
  background-color: hsl(var(--base)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
  background-color: hsl(var(--base-d-100)) !important;
  border: 1px solid hsl(var(--base-d-100)) !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-100)) !important;
  border: 1px solid hsl(var(--primary-d-100)) !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-100)) !important;
  border: 1px solid hsl(var(--secondary-d-100)) !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--success {
  background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
  background-color: hsl(var(--success-d-100)) !important;
  border: 1px solid hsl(var(--success-d-100)) !important;
}

.btn-outline--success {
  background-color: transparent !important;
  border: 1px solid hsl(var(--success)) !important;
  color: hsl(var(--success)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
  background-color: hsl(var(--success)) !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-100)) !important;
  border: 1px solid hsl(var(--danger-d-100)) !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-100)) !important;
  border: 1px solid hsl(var(--warning-d-100)) !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-100)) !important;
  border: 1px solid hsl(var(--info-d-100)) !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--disabled {
  background-color: hsl(var(--light) / 0.4) !important;
  border: 1px solid hsl(var(--light) / 0.1) !important;
}

.btn-outline--light {
  background-color: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--border-color)) !important;
  color: hsl(var(--base)) !important;
  padding: 9px 25px;
}

.pinned-btn {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  background-color: hsl(var(--light) / 0.2);
  border-radius: 50%;
  align-items: center;
  font-size: 1.125rem;
  color: hsl(var(--heading-color));
  transition: 0.3s;
}

.pinned-btn:hover {
  background-color: hsl(var(--base) / 0.2);
}

.cross-btn {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  font-size: 1rem;
  color: hsl(var(--light));
  transition: 0.3s;
  z-index: 1;
}

.cross-btn:hover {
  background-color: hsl(var(--base) / 0.2);
  color: hsl(var(--base));
}

.back-btn {
  color: hsl(var(--light));
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s;
}

.back-btn:hover {
  background-color: hsl(var(--base) / 0.2);
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
  border-radius: 5px;
  box-shadow: var(--box-shadow);
  background-color: hsl(var(--white));
  border: transparent;
}

.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);
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
  margin-bottom: 6px;
  color: hsl(var(--light));
  font-weight: 400;
}

.form-group {
  margin-bottom: 1.5rem;
}

/* Form Select */
.select {
  color: hsl(var(--heading-color)) !important;
}

.select:focus {
  border-color: hsl(var(--base));
  color: hsl(var(--black)) !important;
}

.select option {
  background-color: hsl(var(--white));
  color: hsl(var(--body-color));
}

/* Form Select End */
/* Form Control Start */
.form--control {
  border-radius: 5px;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 13px 15px !important;
  background-color: transparent;
  border: 1px solid hsl(var(--border-color));
  color: hsl(var(--body-color));
  line-height: 1;
}

.form--control::placeholder {
  color: hsl(var(--light));
}

.form--control:focus {
  border-color: hsl(var(--base));
  box-shadow: none;
}

.form--control:disabled,
.form--control[readonly] {
  background-color: hsl(var(--black) / 0.06);
  opacity: 1;
}

.form--control[type="password"] {
  color: hsl(var(--body-color));
}

.form--control[type="password"]:focus {
  color: hsl(var(--body-color));
}

.form--control[type="file" i] {
  line-height: 38px;
  padding: 0 !important;
  position: relative;
}

.form--control[type="file" i]::file-selector-button {
  border: 1px solid hsl(var(--black) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--black) / 0.08) !important;
  transition: 0.2s linear;
  line-height: 15px;
  position: relative;
  margin: 6px;
  color: hsl(var(--body-color) / 0.8) !important;
}

.form--control[type="file" i]::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: 78px;
  line-height: 1.2;
  transition: all 0.3s ease;

  &:focus {
    border: 1px solid hsl(var(--base)) !important;
  }
}

/* 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(--heading-color)) !important;
  caret-color: hsl(var(--heading-color));
}

/* Autofill Css End */
/* input group */
.form--group,
.input--group {
  position: relative;
}

.input--group>* {
  border: 0 !important;
}

.input--group .input-group-text {
  background-color: transparent !important;
}

.input--group {
  border: 1px solid hsl(var(--border-color));
  border-radius: 5px;
}

.input--group:focus-within {
  border: 1px solid hsl(var(--base));
}

.form--group label {
  --label-top: 14px;
  --label-left: 14px;
  position: absolute;
  left: var(--label-left);
  top: var(--label-top);
  transition: 0.2s linear;
  background-color: hsl(var(--white));
  padding: 1px 5px;
  z-index: 11;
  pointer-events: none;
  font-size: 14px;
}

.form--group:has(.input-group-text + .form--control) label {
  --label-left: 40px;
}

.form--group:has(.input-group-text + .form--control) .input-group-text {
  background: transparent;
  border-right: 0;
  color: hsl(var(--light));
}

.form--group:has(.input-group-text + .form--control) .form--control {
  border-left: 0 !important;
  border-radius: 0 5px 5px 0 !important;
}

.form--group:has(.input-group-text + .form--control) .form--control:focus {
  border: 0 !important;
}

.form--group:has(.input-group-text + .form--control) .form-control {
  padding-left: 0px !important;
}

.form--group .form-control::placeholder {
  display: none !important;
  color: transparent;
}

.form--group .textarea-input {
  top: 18%;
}

.form--group .form--control:focus~label,
.form--group .form--control:not(:placeholder-shown)~label {
  top: -12px;
  left: 14px;
  font-size: 14px;
  color: hsl(var(--light));
}

/* 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%;
  transform: translateY(-50%);
  color: hsl(var(--light));
}

/* --------------- Number Arrow None --------------------- */
/* Custom Checkbox Design */
.form--check a {
  display: inline;
}

.form--check .form-check-input {
  box-shadow: none;
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  position: relative;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  border: 1px solid hsl(var(--black) / 0.2);
  cursor: pointer;
}

.form--check .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
  border-color: hsl(var(--base)) !important;
  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));
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form--check .form-check-label {
  font-weight: 600;
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
}

@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 {
  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 {
  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 {
  --radio-size: 8px;
  position: absolute;
  content: "";
  top: calc(50% - var(--radio-size) / 2);
  left: calc(50% - var(--radio-size) / 2);
  width: var(--radio-size);
  height: var(--radio-size);
  background-color: hsl(var(--base));
  border-radius: 50%;
  z-index: 999;
}

.form--radio .form-check-label {
  width: calc(100% - 16px);
  padding-left: 12px;
  cursor: pointer;
  font-size: 1rem !important;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
  border-radius: 3px;
  background-image: none;
  position: relative;
  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: 32px;
  height: 20px;
  cursor: pointer;
}

.form--switch .form-check-input:focus {
  border-radius: 40px;
  background-image: none;
  position: relative;
  box-shadow: none;
  border: 0;
}

.form--switch .form-check-input::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 22px;
  background-color: hsl(var(--white));
  top: 50%;
  transform: translateY(-50%);
  border-radius: 2px;
  left: 0px;
  border-radius: 50%;
  transition: 0.2s linear;
  border: 2px solid hsl(var(--light));
}

.form--switch .form-check-input:checked {
  background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
  left: calc(100% - 20px);
  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(--white) / 0.12);
  padding: 12px 15px;
}

.custom--modal .btn-close {
  --size: 25px;
  background: unset;
  position: relative;
  height: var(--size);
  width: var(--size);
  transition: 0.2s linear;
}

.custom--modal .btn-close::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: hsl(var(--light));
  font-size: var(--size);
  line-height: 1;
}

.custom--modal .btn-close:focus {
  box-shadow: unset;
  outline: none;
}

.custom--modal .modal-content {
  background-color: hsl(var(--white));
  border-radius: 10px !important;
}

.custom--modal .modal-body {
  padding: 15px;
  padding-top: 0px;
}

.custom--modal .modal-body p {
  margin-bottom: 24px;
  font-size: 0.875rem;
  color: hsl(var(--heading-color));
}

.custom--modal .modal-icon i {
  font-size: 2rem;
  color: hsl(var(--base));
  border: 3px solid hsl(var(--base));
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  padding: 15px;
  padding-top: 0px;
  border-top: 1px solid hsl(var(--white) / 0.12);
  justify-content: flex-end;
}

.custom--modal .modal-footer button {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 5px 10px;
  color: hsl(var(--base));
  transition: 0.3s;
  border-radius: 4px;
}

.custom--modal .modal-footer button:first-child {
  color: hsl(var(--light));
}

.custom--modal .modal-footer button:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 56px;
}

@media screen and (max-width: 1199px) {
  .pagination {
    margin-top: 48px;
  }
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 32px;
  }
}

.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 hsl(var(--black) / 0.15);
  margin: 0 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-weight: 500;
  padding: 0;
  color: hsl(var(--body-color));
}

.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 {
  box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
@media screen and (max-width: 374px) {
  .customer {
    display: block;
    text-align: left;
  }
}

.customer__thumb {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}

@media screen and (max-width: 374px) {
  .customer__thumb {
    margin-left: auto;
  }
}

.customer__content {
  width: calc(100% - 35px);
  padding-left: 15px;
  text-align: left;
}

@media screen and (max-width: 424px) {
  .customer__content {
    padding-left: 8px;
  }
}

@media screen and (max-width: 374px) {
  .customer__content {
    width: 100%;
    padding-left: 0px;
    padding-top: 5px;
  }
}

.customer__name {
  margin-bottom: 0;
  color: hsl(var(--black) / 0.7);
}

.action-buttons {
  gap: 10px;
  justify-content: flex-end;
}

.action-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.edit-btn {
  color: hsl(var(--info));
  background-color: hsl(var(--info) / 0.08);
}

.delete-btn {
  color: hsl(var(--danger));
  background-color: hsl(var(--danger) / 0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
  margin: 0;
  border-collapse: collapse;
  border-collapse: separate;
  border-spacing: 0px 0px;
}

.table thead tr th {
  background-color: hsl(var(--white));
  text-align: center;
  padding: 12px 16px;
  color: hsl(var(--light));
  font-family: var(--heading-font);
  font-weight: 500;
  border-bottom: 0;
  max-width: 170px;
  border: 1px solid hsl(var(--border-color));
  border-bottom: none;
  background-color: hsl(var(--white));
}

.table thead tr th:not(:last-child) {
  border-right: none;
}

.table thead tr th:not(:first-child) {
  border-left: 0;
}

.table thead tr th:first-child {
  text-align: left;
  border-radius: 6px 0 0 0;
}

.table thead tr th:last-child {
  border-radius: 0 6px 0 0;
  text-align: right;
}

.table thead tr th:nth-child(2) {
  text-align: left;
}

.table tbody {
  border: 0 !important;
  background-color: hsl(var(--white));
}

.table tbody tr {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr:last-child {
  border-bottom: 0;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid hsl(var(--black) / 0.08);
}

@media screen and (max-width: 1199px) {
  .table tbody tr:last-child td {
    border-bottom: none;
  }
}

.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: 10px 15px;
  border-width: 1px;
  border: 0;
  font-family: var(--heading-font);
  color: hsl(var(--black) / 0.7);
  font-weight: 500;
  max-width: 170px;
}

.table tbody tr td::before {
  content: attr(data-label);
  font-family: var(--heading-font);
  color: hsl(var(--black));
  font-weight: 500;
  display: none;
  width: 45% !important;
  text-align: left;
}

.table tbody tr td:first-child {
  text-align: left;
  border-left: 1px solid hsl(var(--black) / 0.08);
}

.table tbody tr td:last-child {
  text-align: right;
  border-right: 1px solid hsl(var(--black) / 0.08);
}

@media screen and (max-width: 767px) {
  .table--responsive--md thead {
    display: none;
  }

  .table--responsive--md tbody tr {
    display: block;
  }

  .table--responsive--md tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--md tbody tr td {
    display: flex;
    align-items: center;
    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::before {
    display: block;
    font-size: 0.875rem !important;
    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 tbody tr {
    display: block;
  }

  .table--responsive--lg tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--lg tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--lg tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--lg tbody tr td:last-child {
    border: none;
  }

  .table--responsive--lg tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--lg tbody tr td::before {
    display: block;
    font-size: 0.875rem !important;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 991px) {
  .table--responsive--lg tbody tr td {
    border: none;
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl thead {
    display: none;
  }

  .table--responsive--xl tbody tr {
    display: block;
  }

  .table--responsive--xl tbody tr:nth-child(even) {
    background-color: hsl(var(--black) / 0.02);
  }

  .table--responsive--xl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xl tbody tr td::before {
    display: block;
    font-size: 0.875rem !important;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1199px) {
  .table--responsive--xl tbody tr td {
    border: 0;
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl thead {
    display: none;
  }

  .table--responsive--xxl tbody tr {
    display: block;
  }

  .table--responsive--xxl tbody tr:last-child td {
    border-bottom: 0;
  }

  .table--responsive--xxl tbody tr td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    text-align: right;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid hsl(var(--black) / 0.08);
    max-width: unset;
  }

  .table--responsive--xxl tbody tr td:last-child {
    border: none;
  }

  .table--responsive--xxl tbody tr td:first-child {
    text-align: right;
    border-left: 0;
  }

  .table--responsive--xxl tbody tr td::before {
    display: block;
    font-size: 0.875rem !important;
    color: hsl(var(--black) / 0.7);
  }
}

@media screen and (max-width: 1399px) {
  .table--responsive--xxl tbody tr td {
    border: 0;
  }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 40px;
}

.custom--tab .nav-item {
  border-bottom: 0;
  padding: 5px;
}

.custom--tab .nav-item .nav-link {
  color: hsl(var(--white));
  padding: 8px 25px;
  background-color: transparent !important;
  border-radius: 5px;
  transition: 0.4s;
  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(--white));
  background-color: hsl(var(--base-d-200)) !important;
  border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
  color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
  color: hsl(var(--base));
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: 500;
  position: relative;
  text-align: center;
}

.badge.badge-sm {
  padding: 4px 5px;
  font-size: 10px !important;
}

.badge--base {
  background-color: hsl(var(--base) / 0.15) !important;
  color: hsl(var(--base)) !important;
}

.badge--primary {
  background-color: hsl(var(--primary) / 0.15) !important;
  color: hsl(var(--primary)) !important;
}

.badge--secondary {
  background-color: hsl(var(--secondary) / 0.15) !important;
  color: hsl(var(--secondary)) !important;
}

.badge--success {
  background-color: hsl(var(--success) / 0.15) !important;
  color: hsl(var(--success)) !important;
}

.badge--danger {
  background-color: hsl(var(--danger) / 0.15) !important;
  color: hsl(var(--danger)) !important;
}

.badge--warning {
  background-color: hsl(var(--warning) / 0.15) !important;
  color: hsl(var(--warning)) !important;
}

.badge--info {
  background-color: hsl(var(--info) / 0.15) !important;
  color: hsl(var(--info)) !important;
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
  margin-bottom: 0;
  background-color: hsl(var(--white)) !important;
  font-weight: 400;
  border-radius: 8px;
  padding: 0px;
  display: flex;
  border: 1px solid hsl(var(--border-color));
  margin: 0px 16px;
}

.withdrawal-confirmation .alert {
  padding: 12px 16px;
}

.alert__icon {
  width: 56px;
  font-size: 1.5rem;
  padding: 12px 16px;
  line-height: 1;
  background-color: hsl(var(--base) / 0.2);
  display: flex;
  justify-content: center;
  color: hsl(var(--base));
  border-radius: 8px 0px 0px 8px;
}

.alert__content {
  width: calc(100% - 56px);
  padding: 12px 16px;
}

.alert__title {
  color: hsl(var(--base-two) / 0.8);
  font-weight: 600;
  font-family: var(--heading-font);
  margin-bottom: 6px;
}

.alert__desc {
  color: hsl(var(--heading));
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (max-width: 424px) {
  .alert__desc {
    font-size: 0.8125rem;
  }
}

.alert__link {
  position: relative;
}

.alert__link:hover::before {
  visibility: visible;
  opacity: 1;
  bottom: 0;
}

.alert__link::before {
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background-color: hsl(var(--base));
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}

.alert--base {
  border-color: hsl(var(--base) / 0.6);
}

.alert--base .alert__icon {
  color: hsl(var(--base));
}

.alert--primary {
  border-color: hsl(var(--primary) / 0.6);
}

.alert--primary .alert__icon {
  color: hsl(var(--primary));
}

.alert--success {
  border-color: hsl(var(--success) / 0.6);
}

.alert--success .alert__icon {
  color: hsl(var(--success));
}

.alert--info {
  border-color: hsl(var(--info) / 0.6);
}

.alert--info .alert__icon {
  color: hsl(var(--info));
}

.alert--danger {
  border-color: hsl(var(--danger) / 0.6);
}

.alert--danger .alert__icon {
  color: hsl(var(--danger));
}

.alert--warning {
  border-color: hsl(var(--warning) / 0.6);
}

.alert--warning .alert__icon {
  color: hsl(var(--warning));
}

.alert--secondary {
  border-color: hsl(var(--secondary) / 0.6);
}

.alert--secondary .alert__icon {
  color: hsl(var(--secondary));
}

/* ====================================== Alert Css End =============================== */
/* ================================= preload Css Start =========================== */
.preloader {
  position: fixed;
  z-index: 999999;
  background-color: hsl(var(--black));
  width: 100%;
  height: 100%;
}

.loader-p {
  border: 0 solid transparent;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: calc(50vh - 75px);
  left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
  content: "";
  border: 1em solid hsl(var(--base));
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader-p:before {
  animation-delay: 0.5s;
}

@keyframes loader {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand.logo img {
  max-width: 200px;
  max-height: 60px;
  width: auto;
  height: auto;
}

@media screen and (max-width: 991px) {
  .navbar-brand.logo img {
    max-width: 150px;
  }
}

.header {
  position: relative;
  z-index: 5;
  background-color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
  .header {
    top: 0px;
    background-color: hsl(var(--black));
    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;
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
  .header .nav-menu {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header .nav-menu .nav-item {
    position: relative;
    padding-right: 30px;
  }

  .header .nav-menu .nav-item:last-child {
    padding-right: 0;
  }

  .header .nav-menu .nav-item.active .nav-link {
    color: hsl(var(--base)) !important;
  }

  .header .nav-menu .nav-item.active .nav-link::before {
    width: 100%;
  }

  .header .nav-menu .nav-item:hover .nav-link {
    color: hsl(var(--base)) !important;
  }

  .header .nav-menu .nav-item:hover .nav-link::before {
    width: 100%;
  }

  .header .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    transform: rotate(180deg);
    transition: 0.2s;
  }

  .header .nav-menu .nav-item .nav-link {
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--white)) !important;
    padding: 33px 0;
    position: relative;
    cursor: pointer;
    /* ======================== Style two ================ */
  }

  .header .nav-menu .nav-item .nav-link:hover::before {
    left: 0;
    transition: 0.3s;
  }

  .header .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 25px;
    width: 0;
    height: 2px;
    background-color: hsl(var(--base));
    transition: 0.3s;
  }

  .header .nav-menu .nav-item .nav-link .nav-item__icon {
    transition: 0.3s;
    font-size: 0.8125rem;
    margin-left: 2px;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .header .nav-menu .nav-item .nav-link .nav-item__icon {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .header .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    top: 100%;
    left: 0;
    padding: 0 !important;
    transform: scaleY(0);
    transform-origin: top center;
    transition: 0.3s;
    overflow: hidden;
    border-radius: 0;
    min-width: 190px;
  }

  .header .dropdown-menu__list {
    border-bottom: 1px solid hsl(var(--black) / 0.08);
  }

  .header .dropdown-menu__list:last-child {
    border-bottom: 3px solid hsl(var(--base));
  }

  .header .dropdown-menu__link {
    padding: 7px 20px;
    font-weight: 500;
    font-size: 1rem;
    transition: 0.3s;
  }

  .header .dropdown-menu__link:focus,
  .header .dropdown-menu__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
  }
}

@media (min-width: 992px) {
  .header .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    transform: scaleY(1);
  }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
  .body-overlay.show {
    visibility: visible;
    opacity: 1;
  }

  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
    margin: 0;
  }

  .nav-menu .nav-item:hover .nav-link .nav-item__icon {
    transform: rotate(0deg) !important;
  }

  .nav-item:first-child {
    border-bottom: none;
  }

  .nav-item:last-child>a {
    border-bottom: 0;
  }

  .nav-item .nav-link {
    margin-bottom: 8px;
    padding: 10px 10px 10px 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 !important;
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    color: hsl(var(--white));
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] {
    color: hsl(var(--base)) !important;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    transform: rotate(180deg);
  }

  .header .dropdown-menu {
    box-shadow: none;
    border-radius: 2px;
    width: 100%;
    margin: 0px !important;
    padding: 0 !important;
    border: 0;
    background-color: inherit;
    overflow: hidden;
  }

  .header .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .header .dropdown-menu li .dropdown-item {
    padding: 10px 0px;
    font-weight: 500;
    font-size: 1rem;
    color: hsl(var(--white));
    border-bottom: 1px solid hsl(var(--white) / 0.2);
    margin-left: 20px;
    color: hsl(var(--white));
  }

  .header .dropdown-menu li .dropdown-item:hover,
  .header .dropdown-menu li .dropdown-item:focus {
    background-color: transparent;
  }
}

.navbar-toggler.header-button {
  border-color: transparent;
  color: hsl(var(--white));
  background: transparent !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  transition: 0.15s ease-in-out;
  width: auto;
  font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.language-box .select {
  color: hsl(var(--white) / 0.6) !important;
}

.language-box .select:focus {
  color: hsl(var(--white)) !important;
}

/* ================================= Header Css End =========================== */
/* ================ Top Header Start Here ================ */
.header-top {
  background-color: hsl(var(--black));
  border-bottom: 1px solid hsl(var(--white) / 0.2);
  padding: 10px 0px;
  position: relative;
}

.header-top .social-list.style-two .social-list__link flex-center {
  width: 30px;
  height: 30px;
}

.top-header-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .top-header-wrapper {
    justify-content: center;
  }
}

.contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contact-list__item {
  padding-right: 20px;
  margin-right: 20px;
  position: relative;
}

.contact-list__item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.contact-list__item:last-child::before {
  display: none;
}

.contact-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.4);
}

.contact-list__item-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
}

.contact-list__link {
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
  color: hsl(var(--white));
}

/* Login Registration */
.login-registration-list {
  margin: 0 -10px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .login-registration-list {
    padding-right: 0;
  }
}

.login-registration-list__item {
  color: hsl(var(--white));
  padding: 0 10px;
  position: relative;
}

.login-registration-list__item:last-child::before {
  display: none;
}

.login-registration-list__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--white) / 0.5);
}

.login-registration-list__icon {
  color: hsl(var(--base));
  margin-right: 10px;
}

.login-registration-list__link {
  color: hsl(var(--white));
  font-weight: 400;
  font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
  .login-registration-list__link {
    font-size: 0.9375rem;
  }
}

.login-registration-list__link:hover {
  color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .login-registration-list__link:hover {
    color: hsl(var(--base));
  }
}

/* Language Box */
.language-box {
  display: flex;
  align-items: center;
  position: relative;
}

.language-box .select {
  color: hsl(var(--white));
  background-color: transparent;
  border: 1px solid hsl(var(--white) / 0.4);
  padding: 5px 8px;
  font-weight: 400;
  border-radius: 5px;
}

.language-box .select option {
  background-color: hsl(var(--black));
}

/* ================ Top Header End Here ================ */
/* ============= Footer Start Here ======================= */
.footer-area {
  background-color: hsl(var(--white));
  margin-top: auto;
  padding: 35px 0px;
}

.footer-area.bg-img {
  background-size: contain;
  background-position: top center;
}

.footer-item__logo {
  margin-bottom: 20px;
}

.footer-item__logo a img {
  width: 100%;
  height: 100%;
  max-width: 190px;
  max-height: 64px;
}

.footer-item .social-list {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .footer-item .social-list {
    margin-top: 20px;
  }
}

@media screen and (max-width: 575px) {
  .footer-item .social-list {
    margin-top: 15px;
  }
}

/* Footer List Item */
.footer-menu {
  display: flex;
  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(--light));
  font-size: 0.875rem;
}

.footer-menu__link:hover {
  color: hsl(var(--base));
  text-decoration: underline;
}

/* Footer Contact */
.footer-contact-menu__item {
  display: flex;
  padding-bottom: 12px;
}

.footer-contact-menu__item:last-child {
  padding-bottom: 0;
}

.footer-contact-menu__item-icon {
  width: 15px;
  color: hsl(var(--base));
  font-size: 1.25rem;
}

.footer-contact-menu__item-content {
  width: calc(100% - 15px);
  padding-left: 15px;
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
  background-color: hsl(var(--black));
  border-top: 1px solid hsl(var(--white) / 0.2);
}

/* =============Bottom Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 65px;
  color: hsl(var(--white));
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 5;
  transition: 0.5s;
  cursor: pointer;
  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 {
  transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::selection {
  color: hsl(var(--white));
  background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.social-list__item {
  margin-right: 10px;
}

.social-list__item:last-child {
  margin-right: 0;
}

.social-list__link {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  color: hsl(var(--light));
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
  color: hsl(var(--base)) !important;
}

/* ================================= 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: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.breadcrumb__item {
  color: hsl(var(--black));
  padding: 0 5px;
  font-weight: 400;
}

.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 ==================== */
/* ================================= Comment Css Start =========================== */
.comment-list__item {
  margin-bottom: 12px;
}

.comment-list__item:last-child .comment-list__content {
  border-bottom: none;
}

.comment-list__thumb img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}

.comment-list__content {
  width: calc(100% - 48px);
  padding-left: 15px;
}

.comment-list__name {
  margin-bottom: 5px;
  color: hsl(var(--heading-color));
  font-size: 1rem;
}

.comment-list__name .text {
  font-weight: 500;
}

.comment-list__time {
  margin-top: 3px;
  color: hsl(var(--light));
  font-size: 1rem;
}

.comment-list__reply {
  display: inline-block;
}

.comment-list__reply-text {
  color: hsl(var(--light));
  font-weight: 400;
  font-size: 1rem;
  padding-left: 10px;
}

.comment-list__reply:hover .comment-list__reply-icon {
  color: hsl(var(--base));
}

.comment-list .comment-list {
  margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

@media screen and (max-width: 575px) {
  .comment-list .comment-list {
    margin-left: 40px;
  }
}

/* ================================= Comment Css End =========================== */
.comment-area {
  position: relative;
}

.comment-area__box {
  padding: 16px 16px;
}

.comment-area .comment-list {
  padding: 12px 16px;
  overflow-y: auto;
  max-height: 340px;
}

.comment-area .comment-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

.comment-area .comment-list::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 50px;
}

.comment-area .form--control {
  border: none;
  resize: none;
}

.comment-area .form--control:focus {
  box-shadow: none;
  background-color: transparent;
}

.comment-area .comment-send.disabled {
  background: #d9dde1;
}

.comment-area .comment-box__author {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.comment-area .comment-box__author img {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  object-fit: cover;
}

.comment-area .comment-send {
  width: 36px !important;
  height: 36px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 50% !important;
  transition: 0.3s;
}

.comment-area .comment-send.disabled {
  color: hsl(var(--base));
  pointer-events: none;
}

.comment-area .comment-send:hover {
  background-color: hsl(var(--base-d-200));
}

.comment-area .comment-more {
  padding-top: 15px;
  padding-bottom: 15px;
}

.comment-area .comment-more-btn {
  color: hsl(var(--base));
}

.react-btn {
  width: 36px;
  height: 36px;
  min-height: 36px;
  flex-basis: 36px;
  border-radius: 50%;
}

.react-btn:hover {
  background-color: hsl(var(--base) / 0.1);
}

/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.main-area__inner .sidebar-left {
  width: 280px;
  flex-shrink: 0;
}

@media screen and (max-width: 575px) {
  .main-area__inner .sidebar-left {
    width: 100% !important;
    height: inherit;
    z-index: 99;
    position: absolute;
    bottom: 0px;
  }

}

@media (max-width: 1370px) {
  .main-area__inner .sidebar-left {
    width: 80px;
  }

  .main-area__inner .sidebar-menu-list__link {
    padding-inline: 0 !important;
    text-align: center !important;
  }

  .main-area__inner .sidebar-menu-list__link .icon {
    margin-right: 0 !important;
  }

  .main-area__inner .sidebar-menu-list__link .text {
    display: none !important;
  }
}

@media (max-width: 1370px) and (min-width: 575px) {
  .author-profile {
    display: flex !important;
    width: 100%;
    justify-content: center;
  }

  .main-area__inner .sidebar-menu-list__item {
    margin-bottom: 0 !important;
  }

  .main-area__inner .sidebar-menu-list__item:last-child {
    margin-top: 15px !important;
  }

  .main-area__inner .sidebar-menu-list {
    margin-top: 14px !important;
  }
}

.main-area__inner .sidebar-menu {
  height: calc(100vh - 56px);
  background-color: hsl(var(--white));
  overflow-y: auto;
  transition: 0.2s linear;
  width: inherit;
  border-radius: 0;
  position: fixed;
  top: 56px;
}

.main-area__inner .sidebar-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.main-area__inner .sidebar-menu::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

@media screen and (max-width: 575px) {
  .main-area__inner .sidebar-menu {
    top: auto;
    bottom: 0px;
    height: inherit !important;
    border-top: 1px solid hsl(var(--border-color));
    padding: 10px 0px;
    z-index: 999;
  }
}

.main-area__inner .sidebar-menu__inner {
  /* padding: 0 24px; */
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .main-area__inner .sidebar-menu__inner {
    /* padding: 0 15px; */
  }
}

.main-area__inner .sidebar-menu-list {
  margin-top: 20px;
}

@media screen and (max-width: 575px) {
  .main-area__inner .sidebar-menu-list {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    padding-inline: 10px;
  }
}

.main-area__inner .sidebar-menu-list__item {
  margin-bottom: 6px;
}

.followers-list .sidebar-menu-list__item {
  margin-bottom: 10px;
}

@media (max-width: 1370px) {
  .main-area__inner .sidebar-menu-list__item .more-btn {
    display: flex;
    align-items: center;
    width: 40px !important;
    height: 40px;
    justify-content: center;
    padding: 15px !important;
    margin-inline: auto;
  }
}

@media screen and (max-width: 575px) {
  .main-area__inner .sidebar-menu-list__item .more-btn {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 1370px) {
  .main-area__inner .sidebar-menu-list__item .more-btn .text {
    display: none;
  }
}

.main-area__inner .sidebar-menu-list__item .more-btn .icon {
  margin-right: 0px;
}

.main-area__inner .sidebar-menu-list__item .more-btn .icon svg {
  height: 18px !important;
}

.main-area__inner .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
  border-bottom: 0;
}

.main-area__inner .sidebar-menu-list__item.active>a {
  color: hsl(var(--heading-color));
}

.main-area__inner .sidebar-menu-list__item.has-dropdown.active>a {
  color: hsl(var(--heading-color));
}

.main-area__inner .sidebar-menu-list__item.has-dropdown.active>a:after {
  transform: rotate(90deg);
  right: 18px;
  color: hsl(var(--heading-color));
}

.main-area__inner .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;
  transition: 0.1s linear;
  color: hsl(var(--body-color) / 0.6);
}

.main-area__inner .sidebar-menu-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 8px 15px;
  padding-left: 0px;
  width: 100%;
  color: hsl(var(--light));
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s;
  font-size: 1.25rem;
}

.main-area__inner .sidebar-menu-list__link .icon {
  position: relative;
}

.main-area__inner .sidebar-menu-list__link.active .icon svg {
  fill: currentColor !important;
}

.notify-count {
  position: absolute;
  background: hsl(var(--base));
  min-width: 16px;
  height: 16px;
  line-height: 17px;
  border-radius: 1000px;
  padding: 0 5px;
  top: -1px;
  right: -8px;
  box-shadow: 0 0 0 2px var(--bg-color);
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 11px;
  white-space: nowrap;
  color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .main-area__inner .sidebar-menu-list__link {
    padding: 0px;
  }
}

.main-area__inner .sidebar-menu-list__link.active {
  color: hsl(var(--heading-color));
}

.main-area__inner .sidebar-menu-list__link .icon {
  margin-right: 16px;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 4px;
}

.main-area__inner .sidebar-menu-list__link:hover {
  color: hsl(var(--heading-color));
}

.main-area__inner .sidebar-profile__close {
  position: absolute;
  top: 8px;
  right: 16px;
  color: hsl(var(--body-color));
  font-size: 1.25rem;
  transition: 0.2s linear;
  cursor: pointer;
  z-index: 9;
}

.main-area__inner .sidebar-profile__close:active {
  top: 14px;
}

.main-area__inner .sidebar-profile__close:hover,
.main-area__inner .sidebar-profile__close:focus {
  background-color: hsl(var(--white));
  border-color: hsl(var(--white));
  color: hsl(var(--base));
}

.main-area__inner .sidebar-profile {
  height: calc(100% - 140px);
  background-color: hsl(var(--white));
  overflow-y: auto;
  z-index: 999;
  transition: 0.2s linear;
  width: 280px;
  border-radius: 10px;
  position: fixed;
  top: 70px;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 575px) {
  .main-area__inner .sidebar-profile {
    left: 20px;
  }
}

.main-area__inner .sidebar-profile.show-sidebar {
  opacity: 1;
  visibility: visible;
}

.main-area__inner .sidebar-profile::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.main-area__inner .sidebar-profile::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.main-area__inner .sidebar-profile__top {
  padding: 0px 16px;
}

.main-area__inner .sidebar-profile__inner {
  width: 100%;
}

@media screen and (max-width: 1399px) {
  .main-area__inner .sidebar-profile__inner {
    padding: 0 15px;
  }
}

.main-area__inner .sidebar-profile__inner .social-activities {
  margin-top: 15px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 20px;
}

.main-area__inner .sidebar-profile__inner .social-activities ul {
  padding: 0px 16px;
}

.main-area__inner .sidebar-profile__inner .social-activities ul li a {
  color: hsl(var(--heading-color));
  transition: 0.3s;
}

.main-area__inner .sidebar-profile__inner .social-activities ul li a:hover {
  color: hsl(var(--base));
}

.main-area__inner .sidebar-profile-list {
  margin-top: 20px;
}

.main-area__inner .sidebar-profile-list.style-two {
  padding: 0px 16px;
}

.main-area__inner .sidebar-profile-list.style-two svg {
  width: 19px !important;
  height: 19px !important;
}

@media (max-width: 1370px) {
  .main-area__inner .sidebar-profile-list__item .more-btn {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 15px !important;
  }
}

@media (max-width: 1370px) {
  .main-area__inner .sidebar-profile-list__item .more-btn .text {
    display: none;
  }
}

.main-area__inner .sidebar-profile-list__item .more-btn .icon {
  margin-right: 0px;
}

.main-area__inner .sidebar-profile-list__item:last-child .sidebar-menu-list__link {
  border-bottom: 0;
}

.main-area__inner .sidebar-profile-list__item.active>a {
  color: hsl(var(--base));
}

.main-area__inner .sidebar-profile-list__item.has-dropdown.active>a {
  color: hsl(var(--heading-color));
}

.main-area__inner .sidebar-profile-list__item.has-dropdown.active>a:after {
  transform: rotate(90deg);
  right: 18px;
  color: hsl(var(--heading-color));
}

.main-area__inner .sidebar-profile-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;
  transition: 0.1s linear;
  color: hsl(var(--body-color) / 0.6);
}

.main-area__inner .sidebar-profile-list__link {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 8px 15px;
  width: 100%;
  font-size: 0.875rem !important;
  color: hsl(var(--body-color));
  font-weight: 400;
  border-radius: 5px;
  transition: 0.3s;
  padding-left: 0px;
}

.main-area__inner .sidebar-profile-list__link.active {
  color: hsl(var(--heading-color));
}

.main-area__inner .sidebar-profile-list__link .icon {
  margin-right: 10px;
  font-size: 1rem;
  text-align: center;
  border-radius: 4px;
}

.main-area__inner .sidebar-profile-list__link:hover {
  color: hsl(var(--base));
}

.main-area__inner .user-info .user-info-dropdown {
  border-radius: 4px;
  overflow: hidden;
  transition: 0.25s linear;
  background-color: hsl(var(--white));
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  width: 200px;
  right: 0;
  z-index: 9;
  top: 90% !important;
  padding: 15px;
  transform: scale(0.95) !important;
  visibility: hidden;
  opacity: 0;
  min-width: unset;
  max-width: 200px;
  border: 0;
}

.main-area__inner .user-info .show .user-info-dropdown {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .main-area__inner .user-info .user-info-dropdown {
    transform: unset !important;
    top: 43px !important;
  }
}

.main-area__inner .user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
  border-bottom: 0 !important;
}

.top-bar .user-info-dropdown__link,
.main-area__inner .user-info .user-info-dropdown__link {
  padding: 8px 16px !important;
  color: #5d7387 !important;
  margin-left: 0 !important;
  width: 100%;
  font-weight: 500;
  text-align: left;
  border-radius: 5px;
}

.top-bar .user-info-dropdown__link.active,
.main-area__inner .user-info .user-info-dropdown__link.active {
  background-color: hsl(var(--base));
}

.top-bar .user-info-dropdown__link:hover,
.main-area__inner .user-info .user-info-dropdown__link:hover {
  background-color: hsl(var(--base) / 0.08);
  color: hsl(var(--base)) !important;
}

.top-bar .danger .user-info-dropdown__link:hover {
  background-color: hsl(var(--danger) / 0.08);
  color: hsl(var(--danger)) !important;
}

.top-bar .user-info-dropdown__link .icon,
.main-area__inner .user-info .user-info-dropdown__link .icon {
  margin-right: 8px;
}

.main-area__inner .user-info__thumb {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}

.main-area__inner .user-info__name p {
  color: hsl(var(--heading-color));
  font-weight: 500;
}

.main-area__inner .user-info__name span {
  color: hsl(var(--light));
  font-size: 0.875rem;
}

.main-area__inner .user-info__button {
  color: hsl(var(--light));
}

.main-area__inner .user-info__button::after {
  display: none;
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid hsl(var(--base-two) / 0.15);
  width: 100%;
  padding: 20px 24px;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 299px;
  background-color: hsl(var(--white));
  align-self: flex-end;
}

.user-profile-info {
  display: flex;
  flex-wrap: wrap;
}

.user-profile-info__icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #f3f9fe;
  border: 1px solid hsl(var(--black) / 0.1);
}

.user-profile-info__content {
  width: calc(100% - 50px);
  padding-left: 15px;
}

.user-profile-info__name {
  margin-bottom: 0px;
}

.user-profile-info__desc {
  color: hsl(var(--body-color));
  font-size: 15px;
}

/* ========= User Profile Css End ============== */
/* ================================= Dashboard Fulid Sidebar Css End =========================== */
/* ================================= Dashboard Css Start =========================== */
.main-area__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  /* User Info Css Start */
  /* User Info Css End */
}

.main-area__inner .dropdown {
  display: inline-block !important;
}

.main-area__inner .dropdown-menu {
  min-width: 220px;
  max-width: 256px;
}

.main-area__inner .border-bottom-bold {
  border-bottom: 8px solid hsl(var(--section-bg)) !important;
}

.main-area__inner .page-content {
  width: 100%;
  min-height: calc(100vh - 56px);
  flex: 1;
  border-right: 1px solid hsl(var(--base-two) / 0.15) !important;
  border-left: 1px solid hsl(var(--base-two) / 0.15) !important;
  padding-bottom: 20px;
  /* max-width: 635px; */
  overflow-x: hidden;
}

/* @media screen and (max-width: 1199px) and (min-width: 991px) {
  .main-area__inner:not(.page-content+.sidebar__right) .page-content {
    max-width: calc(100% - 80px - 380px);

  }
} */

@media screen and (max-width: 991px) and (min-width: 575px) {
  .main-area__inner:not(.page-content+.sidebar__right) .page-content {
    max-width: calc(100% - 80px);

  }
}


@media screen and (max-width: 575px) {
  .main-area__inner .page-content {
    padding-bottom: 60px;
  }
}

.main-area__inner .page-content .compose-post {
  padding: 0px 16px;
  border-bottom: 1px solid hsl(var(--base-two) / 0.15);
  background-color: hsl(var(--white));
}

.main-area__inner .page-content .compose-post textarea {
  border: none !important;
  height: auto;
  resize: none;
  padding: 16px 0px !important;
}

.main-area__inner .page-content .compose-post textarea::placeholder {
  color: hsl(var(--light));
}

.main-area__inner .page-content .compose-post .post-from {
  padding-bottom: 16px;
}

.main-area__inner .page-content__header {
  background-color: hsl(var(--white));
  z-index: 55;
  border-bottom: 1px solid hsl(var(--base-two) / 0.15);
  position: sticky;
  width: 100%;
  padding: 0px 16px;
  top: 0px;
  min-height: 58px;
  display: flex;
}

.page-content__header.profile.has-save-btn {
  margin-left: 1px !important;
}

.main-area__inner .page-content__header__inner {
  padding: 0;
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.main-area__inner .has-save-btn:has(.back-btn) .page-content__header__inner {
  padding-block: 10px;
}

.main-area__inner .page-content__header__inner .title {
  margin-block: 2.5px !important;
}

.main-area__inner .page-content__header__getting a i {
  margin-right: 10px;
}

.main-area__inner .page-content__header-btn {
  transition: all 0.2s;
}

.main-area__inner .page-content__header-btn button {
  text-transform: uppercase !important;
}

.main-area__inner .page-content__header-btn:hover {
  color: hsl(var(--base));
}

.main-area__inner .page-content .compose-post-tabs {
  background-color: hsl(var(--white));
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-area__inner .page-content .compose-post-tabs .all-post-btn {
  padding: 7px 14px;
  background-color: hsl(var(--base) / 0.2);
  border-radius: 30px;
  font-size: 0.875rem;
}

.main-area__inner .page-content__body {
  position: relative;
  /* min-height: 100vh; */
}

.main-area__inner .page-content__body .page-content__info {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
}

.main-area__inner .page-content__body .page-content__info .page-content__info-icon {
  font-size: 18px;
  color: hsl(var(--base));
}

.main-area__inner .page-content__body__bar-icon {
  color: hsl(var(--body-color));
  font-size: 1.5625rem;
  margin-bottom: 10px;
  cursor: pointer;
}

.main-area__inner .page-content__body .for-compose-post {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 0px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.main-area__inner .page-content .make-post__action button {
  margin-right: 10px;
}

.main-area__inner .page-content .make-post__action button:last-child {
  margin-right: 0px;
}

.edit-pen {
  cursor: pointer;
}

.editor-svg {
  cursor: pointer;
  transition: all 0.3s;

}

.editor-svg path {
  transition: 0.3s;
  fill: hsl(var(--black) / 0.5);
}

.editor-svg:hover path,
.editor-svg.active path {
  fill: hsl(var(--black) / 0.7);
}

.main-area__inner .author-profile {
  position: relative;
}

.author-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-area__inner .author-profile__thumb {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  position: relative;
}

.main-area__inner .author-profile__thumb img {
  border-radius: 50% !important;
}

.main-area__inner .author-profile__thumb .active-status-badge {
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.main-area__inner .author-profile__thumb .active-status-badge.active {
  background-color: rgb(9, 209, 92);
}

.main-area__inner .author-profile__thumb .active-status-badge.inactive {
  background-color: rgb(203 203 203);
}

.social-activities ul {
  margin-top: 10px;
}

.social-activities ul li {
  display: inline-block;
  margin-right: 10px;
}

.sidebar__right {
  width: 430px;
  padding: 24px 24px;
  padding-right: 0;
  padding-right: 0;
  position: sticky;
  top: 56px;
  flex-shrink: 0;
}

@media screen and (max-width: 1199px) {
  .sidebar__right {
    max-width: 380px;
  }
}

@media screen and (max-width: 991px) {
  .sidebar__right {
    display: none;
  }
}

.sidebar__right-content {
  position: fixed;
  top: 0px;
  padding-top: 24px;
  width: inherit;
}

.sidebar__right-search {
  margin-bottom: 16px;
}

.sidebar__right-search .form--control {
  border-radius: 5px !important;
  padding-block: 15px !important;
  padding-right: 30px !important;
}

.sidebar__right-search .input-icon {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 22;
  cursor: pointer;
  height: 100%;
  color: hsl(var(--light));
  padding: 10px;
}

.sidebar__right-search .input-icon:hover {
  color: hsl(var(--base));
}

.sidebar__right-suggestions {
  padding: 16px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sidebar__right-suggestions .title h5 {
  margin-bottom: 0px;
  color: hsl(var(--light));
  font-size: 1rem;
}

.sidebar__right-suggestions .suggestions__icon {
  padding-right: 70px;
  display: flex;
}

.sidebar__right-suggestions .suggestions__icon button {
  color: hsl(var(--light));
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  transition: 0.3s;
}

.sidebar__right .suggestions__slider .suggestions__slider-nav {
  color: hsl(var(--light));
  top: -50px;
  right: 0px;
  position: absolute;
  display: flex;
  align-items: center;
}

.suggestions__slider-nav .slider-nav {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.suggestions__slider-nav .slider-nav:hover {
  color: hsl(var(--base) / 0.6);
  background-color: hsl(var(--base) / 0.1);
}

.suggestions__slider-nav .slider-nav.swiper-button-disabled:hover {
  background-color: hsl(var(--black) / 0.05);
  color: hsl(var(--black) / 0.6);
}

.sidebar__right .suggestions__slider .suggestions__slider-nav .slider-prev {
  left: 0px;
}

.sidebar__right .suggestions__slider .suggestions__slider-nav .slider-next {
  right: 0px;
}

.sidebar__right .suggestions__slider .swiper-pagination {
  top: calc(100% - 20px);
}


.profile-sidebar.sidebar__right-suggestions {
  margin: 16px 0px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border-radius: 10px;
  padding: 0 15px;
  margin-bottom: 8px;
}

.profile-sidebar.sidebar__right-suggestions .title h5 {
  color: hsl(var(--white));
  padding-block: 15px;
}

.profile-sidebar.sidebar__right-suggestions .suggestions__icon button {
  color: hsl(var(--white));
}

.profile-sidebar.sidebar__right-suggestions .suggestions__icon button:hover {
  background-color: hsl(var(--white) / 0.1);
}

.profile-sidebar+.suggestions__slider .suggestions__slider-nav {
  color: hsl(var(--white));
  top: -51px;
  right: 4px;
}

.profile-sidebar+.suggestions__slider .swiper {
  padding-bottom: 10px;
  min-height: 190px;
}

.profile-sidebar+.suggestions__slider .suggestions__slider-nav .slider-nav:hover {
  background-color: hsl(var(--white) / 0.1);
  color: hsl(var(--white));
}

.profile-sidebar+.suggestions__slider .suggestions__slider-nav .slider-nav.swiper-button-disabled:hover {
  background-color: hsl(var(--white) / 0.05);
  color: hsl(var(--white) / 0.6);
}

.sidebar__right-footer {
  border-top: 1px solid hsl(var(--border-color));
  padding-top: 16px;
  margin-top: 24px;
}

.sidebar__right-footer-link {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.sidebar__right-footer-link li {
  list-style: disc;
  color: hsl(var(--light));
}

.sidebar__right-footer-link li:first-child {
  list-style: none;
}

.sidebar__right-footer-link a {
  color: hsl(var(--light));
  font-size: 0.875rem;
}

.sidebar__right-footer-link a:hover {
  color: hsl(var(--base));
}

.common-more-btn {
  width: 24px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: hsl(var(--light));
  font-size: 20px;
  transition: 0.3s;
}

.blog-btn-more {
  width: 35px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: hsl(var(--light));
  font-size: 20px;
  transition: 0.3s;
}

.common-more-btn:hover,
.blog-btn-more:hover {
  background-color: hsl(var(--base) / 0.15);
}

/* ================================= profile card start design =========================== */
.suggestions-profile {
  padding: 16px;
}

.profile-info-card {
  height: 128px;
  position: relative;
  border-radius: 8px;
  padding: 16px;
}

.profile-info-card .link {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.profile-info-card_cover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: inherit;
  border-radius: 8px;
}

.profile-info-card_cover img {
  border-radius: inherit;
}

.profile-info-card__bottom {
  padding: 11px 11px 11px 128px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(36, 37, 41, 0.24);
  height: 64px;
}

.profile-info-card__avatar {
  position: absolute;
  left: 14px;
  bottom: 14px;
}


.profile-info-card__avatar .thumb {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid hsl(var(--white));
  position: relative;
}

.profile-info-card__avatar .active-status {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: hsl(var(--success));
  border-radius: 50%;
  border: 2px solid hsl(var(--white));
  bottom: 7px;
  right: 12px;
}


.profile-info-card__avatar .thumb img {
  border-radius: inherit;
  min-height: 96px;
  object-fit: cover;
}

.profile-info-card__author .name {
  margin-bottom: 0px;
  color: hsl(var(--white));
  line-height: 1;
  display: flex;
  gap: 8px;
}

.profile-info-card__author .name .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile-info-card__author .username a {
  color: hsl(var(--white));
}

.profile-info-card__badge {
  position: absolute;
  background: rgba(36, 37, 41, 0.8);
  z-index: 2;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 0.875rem;
  color: hsl(var(--white));
  font-weight: 500;
  top: 10px;
  left: 10px;
}

.profile-info-card__action {
  position: absolute;
  z-index: 2;
  right: 16px;
  top: 16px;
}

.profile-info-card__action i {
  color: hsl(var(--white)) !important;
  padding: 10px;
}

/* ================================= profile card end design =========================== */
/* ================================= verification start design =========================== */
.verification-notice {
  padding: 7px 16px;
  background-color: hsl(var(--danger) / 0.07);
}

.verification-notice p {
  font-size: 0.875rem;
  color: hsl(var(--danger));
}

.verification-notice p a {
  color: hsl(var(--base));
}

/* ============= poll design Start Here ======================= */
.poll-create {
  margin-top: 16px;
  padding: 8px;
  border-radius: 5px;
  background-color: hsl(var(--section-bg));
}

.poll-create .input-group-text {
  border-color: hsl(var(--border-color)) !important;
}

.poll-create .form--control {
  background-color: hsl(var(--white));
  border-right: none;
  border-color: hsl(var(--border-color));
  padding: 13px 16px !important;
}

.poll-create__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}

.poll-create__header-ques .cross-btn {
  margin-right: 5px;
  color: hsl(var(--light));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}

.poll-create__header-ques .cross-btn:hover {
  background-color: hsl(var(--base) / 0.2);
  color: hsl(var(--base));
}

.poll-create__header-ques .btn-drag {
  font-size: 1rem;
  color: hsl(var(--light));
  cursor: grab !important;
}

.poll-create__header-left p {
  font-size: 0.875rem;
}

.poll-create__header-left p a {
  color: hsl(var(--body-color));
  display: flex;
}

.poll-create__header-left p a i {
  color: hsl(var(--base));
  font-size: 20px;
  padding-right: 6px;
}

.poll-create__header-right p {
  font-size: 0.875rem;
  align-items: center;
  display: flex;
  gap: 10px;
}

.poll-create__header-right .cross-btn {
  width: 20px;
  font-size: 0.7rem;
  height: 20px;
  border-radius: 50%;
  color: hsl(var(--white));
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: hsl(var(--base));
}

.options-list .form-group {
  margin-bottom: 12px;
}

/* ============= poll design end Here ======================= */
/* ============= upload image design start Here ======================= */
.upload-image {
  padding-top: 24px;
}

.show-more-preview {
  width: 130px;
  height: 150px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  border-radius: 8px;
  overflow: hidden;
}

.show-more-preview img {
  position: absolute;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.show-more-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: hsl(var(--black) / 0.5);
  z-index: 2;
}

.show-more-preview__text {
  position: relative;
  z-index: 3;
  font-size: 0.875rem;
  color: hsl(var(--white));
  font-weight: 500;
  white-space: nowrap;
}

.preview-images__container {
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 470px) {
  .preview-images__container {
    flex-wrap: wrap;
  }
}


.upload-image__item {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 575px) {

  .post-modal-preview .upload-image__item,
  .post-modal-preview .modal-file-upload {
    width: calc(33% - 10px);
    max-width: unset;
  }

  .post-modal-preview .modal-file-upload {
    padding-inline: 10px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 424px) {

  .post-modal-preview .upload-image__item,
  .post-modal-preview .modal-file-upload {
    width: calc(50% - 8px);
  }
}


.post-preview-images .upload-image__item {
  width: clamp(4.0625rem, -0.0136rem + 20.3804vw, 8.75rem);
}

@media screen and (max-width: 1099px) {
  .post-preview-images .upload-image__item {
    width: 100px;
  }
}

.upload-image__item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
  border-radius: inherit;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.upload-image__item::after,
.upload-image__item::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: -2;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;

  background-color: hsl(var(--black) / 0.1);
}

.upload-image__item::before {
  z-index: -4;
  backdrop-filter: blur(5px);
}

.upload-image__item img {
  border-radius: inherit;
  position: relative;
  object-fit: contain;
  border-radius: 0;
  z-index: -3;
  border: 1px solid hsl(var(--border-color));
}

.upload-image__item-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  white-space: nowrap;
}

.modal-file-upload {
  max-width: 130px;
  width: 100%;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 10px hsl(var(--black) / 0.07);
  transition: 0.3s;
}

.modal-file-upload:hover {
  box-shadow: 0 0 10px hsl(var(--black) / 0.1);
}

.upload-image__item-icon i {
  font-size: 24px;
  color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .upload-image__item-icon i {
    font-size: 1rem;
  }
}

.upload-image .add-more-btn {
  font-weight: 500;
  margin-top: 8px;
  font-size: 0.875rem;
}

/* ============= upload image design end Here ======================= */
/* ============= add more btn Start Here ======================= */
.add-price {
  padding: 20px 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.add-price__left .add-price-btn {
  font-weight: 500;
  font-size: 1rem;
  color: hsl(var(--base));
}

.add-price__left .add-price-btn i {
  margin-right: 10px;
}

/* ============= add more btn end Here ======================= */
/* ============= Profile page design Start Here ======================= */
.creator-profile__header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  z-index: 97;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background: linear-gradient(181deg, #525252, #00000000);
}

.creator-profile__header.fixed-header {
  background-color: hsl(var(--white));
  position: sticky;
  transition: 0.3s linear;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
  padding: 10px 16px;
  border-bottom: 1px solid hsl(var(--light) / 0.3);
}

.creator-profile__header.fixed-header .name {
  color: hsl(var(--heading-color));
}

.creator-profile__header.fixed-header .account-activites li span {
  color: hsl(var(--heading-color));
}

.creator-profile__header.fixed-header .creator-profile__header-right .icon-list-add {
  color: hsl(var(--heading-color));
}

.creator-profile__header.fixed-header .creator-profile__header-right .icon-list-add span i {
  color: hsl(var(--heading-color));
}

.creator-profile__header-author .name {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: hsl(var(--white));
}

.creator-profile__header-author .name .text {
  font-size: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.creator-profile__header-author .account-activites {
  display: flex;
  gap: 10px;
}

.creator-profile__header-author .account-activites li span {
  font-size: 0.875rem;
  color: hsl(var(--white));
}

.creator-profile__header-left {
  display: flex;
  gap: 15px;
  align-items: center;
}

.creator-profile__header-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.creator-profile__header-right .icon-list-add {
  color: hsl(var(--white));
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: transparent;
  transition: 0.3s;
}

.creator-profile__header-right .icon-list-add span {
  vertical-align: middle;
}

.creator-profile__header-right .icon-list-add span i {
  color: hsl(var(--white));
}

.creator-profile__header-right .icon-list-add:hover {
  background-color: hsl(var(--base) / 0.2);
}

.creator-profile__thumb {
  height: 180px;
  position: relative;
}

.creator-profile__thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, hsl(var(--black) / 0.2), transparent);
  z-index: 1;
}

.creator-profile__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.creator-profile__content {
  padding: 16px;
}

.creator-profile__author {
  display: flex;
  align-items: center;
}

.creator-profile__author-img {
  margin-top: -85px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid hsl(var(--white));
  z-index: 1;
  position: relative;
}


.active-status-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.active-status-badge.active {
  background-color: rgb(9, 209, 92);
}

.active-status-badge.inactive {
  background-color: rgb(203 203 203);
}

.creator-profile__author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}

.creator-profile__author-button {
  width: calc(100% - 100px);
  display: flex;
  gap: 5px;
  justify-content: flex-end;
  padding-left: 20px;
}

.creator-profile__author-button .profile-btns {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid hsl(var(--light) / 0.4) !important;
  color: hsl(var(--base));
  font-size: 20px;
  transition: 0.3s;
}

.creator-profile__author-button .profile-btns:hover {
  background-color: hsl(var(--base) / 0.1);
}

.creator-profile__name {
  padding-bottom: 16px;
}

.creator-profile__name .name {
  font-size: 1.125rem;
  margin-bottom: 5px;
}

.creator-profile__name .username {
  display: flex;
  font-size: 0.875rem;
  gap: 20px;
  color: hsl(var(--light));
}

.creator-profile__name .username li:last-child {
  position: relative;
}


.creator-profile__desc p {
  font-size: 1rem;
}

.creator-profile__desc .info-btn {
  font-size: 1rem;
  color: hsl(var(--base));
}

.creator-profile__link {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.creator-profile__link .creator-profile__item {
  padding: 4px 7px;
  background-color: hsl(var(--section-bg));
  border-radius: 30px;
  font-size: 1rem;
  color: hsl(var(--body-color));
  transition: 0.3s;
  border: 1px solid hsl(var(--border-color));
  display: flex;
  align-items: center;
  max-width: fit-content;
  gap: 5px;
}

.creator-profile__link .creator-profile__item svg {
  margin-right: 5px;
  width: 24px;
  height: 24px;
}

.creator-profile__link .creator-profile__item:hover {
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base));
}

/* ============= Profile page design Start Here ======================= */
/* ============= subscribe-box  Start Here ======================= */
.subscribe-box {
  border-top: 9px solid hsl(var(--section-bg));
  padding: 16px;
  background-color: hsl(var(--white));
}

.subscribe-box__title {
  font-size: 1rem;
  color: hsl(var(--light));
  margin-bottom: 16px;
}

.subscribe-box__btn {
  display: flex;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  width: 100%;
  justify-content: space-between;
  font-weight: 600;
  transition: 0.3s;
  font-size: 0.875rem !important;
}

.subscribe-box__btn:hover {
  background-color: hsl(var(--base-d-100)) !important;
}

.subscribe-box__btn.outline {
  background-color: hsl(var(--white));
  color: hsl(var(--base));
  border: 1px solid hsl(var(--border-color));
}

.subscribe-box__btn.outline:hover {
  background-color: hsl(var(--base) / 0.2) !important;
}

/* ============= subscribe-box  End Here ======================= */
/* ============= profile tabs design start Here ======================= */
.profile-tabs {
  border-top: 9px solid hsl(var(--section-bg));
}

.profile-tabs .nav-link {
  flex: 1.1;
  border: none !important;
  border-bottom: 2px solid transparent !important;
  padding: 14px 10px;
  transition: 0.3s;
  color: hsl(var(--light));
  border-radius: 0px !important;
  text-align: center;
  font-weight: 500;
  font-size: 0.875rem;
}

.profile-tabs .nav-link:hover {
  background-color: hsl(var(--base) / 0.1);
}

.profile-tabs .nav-link.active {
  border-bottom: 2px solid hsl(var(--heading-color)) !important;
  color: hsl(var(--heading-color)) !important;
}

.profile-tabs .nav-tabs .nav-link:focus,
.profile-tabs .nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: none !important;
  color: hsl(var(--base));
}

/* ============= profile tabs design end Here ======================= */
/* ============= content-filter design start Here ======================= */
.content-filter {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-filter__left h5 {
  color: hsl(var(--base));
  font-size: 1rem;
  margin-bottom: 0px;
}

.content-filter__right {
  display: flex;
}

.content-filter__right button {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: hsl(var(--light));
  font-size: 20px;
  transition: 0.3s;
}

.content-filter__right button:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

/* ============= content-filter design end Here ======================= */
.input-box {
  position: relative;
}

.input-box .search-btn.show i::before {
  content: "\f00d";
}

.input-box__form {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 300px;
  right: 50%;
  left: auto;
  z-index: 9999;
}

.input-box__form .form--control {
  background-color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .input-box__form {
    width: 200px;
    right: 30%;
  }
}

.input-box__form.show {
  opacity: 1;
  visibility: visible;
}

.input-box__form .close-icon {
  cursor: pointer;
}

.input-box {
  position: relative;
}

.input-box .search-common-btn-two.show i::before {
  content: "\f00d";
}

.input-box__form-two {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 300px;
  right: 50%;
  left: auto;
  z-index: 9999;
}

.input-box__form-two .form--control {
  background-color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .input-box__form-two {
    width: 200px;
    right: 30%;
  }
}

.input-box__form-two.show {
  opacity: 1;
  visibility: visible;
}

.input-box__form-two .close-icon {
  cursor: pointer;
}

/* ============= slider design start Here ======================= */
.suggest-slider {
  margin: 0px 16px;
  padding-bottom: 16px;
}

.suggest-slider .item-link {
  padding: 7px 14px;
  background-color: hsl(var(--section-bg));
  display: flex;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  font-size: 0.875rem;
  margin-right: 3px;
  color: hsl(var(--heading-color));
  transition: 0.3s;
}

.suggest-slider .item-link.pin-list i {
  font-size: 1rem;
}

.suggest-slider .item-link.active {
  background-color: hsl(var(--base) / 0.2);
}

.suggest-slider .item-link:hover {
  background-color: hsl(var(--base) / 0.2);
}

.swiper-slide {
  /* width: auto !important; */
  min-width: fit-content;
}

.swiper-wrapper {
  /* max-width: 600px !important; */
}

.blog-item .swiper-wrapper {
  max-width: 100% !important;
}

.subscribe-box-sidebar {
  border: 1px solid hsl(var(--border-color));
  border-radius: 4px;
}

/* ============= slider design start Here ======================= */
/* ============= offer limited design start here ======================= */
.offer-limited__title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.offer-limited__desc {
  font-size: 1rem;
  color: hsl(var(--light));
  margin-bottom: 16px;
}

.offer-limited__profile {
  background-color: hsl(var(--section-bg));
  padding: 6px 25px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 16px;
  margin-left: 20px;
}

.offer-limited__profile .thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid hsl(var(--white));
  position: absolute;
  top: 0px;
  left: -20px;
}

.offer-limited__profile .desc {
  font-size: 1rem;
  color: hsl(var(--heading-color));
}

.offer-limited .per-manth {
  margin-top: 15px;
  color: hsl(var(--light)) !important;
}

/* ============= offer limited design end here ======================= */
.subscribe-bundles {
  border-top: 1px solid hsl(var(--border-color));
  padding: 16px;
}

.subscribe-bundles .subscribe-box__btn {
  margin-bottom: 16px;
}

.subscribe-bundles .subscribe-box__btn:last-child {
  margin-bottom: 0px;
}

.subscribe-bundles .custom--accordion .accordion-button {
  background-color: hsl(var(--white)) !important;
  color: hsl(var(--light));
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: var(--body-font) !important;
  padding: 0px;
}

.subscribe-bundles .custom--accordion .accordion-item {
  border: none;
}

.subscribe-bundles .custom--accordion .accordion-body {
  padding: 0px;
  background-color: hsl(var(--white));
  padding-top: 16px;
}

.subscribe-bundles.subscribe-bundles-two {
  border: 1px solid hsl(var(--border-color));
  border-radius: 4px;
}

/* ============= recent design start here ======================= */
.recent-sidebar {
  padding: 16px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 4px;
}

.recent-sidebar__title {
  margin-bottom: 10px;
}

.recent-sidebar .slick-arrow {
  display: none !important;
}

/* ============= empty content design start here ======================= */
.empty-content {
  display: grid;
  place-items: center;
  justify-content: center;
}

.empty-content img {
  max-width: 150px;
  margin-inline: auto;
}

.empty-content.full-height {
  height: calc(100vh - 56px) !important;
}

/* Custom Dropdown Css Start */
.custom--dropdown.open>.custom--dropdown__selected::before {
  transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  padding-right: 30px;
}

.custom--dropdown>.custom--dropdown__selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
  display: inline-block;
  position: absolute;
  margin-left: auto;
  width: unset !important;
  right: 15px;
  color: hsl(var(--light));
  font-size: 15px;
}

@media screen and (max-width: 1399px) {
  .custom--dropdown>.custom--dropdown__selected {
    padding-right: 15px;
  }
}

.custom--dropdown>.dropdown-list {
  position: absolute;
  background-color: hsl(var(--white));
  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;
  transition: 0.25s ease-in-out;
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
  .custom--dropdown>.dropdown-list {
    left: auto;
    left: 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: 333 !important;
}

.dropdown-list>.dropdown-list__item {
  padding: 10px 8px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.dropdown-list>.dropdown-list__item:hover {
  background-color: hsl(var(--base) / 0.8) !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
  display: flex;
  align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb,
.custom--dropdown>.custom--dropdown__selected .thumb {
  width: 30px;
  height: 20px;
  overflow: hidden;
  margin-right: 5px;
}

.dropdown-list>.dropdown-list__item .text,
.custom--dropdown>.custom--dropdown__selected .text {
  width: calc(100% - 30px);
  padding-left: 4px;
  color: hsl(var(--heading-color));
}

.custom--dropdown {
  position: relative;
  width: auto;
  min-width: 100px;
}

/* ============= common-card design start here ======================= */
.common-card {
  padding: 16px;
}

.common-card__title {
  color: hsl(var(--light));
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 7px;
}

.mastercard-logo {
  padding: 0px 16px;
  margin-top: 40px;
}

.wallet__credit {
  border: 1px solid hsl(var(--border-color));
  border-radius: 4px;
}

.wallet__credit-header {
  padding: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.wallet__credit-header .balance {
  font-size: 1.5rem;
  color: hsl(var(--heading-colort));
}

.wallet__credit-header p {
  font-size: 1rem;
  color: hsl(var(--heading-color));
}

.wallet__credit-box {
  padding: 16px;
}

.wallet__credit-box .title {
  font-size: 1rem;
  font-weight: 500;
  color: hsl(var(--light));
  margin-bottom: 15px;
}

.wallet__credit-footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.wallet__credit-footer .title {
  color: hsl(var(--heading-color));
  font-size: 1rem;
  color: hsl(var(--heading-color));
  font-weight: 400;
  margin-bottom: 0px;
}

.wallet__credit-funds button:not(:last-child) {
  margin: 3px;
}

/* ============= dashboard sidebar design start here ======================= */
.sidebar_widget {
  border: 1px solid hsl(var(--border-color));
  border-radius: 4px;
}

.sidebar_widget-title {
  padding: 16px;
}

.sidebar_widget-title h6 {
  color: hsl(var(--light));
  font-size: 1rem;
  font-weight: 500;
}

.sidebar_widget-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 55px 16px;
}

.sidebar_widget-empty .icon {
  font-size: 55px;
  color: hsl(var(--light));
  margin-bottom: 5px;
  line-height: 1;
}

.sidebar_widget-empty .desc {
  color: hsl(var(--light) / 0.5);
  font-size: 0.875rem;
  font-weight: 500;
}

.sidebar_widget-transaction-header {
  padding: 0px 16px;
  border-bottom: 1px solid hsl(var(--border-color));
  padding-bottom: 8px;
}

.sidebar_widget-transaction-details {
  padding: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.sidebar_widget-transaction-details .date p {
  margin-bottom: 5px;
}

.sidebar_widget-transaction-author,
.sidebar_widget-transaction-btn {
  padding: 16px;
}

.sidebar_widget-transaction-btn {
  border-top: 1px solid hsl(var(--border-color));
}

.sidebar_widget-transaction-item {
  border-top: 1px solid hsl(var(--border-color));
  border-bottom: 1px solid hsl(var(--border-color));
  padding: 0px 16px;
}

/* ============= dashboard sidebar design end here ======================= */
/* ============= card details start here ======================= */
.card-details-wrapper {
  border-bottom: 1px solid hsl(var(--border-color));
  margin-bottom: 20px;
}

.card-details-wrapper .card-details {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-details-wrapper .card-details__left {
  display: flex;
  gap: 16px;
}

.card-details-wrapper .card-details__right {
  display: flex;
  gap: 16px;
}

.card-details-wrapper .card-details__right span {
  color: hsl(var(--light));
}

.card-details-wrapper .card-details-status {
  padding: 0px 16px 9px;
}

/* ============= card details end here ======================= */
.border-top {
  border-top: 1px solid hsl(var(--border-color));
}

.border-top-none {
  border-top: none;
}

.border-bottom {
  border-bottom: 1px solid hsl(var(--border-color));
}

/* =============== insights card design start ============== */
.insights-card {
  padding: 16px;
  border-radius: 4px;
  height: 100%;
}

.insights-card__title {
  font-size: 1rem;
  font-weight: 500;
}

/* =============== insights card design end ============== */
/* ================== gallery design start here ===============*/
.media-gallery {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 5px;
}

.media-gallery__item {
  position: relative;
}

.media-gallery__item .video-play-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: hsl(var(--heading-color) / 0.64);
  color: hsl(var(--white));
}

.media-gallery__type {
  position: absolute;
  padding: 16px;
  bottom: 0px;
  display: flex;
  gap: 10px;
}

.media-gallery__type li {
  color: hsl(var(--white));
  font-size: 0.875rem;
}

.btn-more {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: hsl(var(--light));
  font-size: 20px;
  transition: 0.3s;
}

.btn-more:hover {
  background-color: hsl(var(--base) / 0.15);
}

.creator-profile__header .common-more-btn {
  color: hsl(var(--white));
}

.creator-profile__header.fixed-header .common-more-btn {
  color: hsl(var(--light));
}

/* ================= Slick Arrow & Dots css Start ================ */
.slick-initialized.slick-slider {
  margin: 0 -5px;
}

.slick-initialized.slick-slider .slick-track {
  display: flex;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
  height: 100%;
}

.slick-initialized.slick-slider .profile-info-card {
  margin-bottom: 12px;
}

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  color: hsl(var(--white));
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.2s linear;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
  }
}

.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base-two));
}

.slick-next {
  right: -20px;
}

@media screen and (max-width: 991px) {
  .slick-next {
    right: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-next {
    right: 10px;
  }
}

.slick-prev {
  left: -20px;
}

@media screen and (max-width: 991px) {
  .slick-prev {
    left: -10px;
  }
}

@media screen and (max-width: 575px) {
  .slick-prev {
    left: 10px;
  }
}

/* -------------- Slick Slider Arrow Style two ------------  */
.slick-arrow {
  position: absolute;
  z-index: 1;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  width: 32px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: 0.4s;
  background-color: hsl(var(--light));
  color: hsl(var(--white));
  top: -67px;
  font-size: 1rem;
}

.slick-arrow:hover {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
}

.slick-next {
  right: 10px;
  background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
  .slick-next {
    top: auto;
    right: calc(50% - 37px);
  }
}

.slick-prev {
  right: 52px;
}

@media screen and (max-width: 767px) {
  .slick-prev {
    top: auto;
    right: calc(50% + 5px);
  }
}

/* Dots Css Start */
.slick-dots {
  text-align: center;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: none;
  background-color: hsl(var(--light));
  color: hsl(var(--white));
  margin: 0 3px;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-radius: 50%;
  text-indent: -9999px;
  transition: 0.3s linear;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
}

/* Dots Css End */
/* ================= Slick Arrow & Dots css Start ================ */
/* ================================= Notification Css Start =========================== */
.notification {
  padding: 16px;
  padding-bottom: 0px;
}

.notification::after {
  position: absolute;
  inset: 12px 0;
  content: "";
  background-color: hsl(var(--base) / 0.05);
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}

.notification:hover::after {
  opacity: 1;
}

.notification__unread {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: hsl(var(--base));
}

.notification__item {
  display: flex;
  gap: 15px;
}

.notification__item-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 1px solid hsl(var(--border-color));
}

.notification__item-content {
  width: calc(100% - 48px);
  margin-bottom: 2px;
  padding-bottom: 18px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.notification__item-content .name {
  font-size: 1rem;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notification__item-content span {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--light));
}

.notification_add_list {
  font-size: 0.875rem;
}

.notification_add_list i {
  font-size: 1.125rem;
  color: hsl(var(--base));
  padding-right: 3px;
}

.notification_subscribed {
  font-size: 0.875rem;
  margin-bottom: 8px;
}

/* ================================= Notification Css End =========================== */
/* ================================= Message Css Start =========================== */
.sidebar-left-common {
  width: 400px;
  position: sticky;
  top: 56px;
  margin-left: 1px;
  border-left: 1px solid hsl(var(--base-two) / 0.15);
  height: calc(100vh - 56px);
  z-index: 99;
}
.ml-1{
  margin-left: 1px !important;
}

/* @media screen and (max-width: 1199px) {
  .sidebar-left-common {
    display: none;
  }
} */

.message__header {
  padding: 12px 16px;
  border-bottom: 1px solid hsl(var(--base-two) / 0.15);
}

.message__header .title {
  font-size: 1rem;
  color: hsl(var(--light));
}

.message__header .btn-more {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: hsl(var(--light));
  font-size: 20px;
  transition: 0.3s;
}

.message__header .btn-more:hover {
  background: hsl(var(--base) / 0.1);
}

.empty-message p {
  font-weight: 500;
}

.message-list__item {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-bottom: 1px solid hsl(var(--border-color));
  transition: 0.3s;
  position: relative;
}

.message-list__item.active,
.message-list__item:hover {
  background-color: hsl(var(--base) / 0.05);
}

.message-list__item .message-link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.message-list__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
}

.message-list__thumb.active:after {
  position: absolute;
  content: "";
  background: hsl(var(--success));
  width: 12px;
  height: 12px;
  border-radius: 50%;
  bottom: 0px;
  right: -1px;
  border: 1px solid hsl(var(--white));
}

.message-list__content {
  width: calc(100% - 48px);
  padding-left: 12px;
}

.message-list__author-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.message-list__author-header .name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.message-list__author-header .text {
  font-size: 1rem;
}

.message-list__author-header .icon-verified {
  font-size: 0.875rem !important;
}

.message-list__author-header .username {
  font-size: 1rem;
  font-weight: 400;
  color: hsl(var(--light));
}

.message-list__author-message {
  display: flex;
  align-items: center;
}

.message-list__author-message .message-text {
  font-size: 0.9rem;
  color: hsl(var(--light));
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 10ch;
}

.message-text.unseen {
  font-weight: 700;
  color: var(--black);
}

.message-list__author-message .message-time {
  min-width: max-content;
  text-align: right;
  margin-left: 10px !important;
}

.message-list__author-message .message-time span {
  color: hsl(var(--base));
  font-size: 1rem;
}

.message-list__author-message .message-time span.active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: hsl(var(--base));
}

.message-list__author-message .message-time span.active.active-now {
  background-color: rgb(16, 226, 16) !important;
}

.message-list__author-message .message-time span.active.inactive {
  background-color: hsl(0deg 0% 68.35%) !important;
}

.message-profile__list {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}

.message-profile__list .item {
  margin-right: 15px;
  position: relative;
}

.message-profile__list .item .active-badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: hsl(var(--success));
  margin-right: 6px;
}

.message-profile__list .item .active-badge.offline {
  background-color: hsl(0deg 0% 68.35%);
}

.message-profile__list .item:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  left: -7px;
  top: 50%;
  transform: translateY(-50%);
  background-color: hsl(var(--light));
}

.message-profile__list .item:first-child:before {
  display: none;
}

.message-profile__list .item p,
.message-profile__list .item button,
.message-profile__list .item a {
  color: hsl(var(--light));
  font-size: 0.75rem;
  margin-bottom: 0px;
  transition: 0.3s;
}

.message-profile__list .item p:hover,
.message-profile__list .item button:hover,
.message-profile__list .item a:hover {
  color: hsl(var(--base));
}

/* ================================= Message Css end =========================== */
/*==================== chatboard right design start here ===========================*/
.chat-box__author {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: hsl(var(--base));
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(var(--static-white));
  flex-shrink: 0;
}

.message-list {
  height: calc(100vh - 204px);
  overflow-y: auto;
}

.chat-box {
  position: relative;
  overflow: hidden;
}

.chat-box__thread {
  height: calc(100vh - 157px - 56px);
  overflow-y: auto;
  padding: 15px;
}

@media screen and (max-width: 575px) {
  .chat-box__thread {
    height: calc(100vh - 220px - 56px) !important;
  }
}

.chat-author {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: hsl(var(--light) / 0.2);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.chat-author p {
  font-size: 0.875rem;
}

.chat-author .content .active-status {
  color: rgba(255, 255, 255, 0.6);
}

.single-message+.single-message {
  margin-top: 20px;
}

.single-message {
  display: flex;
  width: 100%;
  gap: 8px;
  max-width: 90%;
}

@media screen and (max-width: 424px) {
  .single-message {
    max-width: 100%;
  }
}

.single-message.message--right {
  margin-left: auto;
  justify-content: flex-end;
}

.single-message.message--right .message-content-outer-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  justify-content: flex-end;
}

.single-message.message--right .message-list__content-time {
  text-align: right;
}

.single-message.message--right .chat-author {
  order: 3;
}

.single-message.message--right .message-content {
  order: 2;
  position: relative;
  padding-bottom: 15px;
}

.single-message.message--right .message-read-status {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: 10px;
}

.single-message.message--left .message-content-outer-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-end;
}

.single-message.message--left {
  flex-direction: row-reverse;
  margin-right: auto;
  justify-content: flex-end;
}

.single-message.message--left .message-content {
  border-radius: 10px 10px 10px 0;
}

.single-message.message--left .message-time {
  text-align: left !important;
}

.single-message .message-content {
  padding: 8px 10px;
  max-width: 450px;
}

.single-message.message--right .message-content {
  border-radius: 10px 10px 0 10px;
}

.single-message.message--left .message-content {
  border: 1px solid hsl(var(--section-bg));
  background-color: hsl(var(--section-bg));
}

.single-message.message--right .message-content {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: #fff;
}

.single-message.message--right .name {
  order: -1;
  padding-left: 0;
  padding-right: 15px;
  font-size: 15px;
}

.single-message .message-content .name {
  font-size: 16px;
}

.single-message .message-text {
  font-size: 14px;
  display: block;
}

.single-message .message-text.unseen {
  font-weight: 800 !important;
}

.single-message .message-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 35px;
  height: 35px;
}

.single-message .message-time {
  font-size: 12px;
  font-style: italic;
}

.single-message .messgae-attachment {
  margin-top: 10px;
}

.chat-box textarea.form--control {
  height: 50px !important;
  width: 100% !important;
  resize: none;
  font-size: 0.875rem;
  border: none;
  padding: 10px !important;
  line-height: 1.4;
}

.chat-send-btn {
  border-radius: 30px !important;
  position: absolute;
  right: 7px;
  top: 5px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message-page {
  padding-bottom: 0px !important;
  position: relative;
}

.message-page .is-typing-status {
  display: inline-block !important;
  background: transparent;
  position: absolute;
  left: 45%;
  font-weight: 500;
  top: 64px;
  font-size: 14px;
  color: #666;
  animation: fadeIn 0.3s ease-in-out;
}

.message-page .is-typing-status span {
  font-size: 18px;
  font-weight: bold;
  animation: blink 1.5s infinite;
}

.message-page .is-typing-status .dot1 {
  animation-delay: 0s;
}

.message-page .is-typing-status .dot2 {
  animation-delay: 0.2s;
}

.message-page .is-typing-status .dot3 {
  animation-delay: 0.4s;
}

@keyframes blink {
  0% {
    opacity: 0.3;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0.3;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.message-page .page-content__body {
  min-height: unset !important;
  padding-bottom: 0px;
}

.chat-box-footer {
  border-top: 1px solid hsl(var(--base-two) / 0.15);
  padding: 15px 15px;
  border-bottom: none !important;
}

.chat-box-footer .form-control {
  border: none !important;
}

.chat-box-footer-left {
  display: flex;
  gap: 10px;
}

.chat-box-footer-left .message-btn {
  color: hsl(var(--light));
  fill: hsl(var(--light));
  width: 24px;
  height: 24px;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: hsl(var(--black) / 0.2) !important;
}

.message-react-wrapper {
  min-width: 240px !important;
}

.message-react-wrapper .message-react {
  display: flex;
  gap: 10px;
  font-size: 0.8rem;
}

/*==================== collections design start here ===========================*/
.collection__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid hsl(var(--base-two) / 0.15);
  padding: 10px 16px;
  transition: 0.3s;
}

.collection__item.active,
.collection__item:hover {
  background-color: hsl(var(--base) / 0.03);
}

.collection__item.active {
  background-color: hsl(var(--base) / 0.07);
}

.collection__item .link {
  position: absolute;
  width: 100%;
  height: 100%;
}

.collection__item-thumb {
  display: flex;
}

.collection__item-thumb .user-img {
  width: 48px;
  height: 48px;
  border: 2px solid hsl(var(--white));
  margin-left: -25px;
  border-radius: 50% !important;
}

.collection__item-thumb .user-img img {
  border-radius: 50% !important;
}

.collection__count span {
  color: hsl(var(--light));
  font-size: 0.875rem;
}

/*==================== collections design end here ===========================*/
.follower-section {
  padding: 0px 16px;
}

.follower-profile {
  border: 1px solid hsl(var(--base-two) / 0.15);
  border-radius: 8px;
  overflow: hidden;
}

.follower-profile__thumb {
  height: 80px;
}

.follower-profile__author {
  display: flex;
  gap: 10px;
}

.follower-profile__author-img {
  margin-top: -50px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px solid hsl(var(--white));
  flex-shrink: 0;
}

.follower-profile__author-img img {
  border-radius: inherit;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.follower-profile__content {
  padding: 8px 8px 24px 8px;
}

.follower-profile__bottom {
  margin-top: 10px;
}

.follower-profile__bottom .favourite-add {
  margin-bottom: 10px;
  font-size: 0.875rem;
}

.follower-profile__bottom .favourite-add i {
  color: hsl(var(--base));
  margin-right: 5px;
}

.follower-profile__bottom-btn {
  margin-bottom: 16px;
}

.follower-profile__bottom-btn .item {
  padding: 7px 14px;
  background-color: hsl(var(--section-bg));
  text-align: center;
  border-radius: 30px;
  font-size: 0.875rem;
  margin-right: 3px;
  color: hsl(var(--heading-color));
  transition: 0.3s;
  font-size: 0.875rem;
}

.follower-profile__bottom-btn .item:hover {
  background-color: hsl(var(--base) / 0.2);
}

.follower-profile__name .username a {
  font-size: 0.875rem;
  color: hsl(var(--light));
}



.follower-profile__name .text {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*====================  setting start end here ===========================*/
.settings-profile-edit-item {
  border-top: 8px solid hsl(var(--section-bg)) !important;
}

.settings-profile-edit-item .title {
  padding: 16px;
  border-bottom: 1px solid hsl(var(--border-color));
  margin-bottom: 0px;
}

.edit-profile-list-item {
  border-bottom: 1px solid hsl(var(--border-color));
}

.settings-profile-edit-item .edit-profile-list a,
.settings-profile-edit-item .edit-profile-list .edit-switch {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  color: hsl(var(--heading-color));
  cursor: pointer;
}

.settings-profile-edit-item .edit-profile-list a:hover,
.settings-profile-edit-item .edit-profile-list .edit-switch:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.05);
}

.settings-profile-edit-item .edit-profile-list a:hover .icon,
.settings-profile-edit-item .edit-profile-list .edit-switch:hover .icon {
  color: hsl(var(--base));
}

.settings-profile-edit-item .edit-profile-list a .icon,
.settings-profile-edit-item .edit-profile-list .edit-switch .icon {
  color: hsl(var(--light));
}

.edit-profile-form {
  padding: 0px 16px;
}

.edit-profile-list-item.active {
  background-color: hsl(var(--base) / 0.05);
}

/*====================  setting start end here ===========================*/
/* ================================= Blog-item Section Css Start Here ============================= */
.featured-post-title {
  margin-bottom: 32px;
}

.latest-featured-post {
  background-color: hsl(var(--section-bg));
}

.blog-item {
  background-color: hsl(var(--white));
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: var(--box-shadow);
}

.blog-item .lock-amount {
  margin-top: 3px;
}

.blog-item .lock-amount span {
  color: hsl(var(--light));
}

.blog-item-top {
  padding: 16px;
}

.blog-item__desc-text {
  overflow: hidden;
  max-height: 70px;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}

.blog-item__desc a {
  color: hsl(var(--base)) !important;
}

.blog-item__thumb {
  aspect-ratio: 4/3;
  background-color: hsl(var(--base-two) / 0.05);

}

.blog-item__thumb [data-vjs-player="true"] {
  height: 100%;
}

.blog-item__thumb [data-vjs-player="true"]>div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-item__thumb img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.blog-item__thumb a {
  display: block;
}


.blog-item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.blog-item__profile {
  display: flex;
  align-items: center;
}

.blog-item__profile .name {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0px;
}

.blog-item__readmore {
  display: block;
  cursor: pointer;
  color: hsl(var(--base));
  transition: 0.3s;
}

.blog-item__readmore:hover {
  color: hsl(var(--base-d-300));
}

.blog-item__suggestions {
  --gap: 24px;
  display: flex;
  gap: var(--gap);
  flex-wrap: wrap;
}

.blog-item__suggestions .profile-info-card {
  flex: 1 1 calc(50% - calc(var(--gap) / 2));
}

@media screen and (max-width: 991px) {
  .blog-item__suggestions {
    --gap: 16px;
  }

  .blog-item__suggestions .profile-info-card {
    flex: 1 1 100%;
  }
}

@media screen and (max-width: 575px) {
  .blog-item__profile .name {
    font-size: 1rem;
  }
}

.blog-item__profile .name a:hover {
  text-decoration: underline !important;
}

.blog-item__profile-thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.blog-item__profile-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.blog-item__profile-info {
  width: calc(100% - 48px);
  padding-left: 10px;
}

@media screen and (max-width: 575px) {
  .blog-item__profile-info {
    padding-left: 8px;
  }
}

.blog-item__profile-info .username a {
  color: hsl(var(--light));
  font-size: 1rem;
}

@media screen and (max-width: 575px) {
  .blog-item__profile-info .username a {
    font-size: 0.875rem;
  }
}

.blog-item__profile-details {
  display: flex;
  gap: 15px;
}

@media screen and (max-width: 575px) {
  .blog-item__profile-details {
    gap: 10px;
  }
}

.blog-item__profile-details a {
  color: hsl(var(--light));
  font-size: 1rem;
}

@media screen and (max-width: 575px) {
  .blog-item__profile-details a {
    font-size: 0.875rem;
  }
}

.blog-item__react {
  padding: 16px;
}

.blog-item__react-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-item__react-like {
  margin-top: 10px;
}

.blog-item__react-like a {
  color: hsl(var(--heading-color));
  margin-right: 20px;
  position: relative;
  transition: 0.3s;
}

.blog-item__react-like a:hover {
  color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
  .blog-item__react-like a {
    font-size: 0.875rem;
  }
}

.blog-item__react-like a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: hsl(var(--heading-color));
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.blog-item__react-like a:first-child:after {
  display: none;
}

.blog-item__react-like a span {
  font-weight: 500;
}

.blog-item__react__left li {
  display: inline-block;
  margin-right: 10px;
}

.blog-item__react__left li button {
  color: hsl(var(--light));
}

.blog-item__react__left li button:hover {
  color: hsl(var(--base)) !important;
}

.blog-item__react__right button {
  color: hsl(var(--base));
  font-size: 18px;
  transition: 0.3s;
}

.blog-item__react__right button:hover {
  color: hsl(var(--base-d-200));
}

.unlock-post {
  position: relative;
  padding: 16px;
  height: 0;
  background-color: hsl(var(--section-bg));
  height: 330px;
  min-width: 350px;
}

@media screen and (max-width: 575px) {
  .unlock-post {
    min-width: 230px;
  }
}

@media screen and (max-width: 424px) {
  .unlock-post {
    height: 230px;
    min-width: 200px;
  }

  .message-content+.common-dropdown .btn-more {
    width: auto;
  }
}

.unlock-post__count {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}

.unlock-post__count li {
  list-style: disc;
  margin-right: 15px;
}

.unlock-post__count li:first-child {
  list-style: none;
}

.unlock-post__count li i {
  font-size: 15px;
  padding-right: 5px;
}

.unlock-post .unlock-shape {
  position: absolute;
  bottom: 0px;
  left: 0px;
  opacity: 0.2;
  z-index: 1;
}

.unlock-post-locked {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 48px));
  width: 48px;
  height: 48px;
}

@media screen and (max-width: 424px) {
  .unlock-post-locked {
    top: 40%;
  }
}

.unlock-post__price {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 41%;
  left: 50%;
  color: #919eb2;
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
}

@media screen and (max-width: 424px) {
  .unlock-post__price {
    top: 25%;
  }
}

.unlock-post-footer {
  color: #8a96a3;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  border: 1px solid hsl(var(--border-color));
  border-radius: 6px;
  padding: 15px;
  z-index: 1;
}

@media screen and (max-width: 424px) {
  .unlock-post-footer {
    left: 0px;
    right: 0px;
    width: 100%;
  }
}

/* ================================= blog dropdown design start here Css Start Here ============================= */
.common-dropdown .dropdown-menu {
  background-color: hsl(var(--white));
  padding: 10px;
  border: 1px solid hsl(var(--border-color));
  border-radius: 7px;
}

.common-dropdown .dropdown-menu .dropdown-item {
  border-radius: 5px;
  padding: 8px 10px;
  color: hsl(var(--heading-color));
}

.common-dropdown .dropdown-menu .dropdown-item button,
.common-dropdown .dropdown-menu .dropdown-item a {
  width: 100%;
  text-align: left;
}

.common-dropdown .dropdown-menu .dropdown-item:active {
  background-color: #e9ecef;
  color: hsl(var(--base));
}

.common-dropdown .dropdown-menu .dropdown-item:hover {
  background-color: hsl(var(--base) / 0.1);
  color: hsl(var(--base));
}

.common-dropdown .dropdown-menu .danger-menu.dropdown-item:hover {
  background-color: hsl(var(--danger) / 0.1);
}

.common-dropdown .dropdown-menu .danger-menu.dropdown-item:hover button {
  color: hsl(var(--danger));
}

.common-dropdown button i {
  font-size: 18px;
  color: hsl(var(--light));
}

.btn--simple {
  color: hsl(var(--body-color));
}

.btn--simple:hover {
  color: hsl(var(--base));
}

.btn--linkedin {
  background-color: #0077b5 !important;
}

.show-more-btn {
  color: hsl(var(--base));
  border: 1px solid hsl(var(--border-color));
  padding: 7px 20px;
  border-radius: 30px;
}

/* ================================= blog dropdown design start here Css End Here ============================= */
/* 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);
  -o-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-item Section Css End Here ================================= */
/* =========================================== Account Css Start =========================*/
.account-inner {
  position: relative;
}

.account-form {
  background-color: hsl(var(--white));
  padding: 105px 150px 105px;
  overflow: hidden;
  border-bottom: 1px solid hsl(var(--border-color) / 0.5);
}

@media screen and (max-width: 1399px) {
  .account-form {
    padding: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .account-form {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 991px) {
  .account-form {
    padding: 35px 25px;
  }
}

@media screen and (max-width: 767px) {
  .account-form {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 424px) {
  .account-form {
    padding: 30px 15px;
  }
}

@media (min-width: 1199px) {
  .account-thumb {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 47%;
  }

  .account-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

.account-left {
  background-color: hsl(var(--base)) !important;
  height: 100%;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  padding: 105px 124px;
}

@media screen and (max-width: 1199px) {
  .account-left {
    padding: 50px;
  }
}

.account-left__content {
  max-width: 360px;
  margin-left: auto;
}

.account-left__content .logo {
  margin-bottom: 25px;
}

.account-left__content .title {
  font-size: 2rem;
  color: hsl(var(--white));
  font-weight: 400;
}

@media screen and (max-width: 1199px) {
  .account-left__content .title {
    font-size: 1.875rem;
  }
}

.account-form__content {
  max-width: 345px;
  width: 100%;

}

@media screen and (max-width: 1399px) {
  .account-form__content {
    max-width: 100%;
  }
}

.account-dot {
  vertical-align: middle;
  display: flex;
  align-items: center;
  font-size: 4px !important;
}

/* ============================================ Account Css End ====================================*/
.dropdown-lang {
  margin-top: 25px;
}

.dropdown-lang .language-btn .flag {
  width: 20px;
  height: 25px;
  border-radius: 2px;
}

.dropdown-lang .language-btn::after {
  color: hsl(var(--body-color)) !important;
}

.dropdown-lang .language-text {
  color: hsl(var(--body-color));
  font-size: 16px;
}

.dropdown-lang .dropdown-menu {
  width: 180px;
  border: 1px solid hsl(var(--border));
  border-radius: 8px;
  padding: 20px;
  max-height: 370px;
  overflow-y: auto;
  background-color: hsl(var(--white));
  z-index: 999;
  box-shadow: var(--box-shadow);
}

.dropdown-lang .dropdown-menu a {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  color: hsl(var(--body-color));
  transition: 0.3s;
}

.dropdown-lang .dropdown-menu a:hover {
  background-color: transparent;
}

.dropdown-lang .dropdown-menu a .flag {
  max-width: 20px;
  margin-right: 10px;
}

.dropdown-lang .dropdown-menu li:last-child a {
  margin-bottom: 0px;
}

.suggestions__slider {
  width: 100%;
  position: relative;
}

.slick-initialized.slick-slider {
  width: inherit;
}

.slick-list {
  overflow: hidden;
}

.slick-slider {
  width: 100%;
}

.new-message-btn,
.header-icon {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: hsl(var(--light));
  font-size: 20px;
  transition: 0.3s;

  &:hover {
    color: hsl(var(--base));
    background-color: hsl(var(--base) / 0.1);
  }
}

/* inline Search Css Start */
.inline-search {
  position: absolute;
  inset: 0;
  display: none;
  background-color: hsl(var(--white));
}

.inline-search.show {
  display: block;
}

.inline-search__area {
  padding: 5px 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inline-search__input {
  width: 100%;
}

.inline-search__close {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  flex-shrink: 0;
  color: hsl(var(--base));
  font-size: 18px;
  cursor: pointer;
  background-color: hsl(var(--base) / 0.1);
}

.inline-search__close:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.2);
}

.inline-search__input input {
  width: 100%;
  border: none;
  outline: none;
  border: 1px solid hsl(var(--base));
  border-radius: 5px;
  padding: 10px;
}

.inline-search__input:has(+ .inline-search__btn) input {
  border-radius: 5px 5px 0 0;
}

.inline-search__input input:focus {
  outline: none;
}

.inline-search__btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  color: hsl(var(--black) / 0.7);
  align-self: flex-start;
}

.inline-search__btn:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--base) / 0.1);
}

.inline-search__btn:disabled {
  pointer-events: none;
  color: hsl(var(--light) / 0.8);
}

.inline-search__result {
  background-color: hsl(var(--white));
  z-index: 1;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  border: 1px solid hsl(var(--base));
  border-top: 0;
  position: relative;
  background-color: hsl(var(--white));
}

.inline-search__result .loading {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 0;
  overflow: hidden;
}

.inline-search__result .loading::before {
  content: "";
  width: 100%;
  background-color: hsl(var(--base));
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: inherit;
  animation: loading 1200ms infinite linear;
}

@keyframes loading {
  0% {
    left: -80px;
  }

  100% {
    left: 100%;
  }
}

.inline-search__result-item {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  transition: all 0.3s;
  padding: 5px;
  position: relative;
  border-radius: 5px !important;
}

.inline-search__result-item:not(:last-child) {
  margin-bottom: 10px;
}

.inline-search__result-item:hover {
  background-color: hsl(var(--base) / 0.1);
}

.inline-search__result-item:not(:last-child)::after {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: hsl(var(--border-color));
  position: absolute;
  right: -10px;
  bottom: -5px;
}

.inline-search__result-item-name {
  margin-bottom: 0px;
}

.inline-search__result-item-username {
  margin-bottom: 0;
  font-size: 14px;
  color: hsl(var(--light));
}

.inline-search__result-item-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.inline-search__result-item-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

/* inline Search Css End */

.mw-fit {
  max-width: fit-content;
}

.min-fit {
  min-width: fit-content;
}

.login-sections__item {
  border-bottom: 1px solid hsl(var(--border-color));
}

.cursor-pointer {
  cursor: pointer;
}

.profile-img-upload {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: hsl(var(--white));
  cursor: pointer;
  font-size: 25px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
}

.profile-img-upload input {
  display: none;
}

.icon-none .dropdown-toggle::after {
  display: none;
}

.icon-none .dropdown-item button:hover {
  color: hsl(var(--base));
}

.icon-none .dropdown-item a {
  color: hsl(var(--black));
}

.icon-none .dropdown-item a:hover {
  color: hsl(var(--base));
}

.editor-container .editor {
  margin-top: 5px;
  outline: none;
  border: 1px solid hsl(var(--border-color));
  border-radius: 5px;
  padding: 10px;
  min-height: 100px;
  width: 100%;
  transition: all 0.3s;
}

.editor-container .editor:focus {
  border: 1px solid hsl(var(--base));
}

.editor-container .editor-header {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 15px;
}

.editor-container .editor-style {
  --size: 30px;
  width: var(--size);
  height: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: 1px solid hsl(var(--border-color));
  cursor: pointer;
}

.editor-container .bold-text {
  font-weight: bold;
}

.editor-container .italic-text {
  font-style: italic;
}

.editor-container .underline-text {
  text-decoration: underline;
}

.editor-container .strikethrough-text {
  text-decoration: line-through;
}

.editor-container .color-text {
  color: hsl(var(--base));
  font-weight: 700;
}

.editor-container .bg-text {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  outline: 1px solid hsl(var(--border-color));
  border: 4px solid hsl(var(--white));
}

.add-option {
  color: hsl(var(--base));
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
}

.add-option:hover {
  border-bottom: 1px solid hsl(var(--base));
}

.skeleton {
  position: relative;
  margin-bottom: 1rem;
  border-radius: 5px;
}

.skeleton::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, #ddd, #eee, #ddd);
  background-size: 200% !important;
  border-radius: inherit;
  animation: skeleton 1.5s infinite reverse;
}

@-webkit-keyframes skeleton {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

@keyframes skeleton {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 100% 0;
  }
}

.whitespace-nowrap {
  white-space: nowrap;
}

.post-comment-btn.active {
  color: hsl(var(--black));
}

.custom-emoji-picker {
  position: absolute !important;
  left: 0;
  bottom: 40px;
  z-index: 1;
}

.nowrap {
  white-space: nowrap;
}

.options-preview {
  padding: 15px;
  border-radius: 0;
  border-block: 1px solid hsl(var(--border-color));
}

.options-preview__item {
  padding: 5px;
  border-radius: 0px;
  border: 1px solid hsl(var(--border-color));
  border-bottom: 0;
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}



.options-preview__item .check-icon::after {
  content: '\f111';
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: hsl(var(--border))
}


.options-preview__item.voted .check-icon::after {
  color: hsl(var(--base));
}

.options-preview__item.correct .check-icon::after {
  content: '\f058';
  color: hsl(var(--success));
}

.options-preview__item.wrong .check-icon::after {
  content: '\f057';
  color: hsl(var(--danger));
}



.options-preview__item.voted {
  color: hsl(var(--black));
}

.options-preview__item-option-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  width: 100%;
}

.options-preview__item:first-child {
  border-radius: 5px 5px 0 0;
}

.options-preview__footer {
  border-radius: 0 0 5px 5px;
  border: 1px solid hsl(var(--border-color));
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 15px;
  background-color: hsl(var(--black) / 0.01);
  gap: 5px;
}

.options-preview__item-option {
  padding: 8px 10px;
  border-radius: 5px;
  border-bottom: 0;
  text-align: left;
  transition: all 0.3s;
}

.options-preview__item-percentage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 5px;

  background-color: hsl(var(--base) / 0.1);
}

.options-preview__item:not(:disabled):hover .options-preview__item-option {
  background-color: hsl(var(--base) / 0.1);
}

.options-preview__item:disabled .options-preview__item-option {
  background-color: hsl(var(--base) / 0.1);
}

.options-preview__item.voted.wrong .options-preview__item-option {
  background-color: hsl(var(--danger) / 0.1);
}

.options-preview__item.voted.expected .options-preview__item-option,
.options-preview__item.voted.correct .options-preview__item-option {
  background-color: hsl(var(--success) / 0.1);
}

.options-preview__item:disabled .options-preview__item-option .options-preview__footer-left {
  display: flex;
  align-items: center;
  gap: 10px;
  color: hsl(var(--black) / 0.5);
}

.options-preview__footer-left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.options-preview__footer-right {
  color: hsl(var(--black) / 0.5);
}

.pointer-none {
  pointer-events: none;
}

.charity-post {
  padding: 10px;
}

.charity-post__wrapper {
  border-radius: 5px;
  border: 1px solid hsl(var(--border-color));
}

.charity-post__amount {
  margin: 5px;
  position: relative;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.charity-post__amount-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 10%;
  height: 100%;
  max-width: 100%;
  background-color: hsl(var(--base) / 0.1);
  border-radius: 5px;
}

.charity-post__segment {
  border-top: 1px solid hsl(var(--border-color));
  padding-top: 5px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}

.charity-post__segment-amount {
  border-radius: 100px;
  border: 1px solid hsl(var(--border-color));
  padding: 5px;
  text-align: center;
  min-width: 100px;
  transition: all 0.3s;
  white-space: nowrap;
}

.charity-post__segment__wrapper {
  max-width: calc(100% - 110px);
}

.charity-post__segment-amount:hover {
  background-color: hsl(var(--base) / 0.1);
  border-color: hsl(var(--base));
}

.custom-label-select {
  position: absolute;
  top: -9px;
  left: 18px;
  background: hsl(var(--white));
  font-size: 14px;
  color: hsl(var(--light));
  z-index: 1;
}

span[aria-busy="true"] {
  display: inline;
}

.text--muted {
  color: hsl(var(--light)) !important;
}

.inset-0 {
  position: absolute;
  inset: 0;
}

.vh-100 {
  height: 100vh;
}

/* Wallet Page Start*/
.transaction-wallet__header {
  padding: 10px 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.transaction-wallet__amount {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 4px;
}

.transaction-wallet__type {
  font-size: 16px;
}

.transaction-wallet__body {}

.transaction-wallet__body-item {
  padding: 24px 16px;
  border-bottom: 1px solid hsl(var(--border-color));
}

.transaction-wallet__body-item:last-child {
  border-bottom: 0px;
}

.transaction-wallet__title {
  color: hsl(var(--light));
  font-size: 16px;
  font-weight: 500;
  margin-block: 16px;
}

.transaction-wallet__suggest-item {
  padding: 10px 32px;
}

.transaction-wallet__body .swiper-slide {
  width: auto;
}

.transaction-wallet__input .input-group-text {
  transition: all 0.3s;
}

.transaction-wallet__input:focus-within .input-group-text {
  border-color: hsl(var(--base));
}

.transaction-wallet__input {
  margin-bottom: 24px;
}

.transaction-wallet__input:last-child {
  margin-bottom: 16px;
}

.transaction-item {
  display: flex;
  justify-content: space-between;
}

.transaction-wallet__body .transaction-item:not(:last-child) {
  margin-bottom: 8px;
}

.transaction-wallet__body .transaction-list.total .transaction-item {
  font-weight: 500;
  color: hsl(var(--black));
}

.payment-select {
  width: 100%;
}

.payment-select__item:not(:last-child) {
  margin-bottom: 10px;
}

.payment-select__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid hsl(var(--border-color));
  padding: 5px 12px;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
}


.payment-select__item:active {
  background-color: hsl(var(--light)/0.15);
  color: hsl(var(--black));
}

.payment-select__dropdown-header::after {
  display: none;
}

.payment-select__dropdown-header .payment-select__item {
  /* padding: 12px; */
  min-height: 50px;
}


.payment-select__item .thumb {
  margin-left: auto;
  height: 38px;
}

.payment-select__item .thumb img {
  height: inherit;
}

.payment-select__list {
  padding-block: 10px;
  padding-right: 0;
  box-shadow: 0 0 10px 5px rgb(0 0 0 / 7%);
  max-width: 100% !important;
  width: 100%;
  border: 0;
}

.payment-select__inner {
  max-height: 300px;
  overflow-y: auto;
  padding-inline: 10px;
}

.payment-select__list::-webkit-scrollbar {
  background-color: hsl(var(--white));
}

.payment-select__list::-webkit-scrollbar-thumb {
  width: 10px;
}

.payment-select__item .check {
  --size: 16px;
  position: relative;
  width: var(--size);
  height: var(--size);
}

.payment-select__dropdown.show .payment-select__dropdown-header .payment-select__item {
  border-color: hsl(var(--base));
}

.payment-select__item .check::before,
.payment-select__item .check::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  border-radius: 50%;
  color: hsl(var(--base));
  font-family: "Font Awesome 5 Free";
  border: 1px solid hsl(var(--border-color));
}

.payment-select__item .check::after {
  content: "\f058";
  opacity: 0;
}

.payment-select__dropdown {
  width: 100%;
}

.payment-select__item.active .check::after {
  opacity: 1;
}

.payment-select__item.active {
  background-color: hsl(var(--light)/0.1);
  color: hsl(var(--black));
}

/* Wallet Page End*/
.w-fit {
  width: fit-content;
}

.define-amount-list {
  max-height: 250px;
  overflow-y: auto;
}

.blog-item .swiper-button-next,
.blog-item .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #8080806b;
  backdrop-filter: blur(50px);
  transition: all 0.3s;
}

.blog-item .swiper-button-next:hover,
.blog-item .swiper-button-prev:hover {
  background: #adacac;
}

.blog-item .swiper-button-next::after,
.blog-item .swiper-button-prev::after {
  font-size: 15px;
  color: #fff;
}

.post-media {
  position: relative;
}

.post-attachments-count {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 10px;
  justify-content: center;
  z-index: 1;
  gap: 12px;
  left: 50%;
  transform: translateX(-50%);
  background: #80808036;
  backdrop-filter: blur(50px);
  border-radius: 10px;
  padding: 5px 10px;
  color: hsl(var(--white)/0.8);
  font-size: 14px;
}

.-z-1 {
  z-index: -1;
}

.blog-item .video-js {
  width: 100%;
  height: 100%;
}

.subscribe-bundles.dropdown-item,
.subscribe-bundles .dropdown-menu {
  max-width: fit-content;
}

.mw-auto {
  max-width: auto !important;
}

.reply-bg {
  background-color: hsl(var(--base) / 0.05);
}

[data-tooltip-id] {
  outline: none;
}

.thumb-wrapper {
  height: 95px;
}

.thumb-wrapper.video-thumb {
  background: url("/images/thumbs/video-thumb.png") no-repeat center center;
  background-size: cover;
  width: 100%;
}

.thumb-wrapper.video-thumb video {
  --left: 14px;
  --top: 3px;
  padding: var(--top) var(--left);

}

.thumb-wrapper>* {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.video-js {
  background-color: #f4f3f7 !important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.vjs-button>.vjs-icon-placeholder:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Quill Css  Start */
.controls {
  display: flex;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 10px;
}

.controls-right {
  margin-left: auto;
}

.state {
  margin: 10px 0;
  font-family: monospace;
}

.state-title {
  color: #999;
  text-transform: uppercase;
}

.w-33 {
  width: 33.333333%;
}

.recent-media {
  height: 130px;
}

.recent-media .thumb {
  height: 100%;
  object-fit: cover;
}

.suggestions__slider-item .thumb:first-child {
  border-radius: 8px 0 0 8px;
}

.suggestions__slider-item .thumb:last-child {
  border-radius: 0 8px 8px 0;
}

.notification-filter .swiper-slide {
  width: fit-content;
  min-width: 100px;
}

.restore-btn {
  height: 35px;
  margin-top: -5px;
}

.react-tooltip {
  font-size: 14px !important;
}

.profile-website {
  transition: all 0.3s;
  font-size: 14px;
}

.profile-website:hover {
  text-decoration: underline !important;
}

.ql-toolbar.ql-snow {
  border-radius: 5px 5px 0 0;
}

.ql-container.ql-snow {
  border-radius: 0 0 5px 5px;
  min-height: 100px;
}

/* Quill Css  End */

.notify {
  --color: var(--base);
  --icon: '\f0f3';
  display: flex;
  gap: 10px;
  border: 1px solid hsl(var(--color));
  border-radius: 5px;
  padding: 10px;
  background-color: hsl(var(--color)/0.03);
}

.notify__icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: hsl(var(--color));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  flex-shrink: 0;

  @media screen and (max-width: 575px) {
    display: none;
  }

  .icon::after {
    font-family: "Font Awesome 6 Free";
    content: var(--icon);
    color: hsl(var(--white));
    font-weight: 900;
    font-style: normal;
  }
}

.notify__content {
  flex: 1 1 auto;
}

.notify__header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 14px;
  align-items: flex-start;

  @media screen and (max-width: 575px) {
    margin-bottom: 10px;
  }
}

.notify__close {
  color: hsl(var(--light));
  cursor: pointer;
  transition: all 0.3s;
  margin-top: -2px;
}

.notify__title {
  margin-bottom: 0;
  flex: 1 1 auto;
}

.notify__close:hover {
  color: hsl(var(--black));
}

.notify__footer {
  margin-top: 14px;

  @media screen and (max-width: 575px) {
    margin-top: 10px;
  }
}

/* Notify Colors */
.notify--base {
  --color: var(--base);
  --icon: '\f0f3';
}

.notify--base-two {
  --color: var(--base-two);
  --icon: '\f0f3';
}

.notify--primary {
  --color: var(--primary);
  --icon: '\f0f3';
}

.notify--success {
  --color: var(--success);
  --icon: '\f058';
}

.notify--danger {
  --color: var(--danger);
  --icon: '\f071';
}

.notify--warning {
  --color: var(--warning);
  --icon: '\f06a';
}

.notify--info {
  --color: var(--info);
  --icon: '\f05a';
}

.banned-thmb {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 10px;
}

.deposit-table .table tbody tr td:first-child {
  font-size: 12px !important;
  white-space: nowrap;
}

.deposit-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.deposit-info__title p {
  font-weight: 500;
}

.epr-main {
  z-index: 7;
  bottom: 134px;
}

.form-field-error {
  text-transform: none !important;
}

.message-details-header-skeleton {
  height: 58px;
  border-bottom: 1px solid hsl(var(--border-color));
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10px;
}

.message-details-header-skeleton__username {
  height: 20px;
  width: 40%;
  margin-bottom: 10px;
  background-color: hsl(var(--border-color));
  border-radius: 5px;
}

.message-details-header-skeleton__status {
  height: 15px;
  width: 100px;
  margin-bottom: 10px;
  background-color: hsl(var(--border-color));
  border-radius: 5px;
}

.chat-box-footer-right {
  min-width: max-content;
}

.single-message.message--right .message-content a {
  color: #ffffff !important;
  text-decoration: underline;
}

.single-message.message--left .message-content a {
  color: #00b0f0 !important;
  text-decoration: underline;
}

.react-confirm-alert-button-group {
  justify-content: center !important;
}

/* Social login button styles */
.social-login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.social-login-btn.google {
  padding: 10px;
}

.social-login-btn.linkedin .linkedin-svg-container,
.social-login-btn.google .google-svg-container {
  --square: 28px;
  width: var(--square) !important;
  height: var(--square) !important;
  display: grid;
  place-content: center;
  background-color: hsl(var(--white));
  border-radius: 50%;
}

/* //Social login button styles */

.account.inner-auth,
.account.inner-auth .account-inner,
.account.inner-auth .account-inner .account-form {
  min-height: calc(100vh - 56px);
}

.account.inner-auth .account-inner .account-left,
.account.inner-auth .account-inner .account-form {
  display: flex !important;
  align-items: center;
}

.account.inner-auth .account-inner .account-form.register {
  display: block !important;
}

.mh-full {
  min-height: 100vh;
}

.flex-1 {
  flex: 1 !important;
}

@media screen and (max-width: 575px) {
  .sidebar-left-common {
    height: calc(100vh - 63px);
  }
}

.text-underline {
  text-decoration: underline !important;
}

.page-not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-not-found svg {
  max-width: 400px;
}

.box-shadow-none {
  box-shadow: none !important;
}

.wallet-table.table thead tr th,
.wallet-table.table tbody tr td {
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid hsl(var(--border-color));
}

.wallet-table.table thead tr:first-child th,
.wallet-table.table tbody tr td:first-child {
  padding-left: 0;
}

.wallet-table.table thead tr:last-child th,
.wallet-table.table tbody tr td:last-child {
  padding-right: 0;
}

.stripe-button-el {
  color: hsl(var(--white)) !important;
  font-weight: 500;
  padding: 10px 29px !important;
  background: hsl(var(--base)) !important;
  width: 100% !important;
  border-radius: 40px !important;
  transition: all 0.3s !important;

  &:hover {
    background: hsl(var(--base-d-200)) !important;
  }

  span {
    font-size: 16px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    font-family: var(--body-font) !important;

  }
}

.hover-input-popup {

  z-index: 59;
}

.authorization-container .btn {
  max-width: 398px !important;
}

.react-tooltip {
  z-index: 60;
}

.widget-wrapper__title {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-block: 15px;
}

.one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification_date {
  font-size: 14px;
  font-weight: 500;
}

.transition-all {
  transition: all 0.3s;
}

.rotate-180 {
  transform: rotate(180deg);
}

/* New Account page Design */
.account-page {
  position: relative;
  z-index: 1;
}

.account-page .container {
  height: 100%;

}

.account-page .row {
  min-height: inherit;
}

.account-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background-color: #f1f1f1;
  background: var(--bg-image) no-repeat center center;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-attachment: fixed;
  background-size: cover;
}

.account-page:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, hsl(var(--white) / .8) 0%, hsl(var(--white) / .5) 50%, transparent 100%);
  z-index: -1;
  height: 40%;
}

.account-info {
  margin-block: 60px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .account-info {
    margin-bottom: 0;
    margin-top: 40px;
  }

  .account-form {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 991px) {
  .account-info__title {
    margin-top: 30px;
  }
}

.account-info__title {
  font-size: 55px;
  font-weight: 700;
  margin-top: 50px;
}

@media screen and (max-width: 1299px) {
  .account-info__title {
    font-size: 40px;
    margin-top: 40px;
  }
}


.account-info__description {
  font-size: clamp(1.25rem, -0.2131rem + 2.3622vw, 2rem);
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {

  .account-info__title,
  .account-info__description {
    display: none;
  }
}

.account-form {
  margin-top: 65px;
  padding: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  overflow: unset;
  border: unset;
  box-shadow: unset;
  height: 100%;
}

.account-form__inner {
  background-color: hsl(var(--white));
  background: hsl(var(--white));
  border-radius: 30px;
  padding: 30px;
  box-shadow: 0px -6px 30px rgb(0 0 0 / 6%);
  width: 100%;
  gap: 20px;

  @media screen and (max-width: 1199px) {
    padding: 20px;
    border-radius: 20px;
  }

}

.account-form__title {
  color: hsl(var(--dark));
  margin-bottom: 17px;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 42px;
}

.account-form__description {
  color: hsl(var(--dark));
  margin-bottom: 35px;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .account-form__description {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

.account-form__description a {
  font-weight: 500;
  color: hsl(var(--base));
  transition: all 0.3s;
}

.account-form__description a:hover {
  color: hsl(var(--base-d-200));
  text-decoration: underline;
}

.account-form__social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}


@media screen and (max-width: 991px) {
  .account-form__social {
    margin-bottom: 15px;
    gap: 10px;
  }
}

.account-form__social-button {
  width: 50px;
  height: 50px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  float: left;
  padding: 10px 17px;
  border-radius: 30px;
  border: 1px solid hsl(var(--border-color));
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  transition: all 0.3s;
}

.account-form__social-button .text {
  visibility: hidden;
  width: 0;
}

@media screen and (max-width: 375px) {
  .account-form__social-button {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .account-form__social-button .text {
    display: none;
  }
}

.account-form__social-button:hover {
  background-color: hsl(var(--base-d-200));
}

.account-form__social-button.active {
  width: 230px;
}

@media screen and (max-width: 375px) {
  .account-form__social-button.active {
    width: 100px;
  }
}

.account-form__social-button.active .text {
  visibility: visible;
}

.account-form__or {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-block: 20px;
}

.account-form__or::before,
.account-form__or::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: hsl(var(--border-color));
}

.account-form__or .text {
  font-size: 16px;
  font-weight: 500;
  color: hsl(var(--dark));
}

.userList {
  display: flex;
  align-items: center;
  justify-content: center;

}

.userList__item {
  display: flex;
  align-items: center;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 0 0 2px #E4E7E4;
}

.account-btn {
  margin-block: 30px 40px;

}

.has-margin+.account-btn{
  margin-top: 0 !important;
}
@media screen and (max-width: 991px) {
  .account-btn {
    margin-block: 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .account-btn {
    margin-block: 10px 15px;
  }
}

.userList__item {
  margin-left: -10px;
}

.userList__item img {
  height: 100%;
  width: 100%;
  border-radius: inherit;
}

.z-10 {
  z-index: 10;
}

.author-profile__thumb {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.top-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: hsl(var(--white));
  border-bottom: 1px solid hsl(var(--border-color));
  height: 56px;
  display: flex;
  align-items: center;
  padding-inline: 24px;
}
@media screen and (max-width:11) {
  
}
@media screen and (max-width:557px) {
  .top-bar {
  padding-inline: 10px;
}
}
.topbar-left__logo {
  text-align: left;
}

.topbar-left__logo a {
  height: 100%;
}

.topbar-left__logo img {
  height: 38px !important;
  object-fit: contain !important;
  left: 0;
  max-width: min-content;
}

.topbar-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.topbar-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: hsl(var(--light)/0.15);
  transition: all 0.3s;
  cursor: pointer;
  color: hsl(var(--dark));

}


.topbar-list__item svg {
  color: hsl(var(--black)/0.8) !important;
}


.topbar-list__item:hover {
  background-color: hsl(var(--base)/0.15);
  color: hsl(var(--base));
}

.topbar-list__item:hover svg {
  color: hsl(var(--base)) !important;
}

.topbar-user-info__image {
  width: 40px;
  height: 40px;
}

.topbar-right {
  display: flex;
  align-items: center;
}

.topbar-right .author-profile {
  margin-bottom: 0px;
  margin-left: 10px;
}

.top-bar .dropdown-toggle:after {
  display: none;
}

.top-bar .active-status-badge {
  right: 22px;
  bottom: 2px;
}

.followers-list .active-status-badge {
  right: 0px;
  bottom: 2px;
}

@media screen and (max-width:1370px) {
  .sidebar-left .widget-wrapper {
    display: none;
  }

}

@media screen and (max-width: 574px) {
  .sidebar-left .followers-list {
    display: none;
  }
}

@media screen and (max-width: 424px) {
  .top-bar .topbar-list {
    display: none;
  }
}

@media screen and (max-width: 1370px) and (min-width: 575px) {
  .sidebar-left .item-dropdown {
    display: block;
  }

  .transition-all {
    width: 10px;
    font-size: 10px;
    margin-left: 2px !important;
    display: none;
  }

  .item-dropdown .sidebar-menu-list {
    margin-top: 0px !important;
  }

  .item-dropdown-inner {
    justify-content: center;
    align-items: center;
    /* margin-left: 12px; */
  }

  .item-dropdown .sidebar-menu-list__link {
    padding-block: 2px;
  }

  .divider {
    display: block !important;
    border-bottom: 1px solid hsl(var(--border-color));
    padding-block: 10px;

  }
}

.collection-header {
  width: calc(100% - 1px);
  margin-left: 1px;
}

.main-area__inner .item-dropdown .sidebar-menu-list__link.active .icon svg {
  fill: transparent !important;
}

.EmojiPickerReact {
  bottom: 80px !important;
}
.recent-media{}
.recent-media__wrapper .suggestions__slider-nav{
  top:-75px !important;
}
.recent-media__wrapper .slider-nav {
  color: hsl(var(--white));
}
.recent-media__wrapper .slider-nav:hover{

    background-color: hsl(var(--white) / .1);
  color: hsl(var(--white));
}
.slider-nav:hover{

}
.recent-media__wrapper .slider-nav.swiper-button-disabled:hover {
  background-color: hsl(var(--white) / .05);
  color: hsl(var(--white) / .6);
}