@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300&family=Oxanium:wght@200..800&display=swap');

:root {
  --black: rgb(0, 0, 0);
  --white: #FFFFFF;
  --pink: #F04141;
  --leftMargin: 33px;
  --rightMargin: 33px;
  --leftMargin1: 33px;
  --rightMargin1: 33px;
  --section-gap: 120px;
  --margin-top: 80px;
  --section-gap: 120px;
  --margin-top: 80px;
  --h1: 32px;
  --h2: 28px;
  --h3: 24px;
  --h4: 20px;
  --h5: 16px;
  --h6: 12px;
  --p: 14px;
}




html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Oxanium", sans-serif;
  background-color: #3D588F14;
  color: #262626;
  font-weight: 500;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 1800px) and (max-width:2000px) {
  :root {
    --h1: 33px;
    --h2: 29px;
    --h3: 25px;
    --h4: 22px;
    --h5: 17px;
    --h6: 13px;
    --p: 15px;
  }
}

@media (min-width: 2001px) {
  :root {
    --h1: 34px;
    --h2: 30px;
    --h3: 26px;
    --h4: 22px;
    --h5: 18px;
    --h6: 14px;
    --p: 16px;
  }
}

h1,
.h1 {
  font-size: var(--h1);
}

h2,
.h2 {
  font-size: var(--h2);
}

h3,
.h3 {
  font-size: var(--h3);
}

h4,
.h4 {
  font-size: var(--h4);
}

h5,
.h5 {
  font-size: var(--h5);
}

h6,
.h6 {
  font-size: var(--h6);
}

p,
.p {
  font-size: var(--p);
  margin-bottom: 0px;
}

.cursor-p,
.pointer {
  cursor: pointer;
}

a {
  text-decoration: none !important;
}

.fw-300 {
  font-weight: 300;
}

.fw-330 {
  font-weight: 330;
}

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

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

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

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

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

.fw-900 {
  font-weight: 900;
}

.fs-8 {
  font-size: clamp(7px, 1vw, 8px);
}

.fs-10 {
  font-size: clamp(8px, 1vw, 10px);
}

.fs-12 {
  font-size: clamp(10px, 1.2vw, 12px);
}

.fs-14 {
  font-size: clamp(12px, 1.4vw, 14px);
}

.fs-15 {
  font-size: clamp(13px, 1.6vw, 15px);
}

.fs-16 {
  font-size: clamp(13px, 1.6vw, 16px);
}

.fs-18 {
  font-size: clamp(14px, 1.8vw, 18px);
}

.fs-20 {
  font-size: clamp(15px, 2vw, 20px);
}

.fs-23 {
  font-size: clamp(16px, 2.3vw, 23px);
}

.fs-24 {
  font-size: clamp(17px, 2.4vw, 24px);
}

.fs-28 {
  font-size: clamp(18px, 2.8vw, 28px);
}

.fs-32 {
  font-size: clamp(20px, 3.2vw, 32px);
}

.fs-40 {
  font-size: clamp(24px, 4vw, 40px);
}

.fs-42 {
  font-size: clamp(26px, 4.2vw, 42px);
}

.lg-100 {
  line-height: 100%;
}

.custom-container {
  padding-left: var(--leftMargin);
  padding-right: var(--rightMargin);
}

.custom-container1 {
  padding-left: var(--leftMargin1);
  padding-right: var(--rightMargin1);
}

.blue-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 221px;
  height: 48px;
  border-radius: 4px;
  background: linear-gradient(180deg, #2E74FF 0%, #1F69FF 100%);
  border: 0.5px solid #897FFF;
  box-shadow: 0px 2px 3px rgba(55, 52, 209, 0.21), inset 0px -2px 2px rgba(80, 70, 189, 0.6), inset 0px 1px 1px rgba(255, 255, 255, 0.35), inset 0px 3px 4px rgba(223, 229, 255, 0.3);
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
}

