* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* fonts */

.font-28-bold {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2.375rem;
  margin: 0;
  color: #25253c;
}
.font-28-extra-bold {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.375rem;
  margin: 0;
  color: #25253c;
}
.font-26-extra-bold {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 2.375rem;
  margin: 0;
  color: #25253c;
}

.font-26-bold {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 2.375rem;
  margin: 0;
  color: #25253c;
}
.font-22-extra-bold {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #25253c;
  margin: 0;
}
.font-22-bold {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 2.125rem;
  color: #25253c;
  margin: 0;
}
.font-20-extra-bold {
  font-size: 1.25rem;
  margin: 0;
  font-weight: 700;
  color: #25253c;
}

.font-18-bold {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 600;
  color: #25253c;
}

.font-18-extra-bold {
  font-size: 1.125rem;
  margin: 0;
  font-weight: 700;
  color: #25253c;
}

.font-16-extra-bold {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
  color: #25253c;
}

.font-16-extra-bold {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
  color: #25253c;
  line-height: 1.4rem;
}

.font-16-bold {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  color: #25253c;
  line-height: 1.4rem;
}

.font-16-extra-bold {
  font-size: 1rem;
  margin: 0;
  font-weight: 700;
  color: #25253c;
  line-height: 1.4rem;
}

.font-16-medium {
  font-size: 1rem;
  margin: 0;
  font-weight: 500;
  color: #25253c;
  line-height: 1.4rem;
}

.font-16-small {
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
  color: #25253c;
  line-height: 1.4rem;
}

.c-fs-6 {
  font-size: 1rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.4rem;
}

.font-14-extra-bold {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 700;
  color: #25253c;
  line-height: 1.25rem;
}

.font-14-bold {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 600;
  color: #25253c;
  line-height: 1.25rem;
}

.c-fs-5 {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.25rem;
}

.font-14-menu {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 600;
  line-height: 1.25rem;
}

.font-14-medium {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 500;
  color: #25253c;
  line-height: 1.25rem;
}

.font-14-small {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 400;
  color: #25253c !important;
  line-height: 1.25rem;
}

.font-12-bold {
  font-size: 0.75rem;
  margin: 0;
  font-weight: 600;
  color: #25253c;
}

.font-12-extra-bold {
  font-size: 0.75rem;
  margin: 0;
  font-weight: 700;
  color: #25253c;
}

.font-12-medium {
  font-size: 0.75rem;
  margin: 0;
  font-weight: 500;
  color: #25253c;
}

.font-12-small {
  font-size: 0.75rem;
  margin: 0;
  font-weight: 400;
  color: #25253c;
}

.font-12-xsmall {
  font-size: 0.75rem;
  margin: 0;
  font-weight: 300;
  color: #25253c;
}
.font-9-extra-bold {
  font-size: 0.5625rem;
  margin: 0;
  font-weight: 700;
  color: #ba831e;
}

.letter-spacing-sm {
  letter-spacing: 0.1rem;
}

.pad-12px {
  padding: 12px;
}

.px-12px {
  padding-inline: 12px;
}
.py-12px {
  padding-block: 12px;
}
.gap-12px {
  gap: 0.75rem;
}

.gap-12px {
  gap: 0.75rem;
}

/* Custom Badge */
.custom-badge {
  width: 20px;
  height: 20px;
  background-color: #d95e5a;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -3px;
  right: -13px;
}

.deducted-amount {
  color: red;
}

.rounded-full {
  border-radius: 50%;
}

.profile-overview {
  background-image: url(/assets/img/overview/finger-print.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: difference;
}

.profile-overview-vpa {
  position: relative;
  overflow: hidden; /* Prevent overflow from pseudo-element */
}

.profile-overview-vpa::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(/assets/img/overview/finger-print.png);
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: right;
  opacity: 0.2;
  transform: scale(1);
  z-index: 100;
}

@media (min-width: 991px) {
  .profile-overview {
    height: 100%;
  }
}

.custom-profile {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 10px;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100vh;
  /* background: rgba(0, 0, 0, 0.5); */
  color: black;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 1076;
}

@media (max-width: 650px) {
  .drawer-overlay {
    width: 320px;
  }
}

.drawer {
  position: relative;
  background: #fff;
  width: 400px !important;
  height: 90%;
  transform: translateX(0);
  transition: transform 0.3s ease;
  overflow: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-shadow: -8px 0 8px rgba(0, 0, 0, 0.05);
  top: 8%;
  right: 5%;
  border-radius: 10px;
}

