@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* root styles */

:root {
  --blue: #2195ee;
  --blue1: #248aaf;
  --blue2: #165a90;
  --pink: #f2acfe;
  --green: #ace6a5;
  --dark2: #213c55;
  --dark3: #1f4d75;
  --dark3-nt: #1f4d75;
}

/* global styles */

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

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

hr {
  margin: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: 'Raleway', sans-serif;
  line-height: var(--bs-body-line-height);
  color: #fff;
  background-color: #10314f;
}

input {
  color-scheme: dark;
}

/* Addtional styles */

.popup {
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
  z-index: 100;
  width: 100%;
  max-width: 500px;
}

.popup>.popup-content {
  width: 100%;
  max-width: 500px;
}

.popup.show {
  top: 30px;
}

.dropzone.dragover {
  background: #253748 !important;
}

.chatbox {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%) scale(0.8);
  z-index: 101;
  width: 100%;
  max-width: 1000px;
  height: 700px;
  transition: all 0.3s ease-in-out;
}

.chatbox.show {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}

.chatbot-pos {
  bottom: 40px;
  right: 40px;
  transition: all 0.3s ease-in-out;
}

.chatbot-pos.hide {
  right: -150px;
}

.pulse-slow {
  animation: pulse_slow 2s infinite;
}

@keyframes pulse_slow {
  0% {
    transform: scale(0.7);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.7);
  }
}