.blue-btn1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 221px;
  height: 48px;
  border-radius: 4px;
  background: linear-gradient(88.31deg, #175FEF 0.28%, #17439A 98.72%);
  border: 0.72px solid #FFFFFF;
  cursor: pointer;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
}

.blue-btn1:hover {
  color: white;
}

.blue-outline-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #1865FF;
  border-radius: 8px;
  color: #1865FF;
}

.modal-close {
  background: linear-gradient(180deg, #FFFFFF 0%, #F1F4F9 100%);
  color: #395284;
  top: 16px;
  right: 16px;
  font-size: 15px;
  height: 24px;
  width: 24px;
  border: 0.5px solid #F1F4F9
}

.main-content-container {
  overflow-y: auto;
  height: 100vh;
  scrollbar-width: none;
}

.gradient-btn {
  border: none;
  padding: 8px 16px 8px 16px;
  border-radius: 40px;
  background: linear-gradient(90deg, #F07C41 0.59%, #6D17EF 100.59%);
  color: white;
}

.tab-container button.tab {
  color: #1865FF;
  border: 1px solid #1865FF;
  width: fit-content;
  height: 40px;
  border-radius: 8px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  font-weight: 500;

}

.tab-container button.tab.active {
  color: #fff;
  background-color: #1865FF;
}

.gradient-btn:hover {
  background: transparent;
  border: 1px solid var(--orange);
  color: var(--orange);
  box-shadow: 0px 0px 16px 4px #F07C4180;
}

.gradient-btn:hover svg path {
  fill: var(--orange);
}

/* 🔹 2 lines truncate */
.text-truncate-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 🔹 3 lines truncate */
.text-truncate-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 🔹 4 lines truncate */
.text-truncate-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sideHeader {
  color: #32343A;
  font-size: 24px;
  font-weight: 600;
}

.inputbox-container {
  width: 280px;
  height: 40px;
  padding: 8px 16px 8px 16px;
  border-radius: 120px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
}

.inputbox-container input {
  background-color: rgba(255, 255, 255, 1);
  border: none !important;
  outline: none !important;
  height: 100%;
  font-size: var(--h6);
  font-weight: 500;
  line-height: 24px;
  width: calc(100% - 22px);

}

.inputbox-container:focus-within {
  border: 1px solid var(--orange);
}

.nice-select:after {
  border: none;
}

.nice-select:hover {
  border-color: transparent;
}

.nice-select .list {
  width: 100%;
  background-color: rgb(243, 247, 255);
  border: 1px solid rgb(222, 223, 224);
}

.nice-select .option:hover {
  background-color: rgb(199, 200, 202)
}


.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option.selected {
  background-color: rgb(243, 247, 255) !important;
  color: #7788AB !important;
}



.custom-select:focus {
  box-shadow: none;
  border: 1px solid rgb(243, 247, 255);
}

.noDataSection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    background: #fff;
    color: #000;
    border: 1px solid rgb(225, 224, 226);
    border-radius: 8px;
    padding: 40px;
}

.noDataSection img {
    width: 254px;
    height: 254px;
    object-fit: scale-down;
}

@media (max-width: 700px) {
  :root {
    --leftMargin: 20px;
    --rightMargin: 20px;
    --margin-top: 30px;
    --leftMargin1: 20px;
    --rightMargin1: 20px;
  }
}

@media (min-width: 1300px) {
  .justify-content-3xl-center {
    justify-content: center !important;
  }

  :root {
    --leftMargin1: 80px;
    --rightMargin1: 80px;
  }
}

@media (min-width: 1500px) {
  :root {
    --leftMargin1: 110px;
    --rightMargin1: 110px;
  }
}

@media (min-width: 2000px) {
  :root {
    --leftMargin: calc(80px * 3);
    --rightMargin: calc(80px * 3);
    --leftMargin1: calc(80px * 5);
    --rightMargin1: calc(80px * 5);
  }
}

@media (min-width: 2500px) {
  :root {
    --leftMargin: calc(80px * 6);
    --rightMargin: calc(80px * 6);
    --leftMargin1: calc(80px * 7);
    --rightMargin1: calc(80px * 7);
  }
}

.custom-container {
  padding-left: var(--leftMargin);
  padding-right: var(--rightMargin);
}

/* side bar */
.wrapper {
  align-items: stretch;
  display: flex;
  width: 100%;
  font-family: "Oxanium", sans-serif;
}

.main-section-container {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  padding: 33px;
  transition: all 0.35s ease-in-out;
}

.body-container {
  width: 100%;
  height: 100%;
  background-color: rgb(239, 242, 246);
  display: flex;
}

#sidebar {
  max-width: 259px;
  width: 100%;
  z-index: 1000;
  border-right: 1px solid #E6EDFA;
  color: #8C8C8C;
  background-color: #fff;
}