.drawer .drawer-content .row {
  width: 400px;
}

.drawer .drawer-content .row div {
  word-wrap: break-word;
}

.drawer::-webkit-scrollbar {
  display: none;
}

.scrollbar-y {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.scrollbar-y::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.powergrid-h-36 {
  height: 36px !important;
}

.fl-progress-bar {
  display: none !important;
}

.fl-flasher {
  border: none !important;
}

.fl-content {
  background: white !important;
}

.fl-content {
  background: white !important;
  color: black;
}

.fl-icon {
  font-size: 1.5em !important;
}

.fl-title {
  display: none !important;
}

.fl-main-container .fl-container.fl-flasher .fl-message {
  font-size: 1.1em !important;
}

.modal {
  z-index: 1050 !important;
  /* Bootstrap default */
}

.modal-backdrop {
  z-index: 1040 !important;
  /* Bootstrap default */
}

.drawer {
  z-index: 1030 !important;
}

.drawer-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 100;
  border-bottom: 1px solid #babfca;
}

.h-10 {
  height: 10px;
}

.filter-select {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  font-weight: 700;
  color: #5f3694;
  border: 1px solid red !important;
}

.option {
  color: black;
}

.filter-select:focus {
  border: none;
  outline: none;
}

.choices__inner {
  background-color: white !important;
  border: 2px solid #dbdade !important;
  font-size: 0.9375rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #6f6b7d;
}

.choices__item--choice {
  position: relative;
  padding-right: 25px;
}

.choices__item--choice.is-selected::after {
  content: '\2714';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #007bff;
  font-size: 14px;
  display: inline-block;
}

.choices {
  margin-bottom: 0px !important;
}

.word-wrap {
  word-wrap: break-word;
  /* For older browsers */
  overflow-wrap: break-word;
  /* For modern browsers */
  white-space: normal;
  /* Allow wrapping */
}

.progress {
  height: 1.5rem;
}

.progress-bar {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1.5rem 1.5rem;
}

.invalid-feedback {
  display: block !important;
}

.stepmap-line {
  background-color: #e4e4ec;
  width: 0.0625rem;
  position: absolute;
  top: 4.0625rem;
  left: 1.275rem;
  z-index: -20;
}

.timeline {
  display: block !important;
  margin-left: 0;
  padding-left: 0;
}

.timeline li {
  padding-bottom: 24px;
}

.timeline li:before {
  content: '';
  width: 0.15rem;
  height: 100%;
  background-color: #e4e4ec;
  position: absolute;
  left: 3.5px;
  z-index: -1;
}

.timeline li:first-child:before {
  top: 0%;
  height: 100%;
}

.timeline li:last-child:before {
  top: 0%;
  height: 15%;
}

.timeline li:only-child:before {
  display: none;
}
.wallet-tabs {
  border-bottom: none !important;
}

.wallet-tabs .nav-link {
  border: none !important;
  color: #555;
  margin: 0;
  transition: all 0.3s ease;
}

.wallet-tabs .nav-link.active {
  background-color: #382c74 !important; /* Dark purple background for active tab */
  color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.wallet-tabs .nav-link:hover:not(.active) {
  background-color: rgba(0, 0, 0, 0.05);
}

.transaction-tabs .nav-link.active,
.transaction-tabs .nav-link.active:hover,
.transaction-tabs .nav-link.active:focus,
.transaction-tabs .nav-link.active,
.transaction-tabs .nav-link.active:hover,
.transaction-tabs .nav-link.active:focus {
  box-shadow: none !important;
  /* border-bottom: 2px solid #5f3694; */
  padding: 10px 30px !important;
  background-color: #3a326e !important;
  color: white !important;
  font-size: 12px;
}

.transaction-tabs .nav-link {
  padding: 10px 30px !important;
  font-size: 12px;
}

.rounded-10px-Width {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0;
}
.rounded-4px {
  border-radius: 0.25rem;
}

.chat-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.25rem !important;
  height: 60vh;
  flex-grow: 1;
  /* Second child takes remaining space */
  overflow-y: auto;
  padding-bottom: 200px;
}

@media (max-width: 770px) {
  .chat-container {
    padding-bottom: 325px;
  }
}

.support-chat,
.our-chat {
  width: 100%;
  display: flex;
  height: fit-content;
}

