@import url(./preset.css);
body,
.dashboard-body {
  background: var(--MIlky-White---V, linear-gradient(180deg, #fdfff5 0%, #fdfff5 17%, #f9f8f0 26%, #fef1e0 100%));
}

.header-container {
  background: var(--primary-color);
}

/* BOF Common CSS */
.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-transform: uppercase;
  font-family: var(--font-primary-700);
  padding: 9px 15px 5px;
  height: initial;
  min-height: initial;
  line-height: initial;
  min-width: 80px;
  font-size: 16px;
}

.primary-btn {
  color: #fdfff5;
  border: 1px solid var(--primary-color);
  background: var(--primary-color);
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:visited, .primary-btn:focus-within {
  color: #fdfff5;
  border: 1px solid var(--primary-color);
}

.secondary-btn {
  color: var(--primary-color);
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
}
.secondary-btn:hover, .secondary-btn:focus, .secondary-btn:visited, .secondary-btn:focus-within {
  color: #000;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
}

.secondary-dark-btn {
  color: #000;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
}
.secondary-dark-btn:hover, .secondary-dark-btn:focus, .secondary-dark-btn:visited, .secondary-dark-btn:focus-within {
  color: #000;
  border: 1px solid var(--secondary-color);
  background: var(--secondary-color);
}

.light-btn {
  background: var(--fdfff-5, #fdfff5);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.light-btn:hover, .light-btn:focus, .light-btn:visited, .light-btn:focus-within {
  background: var(--fdfff-5, #fdfff5);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.bordered-btn {
  color: var(--secondary-color);
  background: none;
  border: 1px solid var(--secondary-color);
}
.bordered-btn:hover, .bordered-btn:focus, .bordered-btn:visited, .bordered-btn:focus-within {
  color: var(--secondary-color);
  background: none;
  border: 1px solid var(--secondary-color);
}

.btn-lg {
  min-height: 40px;
}

.two_btns_main {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.two_btns_main button {
  flex-grow: 1;
}

/* EOF Common CSS */
.walletConnect {
  display: flex;
  gap: 10px;
}

.swiper-horizontal {
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.slider_main {
  margin: 0 0 1rem;
}
.slider_main .swiper-horizontal > .swiper-pagination-bullets,
.slider_main .swiper-pagination-bullets.swiper-pagination-horizontal,
.slider_main .swiper-pagination-custom,
.slider_main .swiper-pagination-fraction {
  bottom: 0;
}
.slider_main .swiper-pagination-bullet {
  background: #5c5c5c;
  height: 4px;
}
.slider_main .swiper-pagination-bullet-active {
  background: var(--primary-color);
}
.slider_main .swiper-button-next {
  background: url(../img/banner_right_icon.svg) center center no-repeat;
  background-size: cover;
  right: 10px;
}
.slider_main .swiper-button-prev {
  background: url(../img/banner_left_icon.svg) center center no-repeat;
  background-size: cover;
  left: 10px;
}

.banner_content {
  min-height: 120px;
  padding: 20px 60px 0;
  background: url(../img/banner-img.jpg) center center no-repeat;
  background-size: cover;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.banner_content .banner_head {
  color: var(--primary-color);
  font-family: var(--font-primary-900);
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.banner_content p {
  color: #000;
  font-family: var(--font-primary-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  max-width: 192px;
  line-height: normal;
  margin: 0;
}

.swiper-slide {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.rank_card_main {
  background: #8e4585;
  background: linear-gradient(0deg, rgb(142, 69, 133) 0%, rgb(254, 241, 224) 100%);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 2px;
}

.rank_card {
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fef1e0;
  background: var(--MIlky-White---V, linear-gradient(180deg, #fdfff5 0%, #fdfff5 17%, #f9f8f0 26%, #fef1e0 100%));
  box-shadow: 0px 4px 10px 0px rgba(255, 233, 125, 0.3);
}
.rank_card .header {
  display: flex;
  margin: 0 0 1rem;
  justify-content: space-between;
}
.rank_card .content {
  margin: 1rem 0 0;
}

.header_img {
  position: relative;
  margin: -35px 0 0;
}
.header_img::after {
  -webkit-border-radius: 0 17px 0 0;
  -moz-border-radius: 0 17px 0 0;
  -ms-border-radius: 0 17px 0 0;
  -o-border-radius: 0 17px 0 0;
  border-radius: 0 17px 0 0;
  position: absolute;
  content: "";
  right: -20px;
  top: 15px;
  width: 209px;
  height: 209px;
  background: url(../img/card_img_bg.svg) right top no-repeat;
  z-index: 0;
}
.header_img img {
  position: relative;
  z-index: 1;
}

.username_main {
  margin: 0 0 1rem;
}
.username_main h5 {
  margin: 0 0 1rem;
  letter-spacing: 0.1rem;
  color: var(--Dark, #000);
  font-family: var(--font-primary-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.username_main h3 {
  color: var(--primary-color);
  font-family: var(--font-primary-900);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0.2rem 0 0.6rem;
}

.rank_title_main .sub_title {
  color: var(--Grey, #999);
  font-family: var(--font-primary-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}
.rank_title_main .rank_title {
  color: var(--Dark, #000);
  font-family: var(--font-primary-900);
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin: 0;
}

.title_val_main {
  margin: 0 0 1.5rem;
}
.title_val_main .title {
  color: var(--Grey, #999);
  font-family: var(--font-primary-500);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 0 0 0.4rem;
}
.title_val_main .val {
  white-space: nowrap;
  color: var(--Dark, #000);
  font-family: var(--font-primary-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0;
}

.card_heading {
  color: var(--primary-color);
  font-size: 28px;
  margin-bottom: 30px;
  font-family: var(--font-primary-900);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

.payment_section {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.label {
  color: var(--Grey, #999);
  font-family: var(--font-primary-500);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.value {
  color: var(--Dark, #000);
  text-align: right;
  font-family: var(--font-primary-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.type-buttons {
  display: flex;
  gap: 10px;
}

.type-buttons button {
  flex: 1;
  padding: 14px 0px 12px;
  border: 2px solid #aaa;
  background-color: transparent;
  font-weight: bold;
  border-radius: 6px;
  cursor: pointer;
  color: #999;
  font-family: var(--font-primary-900);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.type-buttons .active {
  color: #912c8a;
  border: 1px solid var(--701-e-67, #701E67);
  background: rgba(112, 30, 103, 0.1);
}

.unit-selector {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0px;
  border: 1px solid var(--Grey, #999);
  background: var(--fdfff-5, #fdfff5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.unit-selector button {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--primary-color);
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  height: auto;
  padding: 10px 0 0;
}

.unit-value {
  padding: 7px 0 0;
  color: #000;
  text-align: center;
  font-family: var(--font-primary-900);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.summary {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.summary.total {
  font-size: 18px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

.type_section,
.unit_section {
  margin: 0 0 2rem;
}

.wallet_content {
  display: flex;
  gap: 15px;
}
.wallet_content figure {
  width: 60px;
}
.wallet_content figure img {
  width: 100%;
}
.wallet_content article .wallet_heading {
  color: var(--primary-color);
  font-family: var(--font-primary-900);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.wallet_content article .wallet_value {
  color: var(--Dark, #000);
  font-family: var(--font-primary-700);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px; /* 100% */
}

.colored_wallet {
  padding: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: var(--primary-color);
  position: relative;
  overflow: hidden;
}
.colored_wallet::before, .colored_wallet::after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 218.211px;
  height: 218.211px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  flex-shrink: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  opacity: 0.2;
  background: linear-gradient(134deg, #FEF1E0 2.5%, #A02E93 98.22%);
}
.colored_wallet::before {
  right: -90px;
  top: -70px;
}
.colored_wallet::after {
  width: 194.41px;
  height: 194.41px;
  right: -90px;
  top: -60px;
}
.colored_wallet .wallet_content article .wallet_heading {
  color: #fdfff5;
}
.colored_wallet .wallet_content article .wallet_value {
  color: #fdfff5;
}

/* BOF Custom Switch CSS */
.switch_main {
  display: flex;
  align-items: center;
  gap: 7px;
}
.switch_main .custom_switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
  margin: 0;
  /* Rounded sliders */
}
.switch_main .custom_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch_main .custom_switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  background: var(--Grey, #999);
  -webkit-transition: ease all 0.4s;
  -moz-transition: ease all 0.4s;
  -o-transition: ease all 0.4s;
  transition: ease all 0.4s;
}
.switch_main .custom_switch .slider::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch_main .custom_switch input:checked + .slider {
  background-color: var(--secondary-color);
}
.switch_main .custom_switch input:focus + .slider {
  box-shadow: 0 0 1px var(--secondary-color);
}
.switch_main .custom_switch input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  -moz-transform: translateX(12px);
  -o-transform: translateX(12px);
  transform: translateX(12px);
  background: var(--primary-color);
}
.switch_main .custom_switch .slider.round {
  border-radius: 34px;
}
.switch_main .custom_switch .slider.round:before {
  border-radius: 50%;
}
.switch_main span.switch_content {
  color: #fdfff5;
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 8px;
  margin: 5px 0 0;
}

/* EOF Custom Switch CSS */
footer {
  background: var(--primary-color);
}
footer .footerMenuList {
  gap: 0;
}
footer .footerMenuList .footerMenuSingle a {
  padding: 10px;
}
footer .footerMenuList .footerMenuSingle a::after {
  background: #DB76D0;
}
footer .footerMenuList .footerMenuSingle a .footer_logo {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #88257D;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
footer .footerMenuList .footerMenuSingle a .footer_logo img {
  position: absolute;
}
footer .footerMenuList .footerMenuSingle a .footer_logo img:nth-child(2) {
  opacity: 0;
  pointer-events: none;
}
footer .footerMenuList .footerMenuSingle a figure {
  margin: 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 38px;
}
footer .footerMenuList .footerMenuSingle a figure img {
  position: absolute;
  margin: 0;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
footer .footerMenuList .footerMenuSingle a figure img:nth-child(2) {
  opacity: 0;
  pointer-events: none;
}
footer .footerMenuList .footerMenuSingle a .footerMenu {
  color: #DB76D0;
  text-align: center;
  font-family: var(--font-primary-900);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
footer .footerMenuList .footerMenuSingle a:hover {
  background: rgba(254, 241, 224, 0.1);
}
footer .footerMenuList .footerMenuSingle a:hover::after {
  background: none;
}
footer .footerMenuList .footerMenuSingle a:hover .footer_logo {
  border: 1px solid #FEF1E0;
}
footer .footerMenuList .footerMenuSingle a:hover .footer_logo img:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}
footer .footerMenuList .footerMenuSingle a:hover .footer_logo img:nth-child(2) {
  opacity: 1;
  pointer-events: all;
}
footer .footerMenuList .footerMenuSingle a:hover figure img:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}
footer .footerMenuList .footerMenuSingle a:hover figure img:nth-child(2) {
  opacity: 1;
  pointer-events: all;
}
footer .footerMenuList .footerMenuSingle a:hover .footerMenu {
  color: var(--secondary-color);
}
footer .footerMenuList .footerMenuSingle .active {
  background: rgba(254, 241, 224, 0.1);
}
footer .footerMenuList .footerMenuSingle .active::after {
  background: none;
}
footer .footerMenuList .footerMenuSingle .active .footer_logo {
  border: 1px solid #FEF1E0;
}
footer .footerMenuList .footerMenuSingle .active .footer_logo img:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}
footer .footerMenuList .footerMenuSingle .active .footer_logo img:nth-child(2) {
  opacity: 1;
  pointer-events: all;
}
footer .footerMenuList .footerMenuSingle .active figure img:nth-child(1) {
  opacity: 0;
  pointer-events: none;
}
footer .footerMenuList .footerMenuSingle .active figure img:nth-child(2) {
  opacity: 1;
  pointer-events: all;
}
footer .footerMenuList .footerMenuSingle .active .footerMenu {
  color: var(--secondary-color);
}

.langMain .dropdown-menu {
  background: var(--primary-color);
  border: 1px solid var(--secondary-color);
}
.langMain .dropdown-menu .dropdown-item {
  padding: 5px 15px !important;
  min-width: 100px;
  text-align: right;
  font-family: var(--font-primary-500);
  font-size: 15px;
}
.langMain .dropdown-menu .dropdown-item:hover {
  background-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
}

.close-toggle {
  right: 15px;
  width: 24px;
  height: 24px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  top: 10px;
}

.Maintanence-banner .maintenance_card_main .maintenance_card {
  border: 1px solid var(--fdfff-5, #FDFFF5);
  background: var(--MIlky-White---V, linear-gradient(180deg, #FDFFF5 0%, #FDFFF5 17%, #F9F8F0 26%, #FEF1E0 100%));
}
.Maintanence-banner .maintenance_card_main .maintenance_card .maintanence-span h2 {
  color: var(--primary-color);
  text-align: center;
  font-family: var(--font-primary-700);
  font-size: var(--size-4, 28px);
  font-style: normal;
  font-weight: 900;
  line-height: var(--line-height-3, 32px); /* 114.286% */
  letter-spacing: -0.28px;
}
.Maintanence-banner .maintenance_card_main .maintenance_card .Maintanence-paragraph p {
  color: #000;
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--line-height-0, 20px); /* 142.857% */
}

.landing_footer {
  color: var(--fdfff-5, #FDFFF5);
  text-align: center;
  /* Body/-1 */
  font-family: var(--font-primary-400);
  font-size: var(--size--1, 11.8px);
  font-style: normal;
  font-weight: var(--weight-Regular, 450);
  line-height: var(--line-height--1, 16px); /* 135.593% */
}

.reff_card_main {
  padding: 30px 20px 200px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  box-shadow: 0px 4px 10px 0px rgba(255, 233, 125, 0.3);
  position: relative;
  overflow: hidden;
}
.reff_card_main::before, .reff_card_main::after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 218.211px;
  height: 218.211px;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
  flex-shrink: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  opacity: 0.2;
  background: linear-gradient(134deg, #FEF1E0 2.5%, #A02E93 98.22%);
}
.reff_card_main::before {
  right: -90px;
  top: -85px;
}
.reff_card_main::after {
  width: 194.41px;
  height: 194.41px;
  right: -85px;
  top: -70px;
}
.reff_card_main .reff_card_content {
  position: relative;
  z-index: 1;
}

.page_name {
  color: var(--fdfff-5, #FDFFF5);
  text-align: center;
  font-family: var(--font-primary-900);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  margin: 0 0 1rem;
}

.qr_main {
  max-width: 280px;
  margin: 0 auto 1.5rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 25px;
}
.qr_main img {
  width: 100%;
}

.ref_link {
  max-width: 280px;
  margin: 0 auto !important;
}
.ref_link .form-label {
  color: var(--f-9-f-8-f-0, #F9F8F0);
  font-family: var(--font-primary-500);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 12px;
  text-transform: uppercase;
  margin: 0;
}
.ref_link .ref_link_main {
  gap: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid var(--Grey, #999);
  background: var(--fdfff-5, #FDFFF5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.ref_link .ref_link_main .ref_link_url {
  border: none;
  color: var(--Dark, #000);
  font-family: var(--font-primary-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap; /* Prevents line break */
  overflow: hidden; /* Hides overflow content */
  text-overflow: ellipsis; /* Adds ... at the end */
}

.bottom_vector {
  position: relative;
  z-index: 0;
}
.bottom_vector::before, .bottom_vector::after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 321.72px;
  height: 321.72px;
  -webkit-transform: rotate(58.2323deg);
  -ms-transform: rotate(58.2323deg);
  -moz-transform: rotate(58.2323deg);
  -o-transform: rotate(58.2323deg);
  transform: rotate(58.2323deg);
  flex-shrink: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  opacity: 0.2;
  background: linear-gradient(134deg, #FEF1E0 2.5%, #A02E93 98.22%);
}
.bottom_vector::before {
  left: -110px;
  top: 20px;
}
.bottom_vector::after {
  width: 286.629px;
  height: 286.629px;
  left: 0;
  top: 35px;
}

.modal-content {
  overflow: visible;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #FEF1E0;
  background: var(--MIlky-White---V, linear-gradient(180deg, #FDFFF5 0%, #FDFFF5 17%, #F9F8F0 26%, #FEF1E0 100%));
  box-shadow: 0px 4px 10px 0px rgba(255, 233, 125, 0.3);
}

#modal-icons {
  max-width: 100px;
}

.modal-icon {
  width: 100px;
  margin: 20px auto 0px;
  height: auto;
}

.modal-icon-titles {
  color: #000;
  text-align: center;
  font-family: var(--font-primary-700);
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  margin: 0 0 0.3rem;
}

.success {
  color: var(--Dark, #000);
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 250px;
  margin: 0 auto;
}

.closeModal {
  position: absolute;
  top: -80px;
  right: 0;
}

.form-group {
  text-align: left;
  margin: 0 0 1rem;
}
.form-group label {
  text-align: left;
  color: var(--Grey, #999);
  font-family: var(--font-primary-400);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.ref_qr_main figure {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #999;
  max-width: 200px;
  margin: 0 auto 1rem;
}
.ref_qr_main figure img {
  width: 100%;
}

.link_btn_main {
  display: flex;
  width: 240px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
}
.link_btn_main p {
  color: var(--Dark, #000);
  text-align: center;
  font-family: var(--font-primary-400);
  font-size: 13px;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap; /* Prevents line break */
  overflow: hidden; /* Hides overflow content */
  text-overflow: ellipsis; /* Adds ... at the end */
}
.link_btn_main .copy_btn {
  width: 16px;
}
.link_btn_main .copy_btn img {
  width: 100%;
}

nav {
  padding: 0;
  background: #FDFFF5;
}
nav .dropdown-menu {
  background: #fef1e0;
}
nav .dropdown .dropdown-toggle::after {
  border: none;
  width: 13px;
  height: 7px;
  right: 15px;
  background: url(../img/icons/down-arrow.svg) center center no-repeat;
}

.nav_username_close {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #EEE;
  padding: 20px 15px 10px;
  margin: 0 0 25px;
}
.nav_username_close .nav_username {
  color: var(--Dark, #000);
  font-family: var(--font-primary-400) !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.nav_username_close .close-toggle {
  position: static;
}

.nav_list li {
  padding: 6px 15px;
  margin: 0 !important;
  min-height: initial;
  height: auto;
  line-height: 0;
}
.nav_list li a {
  color: var(--Dark, #000);
  font-family: var(--font-primary-700);
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px; /* 187.5% */
}
.nav_list li.logoutMain {
  border-top: 1px solid #EEE;
  padding: 20px 15px 0;
  margin: 10px 0 0 !important;
}

.single-line-limit {
  white-space: nowrap; /* Prevents line break */
  overflow: hidden; /* Hides overflow content */
  text-overflow: ellipsis; /* Adds ... at the end */
}

.custom-toast {
  visibility: hidden;
  min-width: 160px;
  background-color: var(--secondary-color);
  color: #333;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 16px;
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  right: 30px;
  font-size: 15px;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.custom-toast.show {
  visibility: visible;
  opacity: 1;
}

.page_name_header .page_name a {
  font-family: var(--font-primary-400) !important;
  letter-spacing: 1.5px;
}

.hierarchy-title,
.diagram-none,
.diagram-subhead {
  font-family: var(--font-primary-400);
}

.table th,
.table thead tr th,
.table tbody tr td {
  font-size: 15px;
}

.form-group .select2-container.select2-container--default.select2-container--open {
  position: static !important;
}

.select2-container.select2-container--default.select2-container--open {
  position: fixed !important;
  z-index: 9999 !important;
}

.supportChatMain .supportChatSingle article .date,
.supportChatMain .supportChatSingle article .chatContent p {
  font-size: 15px;
}

.table {
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table thead tr th, .table tbody tr td {
  padding: 20px 15px !important;
}

.table tbody tr td {
  background: #EEEEEE !important;
  box-shadow: none;
}

.pagination {
  gap: 5px;
  align-items: stretch;
}

.paginate_button.page-item, .paginate_button.disabled {
  background: none;
  border: none;
  padding: 0;
}
.paginate_button.page-item a, .paginate_button.disabled a {
  padding: 0;
}

.paginate_button.page-item a, .paginate_button.disabled a, .page-link {
  background: transparent !important;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  width: 30px;
  height: 30px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.paginate_button.page-item .elipses, .paginate_button.disabled .elipses {
  color: var(--primary-color);
}

.paginate_button.page-item.active {
  background: none !important;
}

.paginate_button.page-item.active a {
  color: white !important;
  background: var(--primary-color) !important;
  border: none !important;
}

.page-link {
  background: none;
  border: none;
}

.page-link {
  padding: 0;
  width: 30px;
  height: 30px;
}

.page-link,
.page-item.disabled .page-link {
  background: transparent !important;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 0;
}

#datepicker1 {
  background: url(../images/piggy_images/icons/down-arrow.svg) no-repeat 97% !important;
  cursor: pointer;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
  background: url(../images/piggy_images/icons/down-arrow.svg) 100% center no-repeat;
}

.form-group .select2-container--default .select2-selection--single .select2-selection__arrow img {
  display: none;
}

/*# sourceMappingURL=ann-style.css.map */