.tooltip {
  position: fixed;
  width: 150px;
  z-index: 100;
  background: var(--dark2);
  border-radius: 10px;
  padding: 10px;
  cursor: pointer;
  border: 2px solid var(--bs-primary);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.close-btn {
  position: absolute;
  top: -4px;
  right: -2px;
  z-index: -1;
}

.border-md-start {
  border-left: 1px solid rgba(128, 128, 128, 0.583);
}

.just-validate-success-field {
  color: var(--bs-primary) !important;
}

.font-times {
  font-family: 'Times New Roman', Times, serif;
}

.animated-border-1 {
  border: none;
  background:
    linear-gradient(90deg, #ccbf90 50%, transparent 50%) top left/300px 2px repeat-x,
    linear-gradient(0deg, #ccbf90 50%, transparent 50%) top right/2px 300px repeat-y,
    linear-gradient(90deg, #ccbf90 50%, transparent 50%) bottom left/300px 2px repeat-x,
    linear-gradient(0deg, #ccbf90 50%, transparent 50%) top left/2px 300px repeat-y;
  animation: border-dance 5s infinite linear;
}

@keyframes border-dance {
  0% {
    background-position:
      0 0,
      100% 0,
      0 100%,
      0 0;
  }

  100% {
    background-position:
      300px 0,
      100% 300px,
      -300px 100%,
      0 -300px;
  }
}

.rotate-in {
  animation: rotate-in 1s ease-in-out forwards;
}

@keyframes rotate-in {
  from {
    transform: rotate(-90deg);
    opacity: 0;
  }

  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}

.btnw-1 {
  width: 120px;
}

.btnw-2 {
  width: 200px;
}

.btnw-3 {
  width: 300px;
}

.border-gray {
  border-color: #4f6d87 !important;
}

.value-field {
  background: #1e466c;
  box-shadow: inset 5px 5px 11px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  padding: 0.2rem 0;
  text-align: center;
  color: var(--bs-primary);
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
}

.value-label {
  background: #1A4165;
  box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  padding: 7px 20px;
  text-align: center;
  color: var(--bs-primary);
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
}

.highlight {
  background: #0055a3;
}

.vfw-1 {
  width: 180px;
}

.vfw-2 {
  width: 230px;
}

.vfw-3 {
  width: 150px;
}

.vfw-4 {
  width: 100px;
}

.vfw-6 {
  width: 70px;
}

#nav-options {
  right: 0;
  top: 0;
  position: absolute;
  width: 50px;
  height: 50px;
  max-width: 420px;
  z-index: 20;
  --nav_height: 700px;
  --nav_width: 400px;
}

#nav-options .nav-content {
  display: none;
}

#nav-options.show {
  animation: showNav 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

#nav-options.hide {
  animation: hideNav 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.nav-content-item {
  display: none;
}

.nav-content-item.show {
  display: block;
}

.delay-1 {
  animation-delay: 0.5s !important;
}

@keyframes showNav {
  0% {
    width: 50px;
    height: 50px;
  }

  50% {
    width: var(--nav_width);
    height: 50px;
  }

  100% {
    width: var(--nav_width);
    height: var(--nav_height);
  }
}

@keyframes hideNav {
  0% {
    width: var(--nav_width);
    height: var(--nav_height);
  }

  50% {
    width: var(--nav_width);
    height: 50px;
  }

  100% {
    width: 50px;
    height: 50px;
  }
}

#nav-options.show .nav-content {
  display: block;
}

.custom-dropdown .dropdown-content {
  display: none;
}

.custom-dropdown.active .dropdown-content {
  display: block;
  position: absolute;
}

.logo {
  height: 141px;
  width: 144px;
  border-radius: 15px;
  box-shadow: 0 0px 25px 0px rgb(0 0 0 / 68%);
  overflow: hidden;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.setting-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: 1.5rem;
  transition: all 0.3s ease-in-out;
  background: var(--dark2);
  height: 100px;
}

.pulse {
  animation: pulse 1s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.page-min-height {
  min-height: 60vh;
}

.serif-font {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.bg-blue-dark {
  background: var(--blue2);
}

.header {
  position: fixed;
}

.custom-radio {
  cursor: pointer;
}

.custom-radio .check-icon {
  display: none;
}

.custom-radio.active .check-icon {
  display: block;
}

.avatar-img {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  object-fit: cover;
}

.kyc-placeholder {
  filter: grayscale(100%);
}

.kyc-image {
  object-fit: contain;
  width: 100%;
}

.border-dashed-primary {
  border: 4px dashed var(--bs-primary) !important;
}

.top-gap {
  height: 3rem;
}

.text-danger-light {
  color: #ffa9d3;
}

.text-gray {
  color: #909daa;
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slide-right {
  animation: slideRight 0.5s ease-in-out forwards;
  transform: translateX(-20px);
  opacity: 0;
}

@keyframes slideRight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.pop-in {
  animation: popIn 0.3s ease-in-out forwards;
  transform: scale(0);
  opacity: 0;
}

@keyframes popIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.slide-in {
  animation: slideIn 0.5s ease-in-out forwards;
  transform: translateY(20px);
  opacity: 0;
}

@keyframes slideIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-left {
  animation: slideInLeft 0.5s ease-in-out forwards;
  transform: translateX(-20px);
  opacity: 0;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.sidebar-collapsed {
  position: fixed;
  width: auto;
  padding: 0 !important;
  left: 60px;
  background: transparent !important;
}

.sidebar-collapsed>.sidebar-content {
  display: none;
}

.clickable {
  cursor: pointer;
}

.hover-left,
.hover-right {
  position: relative;
  transition: all 0.3s ease;
}

.hover-left:hover {
  transform: translateX(-5px);
}

.hover-right:hover {
  transform: translateX(5px);
}

.bg-pink {
  background: #826ea6;
}

.bg-primary-light {
  background: #66727c;
}

.bg-radial-blue {
  background: radial-gradient(var(--blue), #1a537f);
}

.bg-radial-green {
  background: radial-gradient(var(--green), #324630);
}

.bg-radial-pink {
  background: radial-gradient(var(--pink), #5c5b86);
}

.bg-radial-green:hover,
.bg-radial-blue:hover,
.bg-radial-pink:hover {
  filter: brightness(1.1);
}

.nav-button {
  background: linear-gradient(to right, var(--bs-primary), transparent);
  border-radius: 10px;
  padding: 1px;
  color: var(--dark2);
}

.nav-button.sub-btn {
  background: linear-gradient(to left, var(--bs-primary), transparent);
}

.nav-button img {
  transition: all 0.3s ease;
}

.nav-button:hover img {
  transform: translateX(5px);
}

.nav-button>div {
  background: var(--dark3-nt);
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.3);
  color: var(--bs-primary);
}

.nav-button.sub-btn>div {
  box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.3);
  padding: 12px 20px;
}

.nav-button.active>div,
.nav-button:hover>div {
  background-color: transparent;
  color: var(--dark2);
}

.nav-button.sub-btn.active>div,
.nav-button.sub-btn:hover>div {
  background-color: transparent;
  color: var(--bs-primary);
}

.overlay-img {
  pointer-events: none;
  z-index: 0;
}

.bg-dark2 {
  background-color: var(--dark2);
}

.bg-dark3 {
  /* background: linear-gradient(to bottom, #20517a, #1e4363); */
  background: var(--dark3);
  background-color: hsl(209deg 44% 23% / 70%);
  /* background: rgba(33, 60, 85, 0.7); */
}

.input-wrapper {
  background: linear-gradient(to right, #ccbf90 15.54%, rgba(204, 191, 144, 0) 93.86%);
  padding: 1px;
  border-radius: 0.8rem;
}

.input-wrapper>div {
  border-radius: 0.7rem;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}

.chat-wrapper {
  width: 100%;
  max-width: 600px;
}

.chat-wrapper.user-question {
  margin-left: auto;
  background: linear-gradient(to left, #ccbf90 15.54%, rgba(204, 191, 144, 0) 93.86%);
}

.chat-wrapper.user-question>div {
  box-shadow: inset -5px 0 5px rgba(0, 0, 0, 0.2);
}

.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.input-wrapper.disabled {
  pointer-events: none;
}

.bg-dark4 {
  background: #1f4d74;
}

.bg-dark5 {
  background: #213C55;
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.2);
}

.bg-dark6 {
  background: linear-gradient(to bottom, #4a6e83, #325068);
}

.theme-border {
  border: 2px solid var(--bs-primary);
}

.min-h-screen {
  min-height: 100vh;
}

/* bg colors */

.bg-main {
  background: linear-gradient(#2096ef, #0f2d49);
}

.bg-popup {
  background: linear-gradient(#b7f3ff, #213c55);
}

.bg-settings {
  background: linear-gradient(#1fb2e8, #0f2d49);
}

.bg-savings {
  background: linear-gradient(#fff2c3, #4b4327);
}

.bg-leasing {
  background: linear-gradient(#ace7a6, #0f2d49);
}

.bg-theme-blue1 {
  background: linear-gradient(#b5f0fc, #486b81);
}

.bg-theme-blue2 {
  background: linear-gradient(#5ca7c3, var(--bs-dark));
}

.bg-theme-blue {
  background: linear-gradient(var(--blue), var(--bs-dark));
}

.bg-theme-pink {
  background: linear-gradient(var(--pink), var(--bs-dark));
}

.bg-theme-green {
  background: linear-gradient(var(--green), var(--bs-dark));
}

.bg-theme-primary {
  background: linear-gradient(var(--bs-primary), var(--bs-dark));
}

.theme-grad {
  background: radial-gradient(circle, #f1ebd4, #ccbf90);
  color: #0f2d49;
  margin-top: 30px;
}

.theme-grad2 {
  background: radial-gradient(at 50% 0%, #efe6c7, var(--bs-primary) 60%);
  color: #0f2d49;
}

.btn-theme-primary {
  background: radial-gradient(at 50% 0%, #efe6c7, var(--bs-primary) 60%);
  font-weight: bold;
  border-radius: 13px;
  color: var(--bs-dark) !important;
  font-size: 18px;
}


.btn-outline-primary:hover {
  color: var(--bs-dark) !important;
}

.small-container {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.small-container2 {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.medium-container2 {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.medium-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

/* custom classes */

.smaller {
  font-size: 0.65rem !important;
}

.smaller2 {
  font-size: 0.85rem !important;
}

.mini {
  font-size: 0.65rem !important;
}

.micro {
  font-size: 0.5rem !important;
}

.reset-input {
  width: auto;
  min-width: auto;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0 20px 0px 0;
  color: inherit;
  text-align: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.reset-input::placeholder {
  color: #909daa;
}

main {
  padding: 0;
}

.bottom-gap {
  height: 50px;
}

.py-2 {
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}

.shadow-sm {
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.15) !important;
}

.bg_grad,
.full_msg {
  background-color: #213C55;
  padding: 10px 15px;
  border-radius: 15px;
}

.hed_bgGrad {
  background-color: #1A4165;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  color: #CCBF90;
  transition: all 0.3s ease;
  box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
}

.hed_bgGrad h3 {
  font-size: 20px;
  font-weight: bold;
}

.noti_row .msg_desc {
  margin: 10px 0 0 0;
}

.noti_row {
  margin: 10px 0;
  padding: 10px 0;
  color: #CCBF90;
  opacity: 0.5;
}

.noti_row.active {
  opacity: 1;
}

.noti_row h3 {
  font-size: 18px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

.noti_row p {
  margin: 0;
}

.noti_row .msg_desc {
  margin: 10px 0 0 0;
}

.noti_row .msg_desc h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}

.noti_row .msg_desc p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.full_msg .hed_bgGrad {
  text-align: left;
  padding: 8px 15px;
  margin-bottom: 20px;
}

.pro_user {
  height: 50px;
  width: 50px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #CCBF90;
}

.inc_grp button {
  background-color: transparent;
  box-shadow: none !important;
  border: 0;
  padding: 0;
}

.inc_grp button svg {
  width: 20px;
  height: 20px;
}

.full_msg .desc {
  color: #CCBF90;
}

.full_msg .desc h3 {
  font-size: 16px;
  font-weight: 700;
}

.full_msg .desc p {
  font-size: 14px;
}

.inc_grp {
  height: 100%;
  align-items: center;
}

.in_msg {
  padding: 10px;
}

/* media classes */

@media (max-width: 1200px) {

  /* large screens */
  .header {
    position: relative;
  }

  .top-gap {
    height: 50px;
  }

  .bottom-gap {
    height: 70px;
  }

  .border-md-start {
    border-left: none !important;
  }
}

@media (max-width: 992px) {

  /* medium screens */
  html {
    font-size: 16px;
  }

  main {
    padding: 1rem;
  }

  .header {
    position: relative;
  }

  .sidebar-collapsed {
    left: 30px;
    bottom: 10px;
  }

  .chatbot-pos {
    bottom: 10px;
    right: 10px;
  }
}

@media (max-width: 768px) {

  /* small screens */
  html {
    font-size: 14px;
  }

  .go-back-btn {
    top: 120% !important;
    left: 0 !important;
  }

  .sm-square-1 {
    width: 150px !important;
    height: 150px !important;
  }

  .checkboxModal>.content {
    padding: 0 10px !important;
  }

  .bottom-gap {
    height: 80px;
  }
}

@media (max-width: 576px) {

  /* extra small screens */
  #nav-options {
    --nav_width: 320px;
  }
}

/* scrollbar classes */

.search-margin {
  margin-left: 20px;
  margin-bottom: 1px;
}

.search-margin .value-field {
  font-size: 16px;
  padding: 1px 1rem !important;
  border-radius: 6px;
}

@media (max-width: 1400px) {
  .search-margin {
    margin-left: 0;
  }
}

.search-margin input {
  background: none;
  border: none;
  outline: none;
  color: var(--bs-primary);
  font-weight: bold;
  max-width: 120px;
}

.lease-input {
  background: none;
  border: none;
  outline: none;
  color: var(--bs-primary);
  font-weight: bold;
  max-width: 60px;
}

.search-margin input::placeholder {
  opacity: 1;
}

@media (max-width: 1400px) {
  #reportRange {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sort-container div {
    font-size: 16px !important;
  }
}

.sort-container .content {
  row-gap: 7px !important;
}

.sort-head {
  font-size: 20px;
}

.sort-icon {
  transform: rotate(-90deg);
}

@media (max-width: 1400px) {
  .sort-container .content {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .sort-container .content .d-flex {
    flex: 1;
  }

  .sort-container .content .d-flex .select-wrapper {
    flex: 1;
  }
}

@media (max-width: 767px) {
  .sort-container .content {
    row-gap: 12px !important;
  }

  .sort-container .content .value-field {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}

@media (max-width: 460px) {
  .sort-container .content {
    grid-template-columns: 1fr;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .page-right-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.payment-history-table-wrapper {
  /* margin-top: 5vw; */
  /*overflow-x: auto;*/
}

.payment-history-table-wrapper table tbody {
  color: var(--bs-primary) !important;
}

.payment-history-table-wrapper table tbody tr td {
  white-space: nowrap;
  width: 37%;
}

.payment-history-table-wrapper table tbody tr td .btn {
  padding: 1px 12px !important;
}

.payment-history-table-wrapper table tbody tr td .info-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.payment-history-table-wrapper table tbody tr td .text-primary {
  font-size: 20px;
}

.payment-history-table-wrapper table tbody tr td .value-field {
  font-size: 14px;
  padding: 0.3rem 0.6rem;
}

.payment-history-table-wrapper table tbody tr td:first-child {
  width: 15%;
}

.payment-history-table-wrapper table tbody tr td:last-child {
  align-self: flex-end;
  width: 10%;
}

.payment-history-table-wrapper table tbody tr .td-head {
  padding: 0.1rem 0.3rem;
  font-size: 12px;
}

@media (max-width: 992px) {
  .payment-history-table-wrapper {
    overflow-x: unset !important;
    /* margin-top: 5vw; */
    font-size: 16px;
  }

  .payment-history-table-wrapper table tbody tr {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 2rem !important;
    row-gap: 0.7rem !important;
    width: 100% !important;
  }

  .payment-history-table-wrapper table tbody tr td {
    width: 49%;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(3) {
    width: 54.5%;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(1) {
    margin-left: 24px;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(5) {
    margin-left: 24px;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(5) a {
    width: fit-content;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(5) .info-cont {
    flex-direction: column;
    gap: 20px !important;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(2) {
    margin-left: 24px;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(4) {
    margin-left: 24px;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(6) {
    margin-left: 24px;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(7) {
    margin-left: 24px;
  }

  .payment-history-table-wrapper table tbody tr td .value-field {
    text-align: left;
  }

  .payment-history-table-wrapper table tbody tr td .value-field span {
    padding-left: 3px !important;
  }
}

@media screen and (max-width: 992px) and (max-width: 767px) {
  .payment-history-table-wrapper table tbody tr td {
    width: 48%;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(3) {
    width: 53%;
  }
}

@media screen and (max-width: 992px) and (max-width: 767px) and (max-width: 460px) {
  .payment-history-table-wrapper table tbody tr td {
    width: 90%;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(3) {
    width: 96.7%;
  }
}

@media screen and (max-width: 992px) and (max-width: 767px) and (max-width: 460px) and (max-width: 390px) {
  .payment-history-table-wrapper table tbody tr td:nth-child(3) {
    width: 98%;
  }
}

.phd-date-payment {
  flex-direction: column;
}

@media (min-width: 1400px) {
  .phd-date-payment {
    flex-direction: row !important;
  }
}

.threeElements {
  padding-right: 30px;
  height: 100%;
}

@media (max-width: 1200px) {
  .threeElements {
    flex-wrap: wrap;
  }

  .threeElements .fee {
    width: 50% !important;
  }
}

.phd-right {
  flex: 1;
}

.phd-body .fs-4 {
  align-items: center;
}

.phd-left .d-flex p {
  margin-bottom: 0.4rem;
  margin-left: 30px;
  font-size: 16px;
}

.phd-left .d-flex .text-primary {
  font-size: 20px;
}

.phd-left .d-flex .value-field {
  width: 50%;
  font-size: 20px;
  padding: 0 1.5rem;
}

.phd-left .d-flex .value-field-input {
  font-size: 20px;
  padding: 0 1.5rem;
  background-color: #0055a4;
}

.center-line {
  background: #335c83;
  height: 1px;
  width: 100%;
}

.phd-right {
  padding-left: 10px;
  padding-right: 10px;
}

.phd-right .value-field {
  text-align: left;
  width: 100%;
  font-size: 15px;
  padding: 0 1.5rem;
}

.phd-right .d-flex .label {
  margin-bottom: 0.4rem;
  margin-left: 5px;
  font-size: 16px;
}

.btns-container {
  padding-right: 30px;
  margin-top: 20px;
}

.export-btn,
.print-btn,
.pay-btn,
.cancel-req-btn {
  padding: 5px 35px !important;
}

.thd-body .phd-left,
.thd-body .phd-right {
  flex: 1;
}

.thd-body .phd-right .d-flex p {
  margin-bottom: 6px;
  margin-left: 3px;
}

@media (max-width: 1400px) and (min-width: 1000px) {
  .phd-right {
    max-width: 260px;
  }
}

.phd-left {
  border-right: 1px solid #335c83;
}

@media (max-width: 1200px) and (min-width: 1000px) {
  .phd-left {
    max-width: 390px;
  }
}

.phd-body {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 1000px) {
  .phd-body {
    flex-direction: row !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .phd-amounts-grid {
    grid-template-columns: 1fr !important;
  }

  .phd-amounts-grid .d-flex {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 500px) {
  .phd-amounts-grid {
    grid-template-columns: 1fr !important;
  }

  .phd-amounts-grid .d-flex {
    padding-left: 10px !important;
  }
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .thd-body .phd-left {
    flex: unset;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .slide-in {
    margin: 0 !important;
  }

  .btns-container {
    padding-right: 0;
  }

  .thd-body .phd-left .d-flex .value-field {
    width: 100%;
  }
}

@page {
  margin: 0;
}

@page :first {
  margin: 0;
}

@media print {
  body * {
    visibility: hidden !important;
  }

  .printme,
  .printme * {
    visibility: visible !important;
  }

  .printme {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0 !important;
    break-inside: avoid;
    page-break-inside: avoid;
    page-break-before: avoid;
    page-break-after: avoid;
  }

  .printme:last-of-type {
    page-break-after: avoid !important;
  }

  html,
  body {
    height: 99% !important;
  }
}

.select-wrapper {
  position: relative;
  font-family: sans-serif;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 150px;
}

.select-wrapper select {
  display: none;
}

.select-wrapper .selected {
  padding: 0.1rem 1.5rem;
  font-size: 16px;
  font-weight: 700;
  flex: 1;
  border-radius: 6px;
  background-color: #1e466c;
  color: var(--bs-primary);
  white-space: nowrap;
}

.options {
  position: absolute;
  top: calc(100% - 5px);
  left: 0;
  right: 0;
  background-color: #1e466c;
  border-radius: 0 0 6px 6px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 10;
  white-space: nowrap;
}

.select-wrapper.open .selected {
  border-radius: 0px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid #335c83;
  z-index: 500;
}

.select-wrapper.open .options {
  max-height: 200px;
  overflow: auto;
}

.options div {
  padding: 0.3rem 1rem;
  cursor: pointer;
  font-weight: 700;
  text-align: left;
  font-size: 16px;
  color: var(--bs-primary);
}

.options div:hover {
  background: #f0f0f0 25;
}

.select-wrapper .date-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.checkboxModal {
  display: none;
}

.checkboxModal>.content {
  height: 90%;
  width: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  z-index: 500;
  background: linear-gradient(to right, #0f2d49 10%, #246caf 90%);
  border-radius: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 33px;
  font-family: 'Playfair Display', serif;
  color: var(--bs-primary);
  padding: 0 35px;
  overflow-y: scroll;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.3);
}

.checkboxModal::-webkit-scrollbar {
  width: 15px;
  overflow: hidden;
}

.checkboxModal::-webkit-scrollbar-track {
  background: #0f2d49;
}

.checkboxModal::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  border-radius: 10px;
  border: 3px solid #0f2d49;
}

@media (max-width: 960px) {
  .checkboxModal {
    width: 95%;
    border-radius: 40px;
  }
}

@media (max-width: 770px) {
  .checkboxModal {
    padding: 0 15px;
    border-radius: 35px;
  }
}

.checkboxModal .model-logo {
  margin-top: 50px;
  box-shadow: -6px 3px 8.6px 0px #000 59;
  z-index: 555555;
  border-radius: 17px;
  height: 120px;
  width: 120px;
}

.checkboxModal .model-logo img {
  width: 100%;
  height: 100%;
  border-radius: 17px;
}

.checkboxModal button {
  width: fit-content !important;
  color: #0f2d49 !important;
  font-family: 'Raleway', sans-serif !important;
}

.checkboxModal .acceptModel {
  border-radius: 17px;
  font-size: 24px !important;
  max-width: 550px;
  margin-top: 50px !important;
}

.checkboxModal .cancelModel,
.cancelTermsModal {
  position: fixed;
  z-index: 1000;
  right: 20px;
  top: 20px;
}

.checkboxModal .input-wrapper {
  border-radius: 50px;
  z-index: 5555;
  width: 100%;
}

.snd_draft_btn {
  background-color: transparent;
  border: 1px solid #CCBF90;
  padding: 10px 20px;
  border-radius: 15px;
  margin-right: 10px;
}

.set_frm input::placeholder {
  color: #ffffff59;
}

@media (max-width: 960px) {
  .checkboxModal .input-wrapper {
    border-radius: 40px;
  }
}

@media (max-width: 770px) {
  .checkboxModal .input-wrapper {
    border-radius: 35px;
  }
}

.checkboxModal .box {
  background: #0f2d49;
  box-shadow: 3px 4px 5.5px 1px #000 40 inset;
  padding: 28px 33px;
  padding-left: 53px;
  font-size: 24px;
  border-radius: 50px;
}

@media (max-width: 960px) {
  .checkboxModal .box {
    padding-left: 25px;
    font-size: 18px;
    border-radius: 40px;
  }
}

@media (max-width: 770px) {
  .checkboxModal .box {
    border-radius: 35px;
  }
}

@media (max-width: 770px) {
  .checkboxModal .box {
    padding: 30px 20px;
  }
}

@media (max-width: 550px) {
  .checkboxModal .box {
    padding: 30px 13px;
  }
}

.checkboxModal .box p {
  margin-bottom: 0;
}

.checkboxModal .box p strong {
  font-weight: 800;
}

.checkboxModal .box .fields-container {
  font-family: 'Raleway', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 70%;
}

@media (max-width: 960px) {
  .checkboxModal .box .fields-container {
    width: 100%;
  }
}

.checkboxModal .box .fields-container .field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.checkboxModal .box .fields-container .field .input-wrapper {
  border-radius: 12px;
}

.checkboxModal .box .fields-container .field .input-wrapper p {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 960px) {
  .checkboxModal .box .fields-container .field .input-wrapper p {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .checkboxModal .box .fields-container .field .input-wrapper p {
    font-size: 14px;
  }
}

.checkboxModal .box .fields-container .field span {
  font-size: 14px;
  margin-left: 15px;
}

@media (max-width: 960px) {
  .checkboxModal .box .fields-container .field span {
    font-size: 13px;
  }
}

.checkboxModal .box2 {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.checkboxModal .box2 h2 {
  font-size: 32px;
  font-weight: 800;
}

@media (max-width: 960px) {
  .checkboxModal .box2 h2 {
    font-size: 24px;
  }
}

.checkboxModal .box-personal p {
  color: #909daa;
}

.checkboxModal .box-personal p.filled {
  color: var(--bs-primary);
}

.checkboxModal .box3 {
  display: flex;
  flex-direction: column;
  gap: 41px;
}

.checkboxModal .box3 h2 {
  font-size: 32px;
  font-weight: 600;
  max-width: 500px;
}

@media (max-width: 960px) {
  .checkboxModal .box3 h2 {
    font-size: 24px;
  }
}

.checkboxModal .box3 h2 strong {
  font-weight: 800;
}

.checkboxModal .box3 .texts p strong {
  font-weight: 800;
}

.form-check-input:checked .checkboxModal {
  display: flex !important;
}

.circle-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #09375c 0%, #0e4b78 60%, #1a6fb1 100%);
  color: #e3ce92;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 26px;
  border: 3px solid #f1ebd4;
  box-shadow:
    inset 0 4px 6px rgba(255, 255, 255, 0.25),
    inset 0 -4px 8px rgba(0, 0, 0, 0.45),
    0 4px 10px rgba(0, 0, 0, 0.4),
    0 0 20px rgba(227, 206, 146, 0.4);
}

.step-line {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.line {
  width: 22%;
  height: 1px;
  background: linear-gradient(to right, #fff3c4, #e3ce92, #43434100);
  border-radius: 1px;
}

.smallmenu {
  background: radial-gradient(circle at top left, #e6dda9, #d4c48b, #e4d7a2);
  color: #fff1c8;
  border-radius: 10px;
  border: 3px solid #ffefc2;
  padding: 2px;
}

.step {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: radial-gradient(circle at top left, #f6f1d4, #d4c48b, #b8a868);
  color: #fee6a1;
  border: 2px solid #e3ce92;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bolder;
  font-size: 22px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  padding: 5px 5px 10px 5px;
  background: radial-gradient(circle at 8% 80%,
      #d8cd9a 0%,
      #b8ad76 60%,
      #827c57 75%);
  border-radius: 50%;
  box-shadow: -20px -20px 40px rgba(255, 255, 255, 0.15),
    /* top-left highlight */
    20px 20px 40px rgba(0, 0, 0, 0.3);
  text-shadow: -3px -3px 5px rgba(255, 255, 255, 0.4),
    /* top-left light */
    3px 3px 5px rgba(0, 0, 0, 0.3);
}

.step.active::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 10%;
  width: 80%;
  height: 5px;
  background-color: #e3ce92;
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(227, 206, 146, 0.8);
}

.text-gold {
  color: #e3ce92;
}

.bg-dark33 {
  background-color: #0e3d63;
}

.custom-label-field {
  background-color: #0e3d63;
  color: #e3ce92;
  padding: 6px 14px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.1),
    0 3px 6px rgba(0, 0, 0, 0.4);
  font-size: 15px;
  letter-spacing: 0.3px;
  margin-right: 10px;
  min-width: 320px;
}

/* .text-center {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.transfer-option {
  position: relative;
  width: 100%;
  max-width: 380px;
  background: linear-gradient(to right, var(--bs-primary), transparent);
  border-radius: 12px;
  color: #e3ce92;
  font-weight: 600;
  cursor: pointer;
  overflow: visible;
  transition: all 0.3s ease;
  padding: 1px;
}

.transfer-option input {
  display: none;
}

.transfer-option .option-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 20px;
  font-size: 16px;
  background-color: #213C55;
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 11px;
}

.transfer-option img {
  width: 32px;
  height: 32px;
}

.transfer-option input:checked+.option-content::before {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 8px;
  height: 100%;
  background-color: #e3ce92;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(227, 206, 146, 0.9);
  transition: all 0.3s ease;
}

/* .transfer-option:hover {
  background-color: #155d9a;
  box-shadow: 0 0 12px rgba(227, 206, 146, 0.3);
}

.transfer-option input:checked + .option-content {
  background-color: #144c7d;
  box-shadow: inset 0 0 10px rgba(227, 206, 146, 0.5);
} */

.bank-details-form label {
  color: #e3ce92;
}

.bg-dark22 {
  background-color: #0e3d63;
}

.border-warning {
  border: 1px solid #e3ce92 !important;
}

.otp_frm input {
  background-color: transparent;
  border: 1px solid #fff;
  min-height: 50px;
  text-align: center;
  color: #ffffff !important;
}

.otp_frm input:focus {
  background-color: transparent !important;
}


.otp_frm input[type="number"]::-webkit-inner-spin-button,
.otp_frm input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width: 768px) {
  .circle-badge {
    width: 55px;
    height: 55px;
    font-size: 18px;
    left: 15px;
  }

  .step {
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .line {
    width: 35%;
  }
}

.folder-card {
  position: relative;
  background-color: var(--dark3);
  border-radius: 10px;
  overflow: visible;
  margin-top: 1.5rem;
}

.folder-tab {
  position: absolute;
  top: -35px;
  left: 0;
  width: 280px;
  height: 60px;
  background-color: #20415e;
  border-top-left-radius: 10px;
  clip-path: polygon(0 0, calc(100% - 60px) 0, 100% 35px, 100% 100%, 0 100%);
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
  justify-content: center;
  z-index: 1;
}

.folder-content {
  position: relative;
  padding: 20px;
  box-sizing: border-box;
  height: 100%;
  align-items: center;
  /* display: flex; */
  flex-wrap: wrap;
}

.folder-content input {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-radius: 8px 0px 0px 8px;
  outline: none;
  background: #213C55;
  color: #fff !important;
  /* box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.1), 0 3px 6px rgba(0, 0, 0, 0.4); */
  min-width: 140px;
}

#btnBack {
  background-color: transparent;
  border-color: #e3ce92;
  color: #e3ce92;
  min-width: 200px;
}

#btnBack:hover {
  color: #000000;
  background-color: #e3ce92;
  border: 1px solid #000;
}

.folder-content input:focus {
  box-shadow: inset 0 2px 3px rgba(255, 255, 255, 0.1), 0 3px 6px rgba(0, 0, 0, 0.4);
}

.qrcode-inner-left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  flex-direction: column;
}

.qrcode-inner-center {
  width: 35%;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  background-image: linear-gradient(to left, #CCBF90, #666048);
  padding: 1px;
  border-radius: 20px;
  box-shadow: 0 0 20px 0px #00000069;
}

.qr-outer-end {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 70% !important;
  padding-bottom: 50px;
}

.dynamic-qr-inner {
  width: 235px;
  height: auto;
}

.qrcode-inner-left-img {
  width: 80%;
  margin-bottom: 0.5rem;
}

.qrcode-inner-center-img {
  width: 100%;
}

@media (max-width: 968px) {
  .qrcode-inner-layout {
    display: flex;
    flex-direction: column;
  }

  .qrcode-inner-left {
    width: 100%;
    margin-bottom: 1rem;
  }

  .qrcode-inner-center {
    width: 100%;
    margin: 0 0 1rem 0;
  }

  .qrcode-inner-end {
    width: 100%;
  }

  .qrcode-inner-left-img {
    width: 45%;
    margin-bottom: 1rem;
  }

  .qrcode-inner-center-img {
    width: 90%;
  }
}

.wavy-bar {
  background: url('../images/top-bar.svg') no-repeat center;
  background-size: contain;
  width: 100%;
  height: 120px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0f2d49;
  position: relative;
  border-radius: 15px;
}

.inner-content {
  background: url('../images/inner-bar.png') no-repeat center;
  background-size: contain;
  width: 39%;
  height: 85px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #766f54;
  position: relative;
  padding-right: 0.2rem;
  margin-right: 2rem;
  justify-content: center;
}

.circle-text {
  font-size: 16px;
  line-height: 20px;
  margin: 0 7px;
}

.circle-badge {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  color: #d8c890;
  display: flex;
  justify-content: center;
  align-items: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}

.circle-badge::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%, #d8c890 0%, #bda85f 60%, #9d883f 85%, #666048 100%);
  box-shadow:
    inset 0 2px 4px rgba(255, 255, 255, 0.3),
    inset 0 -4px 6px rgba(0, 0, 0, 0.5),
    0 3px 8px rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.circle-badge::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: radial-gradient(circle at 45% 40%, #466c94 0%, #0f2d49 70%, #091b31 100%);
  box-shadow:
    inset 0 3px 6px rgba(255, 255, 255, 0.15),
    inset 0 -3px 8px rgba(0, 0, 0, 0.5);
}

.circle-badge span {
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 45%, #213c55 0%, #0f2d49 60%, #071324 100%);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.set_frm label {
  color: #CCBF90;
  font-weight: 600;
}

.set_frm input,
.set_frm textarea {
  background: #1e466c;
  box-shadow: inset 5px 5px 11px rgba(0, 0, 0, 0.2);
  border: transparent;
  color: #CCBF90;
  margin-bottom: 30px;
  padding: 10px 15px;
}

.set_frm textarea {
  min-height: 500px;
}

.set_frm button {
  color: #CCBF90;
  gap: 10px;
  text-transform: capitalize;
  font-weight: 700;
}

.set_frm {
  margin: 10px 0;
}

.set_frm button:hover {
  color: #CCBF90;
}

.set_frm input:focus,
.set_frm textarea:focus {
  background-color: #1e466c;
  color: white;
  box-shadow: inset 5px 5px 11px rgb(0 0 0 / 40%) !important;
  border-color: #1e466c !important;
}

.snd_btn {
  border: 1px solid #CCBF90;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 15px;
  display: flex;
  color: #CCBF90;
  gap: 12px;
  align-items: center;
}

.tab_ctls.row {
  margin: 0;
  background: #1e466c;
  box-shadow: inset 5px 5px 11px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 20px 15px;
  align-items: center;
}

@media (max-width: 968px) {
  .inner-content {
    width: 38.5%;
    height: 50.5px;
    padding: 0;
  }

  .circle-badge {
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-right: 8px;
  }

  .circle-text {
    font-size: 10px;
    line-height: 24px;
  }

  .step {
    width: 45px;
    height: 38px;
    font-size: 28px;
  }

  .line {
    width: 20%;
  }
}

.current {
  font-size: 25px !important;
  background-color: #156EC1;

}

/*paras work */

.log_bnr {
  background: #1e466c;
  box-shadow: inset 0px 0px 3px 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 8px;
}

.form-check-input {
  --bs-form-check-bg: #ffffff00;
  border: var(--bs-border-width) solid #CCBF90;
  width: 1.5em;
  height: 1.5em;
}

.frm_txt {
  font-size: 18px;
}

.mont_txt {
  background: linear-gradient(60deg, #766F54, #C3C1B7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flodr_rw .item {
  width: 20%;
}

.flodr_rw {
  flex-wrap: wrap;
  gap: 20px 0px;
}

.vlu_blk {
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-inline: 5px;
}

.hr_grd {
  background: linear-gradient(to right, #CCBF90, #213C55);
  border: 0;
  height: 2px;
}

.value-label.lbl_wth {
  min-width: 170px;
}

div#sidebar {
  margin: 30px 0 0;
}

.qrcod_inr {
  background: #1A4165;
  padding: 15px;
  box-shadow: inset 5px 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  align-content: center;
}

.topltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  cursor: pointer;
}

.topltiptext {
  visibility: hidden;
  width: 130px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
}

.topltip:hover .topltiptext {
  visibility: visible;
}

.tooltip-container {
  position: relative;
  display: inline-block;
}

/* Trigger Button */
.ref-btn {
  cursor: pointer;
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

/* Tooltip Box */
.tooltip-box {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  transform: translateX(-95%) translateY(-6px);
  width: 330px;
  background: #0F2D49;
  color: #f5e8c8;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid #CCBF90;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.tooltip-box p {
  font-size: 14px;
}

/* Tooltip Arrow */
.tooltip-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #0c2d48;
  border-right: 1px solid #CCBF90;
  border-bottom: 1px solid #CCBF90;
  bottom: -7px;
  right: 34px;
  transform: translateX(100%) rotate(20deg);
}

.tooltip-box .small-text {
  font-size: 12px;
  opacity: 0.75;
  margin: 10px 0 0;
}

.bor_spc {
  background-color: rgb(204 191 144 / 10%);
  border: 2px dashed #CCBF90;
}

/* Show on Hover */
.tooltip-container:hover .tooltip-box {
  opacity: 1;
  transform: translateX(-95%) translateY(-6px);
  pointer-events: auto;
}

.with_spc {
  padding: 1px;
  background-image: linear-gradient(to right, var(--bs-primary), transparent);
  border-radius: 15px;
}

.with_spc .with_spc_inr {
  padding: 15px;
  background-color: #213C55;
  border-radius: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}

.inp_mod .inp {
  right: 0px;
  width: 100px;
  align-content: center;
}

.inp_mod_bg {
  background-image: linear-gradient(to right, var(--bs-primary), transparent);
  padding: 1px;
  border-radius: 12px;
}

.inp_mod_bg input {
  background-color: var(--dark3-nt);
  border: transparent;
  border-radius: 12px;
  padding: 10px 20px;
}

.inp_mod_bg input:focus {
  background-color: var(--dark3-nt) !important;
}

.log_btn2 {
  margin-bottom: 50px;
}

.pos_abs {
  position: absolute;
}

.gap_spc {
  gap: 50px;
}

.active_str {
  fill: #CCBF90;
}

#mail-pagination button {
  background-color: transparent;
  border: 0;
  color: white;
}

#mail-pagination button.active {
  border: 1px solid #ccbf90;
  border-radius: 5px;
  color: #ccbf90;
}

#mail-pagination .ply_btn {
  border: 1px solid #ccbf90;
  border-radius: 5px;
  color: #ccbf90;
  padding: 3px 10px;
}

/*Responsive starts  */

@media screen and (max-width: 1400px) {
  .flodr_rw .item {
    width: 25%;
  }

  .inner-content {
    height: 75px;
  }

  .circle-badge {
    width: 65px;
    height: 65px;
  }

  .circle-badge span {
    font-size: 24px;
  }

  .circle-text {
    font-size: 12px;
    margin: 0 15px 0 15px;
  }

  .gap_spc {
    gap: 25px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .circle-badge {
    width: 55px;
    height: 55px;
  }

  .circle-badge span {
    font-size: 18px;
  }

  .inner-content {
    height: 62px;
  }

  .circle-text {
    font-size: 12px;
    margin: 0 5px 0 5px;
  }

}


@media screen and (max-width: 992px) {
  .logo {
    height: 145px;
    width: 148px;
  }

  .flodr_rw .item {
    width: 50%;
  }

  .flodr_rw .item .desc {
    width: 100%;
  }

  .flodr_rw .item .desc .vlu_blk {
    width: 100%;
  }
}

svg.active_str {
  fill: #CCBF90;
}


@media screen and (max-width: 768px) {
  .logo {
    height: 125px;
    width: 129px;
  }

  .flodr_rw .item {
    width: 100%;
  }

  .flodr_rw .item .desc .value-field {
    text-align: left;
    padding-inline: 15px;
  }

  .flodr_rw .item .desc {
    width: 90%;
  }

  .kyc_rw .col .kyc_rw_inr>div .value-field {
    width: 100%;
    padding: 6px;
  }

  .kyc_rw .col.kyc_rw_inr>div {
    width: 100%;
  }

  .folder-tab {
    width: 270px;
  }

  .blnc_rw>div {
    width: 100%;
  }

  .blnc_rw>div>div:nth-child(2),
  .blnc_rw>div>div:nth-child(4) {
    width: 90%;
  }

  svg.active_str {
    fill: #CCBF90;
  }

  .step-content>div {
    flex-wrap: wrap;
    justify-content: left !important;
    gap: 20px 0;
  }

  .wavy-bar {
    background: url('../images/top-bar.svg') no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 30px !important;
    height: 120px;
    justify-content: space-between;
    padding: 10px 0;
  }

  .circle-badge {
    width: 80px;
    height: 80px;
    font-size: 25px;
    margin: 0;
  }

  .inner-content {
    background: url('../images/inner-bar.png') no-repeat center;
    background-size: 100% 100%;
    width: 60%;
    height: 85px;
    padding: 0;
    margin: 0;
    justify-content: space-between;
  }

  .circle-text {
    font-size: 14px;
    line-height: normal;
  }

  svg.active_str {
    fill: #CCBF90;
  }

  .wavy-content {
    text-align: end;
    padding: 0 20px 0 0px;
    width: 40%;
  }

  .wavy-content span {
    font-size: 16px !important;
  }

  .tooltip-box p {
    font-size: 12px;
  }

  .tooltip-container:hover .tooltip-box {
    transform: translateX(-90%) translateY(-15px);
    pointer-events: auto;
    width: 250px;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(1) {
    margin: 0;
    width: auto;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(2) {
    margin: 0;
    width: auto;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(4) {
    margin: 0;
    width: auto;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(5) {
    margin: 0;
  }

  .payment-history-table-wrapper table tbody tr td:last-child {
    width: auto;
  }

  .payment-history-table-wrapper table tbody tr td:nth-child(3) {
    width: auto;
  }

  .payment-history-table-wrapper table tbody tr .td-head {
    margin: 0 !important;
  }

  .payment-history-table-wrapper table tbody {
    padding: 15px !important;
  }

  .popup {
    width: 90%;
  }

  .inp_mod .inp {
    width: 60px;
    font-size: 12px;
    font-weight: 600;
  }

  .inp_mod {
    justify-content: left !important;
  }

  .popup>div .text-end img.clickable {
    height: 25px;
  }

  .custom-label-field {
    min-width: 100%;
    margin: 0;
  }

  .log_frm .log_bnr {
    padding: 12px;
    width: 60%;
    margin: 0 auto;
  }

  .flodr_rw .item .vlu_blk {
    width: 100%;
  }

  .blnc_rw .value-field {
    width: 100%;
    text-align: left;
    padding-inline: 10px;
  }

  .folder-content input {
    min-width: 110px;
  }

  .step-line {
    margin: 30px auto 0;
  }

  .dynamic-qr-inner {
    width: 100%;
    height: auto;
  }

  .qr_cont .input-wrapper {
    width: 100% !important;
  }

  .qrcod_inr {
    text-align: center;
  }

  .qr-outer-end {
    width: 100% !important;
    padding: 0;
  }

  .circle-badge span {
    font-size: 25px;
  }
}

@media screen and (max-width: 767px) {
  .pos_abs {
    position: relative;
  }
}