.our-chat {
  justify-content: flex-end;
}

.chat-content {
  max-width: 400px;
  border: 1px solid #e4e4ec;
  padding: 0.5rem;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem !important;
}

.our-chat .chat-content {
  border: none !important;
  background-color: #efebf4;
}

.chat-footer {
  position: sticky;
  bottom: 1rem;
  width: 100%;
  display: flex;
  height: 40px;
  background-color: white;
}

.chat-footer input {
  flex: 1;
  border-radius: 0.5rem;
  background-color: #e4e4ec;
  border: none;
}

.chat-footer input:focus {
  background-color: #e4e4ec;
}

.chat-footer .attach {
  cursor: pointer;
  height: 40px;
  padding-inline: 1rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
}

.chat-wrapper {
  /* height: calc(100vh - 105px);
  overflow: hidden; */
  display: flex;
  flex-direction: column;
  /* gap: 1rem; */
}

.custom-modal.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3000 !important;
}

.custom-modal-dialog {
  position: relative;
  width: 100%;
  pointer-events: none;
  margin: 1.75rem auto;
}

/* custom-modal Sizes */
.custom-modal-dialog.custom-modal-md {
  max-width: 500px;
}

.custom-modal-dialog.custom-modal-lg {
  max-width: 800px;
}

/* custom-modal Content */
.custom-modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  padding: 1rem;
  z-index: 9999 !important;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}

/* custom-modal Backdrop */
.custom-modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 2000 !important;
}

.custom-modal-backdrop.show {
  opacity: 0.5;
}

/* custom-modal Animation */
.custom-modal.fade .custom-modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

.custom-modal.show .custom-modal-dialog {
  transform: none;
}

body.custom-modal-blur {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

body.custom-modal-open {
  overflow: hidden;
  padding-right: 17px;
}

.qr-layout {
  border-radius: 24px;
  /* background: linear-gradient(to bottom, #5f3694, #3a326e); */
  padding: 1.5rem 1rem 1rem;
  min-width: 375px;
  min-height: 652px;
  width: 100%;
  display: grid;
  gap: 0.5rem;
}
@media (max-width: 420px) {
  .qr-container {
    width: 100lvw;
    height: 100lvh;
  }

  .qr-layout {
    min-width: 0px;
    border-radius: 0px;
    background: none;
    padding: 0; /* Remove padding to let body fill */
    display: block; /* Reset to block for more control */
  }

  .qr-layout > * {
    display: none !important; /* Hide all children */
  }

  .qr-layout-body {
    height: 100lvh;
    border-radius: 0px !important;
    display: flex !important; /* Ensure body is visible */
  }
}
.qr-layout-header {
  background-color: white;
  border-radius: 24px;
  padding: 1rem;
}
.generate-btn {
  font-size: 12px !important;
  font-weight: 700;
  color: #5f3694;
  padding: 4px !important;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
}

.qr-layout-body {
  background: url(/assets/img/qr-code/bg-pattern.png);
  background-repeat: no-repeat;
  border-radius: 24px;
  height: 100%;
  padding: 0.5rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  position: relative;
}
.triangle-wave {
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
}
.dashed-custom-hr {
  border: none;
  border-bottom: 2.5px dashed #e4e4ec !important;
  margin: 0;
}
#countdown-custom {
  color: #ba831e;
}
.flex-col {
  flex-direction: column;
}

/* remove number increment and decrement button */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-ms-clear {
  display: none;
}

.upload-profile {
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 100;
}

.profile-hover:hover .upload-profile {
  opacity: 1;
}

.profile-hover:hover .profile {
  filter: blur(1px);
  transition: filter 0.3s ease;
}
.h-inherit {
  height: inherit;
}

.font-10 {
  font-size: 0.625rem;
  margin: 0px;
}

.carousel-caption {
  padding: 10px;
  border-radius: 16px;
  height: 94%;
  left: 5%;
  right: 5%;
  top: 3%;
  text-align: start;
}

.font-13 {
  font-size: 0.8125rem;
  margin: 0px;
}

.font-14 {
  font-size: 0.875rem;
  margin: 0px;
}

.font-15 {
  font-size: 0.9375rem;
  margin: 0px;
}

.font-16 {
  font-size: 1rem;
  margin: 0px;
}

.carousel-indicators {
  margin-bottom: -1.2rem;
}

