@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* ----------------------------- Colors Variable ----------------------------- */
:root {
  --white: #ffffff;
  --black: #000000;
  --primary-black: #041D36;
  --primary-blue: #4872F4;
  --icon-dark: #5E6D7C;
  --icon-btn-hover: #F3F3F3;
  --icon-btn-cliked: #E3E6E8;
  --neutral-100: #E5E5E5;
  --neutral-300: #DEE1E7;
  --neutral-400: #95A0AC;
  --neutral-500: #5E6D7C;
  --neutral-600: #53575B;
  --neutral-700: #3D3F43;
  --black-10: #CFD2D4;
  --black-30: #DEE1E7;
  --black-40: #95A0AC;
  --black-50: #3D3F43;
  --black-60: #5E6D7C;
  --black-70: #53575B;
  --blue-10: #E5EAFA;
  --border-color: #C3C3C3;
  --border-dark: #C3C3C3;
  --border-light: #EDF0F2;
  --bg-secondary: #EDF1FE;
  --bg-extra-light: #F1F4FE;
  --bg-form: #F6F7FB;
  --bg-card: #E5E8EB;
  --box: #E3E6E8;
  --for-card: #E5E8EB;
  --divider-2: #EDF0F2;
  --dark-red: #FF2121;
  --dark-blue: #124CFF;
  --light-red: #FFD1D1;
  --orange: #FF8730;
  --light-orange: #FFE4D1;
  --dark-green: #058503;
  --light-green: #D2FFD1;
  --dark-yellow: #B6A400;
  --light-yellow: #FFF8D1;
  --bhk-1: #F4AF48;
  --bhk-2: #868686;
  --bhk-3: #48A1F4;
  --bhk-4: #956464;
  --bhk-5: #A848F4;
  --bhk-6: #00CDCD;
  --bhk-7: #639568;
  --red-accent: #FF5D5D;
  --style: #07CA03;
  --btn-primary: #4872F4;
  --btn-primary-hover: #2243A7;
  --btn-primary-click: #295BF4;
  --btn-secondary-hover: #D7E0FC;
  --btn-secondary-click: #E3EAFF;
  --tags-green: #EBFFEB;
  --tags-red: #FFEBEB;
  --btn-warning-clicked: #CB3232;
  --background-heavy: #ebebeb;
  --web-gradient: linear-gradient(90deg, #0066FF 0%, #7C2BFF 100%);
  --border-color-profile: #CBD1E1;
  --text-demo-p: #BEBEBE;
}

/* ----------------------------- Scroll-Bar ----------------------------- */
* {
  --sb-thumb-color: var(--background-heavy, #ebebeb);
  --sb-size: 4px;
  scrollbar-color: var(--background-heavy, #ebebeb);
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

*::-webkit-scrollbar-track {
  border-radius: 9px;
}

*::-webkit-scrollbar-thumb {
  background: var(--background-heavy, #ebebeb);
  border-radius: 42px;
}

.hide-scroll::-webkit-scrollbar {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.word-break-all {
  word-break: break-all !important;
}

a {
  text-decoration: none;
}

/* Input Date icon changes */
input[type="date"],
input[type="month"],
input[type="datetime-local"] {
  position: relative;
  padding: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="month"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  color: transparent;
  background: none;
  z-index: 1;
}

input[type="date"]:before,
input[type="month"]:before,
input[type="datetime-local"]:before {
  background: none;
  display: block;
  content: url('data:image/svg+xml,<svg width="17" height="16" viewBox="0 0 17 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M14.5 6.66634H2.5M11.1667 1.33301V3.99967M5.83333 1.33301V3.99967M5.7 14.6663H11.3C12.4201 14.6663 12.9802 14.6663 13.408 14.4484C13.7843 14.2566 14.0903 13.9506 14.282 13.5743C14.5 13.1465 14.5 12.5864 14.5 11.4663V5.86634C14.5 4.74624 14.5 4.18618 14.282 3.75836C14.0903 3.38204 13.7843 3.07607 13.408 2.88433C12.9802 2.66634 12.4201 2.66634 11.3 2.66634H5.7C4.5799 2.66634 4.01984 2.66634 3.59202 2.88433C3.21569 3.07607 2.90973 3.38204 2.71799 3.75836C2.5 4.18618 2.5 4.74624 2.5 5.86634V11.4663C2.5 12.5864 2.5 13.1465 2.71799 13.5743C2.90973 13.9506 3.21569 14.2566 3.59202 14.4484C4.01984 14.6663 4.5799 14.6663 5.7 14.6663Z" stroke="%235E6D7C" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
  /* This is the calendar icon in FontAwesome */
  width: 16px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 14px;
}

/* ----------------------------- Font-Size-&-Colors ----------------------------- */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

/* ---- light ---- */
.light-12 {
  font-size: 12px !important;
  font-weight: 300 !important;
}

.light-14 {
  font-size: 14px !important;
  font-weight: 300 !important;
}

.light-16 {
  font-size: 16px !important;
  font-weight: 300 !important;
}

.light-18 {
  font-size: 18px !important;
  font-weight: 300 !important;
}

.light-20 {
  font-size: 20px !important;
  font-weight: 300 !important;
}

.light-22 {
  font-size: 22px !important;
  font-weight: 300 !important;
}

.light-24 {
  font-size: 24px !important;
  font-weight: 300 !important;
}

.light-26 {
  font-size: 26px !important;
  font-weight: 300 !important;
}

.light-32 {
  font-size: 32px !important;
  font-weight: 300 !important;
}

.light-40 {
  font-size: 40px !important;
  font-weight: 300 !important;
}

/* ---- regular ---- */
.regular-10 {
  font-size: 10px !important;
  font-weight: 400 !important;
}

.regular-12 {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.regular-14 {
  font-size: 14px !important;
  font-weight: 400 !important;
}

.regular-16 {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.regular-18 {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.regular-20 {
  font-size: 20px !important;
  font-weight: 400 !important;
}

.regular-22 {
  font-size: 22px !important;
  font-weight: 400 !important;
}

.regular-24 {
  font-size: 24px !important;
  font-weight: 400 !important;
}

.regular-26 {
  font-size: 26px !important;
  font-weight: 400 !important;
}

.regular-28 {
  font-size: 28px !important;
  font-weight: 400 !important;
}

.regular-30 {
  font-size: 30px !important;
  font-weight: 400 !important;
}

.regular-32 {
  font-size: 32px !important;
  font-weight: 400 !important;
}

.regular-36 {
  font-size: 36px !important;
  font-weight: 400 !important;
}

.regular-40 {
  font-size: 40px !important;
  font-weight: 400 !important;
}

/* ---- medium ---- */
.medium-12 {
  font-size: 12px !important;
  font-weight: 500 !important;
}

.medium-14 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.medium-16 {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.medium-18 {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.medium-20 {
  font-size: 20px !important;
  font-weight: 500 !important;
}

.medium-22 {
  font-size: 22px !important;
  font-weight: 500 !important;
}

.medium-24 {
  font-size: 24px !important;
  font-weight: 500 !important;
}

.medium-26 {
  font-size: 26px !important;
  font-weight: 500 !important;
}

.medium-28 {
  font-size: 28px !important;
  font-weight: 500 !important;
}

.medium-30 {
  font-size: 30px !important;
  font-weight: 500 !important;
}

.medium-32 {
  font-size: 32px !important;
  font-weight: 500 !important;
}

.medium-36 {
  font-size: 36px !important;
  font-weight: 500 !important;
}

/* ---- Semi-Bold ---- */
.semibold-12 {
  font-size: 12px !important;
  font-weight: 600 !important;
}

.semibold-14 {
  font-size: 14px !important;
  font-weight: 600 !important;
}

.semibold-16 {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.semibold-18 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.semibold-20 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.semibold-22 {
  font-size: 22px !important;
  font-weight: 600 !important;
}

.semibold-24 {
  font-size: 24px !important;
  font-weight: 600 !important;
}

.semibold-26 {
  font-size: 26px !important;
  font-weight: 600 !important;
}

.semibold-28 {
  font-size: 28px !important;
  font-weight: 600 !important;
}

.semibold-30 {
  font-size: 30px !important;
  font-weight: 600 !important;
}

.semibold-32 {
  font-size: 32px !important;
  font-weight: 600 !important;
}

.semibold-40 {
  font-size: 40px !important;
  font-weight: 600 !important;
}

/* ---- Bold ---- */
.bold-8 {
  font-size: 8px !important;
  font-weight: 700 !important;
}

.bold-14 {
  font-size: 14px !important;
  font-weight: 700 !important;
}

.bold-16 {
  font-size: 16px !important;
  font-weight: 700 !important;
}

.bold-18 {
  font-size: 18px !important;
  font-weight: 700 !important;
}

.bold-20 {
  font-size: 20px !important;
  font-weight: 700 !important;
}

.bold-22 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.bold-24 {
  font-size: 24px !important;
  font-weight: 700 !important;
}

.bold-26 {
  font-size: 26px !important;
  font-weight: 700 !important;
}

.bold-28 {
  font-size: 28px !important;
  font-weight: 700 !important;
}

.bold-30 {
  font-size: 30px !important;
  font-weight: 700 !important;
}

.bold-32 {
  font-size: 32px !important;
  font-weight: 700 !important;
}

/* ---- Extra-Bold ---- */
.extraBold-8 {
  font-size: 8px !important;
  font-weight: 800 !important;
}

.extraBold-14 {
  font-size: 14px !important;
  font-weight: 800 !important;
}

.extraBold-16 {
  font-size: 16px !important;
  font-weight: 800 !important;
}

.extraBold-18 {
  font-size: 18px !important;
  font-weight: 800 !important;
}

.extraBold-20 {
  font-size: 20px !important;
  font-weight: 800 !important;
}

.extraBold-22 {
  font-size: 22px !important;
  font-weight: 800 !important;
}

.extraBold-24 {
  font-size: 24px !important;
  font-weight: 800 !important;
}

.extraBold-26 {
  font-size: 26px !important;
  font-weight: 800 !important;
}

.extraBold-28 {
  font-size: 28px !important;
  font-weight: 800 !important;
}

.extraBold-30 {
  font-size: 30px !important;
  font-weight: 800 !important;
}

.extraBold-32 {
  font-size: 32px !important;
  font-weight: 800 !important;
}

.bold900-14 {
  font-size: 14px !important;
  font-weight: 900 !important;
}

/* -------- custom spacing and gap -------- */
.gap-24 {
  gap: 24px !important;
}

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

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

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

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

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

.gap-80 {
  gap: 80px !important;
}


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

.w-120px {
  width: 120px;
}

/* -------- Font-Color -------- */
.text-dark {
  color: var(--primary-black) !important;
}

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

.text-rejected {
  color: #4E0000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-approved {
  color: #024E00 !important;
}

.text-demo-p {
  color: var(--text-demo-p);
}

.text-blue__ {
  color: #00409F;
}

.text-black__ {
  color: #2D2D2D;
}

.text-#444444 {
  color: #444444;
}

.text-104BA4 {
  color: #104BA4;
}

.text-282828 {
  color: #282828;
}

.text-highlight {
  color: #2160E1;
}

.border-color-profile {
  border-color: var(--border-color-profile) !important;
}

/* -------- Width -------- */
.width-40p {
  width: 40%;
}

.width-60p {
  width: 60%;
}

.width-400px {
  width: 400px !important;
}

a.link:hover {
  color: var(--primary-blue);
}

a.link:hover {
  color: var(--btn-primary-hover);
}

/* -------- padding -------- */
.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-24 {
  padding: 24px;
}

/* -------- Auth -------- */
.auth-body {
  height: 100dvh;
  /* overflow-y: hidden; */
}

.auth-main-bg {
  height: 100%;
  background-image: url(../new_images/loginMainIMG.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 400px;
}

.auth-header {
  padding: 42px 58px;
}

.auth-main {
  padding-top: 84px;
  padding-bottom: 0px;
  padding-left: 58px;
  height: 100%;
  height: calc(100dvh - 122px);
  overflow-y: auto;
}

.gradient-text {
  background: linear-gradient(90deg, #0066FF 0%, #7C2BFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.auth-info-card {
  background-color: var(--bg-secondary);
  padding: 12px;
  border-radius: 4px;
}

/* ---------------------------- OTP Input -------------------------- */

.otp-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
}

.otp-field input {
  width: 50px;
  height: 50px;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: var(--primary-black);
  background-color: #fff;
  border: 1px solid var(--neutral-300);
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.otp-field input:focus,
.otp-field input:active {
  color: #212529;
  background-color: #fff;
  border: 1px solid #646E8B;
  outline: 0;
  box-shadow: none;
}

.otp-field input:hover {
  color: #212529;
  background-color: #fff;
  border: 1px solid #646E8B;
  outline: 0;
  box-shadow: none;
}

.otp-field input.active {
  color: #212529;
  background-color: #fff;
  border: 1px solid #646E8B;
  outline: 0;
  box-shadow: none;
}

/* ----------------------------- Buttons ----------------------------- */
.btn {
  outline: none;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
  border-radius: 6px;
  padding: 0px 16px;
  text-wrap: nowrap;
  height: 36px;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

.btn-sm {
  padding: 0px 16px;
  height: 34px;
}

.btn-md {
  padding: 0px 18px;
  height: 36px;
}

.btn-lg {
  padding: 0px 24px;
  height: 40px;
}

.btn-xl {
  padding: 0px 24px;
  height: 44px;
}

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

.btn-primary:hover {
  border: none;
  outline: none !important;
  background-color: var(--btn-primary-hover);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  border: none;
  outline: none !important;
  background-color: var(--btn-primary-click);
  color: var(--white);
  transition: 0.3s ease-in-out;
}


.btn-primary:disabled {
  border: none;
  background-color: var(--black-10);
  color: var(--white);
  box-shadow: none !important;
}

.btn-secondary {
  border: none;
  background: var(--bg-secondary);
  color: var(--primary-blue);
  transition: 0.3s ease-in-out;
}

.btn-secondary:hover {
  border: none;
  background: var(--btn-secondary-hover);
  color: var(--primary-blue);
  transition: 0.3s ease-in-out;
}

.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  border: none;
  background: var(--btn-secondary-click);
  color: var(--primary-blue);
  transition: 0.3s ease-in-out;
}

.btn-outline {
  border: 1px solid #E0E0E0;
  background: transparent;
  color: var(--primary-black);
  transition: 0.3s ease-in-out;
}

.btn-outline:hover {
  border: 1px solid var(--bg-secondary);
  background: var(--bg-secondary);
  color: var(--primary-black);
  transition: 0.3s ease-in-out;
}

.btn-outline:focus,
.btn-outline:active,
.btn-outline:active:focus {
  border: 1px solid var(--btn-secondary-hover);
  background: transparent;
  color: var(--primary-black);
  transition: 0.3s ease-in-out;
}

.purchase-plan-btn {
  border: 1px solid var(--primary-blue);
}

.purchase-plan-btn:hover {
  border: 0px;
}

.btn-danger {
  border: none;
  background: var(--dark-red);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.btn-danger:hover {
  border: none;
  background: var(--red-accent);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger:active:focus {
  border: none;
  background: var(--btn-warning-clicked);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.btn-success {
  border: none;
  background: var(--dark-green);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.btn-success:hover {
  border: none;
  background: var(--green-accent, #56B654);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.btn-success:focus,
.btn-success:active,
.btn-success:active:focus {
  border: none;
  background: var(--btn-sucess-clicked, #0A6008);
  color: var(--white);
  transition: 0.3s ease-in-out;
}

.btn-Tertiary {
  border: none;
  background: transparent;
  color: var(--primary-blue);
}

.btn-Tertiary:hover {
  border: none;
  background: var(--bg-secondary);
  color: var(--btn-primary-hover);
}

.btn-Tertiary:focus,
.btn-Tertiary:active,
.btn-Tertiary:active:focus {
  border: none;
  background: transparent;
  color: var(--btn-primary-hover);
}


.btn-Tertiary-no-fill {
  border: none;
  background: transparent;
  color: var(--text-highlight);
}

.btn-Tertiary-no-fill:hover,
.btn-Tertiary-no-fill:focus,
.btn-Tertiary-no-fill:active,
.btn-Tertiary-no-fill:active:focus {
  border: none;
  background: transparent;
  color: var(--text-highlight);
}

.btn-Tertiary-outline {
  border: 1px solid #E2E2E2;
  background: var(--white);
  color: var(--black-70);
}

.btn-Tertiary-outline:hover,
.btn-Tertiary-outline:focus,
.btn-Tertiary-outline:active,
.btn-Tertiary-outline:active:focus {
  border: 1px solid #E2E2E2;
  background: var(--white);
  color: var(--blue);
  fill: var(--blue) !important;
  box-shadow: 0px 1px 1px 0px #0000000F, 0px -1px 1px 0px #0000000F;
}

.btn-Tertiary-outline:hover svg path,
.btn-Tertiary-outline:focus svg path,
.btn-Tertiary-outline:active svg path,
.btn-Tertiary-outline:active:focus svg path {
  fill: var(--blue) !important;
}


.btn-disabled {
  border: none;
  background-color: var(--button-disabled);
  color: var(--text-disabled);
  cursor: not-allowed;
}

.btn-disabled,
.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active,
.btn-disabled:active:focus {
  border: none;
  background-color: var(--button-disabled);
  color: var(--text-disabled);
  cursor: not-allowed;
}

.icon-btn {
  outline: none !important;
  border: none;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 36px;
  width: 36px;
}

.icon-btn-sm {
  min-height: 36px;
  min-width: 36px;
}

.icon-btn-md {
  min-height: 40px;
  min-width: 40px;
}

.icon-btn-lg {
  min-height: 48px;
  min-width: 48px;
}

.icon-btn-primary {
  border: none;
  background: var(--primary-blue);
  color: var(--white);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-primary:hover {
  border: none;
  background: var(--btn-primary-hover);
  color: var(--white);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-primary:focus,
.icon-btn-primary:active,
.icon-btn-primary:active:focus {
  border: none;
  background: var(--btn-primary-click);
  color: var(--white);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-secondary {
  border: none;
  background: var(--bg-secondary);
  color: var(--primary-blue);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-secondary:hover {
  border: none;
  background: var(--btn-secondary-hover);
  color: var(--primary-blue);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-secondary:focus,
.icon-btn-secondary:active,
.icon-btn-secondary:active:focus {
  border: none;
  background: var(--btn-secondary-click);
  color: var(--primary-blue);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-outline {
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--border-light);
  border-radius: 50%;
}

.icon-btn-outline:hover {
  border: none;
  background-color: #F8FAFF;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-outline-warning {
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--border-light);
  border-radius: 50%;
}

.icon-btn-outline-warning:hover {
  border: none;
  background-color: #FDE8E8;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.icon-btn-outline:focus .icon-btn-outline:active,
.icon-btn-outline:active:focus {
  border: 1px solid var(--btn-secondary-click);
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}

.icon-btn-secondary-warning {
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--border-light);
  border-radius: 50%;
  outline: none;
}

.icon-btn-secondary-warning:hover {
  border: 1px solid transparent;
  background-color: #FDE8E8;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  outline: none;
}

.icon-btn-secondary-warning:focus .icon-btn-secondary-warning:focus-within,
.icon-btn-secondary-warning:focus-visible,
.icon-btn-secondary-warning:active,
.icon-btn-secondary-warning:active:focus {
  border: 1px solid var(--border-light);
  background-color: #FDE8E8;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  outline: none;
}

.icon-btn-tertiary {
  border: none;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}

.icon-btn-tertiary:hover {
  border: none;
  background-color: var(--icon-btn-hover);
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}

.icon-btn-tertiary:focus,
.icon-btn-tertiary:active,
.icon-btn-tertiary:active:focus {
  border: none;
  background-color: var(--icon-btn-cliked);
  transition: 0.3s ease-in-out;
  border-radius: 50%;
}

.icon-btn-danger {
  border: 1px solid var(--border-light);
  background-color: transparent;
  /* transition: 0.3s ease-in-out; */
  border-radius: 50%;
  outline: none;
}

.icon-btn-danger:hover,
.icon-btn-danger:focus,
.icon-btn-danger:active,
.icon-btn-danger:active:focus {
  border: none;
  background-color: #FDE8E8;
  /* transition: 0.3s ease-in-out; */
  border-radius: 50%;
  outline: none;
}

.header-round-btn {
  border: 0px;
  outline: none;
  background-color: transparent;
  width: 36px;
  height: 36px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-round-btn:hover {
  background-color: var(--icon-btn-hover);
  box-shadow: none;
}

.header-round-btn:focus,
.header-round-btn:active,
.header-round-btn:active:focus {
  background-color: var(--icon-btn-cliked);
  box-shadow: none;
}

/* --------------------------------- Input ------------------------------- */
.input-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 150px;
}

.input-textarea-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  min-width: 150px;
}

.input-textarea-container textarea {
  width: 100%;
  min-height: 200px;
  border: 1px solid var(--black-30);
}

.input-textarea-container textarea:hover,
.input-textarea-container textarea:focus,
.input-textarea-container textarea:focus-within {
  width: 100%;
  min-height: 200px;
  border: 1px solid #646E8B;
}

.input-container label {
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-black);
  text-transform: capitalize;
}

.input-container .form-control {
  display: block;
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-black);
  background-color: #fff;
  border: 1px solid var(--neutral-300);
  background-clip: padding-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-container .form-control:hover {
  color: #212529;
  background-color: #fff;
  border: 1px solid #646E8B;
  outline: 0;
  box-shadow: none;
}

.input-container .form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 1px solid #646E8B;
  outline: 0;
  box-shadow: none;
}

.input-container .form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--neutral-400);
}

textarea::placeholder {
  font-size: 14px !important;
}

.input-container .form-select {
  display: block;
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  color: var(--primary-black);
  background-color: var(--white);
  background-clip: padding-box;
  border: 1px solid var(--neutral-300);
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-container .form-select:hover {
  color: #212529;
  background-color: #fff;
  border: 1px solid #646E8B;
  outline: 0;
  box-shadow: none;
}

.input-container .form-select:focus {
  color: #212529;
  background-color: #fff;
  border: 1px solid #646E8B;
  outline: 0;
  box-shadow: none;
}

.input-container .input_icon {
  position: absolute;
  top: calc(50% - 13px);
  right: 13px;
  z-index: 2;
}

.input-icons {
  width: 100%;
  position: relative;
}

.input-container .input-icons .form-control {
  padding: 0.48rem 2.3rem 0.48rem 0.75rem;
}


/* search-bar*/
.search-input-container {
  position: relative;
  min-width: 289px;
}

.search-input-container .input-icons .form-control {
  padding: 7px 35px 7px 19px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
}

.search-input-container .form-control:hover {
  color: #212529;
  border: 1px solid #E0E0E0;
  outline: 0;
  box-shadow: none;
  background-color: #FFFFFF;
}

.search-input-container .form-control:focus {
  color: #212529;
  background-color: #FFFFFF;
  border: 1px solid #041D3626;
  outline: 0;
  box-shadow: none;
}

.search-input-container .form-control::placeholder {
  font-size: 14px;
  font-weight: 600;
  color: var(--neutral-400);
}

.search-input-container .input_icon {
  position: absolute;
  top: calc(50% - 13px);
  right: 13px;
  z-index: 2;
}

/* custom-search */
.custom-search {
  height: 40px;
  display: flex;
  align-items: center;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 0px 19px;
  gap: 12px;
}

.custom-search input,
.custom-search input:hover,
.custom-search input:focus,
.custom-search input::placeholder,
.custom-search input:focus-within,
.custom-search input:focus-visible {
  border: none !important;
  outline: none;
  font-size: 14;
  font-weight: 600;
  color: var(--neutral-400);
}


/* ------------------------------- Checkbox ------------------------------- */
.form-check-input {
  height: 18px;
  width: 18px;
  border: 1px solid var(--neutral-500);
  margin: 4px;
}

.form-check-input[type="checkbox"] {
  border-radius: 2px;
  padding: 6px 3px;
  margin: 10px;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: var(--neutral-500);
}

.form-check-input:checked {
  background-color: var(--text-highlight);
  border-color: var(--neutral-500);
}

.form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--primary-blue);
  border-color: var(--neutral-500);
}

.form-check-input:checked {
  background-color: var(--primary-blue);
  border-color: var(--text-highlight);
}

.form-check-input:active {
  filter: none;
}

.form-check-input:focus {
  border-color: var(--neutral-500);
  box-shadow: none;
}

.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url('data:image/svg+xml,<svg width="14" height="10" viewBox="0 0 14 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13 1L4.75 9.25L1 5.5" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

/* ------------------ Header ----------------------- */
.top-header-second .navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0px 4px 4px 0px #0000000F;
  background-clip: padding-box;
  height: 50px;
  z-index: 10;
  padding: 0px 24px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-section-h {
  margin-top: 50px;
  overflow-y: auto;
  height: calc(100dvh - 50px);
}

/* --------------- Dropdown ---------------------- */

.dropdown-profile {
  width: 300px !important;
  padding: 32px 24px;
}


.dropdown .dropdown-menu-custom {
  min-width: 300px;
  width: fit-content;
  border: 0px;
  box-shadow: 0px 8px 16px 0px #12141930, 0px 0px 1px 0px #00000030;
}

.dropdown .dropdown-menu-custom .dropdown-item {
  color: var(--primary-black);
  padding: 8px 16px;
}

.dropdown .dropdown-menu-custom .dropdown-item:focus,
.dropdown .dropdown-menu-custom .dropdown-item:hover,
.dropdown .dropdown-menu-custom .dropdown-item:active {
  text-decoration: none;
  background-color: #f9f9fb;
}

/* Dropdown Container */
.dropdown .custom-dropdown-01-menu {
  width: fit-content;
  min-width: 100px;
  max-width: 300px;
  border: none;
  background-color: #fff;
  box-shadow: 2px 3px 8px 0px #0000001A;
  z-index: 1000;
  padding: 0;
  margin: 0;
  border-radius: 0;
}

/* Dropdown Items */
.dropdown .custom-dropdown-01-item {
  padding: 10px 22px;
  text-decoration: none;
  color: #041D36;
  display: block;
  font-weight: 400;
  font-size: 14px;
  transition: background-color 0.2s;
}

/* Hover / Focus State */
.dropdown .custom-dropdown-01-item:hover,
.dropdown .custom-dropdown-01-item:focus {
  background-color: #f1f5f9;
  color: #041D36;
}


/* ----------------------- Project Listing ------------------------- */
.demonstration-info-popup .modal-content {
  border-radius: 4px;
  border: none;
}

.demonstration-info-popup .modal-header {
  border-radius: 0px;
  height: 50px;
  padding: 0px 32px;
  border-bottom: 1px solid var(--black-30);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.demonstration-info-popup .modal-body {
  padding: 0px;
  margin: 0px;
  height: 100%;
}

.demonstration-info-popup-card {
  width: 100%;
  max-width: 320px;
  padding: 24px 32px;
  background: #141D37;
  border-top-right-radius: 80px;
  min-height: 400px;

}

.padding-24y-32x {
  padding: 24px 32px;
}

/* ----------------------- ORG Listing ------------------------- */
.org-listing-card {
  background: var(--white);
  border: 1px solid #E8E8E8;
  padding: 0px 12px;
  border-radius: 4px;
  background: url("../new_images/orgListCardBG.png");
  background-position: left;
  background-size: 553px 100%;
  background-repeat: no-repeat;
}

.org-activation-lb-card {
  border-left: 2px solid #124CFF;
  background: #F6F7FB;
  padding: 8px;
  border-radius: 2px;
}

.upload-attachment {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 22px 32px;
  border: 2px dashed #C3C3C3;
  border-radius: 8px;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.custom-modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}



/* ----------------------- module Listing ------------------------- */
.module-list-bg {
  height: 100%;
  background: url("../new_images/moduleListBG.png");
  background-position: bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.module-price-btn {
  outline: none;
  width: fit-content;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 8px;
  border-radius: 6px;
  padding: 0px 16px;
  text-wrap: nowrap;
  height: 36px;
  margin: 0px;
  border: none;
  background: linear-gradient(90deg, #0066FF 0%, #7C2BFF 100%) !important;
}

.module-price-btn:hover {
  background: #2243A7 !important;
}

.module-list-wlc-card {
  background-color: #EDECFF;
  border: 1px solid var(--bg-card);
  border-radius: 10px;
}

.module-list-wlc-card-inner {
  background-color: var(--white);
  border-bottom-right-radius: 108px;
  padding: 24px 24px 24px 0px;
  height: 100%;
}

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

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

.ps-24 {
  padding-left: 24px;
}

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

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

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

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

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

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

.pe-12 {
  padding-right: 12px;
}

.text-invertedComma {
  background: url("../new_images/invertedComma.png") no-repeat;
  background-position: 13px -1px;
  background-size: 36px 36px;
  position: relative;
  height: fit-content;
}

.module-card-hover {
  position: relative;
  height: 110px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.module-name-card,
.module-info-card {
  position: absolute;
  top: 0;
  left: 0;
  height: 110px;
  width: 100%;
  border-radius: 10px;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Default visible state */
.module-name-card {
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 12px 0;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* Hidden initially */
.module-info-card {
  background: linear-gradient(90deg, #003D93 0%, #005C8A 100%);
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  padding: 16px 18px 0px 18px;
  gap: 8px;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

/* On hover: fade in info card, fade out name card */
.module-card-hover:hover .module-name-card {
  opacity: 0;
  visibility: hidden;
}

.module-card-hover:hover .module-info-card {
  opacity: 1;
  visibility: visible;
}


/* ----------------------- Project Listing ------------------------- */
.pro-org-section {
  height: 230px;
  background: url("../new_images/projectBGImage.png");
  background-position: end;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 24px 32px;
  position: relative;
}

/* Hidden by default */
.pro-org-name-btn {
  display: none;
  align-items: center;
  gap: 8px;
}

/* Show on hover of parent */
.pro-org-section:hover .pro-org-name-btn {
  display: flex;
}



.org-hub-card {
  border: 1px solid #F5F5F5;
  box-shadow: 1px 1px 8px 0px #00000005, -1px -1px 8px 0px #00000005;
  border-radius: 8px;
  overflow: hidden;
  background-image: url("../new_images/orgCardBG.svg");
  background-color: var(--bg-secondary);
  background-position: bottom;
  background-size: auto 60px;
  /* Y-axis fix karo, X ko auto repeat hone do */
  background-repeat: repeat-x;
}


.org-hub-card:hover {
  box-shadow: 4px 4px 10px 0px #0000002E, -4px -4px 10px 0px #0000002E;
}

.project-list-card {
  border: 1px solid #F5F5F5;
  box-shadow: 1px 1px 8px 0px #00000005, -1px -1px 8px 0px #00000005;
  border-radius: 8px;
  overflow: hidden;
  background-image: url("../new_images/orgCardBG.svg");
  background-color: #fff;
  background-position: bottom;
  background-size: auto 60px;
  /* Y-axis fix karo, X ko auto repeat hone do */
  background-repeat: repeat-x;
}


.project-listing-img {
  margin: 8px 0px 8px 16px;
  height: 156px;
  height: 64px;
  background-color: #F3F3F3;
}

.org-listing-img {
  padding: 0px 10px;
  margin: 14px 0px 14px 12px;
  height: 156px;
  height: 64px;
  border-radius: 4px;
  background-color: #F3F3F3;
}

.project-listing-notification-wrapper {
  position: relative;
  display: inline-block;
}

.project-listing-count {
  min-width: 20px;
  height: 24px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF5D5D;
  border-radius: 999px;
  /* makes it round/pill depending on width */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: -4px;
  right: -10px;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
}

.project-grid-count {
  min-width: 20px;
  height: 24px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FF5D5D;
  border-radius: 999px;
  /* makes it round/pill depending on width */
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 3px;
  right: 3px;
  z-index: 1;
  line-height: 1;
  white-space: nowrap;
}

.project-list-card:hover {
  background-color: var(--bg-secondary);
}

.org-hub-grid-card {
  border: 1px solid #F5F5F5;
  box-shadow: 1px 1px 8px 0px #00000005, -1px -1px 8px 0px #00000005;
  border-radius: 8px;
  overflow: hidden;
  /* background-image: url("../new_images/orgCardBG.svg"); */
  background-color: var(--bg-secondary);
  /* background-position: end right; */
  /* background-size: 100% 100%; */
  /* background-repeat: repeat; */
}


.org-hub-grid-card:hover {
  box-shadow: 4px 4px 10px 0px #0000002E, -4px -4px 10px 0px #0000002E;
}

.project-grid-card {
  border: 1px solid #F5F5F5;
  box-shadow: 1px 1px 8px 0px #00000005, -1px -1px 8px 0px #00000005;
  border-radius: 8px;
  overflow: hidden;
  background-image: url("../new_images/orgCardGridBG.png");
  background-color: #fff;
  background-position: bottom;
  background-size: 100% 70px;
  background-repeat: no-repeat;
}

.project-grid-card:hover {
  background-color: #EDF1FE;
}


.support-card .slider-container {
  width: 100%;
  height: 200px;
  max-width: 518px;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.support-card .card-slider {
  display: flex;
  transition: transform 0.6s ease;
}

.support-card .slide {
  min-width: 100%;
  max-width: 100%;
  background: var(--white);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
}

.support-card .slide.active {
  position: relative;
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

.support-card .dot {
  height: 3px;
  width: 3px;
  margin: 0 5px;
  background-color: #B8B8B8;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s;
}

.support-card .dot.active {
  height: 3px;
  width: 11px;
  background-color: var(--primary-blue);
}

.view-radio {
  display: inline-flex;
  border: 2px solid var(--border-light);
  border-radius: 6px;
  overflow: hidden;
  width: 100px;
  height: 36px;
}

.view-radio input[type="radio"] {
  display: none;
}

.view-option {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background 0.3s;
}

.view-option svg {
  stroke: var(--neutral-500);
}

.view-radio input[type="radio"]:checked+label {
  background-color: var(--primary-blue);
}

.view-radio input[type="radio"]:checked+label svg {
  stroke: var(--white);
}

.view-container {

  display: none;
}

.view-container.active {
  display: block;
}

/* custom-dropdown */
.custom-dropdown {
  border: 0px;
  min-width: 100px;
  max-width: 300px;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  box-shadow: 2px 3px 8px 0px #0000001A;
}

.custom-dropdown .dropdown-item {
  color: var(--primary-black);
  padding: 8px 16px;
}

.custom-dropdown .dropdown-item:focus,
.custom-dropdown .dropdown-item:hover,
.custom-dropdown .dropdown-item:active {
  text-decoration: none;
  background-color: #E5E5E5;
}

.custom-dropdown .dropdown-item:focus,
.custom-dropdown .dropdown-item:active {
  text-decoration: none;
  background-color: #EDF1FE;
}

/* ---------------- main Content ------------------ */

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.2s;
  height: 50px;
  padding: 15px 32px 15px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  z-index: 99;
  box-shadow: 0px 4px 4px 0px #0000000F;
}

.title-sub-header {
  position: sticky;
  top: 0px;
  padding: 8px 32px;
  border-bottom: 1px solid var(--divider-2);
  background: var(--white);
  z-index: 1;
}

.header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px 0px 16px;
  gap: 6px;
  font-size: 14px;
  outline: none !important;
  font-weight: 500;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--divider-2, #EDF0F2);
  color: var(--text-blue, #124CFF);
  height: 32px;
}

.header-img-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 16px 0px 16px;
  outline: none !important;
  border-radius: 4px;
  background: transparent;
  border: 1px solid var(--divider-2, #EDF0F2);
  height: 32px;
}

.header-img-btn img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.main-header .header-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

.main-header .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header_dropdown_button {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* -------- Sidebar -------- */
.sidebar-wrapper {
  overflow-x: hidden;
}

.sidebar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 50px;
  left: 0;
  width: 270px;
  height: calc(100dvh - 50px);
  background-color: #FFFFFF;
  background-clip: padding-box;
  z-index: 9;
  padding: 24px 0px 0px 0px;
  border-right: 1px solid var(--black-10);
  box-shadow: 0px 4px 4px 0px #0000001F;
}

.sidebar-wrapper.active {
  position: fixed;
  top: 50px;
  left: 0;
  width: 55px;
  height: 100%;
  background-color: #FFFFFF;
  background-clip: padding-box;
  z-index: 9;
  padding: 24px 0px 24px 0px;
  border-right: 1px solid var(--black-10);
  box-shadow: 0px 4px 4px 0px #0000001F;
}

.sidebar-inner {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
}

.sidebar-menu-container .sidebar-menu ul {
  list-style-type: none;
  width: 100%;
  padding: 0px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.sidebar-menu-container .sidebar-menu li.active .menu-item,
.sidebar-menu-container .sidebar-menu li.active:hover .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: var(--blue, #4872F4);
  font-weight: 500;
}

.sidebar-menu-container .sidebar-menu li.active .menu-item svg path,
.sidebar-menu-container .sidebar-menu li.active:hover .menu-item svg path {
  fill: var(--blue, #4872F4);
}

.sidebar-menu-container .sidebar-menu li.active:hover {
  padding: 10px 24px 10px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 3px solid var(--blue, #4872F4);
  cursor: pointer;
  width: 100%;
  background-color: var(--secondary-bg, #EDF1FE);
  background: var(--secondary-bg, #EDF1FE);
}

.sidebar-menu-container .sidebar-menu li .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: var(--black-60, #5E6D7C);
  font-weight: 500;
}

.sidebar-menu-container .sidebar-menu li.active {
  padding: 10px 24px 10px 24px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 3px solid var(--blue, #4872F4);
  cursor: pointer;
  width: 100%;
  background-color: var(--secondary-bg, #EDF1FE);
}

.sidebar-menu-container .sidebar-menu li {
  padding: 10px 24px 10px 27px;
  width: 100%;
  cursor: pointer;
  gap: 8px;
  border-left: none;
  background-color: transparent;
}

.sidebar-menu-container .sidebar-menu li:hover {
  padding: 10px 24px 10px 27px;
  width: 100%;
  gap: 8px;
  border-left: none;
  background: linear-gradient(270.1deg, rgba(72, 114, 244, 0.05) 36.85%, rgba(42, 66, 142, 0.31) 110.96%);
}

.sidebar-menu-container .sidebar-menu li:hover .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: var(--text-dark, #041d36);
  font-weight: 500;
}

.sidebar-menu-container .sidebar-menu li:hover .menu-item svg path {
  fill: var(--text-dark, #041d36);
}

/* .sidebar-wrapper.active .sidebar-inner .sidebar-main .sidebar-main-innner {
  display: none !important;
} */
.sidebar-wrapper.active .sidebar-inner .sidebar-main .togglebtn-container {
  padding: 0px 4px !important;
}

.sidebar-wrapper.active .sidebar-inner .sidebar-main .togglebtn-container button svg {
  transform: rotate(180deg);
}

.sidebar-wrapper.active .sidebar-inner .sidebar-bottom span {
  display: none !important;
}

/* --------- Show SVG Icons when Sidebar Closed --------- */
.sidebar-wrapper.active .sidebar-inner .sidebar-main .sidebar-main-innner span,
.sidebar-wrapper.active .sidebar-inner .sidebar-main .sidebar-main-innner p {
  display: none !important;
}

.sidebar-wrapper.active .sidebar-menu-container .sidebar-menu li.active {
  padding: 10px 14px 10px 11px;
}

.sidebar-wrapper.active .sidebar-menu-container .sidebar-menu li {
  padding: 10px 14px 10px 14px;
}

.sidebar-wrapper.active .sidebar-inner .sidebar-main-innner {
  margin-top: 10px;
}

.sidebar-wrapper.active .sidebar-inner {
  height: calc(100vh - 80px);
}

/* -------- Main -------- */
.page-content {
  margin-top: 50px;
  margin-left: 270px;
  overflow-y: auto;
  height: calc(100dvh - 50px);
  overflow-x: hidden;
}

.page-content.active {
  margin-left: 55px;
}

.mainSidebar_offcanvas {
  max-width: 270px;
}

/* -------- Purchase Plan -------- */

.purchase-plan-bg {
  background-image: url("../new_images/purchasePlanBG.png");
  background-color: #fff;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
}

.purchase-plan-container {
  padding: 75px 75px;
  margin: auto;
  max-width: 960px;
  width: 100%;
}

/* -------- Purchase Plan switch -------- */

.purchase-switch-wrapper {
  position: relative;
  display: flex;
  background-color: #eef2ff;
  border-radius: 999px;
  padding: 4px;
  width: 300px;
  justify-content: space-between;
}

.purchase-switch-wrapper input[type="radio"] {
  display: none;
}

.purchase-switch-wrapper .switch-label {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #3366ff;
}

.purchase-switch-wrapper .slider-bg {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  width: calc(50% - 4px);
  background-color: #3366ff;
  border-radius: 999px;
  transition: transform 0.3s ease;
  z-index: 1;
}

.purchase-switch-wrapper #enterprise:checked~.slider-bg {
  transform: translateX(100%);
}

/* Change label text color on checked */
.purchase-switch-wrapper #premium:checked~label[for="premium"],
.purchase-switch-wrapper #enterprise:checked~label[for="enterprise"] {
  color: white;
}

/* Change SVG icon color using class and CSS filter */
.purchase-switch-wrapper .switch-label svg path {
  transition: all 0.3s ease;
  fill: #3366ff;
}

.purchase-switch-wrapper #premium:checked~label[for="premium"] svg path,
.purchase-switch-wrapper #enterprise:checked~label[for="enterprise"] svg path {
  fill: white;
}

/* Toggle content boxes */
.purchase-plan-price-box {
  display: none;
}

.purchase-plan-price-box.active {
  display: block;
}

.purchase-plan-info-card {
  background-color: #FFF4D9;
  border-radius: 24px;
  padding: 32px 32px 0px 32px;
}

/* Subscription Plan */

.subscription-plan-card .subscription-plan-card-line {
  border: 1px solid #CBD1E1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 1px 1px 0px #30303030, 0px 0px 1px 0px #00000030;
  border-radius: 4px;
  overflow: hidden;
}

.subscription-plan-card .subscription-plan-card-title {
  padding: 4px 16px;
  background-color: #CEE2FF;
  border-bottom: 1px solid #CBD1E1;
  width: 144px;
  height: 28px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -2px;
}

.subscription-plan-card.active .subscription-plan-card-line {
  border: 2px solid #005AE1;
  width: 100%;
  box-shadow: 0px 1px 1px 0px #30303030, 0px 0px 1px 0px #00000030;
  border-radius: 4px;
  overflow: hidden;
}

.subscription-plan-card.active .subscription-plan-card-title {
  padding: 4px 16px;
  background-color: #005AE1;
  border-bottom: 1px solid #CBD1E1;
}

.subscription-selecte-plan {
  border: 1px solid #E2E6F0;
  width: 100%;
  background-color: var(--primary-accent);
  padding: 0px 4px;
}


/* -------------Layout Settings------------- */


.sub-header {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.2s;
  padding: 6.5px 32px 6.5px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  border-bottom: 1px solid var(--divider-2);
}

.sub-header .header-left {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sub-header .header-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.settings-page-content {
  margin-top: 100px;
  margin-left: 270px;
  overflow-y: auto;
  height: calc(100dvh - 100px);
}

.settings-sidebar-wrapper {
  position: fixed;
  overflow-y: auto;
  top: 100px;
  left: 0;
  width: 270px;
  height: calc(100dvh - 100px);
  background-color: #FFFFFF;
  background-clip: padding-box;
  z-index: 9;
  padding: 26px 20px;
  border-right: 1px solid var(--divider-2);
}

.settings-sidebar-menu-container .sidebar-menu ul {
  list-style-type: none;
  width: 100%;
  padding: 0px;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 0px;
}

.settings-sidebar-menu-container .sidebar-menu li.active .menu-item,
.settings-sidebar-menu-container .sidebar-menu li.active:hover .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: var(--blue, #4872F4);
  font-weight: 500;
}

.settings-sidebar-menu-container .sidebar-menu li.active:hover {
  padding: 11.5px 12px 11.5px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 3px solid var(--dark-blue, #124CFF);
  cursor: pointer;
  width: 100%;
  background-color: var(--secondary-bg, #EDF1FE);
  background: var(--secondary-bg, #EDF1FE);
}

.settings-sidebar-menu-container .sidebar-menu li .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: var(--text-dark, #041D36);
  font-weight: 400;
}

.settings-sidebar-menu-container .sidebar-menu li.active {
  padding: 11.5px 12px 11.5px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 3px solid var(--dark-blue, #124CFF);
  cursor: pointer;
  border-radius: 2px;
  width: 100%;
  background-color: var(--secondary-bg, #EDF1FE);
}

.settings-sidebar-menu-container .sidebar-menu li {
  padding: 11.5px 12px 11.5px 12px;
  width: 100%;
  cursor: pointer;
  gap: 8px;
  border-left: 3px solid transparent;
  background-color: transparent;
}

.settings-sidebar-menu-container .sidebar-menu li:hover {
  padding: 11.5px 12px 11.5px 12px;
  width: 100%;
  gap: 8px;
  border-left: 3px solid transparent;
  background-color: var(--bg-form, #F6F7FB);
}

.settings-sidebar-menu-container .sidebar-menu li:hover .menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 14px;
  color: var(--text-dark, #041d36);
  font-weight: 400;
}

.settings-inner-header {
  padding: 32px 32px 0px 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.settings-main-section {
  padding: 24px 32px 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.settings-row-card {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--divider-2, #EDF0F2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.settings-row-card:last-of-type {
  border-bottom: none;
}

.wbs-settings-row-card {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--divider-2, #EDF0F2);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.wbs-settings-row-card:last-of-type {
  border-bottom: none;
}

.qr-preview-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: 16px 10px;
  background-color: #FBFBFF;
  border-radius: 4px;
  width: fit-content;
}

.qr-code {
  border: 1px solid var(--border-color);
  border-radius: 2px;
  padding: 8px;
}

.qr-code img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.description-content {
  display: flex;
  flex-direction: column;
  min-width: 400px;
  max-width: 40%;
  gap: 16px;
  padding-top: 54px;

}

.integration-container {
  padding: 8px 120px;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.integration-card {
  border: 1px solid var(--for-card);
  border-radius: 6px;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}

.integration-img {
  width: 42px;
  height: 42px;
}

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

/* switch */

.switch-container {
  display: flex;
  align-items: center;
  min-width: 80px;
}

.switch-container .toggle-switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.switch-container .toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-container .toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  border-radius: 38px;
  border: 1px solid #949db8;
  transition: 0.4s;
}

.switch-container .toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 1.3px;
  top: 1.25px;
  bottom: 2.5px;
  background-color: var(--white);
  border-radius: 50%;
  transition: 0.4s;
}

.switch-container .toggle-switch input:checked+.toggle-slider {
  background-color: var(--dark-green);
}

.switch-container .toggle-switch input+.toggle-slider {
  background-color: var(--red-accent);
}

.switch-container .toggle-switch input:checked+.toggle-slider:before {
  transform: translateX(16px);
  background-color: var(--white);
}

.switch-container span {
  font-size: 14px !important;
}

.text-on {
  color: var(--dark-green);
  font-size: 14px;
  font-weight: 400;
}

.text-off {
  color: var(--red-accent);
  font-size: 14px;
  font-weight: 400;
}

/* TABLE */

.table-container {
  margin-top: 20px;
  padding: 4px 0px 0px 0px;
}

.table-responsive.sticky-scroll {
  height: auto;
  overflow-y: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--for-card);
}

.table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: var(--white);
  box-shadow:
    inset 0 1px 0 #dee2e6,
    inset 0 -1px 0 #dee2e6;
}

th {
  text-wrap: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 24.32px;
  letter-spacing: 1%;
  color: var(--neutral-500);
}

td {
  font-size: 14px;
  font-weight: 400;
  line-height: 24.32px;
  letter-spacing: 1%;
  color: var(--primary-black);
}

.sortable-th-hover {
  position: relative;
  padding-right: 20px;
  /* space for icon */
  cursor: pointer;
}

.sortable-icon {
  position: absolute;
  right: 0px;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  display: none;
  width: 14px;
  height: 14px;
}

.sortable-th-hover:hover .sortable-icon {
  display: inline-block;
}

.sortable-th-hover .dropdown-menu-custom.dropdown-profile {
  left: auto !important;
  right: 0 !important;
  width: fit-content !important;
  box-shadow: 0px 4px 4px 0px #0000001F !important;
}

.sortable-th-none-hover {
  position: relative;
  padding-right: 20px;
  /* space for icon */
  cursor: pointer;
}

.sortable-th-none-hover .sortable-icon {
  position: absolute;
  right: 0px;
  top: calc(50% - 7px);
  transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
}

.sortable-th-none-hover .dropdown-menu-custom.dropdown-profile {
  left: auto !important;
  right: 0 !important;
  width: fit-content !important;
  box-shadow: 0px 4px 4px 0px #0000001F !important;
}

.table {
  border-bottom: 1px solid var(--for-card);
  border-left: 1px solid var(--for-card);
  border-right: 1px solid var(--for-card);
  margin: 0px;
}

.table> :not(caption)>*>* {
  padding: 8px 12px 8px 12px;
}

.table>thead>tr>* {
  border-bottom-width: 0px;
}

.table>thead,
.table>tbody {
  vertical-align: middle;
}

.table tbody tr:hover {
  /* cursor: pointer; */
  --bs-table-bg-state: #f1f4fe;
}

.table tbody tr td.details-ar {
  cursor: pointer;
}

/* .table tbody tr:hover td span {
  border-left: 1px solid var(--border-line);
}
 
.table tbody tr td span {
  border-left: 1px solid transparent;
  padding: 0px 0px 0px 12px;
} */


.table-hover-border {
  display: flex;
  align-items: center;
}

.table tbody tr td .table-hover-border .table-border-line {
  border-left: 1px solid transparent;
  padding-left: 16px;
  display: inline-block;
  height: 100%;
  min-height: 16px;
  /* ensures it shows at least */
}

.table tbody tr:hover td .table-hover-border .table-border-line {
  border-left: 1px solid var(--border-dark) !important;
}



.table.table.all-Checked thead tr,
.table.all-Checked tbody tr,
.table .checked-row {
  --bs-table-bg-state: #f1f4fe;
}

.table-footer span {
  font-size: 14px;
  font-weight: 300;
  line-height: 16.94px;
  color: var(--primary-black);
}

.table-footer svg {
  cursor: pointer;
}

.read-more-show,
.read-more-hide {
  color: var(--primary-blue);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.table-desc-hide {
  display: none;
}

.read-more-btn {
  color: var(--primary-blue);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

.border-line-light {
  border-color: var(--for-card) !important;
}

.border-line-light-hover {
  border-color: var(--primary-blue) !important;
}

/* chip */

.user-chip {
  background-color: var(--user-chip, #E9E9E9);
  color: var(--text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0px 12px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  width: fit-content;
  text-wrap: nowrap;
}

.table-container .form-check-input {
  margin: 4px !important;
}

/* ----------------------------- Custom Switch ------------------------------- */
.custom_switch_container input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.custom_switch_container {
  display: flex;
  align-items: center;
}

.custom_switch_container .custom_switch {
  cursor: pointer;
  text-indent: -9999px;
  width: 47px;
  height: 26px;
  background: grey;
  display: block;
  border-radius: 90px;
  position: relative;
  margin-bottom: 0px;
}

.custom_switch_container .custom_switch:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  transition: 0.2s ease;
}

.custom_switch_container input:checked+.custom_switch {
  background: var(--primary-blue);
}

.custom_switch_container input:checked+.custom_switch:after {
  left: calc(100% - 3px);
  transform: translateX(-100%);
}

.custom_switch_container .custom_switch:active:after {
  width: 25px;
}



/* Custom Offcanvas */
.custom-offcanvas {
  border-radius: 0px;
  min-width: 550px;
  max-width: 40%;
}

.custom-offcanvas.lg-offcanvas {
  border-radius: 0px;
  min-width: 630px;
  max-width: 44%;
}

.custom-offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 32px;
  border-radius: 0px;
  border-bottom: 1px solid var(--black-10);
}

.custom-offcanvas .offcanvas-body {
  padding: 24px 32px;
  height: calc(100vh - 121px);
  overflow: auto;
}

.custom-offcanvas .offcanvas-footer {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  box-shadow: 0px -4px 12px 0px #0000000F;
  padding: 10px 32px;
}

.custom-offcanvas-w-footer {
  border-radius: 0px;
  min-width: 513px;
  max-width: 40%;
}



/* Custom Modal */
.custom-modal .modal-content {
  border-radius: 4px;
  min-width: 600px;
}

.custom-modal .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 32px;
  border-radius: 0px;
  border-bottom: 1px solid var(--black-30);
}

.custom-modal .modal-body {
  padding: 24px 32px;
}

.custom-modal .modal-footer {
  display: flex;
  border: none !important;
  align-items: center;
  gap: 10px;
  justify-content: end;
  padding: 0px 24px 24px 24px;
}

.web-mobile-toggle {
  display: inline-flex;
  border: 1px solid var(--for-card);
  border-radius: 4px;
  overflow: hidden;
  font-family: sans-serif;
}

/* Hide default radio buttons */
.web-mobile-toggle input[type="radio"] {
  display: none;
}

/* Common label styles */
.web-mobile-toggle label {
  height: 36px;
  padding: 0px 10px;
  cursor: pointer;
  background-color: var(--white);
  color: var(--neutral-600);
  transition: all 0.3s ease;
  user-select: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Selected state */
.web-mobile-toggle input[type="radio"]:checked+label {
  background-color: var(--dark-blue);
  color: var(--white);
}

/* Rounded corners */
.web-mobile-toggle label:first-of-type {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.web-mobile-toggle label:last-of-type {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.purchase-plan-info-card-two {
  background-color: #D9F4F7;
  border-radius: 24px;
  padding: 0px 32px 0px 32px;
}

/* ------ Tab ----------- */
.tabs-line-custom {
  padding: 0px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  margin: 0px;
  border-bottom: 1px solid var(--divider-2);
  display: flex;
  align-items: center;
  gap: 8px;
}

.tabs-line-custom::-webkit-scrollbar {
  display: none;
}

.tabs-line-custom .nav-link {
  outline: none;
  border-top: none;
  border-right: none;
  border-left: none;
  background: transparent;
  color: var(--neutral-600);
  font-size: 14px;
  font-weight: 400;
  padding: 8px 10px 8px 10px;
  border-bottom: 3px solid transparent;
  text-wrap: nowrap;
  margin: 0px;
}

.tabs-line-custom .nav-link.active {
  font-weight: 500;
  color: var(--dark-blue);
  border-bottom: 3px solid var(--dark-blue);
  padding: 8px 10px 8px 10px;
}

/* ------------- Create view dropdown --------------- */
.create-view-dropdown {
  width: 200px;
}

.create-view-dropdown .dropdown-menu {
  width: 100%;
  border: none;
  background-color: #fff;
  box-shadow: 2px 3px 8px 0px #0000001A;
  z-index: 1000;
  padding: 0;
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  max-height: none;
}

.create-view-dropdown .dropdown-scroll {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

.create-view-dropdown .dropdown-item {
  padding: 10px 22px;
  text-decoration: none;
  color: #041D36;
  display: block;
  font-weight: 400;
  font-size: 14px;
  transition: background-color 0.2s;
}

.create-view-dropdown .dropdown-item:hover {
  background-color: #f1f5f9;
  color: #041D36;
}

.create-view-dropdown .dropdown-footer {
  display: block;
  padding: 12px 16px;
  text-align: center;
  font-size: 14px;
  color: #295BF4;
  font-weight: 500;
  background-color: #F6F7FB;
  position: sticky;
  bottom: 0;
  z-index: 10;
  text-decoration: none;
  border-top: none;
}

.create-view-dropdown .dropdown-footer:hover {
  background-color: #eef2ff;
}

/* Offcanvas custome */

.offcanvas-custome {
  width: 550px !important;
}

.offcanvas-custome .offcanvas-header {
  padding: 0px 32px 0px 32px;
  height: 52px;
  border-bottom: 1px solid var(--black-30) !important;
}

.offcanvas-custome .offcanvas-body .p32 {
  padding: 32px;
}

.offcanvas-custome .offcanvas-footer {
  box-shadow: 0px -4px 8px 0px #0000000a;
  padding: 18px 32px;
}

/* Filter bar section */

.filterbar-contents {
  padding: 18px 32px;
  height: calc(100dvh - 360px) !important;
  min-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: var(--bg-form);
}

.filterbar-contents-chip {
  width: fit-content;
  border-radius: 50px;
  background: transparent;
  border: 1px solid var(--neutral-300);
  padding: 8px 11px;
  gap: 4px;
}

.custom-round-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0px !important;
}

.custom-round-tabs .nav-item .nav-link {
  margin-right: 8px;
  border-radius: 53px;
  border: 1px solid var(--border-color, #C3C3C3);
  background-color: transparent;
  color: var(--primary-black);
  font-size: 16px;
  font-weight: 400;
  padding: 4px 12px;
  text-wrap: nowrap;
}

.custom-round-tabs .nav-item .nav-link.active {
  font-size: 16px;
  font-weight: 400;
  border: 1px solid var(--primary-blue);
  background: var(--primary-blue);
  color: var(--white);
}

.message-preview-container {
  border: 1px solid var(--neutral-300);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 8px 12px;
}

/* Chip */

.chip-primary {
  background-color: #EBF3FF;
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: var(--dark-blue);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-orange {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #FFE4D1;
  color: var(--orange);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-purple {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #A848F433;
  color: var(--bhk-5);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-yellow {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #FFF8D1;
  color: var(--dark-yellow);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-green {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #63956833;
  color: var(--bhk-7);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-gray {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #D7D7D7;
  color: var(--black-60);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-teal {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #00CDCD33;
  color: var(--bhk-6);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-sky-blue {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #D9F1FF;
  color: var(--primary-black);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-red {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #FFD1D1;
  color: var(--dark-red);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-success {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #D2FFD1;
  color: var(--dark-green);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-fill-orange {
  padding: 0px 12px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: var(--orange);
  color: var(--white);
  font-weight: 600;
  font-size: 12px;
  border-radius: 90px;
  text-wrap: nowrap;
  width: fit-content;
}

.chip-outline {
  background-color: transparent;
  color: var(--primary-black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--border-dark);
  padding: 0px 12px;
  border-radius: 53px;
  height: 32px;
  width: fit-content;
  text-wrap: nowrap;
}

.chip-outline img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 50%;
}

.red-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FF3B30 !important;
  color: white;
  font-size: 12px;
  border-radius: 10px;
  white-space: nowrap;
  border-radius: 21px;
}

.gap-55 {
  gap: 55px;
}

.inquiry-status-card {
  padding: 16px 18px;
  border: 1px solid #E5E8EB;
  border-radius: 12px;
  height: 100%;
}

.inquiry-sources-card {
  padding: 16px 18px;
  border: 1px solid #E5E8EB;
  border-radius: 12px;
  height: 100%;
  background-color: #F5F5F5;
  color: #00234B;
}

.card-color-primary {
  background-color: #EBF3FF;
  color: var(--dark-blue);
}

.card-color-orange {
  background-color: #FFE4D1;
  color: var(--orange);
}

.card-color-purple {
  background-color: #EEDAFD;
  color: var(--bhk-5);
}

.card-color-yellow {
  background-color: #FFF8D1;
  color: var(--dark-yellow);
}

.card-color-green {
  background-color: #E0EAE1;
  color: var(--bhk-7);
}

.card-color-gray {
  background-color: #D7D7D7;
  color: var(--neutral-600);
}

.card-color-teal {
  background-color: #CCF5F5;
  color: var(--bhk-6);
}

.builder-create-view {
  padding: 32px;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}

.builder-create-view-footer {
  padding: 21px 32px;
  background: #FFFFFF;
  box-shadow: 0px -4px 8px 0px #0000000A;
}

.create-form-bg {
  background-color: #f8f9ff !important;
}

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

/* ----------------------------- Import ------------------------------- */
.import-bg {
  background-color: #f8f9ff !important;
  padding: 18px 32px;
}

.import-data-line {
  border: 1px solid #CCCCCC;
  width: 34px;
}

.import-step-section {
  background: var(--white);
}

.import-step-one {
  bottom: -28px;
  left: 0px;
}

.import-step-two {
  bottom: -28px;
  left: -33px;
}

.import-step-three {
  bottom: -28px;
  right: 0px;
}

.border-table {
  border-color: var(--divider-2) !important;
}

.border-bottom1 {
  border-bottom: 1px solid var(--black-10) !important;
}

.border-right1 {
  border-right: 1px solid var(--divider-2) !important;
}

.border-primary {
  border-bottom: 1px solid var(--dark-blue) !important;
}


/* Import upload data */

.upload-container {
  width: 100%;
  height: 350px;
}

#drop-area {
  height: 100%;
  border: 2px dashed var(--primary-blue);
  padding: 30px;
  background-color: var(--white);
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s;

}

/* Unique class for the table */
.import-excel-table {
  width: 100%;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

/* Unique class for header cells */
.import-excel-header {
  background-color: var(--primary-blue);
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 6px;
  border: 1px solid var(--divider-2);
}

/* Unique class for body cells */
.import-excel-body {
  text-align: center;
  padding: 12px 32px;
  font-weight: 500;
  font-size: 16px;
  color: var(--primary-black);
  border: 1px solid var(--divider-2);
}

.import-excel tr:nth-child(even) .import-excel-body {
  background-color: #f2f2f2;
}

.import-mapped-field-card {
  min-width: 225px;
  padding: 18px 20px 18px 20px;
  gap: 20px;
  border-radius: 4px;
  background: #D2FFD1;
  /* border-left: 6px solid #06B718; */
}

.import-unmapped-field-card {
  min-width: 225px;
  padding: 18px 20px 18px 20px;
  gap: 20px;
  border-radius: 4px;
  background: #FAF7EA;
  /* border-left: 6px solid #E1B003; */
}

/* Radio Button custom */

.form-check.radio-custom {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 0;
}

.form-check.radio-custom label {
  color: #0F132A;
}

input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  margin: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #646E8B;
  border-radius: 22px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 22px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #2160E1;
}

input[type="radio"]:checked {
  border: 3px solid #2160E1;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}

/* -------- Setting main ------------- */
.sales-setting-p {
  padding: 24px 32px;
}

.sales-setting-card {
  width: 440px;
  border: 1px solid var(--bg-card);
  background: #FAFAFA;
  border-radius: 4px;
  padding: 24px 0px;
}

.sales-setting-card-title {
  background: linear-gradient(90deg, rgba(0, 102, 255, 0.1) 0%, rgba(124, 43, 255, 0) 100%);
}

/* -------- export radio button ------------- */

.export-radio {
  display: flex;
  align-items: center;
  padding: 14px 20px;
  border: 1.5px solid #E5E7EB;
  border-radius: 10px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;
}

.export-radio input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #cbd5e1;
  border-radius: 50%;
  margin-right: 12px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease;
}

.export-radio input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #2563eb;
  border-radius: 50%;
  transform: scale(0);
  transition: all 0.2s ease;
}

.export-radio input[type="radio"]:checked {
  border-color: #2563eb;
  background-color: #fff;
}

.export-radio input[type="radio"]:checked::before {
  transform: scale(1);
}

.export-radio input[type="radio"]:checked~.label-text {
  color: #1e293b;
  font-weight: 500;
}

.export-radio input[type="radio"]:checked~.radio-box {
  border-color: #2563eb;
  background-color: #f5f9ff;
}

.export-radio.checked {
  border-color: #2563eb;
  background-color: #f5f9ff;
}

.export-radio .label-text {
  color: #1e293b;
  font-weight: 500;
  font-size: 16px;
}

.export-radio input[type="radio"]:checked~.label-text {
  color: #1e293b;
}

.inquiry-quick-detail-card {
  background-color: #FAFAFC;
  border-radius: 4px;
}

/* Customer Screen */

/* .customer-details-card {
  box-shadow: 1px 1px 2px 0px #0000000a, -1px -1px 2px 0px #0000000a;
  background: #ffffff;
  padding: 16px 18px 16px 18px;
  border-radius: 4px;
} */
.accordion-customer-detail {
  --bs-accordion-border-color: none;
}

.accordion-customer-detail .accordion-button {
  padding: 0px;
  margin: 0px;
  border: none !important;
  outline: none !important;
}

.accordion-customer-detail .accordion-button:focus {
  box-shadow: none !important;
}

.accordion-customer-detail .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}

.accordion-customer-detail .accordion-header .accordion-button::after {
  background-image: url("../new_images/down-arrow-icon.png");
  width: 36px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  transition: transform 0.3s ease;
}

.accordion-customer-detail .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.accordion-customer-detail .accordion-body {
  margin: 0px;
  padding: 0px;
}

.assignee_chip_dropdown {
  border: none;
  background-color: #444444;
  box-shadow: 2px 2px 8px 0px #0000000D;
  border: 4px;
  padding: 10px;
}

.assignee_chip_dropdown_inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.add-follow-up-hidden {
  display: none;
}

.inquiry-detail-followup-card {
  border: 1px solid #E5E8EB;
  background-color: var(--white);
  border-radius: 6px;
  padding: 12px 16px;
}

.inquiry-main-detail-followup-card {
  border-left: 3px solid #FF8730;
  background-color: var(--white);
  border-radius: 0px;
  padding: 0px 16px;
}

.text-editor {
  border: 1px solid #CFD2D4;
  border-radius: 4px;
}

.text-editor .toolbar {
  border-bottom: 1px solid #CFD2D4;
  padding: 12px 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.text-editor .toolbar-btn {
  background-color: transparent;
  border: 1px solid transparent;
  padding: 4px 6px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
  transition: background-color 0.2s, border-color 0.2s;
}

.text-editor .toolbar-btn:hover {
  background-color: #EDF1FE;
}

.text-editor .toolbar-btn.active {
  background-color: #EDF1FE;
}

.text-editor .text-editor-container {
  padding: 14px 24px;
  min-height: 100px;
  max-height: 300px;
  overflow-y: auto;
  position: relative;
}

.text-editor .text-input {
  outline: none;
  border: none;
  color: #181A1C;
  font-weight: 400;
  font-size: 16px;
  min-height: 100px;
}

.text-editor #placeholder {
  position: absolute;
  color: #999;
  pointer-events: none;
  user-select: none;
  top: 14px;
  left: 24px;
}

/* Toast container */
.builder-toast {
  min-width: fit-content;
  color: #fff;
  border-radius: 0px;
  padding: 8px 34px;
  position: fixed;
  z-index: 999;
  top: 20px;
  right: 20px;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
}

/* Show animation */
.builder-toast.show {
  animation: slideIn 0.4s ease forwards, fadeOut 0.5s ease forwards 2.5s;
}

/* Toast types */
.builder-toast.success {
  background-color: #058503;
}

.builder-toast.error {
  background-color: #FF2121;
}

.builder-toast.warning {
  background-color: #C1B123;
}

/* Keyframes */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateY(-20px);
  }
}

/* ----------------- Follow-Up ----------------- */
.followup-listing-count-btn {
  background-color: #FFFFFF;
  box-shadow: 2px 2px 4px 0px #0000000F, -2px -2px 4px 0px #0000000F;
  padding: 6px 16px;
  border-radius: 4px;


}