.hrline {
  border: 1px solid #F0F0F0;
}

.sidebar-nav .sidebar-item a {
  font-weight: 500;
  color: #262626;
  text-decoration: none !important;
  display: flex;
  gap: 10px;
  align-items: center;
}

ul.sidebar-nav {
  overflow-y: scroll;
  height: 82vh;
}

ul.sidebar-nav::-webkit-scrollbar {
  display: none;
}

.sidebar-nav .side-head {
  padding: 8px 0;
  padding-left: 25px;
}

.sidebar-nav .sidebar-item a {
  padding: 12px 12px 12px 25px;
  color: #262626;
}

.sidebar-item a.active {
  border-right: 4px solid #1865FF;
  background-color: rgb(230, 238, 255);
  color: #1865FF;
}

.sidebar-nav .sidebar-item a.active {
  color: #1865FF;
}

.sidebar-item a.active svg g path,
.sidebar-item a.active svg path {
  fill: #1865FF;
}

nav.navbar {
  background-color: #fff;
  height: 70px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding-right: 30px;
  padding-left: 24px;
  z-index: 888;
}

nav .profile-dropdown button.dropdown-toggle {
  background-color: transparent;
  color: #565656;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
  display: grid;
  place-items: center;
}

nav .profile-dropdown button.dropdown-toggle::after {
  content: none;
}

nav .profile-dropdown ul.dropdown-menu {
  margin-top: 10px;
}

nav.navbar {
  background-color: #fff;
  height: 70px;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  padding-right: 30px;
  padding-left: 24px;
}

nav .profile-dropdown button.dropdown-toggle {
  background-color: transparent;
  color: #565656;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  padding: 0;
  display: grid;
  place-items: center;
}

nav .profile-dropdown button.dropdown-toggle::after {
  content: none;
}

nav .profile-dropdown ul.dropdown-menu {
  margin-top: 10px;
  min-width: 184px;
  min-height: 271px;
  border-radius: 8px;
  padding: 11px 16px;
  color: #8B8B8B;

}

nav .profile-dropdown ul.dropdown-menu .dropdown-item {
  padding-inline: 3px;
}

nav .profile-dropdown ul.dropdown-menu .current-plan-toastmsg {
  background-color: #E6EEFF;
  border: 1px solid #1865FF;
  border-radius: 8px;
  display: grid;
  place-items: center;
  padding: 8px 16px;
  color: #1865FF;
}

.nav-wrapper-container .main-container {
  overflow-y: auto;
  height: calc(100% - 94px);
}

/* Target scrollbar track */
.nav-wrapper-container .main-container::-webkit-scrollbar {
  width: 4px;
  /* scrollbar width */
  background: linear-gradient(83.2deg, #B0B0B0 5.33%, #8F8F8F 111.22%);
  box-shadow: 6px 6px 24px 0px #1354CC0D;

}

/* Target the draggable thumb */
.nav-wrapper-container .main-container::-webkit-scrollbar-thumb {
  background: #7082A7;
  /* thumb color */
  border-radius: 1px;
  /* roundness of the thumb */
  opacity: 1;
  /* always visible */
}

/* Hover effect */
.nav-wrapper-container .main-container::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* darker on hover */
}