.carousel-indicators button {
  width: 5px !important;
  height: 5px !important;
  border-radius: 50% !important;
  margin: 0 6px !important;
  border: 2px solid #d5d4d4 !important;
  transition: all 0.3s ease;
}

.carousel-indicators [data-bs-target] {
  background-clip: border-box !important;
}

.carousel-indicators button.active {
  background-color: #2b2169 !important;
  transform: scale(1.2);
  border: 2px solid #2b2169 !important;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  opacity: 0.7;
  transition: all 0.3s ease;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.carousel-item {
  transition: transform 0.6s ease-in-out;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
}

.border-radius-16 {
  border-radius: 16px;
}

.w-90 {
  width: 90%;
}
.carousel-control-prev-icon {
  width: 8rem;
  height: 90%;
  background-color: #5538a3;
  border-radius: 7px;
  background-image: none;
}

.carousel-control-next-icon {
  width: 8rem;
  height: 90%;
  background-color: #5538a3;
  border-radius: 7px;
  background-image: none;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  opacity: inherit !important;
  transition: all 0.3s ease;
  z-index: 0 !important;
}

/* SideNav CSS */
.sidenav {
  width: 4rem;
  height: 100vh;
  background-color: #231f45;
  color: white;
  position: fixed;
  top: 50px;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  padding: 10px;
}
.sidenav-item {
  width: 80%;
  height: 36px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  margin-block: 5px;
  color: #ccc;
  font-size: 14px;
  background-color: #2a2551;
  border-radius: 8px;
}
.sidenav-item:hover {
  background-color: #2b2169 !important;
  border-radius: 10px;
}
.sidenav-item.active {
  background-color: #3a326e !important; /* Highlight background */
  border-radius: 10px !important;
  pointer-events: none;
}
.sidenav-item.active i {
  color: white; /* Change icon color to white */
}
.sidenav-item:hover,
.sidenav-item.active:hover {
  background-color: #3a326e !important; /* Slightly different color */
  border-radius: 10px;
}

.submenu {
  position: absolute;
  left: 60px; /* Position to the right of the sidenav */
  top: 0px;
  background-color: #3a326e;
  color: white;
  min-width: 170px;
  border-radius: 4px;
  padding: 0px 8px;
  z-index: 999;
  display: none; /* Hidden by default */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add shadow */
  border-radius: 8px;
}

.submenu.above {
  bottom: 0; /* Align to bottom when positioned above */
  top: auto; /* Reset top */
}

.submenu.above::before {
  bottom: 6px;
  top: auto;
}

.submenu.above {
  bottom: 0; /* Align to bottom when positioned above */
  top: auto; /* Reset top */
}

.submenu::before {
  content: '';
  position: absolute;
  left: -7px; /* Position the arrow to the left of the submenu */
  top: var(--arrow-top, 50px); /* Default to 50px, adjustable via JS */
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #3a326e; /* Match submenu background color */
}

.submenu-item:hover {
  background-color: #3a326e;
}

.submenu-item {
  padding: 5px 0px;
  font-size: 12px;
  font-weight: 700;
}

.submenu-item img {
  /* margin-left: auto; */
  margin-right: 5px;
}

.tooltip {
  position: absolute;
  z-index: 1200; /* Ensure tooltips are above other elements */
  display: block;
  margin: 10px;
  pointer-events: none; /* Prevent tooltips from capturing clicks */
  border-radius: 8px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip {
  .tooltip-inner {
    background-color: #2a2551 !important;
    color: white !important;
    border-radius: 4px;
    font-size: 12px;
    padding: 8px 10px;
    font-weight: 700;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    margin-left: 18px;
    border-radius: 8px;
  }
}
.tooltip-arrow {
  border-top-color: #2a2551 !important;
  /* Change arrow color */
}

.tooltip-arrow {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
}

.tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent #2a2551 transparent transparent !important;
  border-style: solid;
  border-width: 6px;
}

/* Right-positioned tooltip (pointing left) */
.bs-tooltip-end .tooltip-arrow {
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
}

.bs-tooltip-end .tooltip-arrow::before {
  right: 0;
  border-right-color: #2a2551;
  border-left-width: 0;
}

/* Debug styles - remove after arrow appears */
.tooltip-arrow {
  /* background-color: rgba(255, 0, 0, 0.3) !important;
  outline: 1px solid blue !important; */
  margin-left: 23px !important;
}

/* Tooltip fixes */
.sidenav-item.active .tooltip {
  display: none !important;
  opacity: 0 !important;
}

.bg-white {
  background-color: white !important;
}

.payout-payment-details-tab {
  padding: 8px;
  background-color: #efebf4;
  margin-inline: 10px;
  border-radius: 10px;
}

.options-list {
  display: none; /* Ensure this is the default */
  position: absolute;
  right: 0;
  top: 100%;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  width: 170px;
}

.widget-container {
  display: flex;
  overflow-x: auto; /* Enables horizontal scrolling if needed */
}

.widget-container .col-12 {
  flex: 1 1 18%; /* Ensures 5 items fit in one row */
}
.model-tab {
  .nav-tabs .nav-link.active {
    background-color: var(--color-primary) !important;
    color: white;
  }
}

.menu-link,
.submenu a {
  pointer-events: auto;
  cursor: pointer;
}

/* Active state */
.sidenav-item.active {
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: transparent;
  color: #25253c !important;
}

.form-switch .form-check-input {
  height: 18px;
  width: 32px;
}

.border-radius-14 {
  border-radius: 14px !important;
}

.text-primary-Blue {
  color: #3a326e !important;
}

/* // client profile details */
.clent-payout-tab {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
}

.color-Voilet {
  color: #663399 !important;
}

.color-grey-light {
  color: #667085d6 !important;
}

.border-grey-light {
  border: 1px solid #d0d5dd !important;
}

.w-px-380 {
  width: 380px !important;
}

.wh-px-36 {
  width: 36px !important;
  height: 36px !important;
}

.border-radius-12 {
  border-radius: 12px !important;
}

.form-select {
  border-radius: 8px !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  border: 1px solid #e4e4ec !important;
}

/* .form-control {
  color: #25253c !important;
  font-weight: 600;
  border: 1px solid #e4e4ec !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
} */

.form-control::-webkit-input-placeholder {
  color: #b3b7c0 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.dropdown-item:not(.disabled).active,
.dropdown-item:not(.disabled):active {
  background-color: transparent;
  color: #25253c !important;
}

.border-bottom-gray {
  border-bottom: 1px solid #babfca33 !important;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.light-style .bootstrap-select .dropdown-toggle {
  border-radius: 8px !important;
}

.selectpicker.custom-select-font + .dropdown-toggle .filter-option-inner {
  font-size: 12px;
  font-weight: 600;
  color: #25253c !important;
  padding-top: 3px !important;
}

/* Keep dropdown options at default size */
.selectpicker.custom-select-font + .dropdown-menu li a {
  font-size: 12px; /* Different size for dropdown */
  font-weight: 600;
  color: #25253c !important;
}

.form-control {
  font-size: 12px !important;
}

.page-link {
  font-size: 10px !important;
  background-color: transparent !important;
  border: 1px solid #e4e4ec;
  border-radius: 8px !important;
  color: #687083 !important;
  padding: 8px 12px !important;
}

.page-item.active .page-link {
  background-color: #3b3272 !important;
  color: white !important;
  padding: 8px 12px !important;
}

.text-purple-dark {
  color: #5f3694 !important;
}

.payout-payment-details-tab {
  .nav-tabs {
    gap: 3.5rem !important;
  }
}

.nav-tabs .nav-link {
  color: #687083;
  font-size: 12px !important;
}

.nav-tabs .nav-link.active {
  color: #3a326e !important;
  font-weight: 700 !important;
  font-size: 12px !important;
}

.border-semi-light-gray {
  border: 1px solid #e4e4ec !important;
}

.daterangepicker {
  .ranges {
    color: #3f3f46 !important;
    font-weight: 700 !important;
    float: initial;
    margin-bottom: 10px;
  }
}

.daterangepicker {
  .ranges ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    @media (max-width: 768px) {
      /* flex-direction: column; */
      gap: 5px;
      overflow-x: scroll;
      padding-left: 80px;
      padding-block: 10px;
    }
  }
}

.ranges li.active {
  color: white !important;
  border-radius: 8px !important;
}

.daterangepicker .ranges li {
  border-radius: 8px;
  font-size: 8px !important;
  padding: 4px 15px !important;
  background: linear-gradient(180deg, rgba(223, 225, 231, 0) 0%, rgba(223, 225, 231, 0.05) 100%), #fff;
  box-shadow:
    0px 0.519px 1.038px 0px rgba(42, 59, 81, 0.12),
    0px 0px 0px 0.519px rgba(18, 55, 105, 0.08);
}

.daterangepicker .ranges li:last-child {
  white-space: nowrap;
}

.daterangepicker td.active:not(.off) {
  background-color: #663399 !important;
  color: white !important;
  width: 28px !important;
  height: 28px !important;
  border-radius: 50% !important;
}
.daterangepicker .start-date:not(.end-date):not(.off):hover {
  background-color: #5408a0 !important;
  color: white !important;
}

.daterangepicker .end-date:not(.start-date):not(.off):hover {
  background-color: #5408a0 !important;
  color: white !important;
}

.daterangepicker {
  .drp-buttons {
    display: flex !important;
    justify-content: end;
    align-items: center;
    border-top: 1px solid #f1eeff !important;
  }
}

.daterangepicker {
  .drp-buttons {
    .cancelBtn {
      color: #000 !important;
      font-weight: 700 !important;
      padding-inline: 20px !important;
      height: 19px;
      font-size: 8px;
      line-height: 10px !important;
    }
  }
}

.daterangepicker {
  .drp-buttons {
    .applyBtn {
      padding-inline: 20px !important;
      height: 19px;
      font-size: 8px;
      line-height: 10px !important;
    }
  }
}

.daterangepicker .drp-selected {
  font-size: 8px !important;
  font-weight: 600 !important;
  margin-right: auto !important;
}

.daterangepicker th.month {
  color: black !important;
  font-size: 8px !important;
  font-weight: 600 !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  color: #3f3f46 !important;
  font-size: 8px !important;
  font-weight: 600 !important;
}

.daterangepicker td.in-range:not(.start-date):not(.end-date):not(.off) {
  background-color: #f1eeff !important;
}

.payout-payment-details-tab {
  .nav-tabs .nav-link.active {
    color: white !important;
    font-weight: 700 !important;
    font-size: 12px !important;
  }
}

.padding-px-inline-6 {
  padding: 6px 8px !important;
}

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

.custom-placeholder::placeholder {
  color: #687083 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.payout-tabs {
  .nav-item .nav-link.active {
    color: white !important;
    font-weight: 700 !important;
    font-size: 12px !important;
  }
}

/* Style for the placeholder option */
.gray-placeholder option[disabled][selected] {
  color: #b3b7c0 !important; /* Bootstrap's gray color */
}

/* Style for regular options */
.gray-placeholder option:not([disabled]) {
  color: #000 !important;
}

/* Style for the select when no option is selected (showing placeholder) */
.gray-placeholder:invalid {
  color: #b3b7c0 !important;
}

/* Style for the select when an option is selected */
.gray-placeholder {
  color: #000 !important;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%2325253C' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 10px 6px;
  padding-right: 1.5rem; /* Make room for the custom arrow */
}

/* Remove default arrow in IE */
select::-ms-expand {
  display: none;
}

.btnlogout:hover {
  background-color: rgba(58, 50, 110, 0.08) !important;
  color: #3a326e !important;
}

.padding-block-10 {
  padding-block: 10px !important;
}

@media (max-width: 576px) {
  .left-sm-px-25 {
    left: 25px !important;
  }

  .width-sm-80 {
    width: 85% !important;
  }

  #confirmReject .modal-dialog,
  #confirmReactive .modal-dialog,
  #confirmDelete .modal-dialog,
  #confirmAccountDeleteModal .modal-dialog,
  #confirmReportDeleteModal .modal-dialog,
  #confirmDeleteModal .modal-dialog {
    max-width: 100% !important;
    width: 305px !important;
    margin-inline: auto;
  }

  #confirmReject .modal-dialog .modal-content,
  #confirmReactive .modal-dialog .modal-content,
  #confirmDelete .modal-dialog .modal-content,
  #confirmAccountDeleteModal .modal-dialog .modal-content,
  #confirmReportDeleteModal .modal-dialog .modal-content,
  #confirmDeleteModal .modal-dialog .modal-content {
    position: absolute;
    left: 25px;
  }

  .payout-payment-details-tab {
    .nav-tabs {
      gap: 0.5rem !important;
    }
  }

  .daterangepicker {
    top: 16px !important;
  }

  .text-truncate-small {
    max-width: 200px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 400px) {
  #addMember .modal-dialog .modal-content,
  #addWhitelistingModal .modal-dialog .modal-content,
  #payoutRequestModal .modal-dialog .modal-content {
    height: 80vh;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
}
