:root {
  --theme-color-1: #1b1464;
  --theme-color-2: #ec008c;
  --theme-color-3: #d10b80;
  --theme-color-1-7: rgba(140, 88, 47, 0.7);
  --theme-color-2-7: rgba(51, 51, 51, 0.7);
  --theme-font-color-1: #f9957e;
  --theme-font-color-3: #916c3a;
  --theme-font-color-2: #0773c3;
  --theme-bg-1: #f8f4ec;
  --theme-bg-2: #f9f9f9;
  --theme-bg-3: rgba(248, 244, 236, 0.5);
  --theme-bg-line-1: linear-gradient(114deg, #3498db 0%, #861be7 100%);
  --theme-bg-line-2: linear-gradient(212deg, #0d2c50 0%, #2e87ff 100%);
  --bgcolor: #f8f8f8;
  --gs0: linear-gradient(304deg,
      #eeeeee 3.03%,
      #f0f0f0 27.62%,
      #ffffff 76.39%,
      #f0f0f0 112.44%);
  --gs1: linear-gradient(125deg,
      var(--a_1) 0%,
      var(--a_2) 80%,
      var(--a_3) 150%);
  --gs2: linear-gradient(304deg,
      var(--black0) 3.03%,
      var(--black1) 27.62%,
      var(--black1) 76.39%,
      var(--black2) 112.44%);
  --inputBG: rgb(246, 246, 246);
  --black0: #0e0e0e;
  --black1: #2a415c;
  --black2: #818393;
  --black3: #cfd0d9;
  --black4: #f5f5f5;
  --black5: #fbfbff;
  --a_1: #af8923;
  --a_1_1: rgba(175, 138, 35, 0.8);
  --a_1_2: rgba(175, 138, 35, 0.5);
  --a_2: #d7b148;
  --a_3: #fcdb88;
  --a_4: #fce8a6;
  --a_5: #fff9e6;
  --b_1: #0e0e0e;
  --b_1_1: rgba(14, 14, 14, 0.8);
  --b_1_2: rgba(14, 14, 14, 0.5);
  --b_2: #383838;
  --b_3: #383838;
  --b_4: #383838;
  --b_5: #707070;
  --r_0: rgba(52, 86, 255, 0.9);
  --r_1: rgba(75, 169, 88, 0.9);
  --r_2: rgb(248, 166, 1, 0.9);
  --r_3: rgba(255, 40, 51, 0.9);
  --r_3_1: rgba(255, 40, 51, 0.05);
  --r_4: rgba(179, 179, 179, 0.9);
  --v00: rgba(228, 240, 240, 0.8);
  --v0: rgba(176, 184, 184, 0.8);
  --v1: rgba(173, 196, 238, 0.8);
  --v2: rgba(166, 222, 255, 0.8);
  --v3: rgba(243, 208, 143, 0.8);
  --v4: rgba(168, 146, 201, 0.8);
  --v5: rgba(154, 216, 166, 0.8);
  --v6: rgba(253, 197, 186, 0.8);
  --v7: rgba(234, 202, 205, 0.8);
  --v8: rgba(167, 242, 173, 0.8);
  --v9: rgba(255, 202, 159, 0.8);
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Libre Franklin", sans-serif;
  background-color: #1e272e;
}

@font-face {
  font-family: Roboto-Medium;
  src: url("../../../assets/font/Roboto-Light.ttf");
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
p {
  font-family: Roboto-Medium, Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
}

.hero_logo-image {
  width: 100%;
  max-width: 56px;
  height: 56px;
}

.acc-box-text_section {

  border-radius: 10px;
  background-image: linear-gradient(#0B1C2D, #0B1C2D), linear-gradient(135deg, #4DA9FD, #77D1FF);
  backdrop-filter: blur(10px);
}

.acc-box__input-section {
  background: transparent !important;
}

.hero-section__main-heading {
  font-weight: 700;
  font-size: 250%;
  color: var(--theme-color-1);
}

.hero-section-button-box a {
  text-decoration: none;
  font-weight: 700;
  color: #000;
  font-size: 15px;
}

.hero-section-button-box span {
  border: 1px solid #000;
  padding: 0px 12px 0px 12px;
  border-radius: 65px;
  text-align: center;
}

.hero-section-exchange__btn span {
  border-color: var(--theme-color-1);
  padding-bottom: 4px;
  padding-top: 3px;
  background: var(--theme-color-1);
}

.hero-section-exchange__btn a {
  color: #fff;
}

.middle-box-heading {
  text-align: center;
  line-height: 1;
}

.middle-box-heading h2 {
  text-wrap: nowrap;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.5px;
  margin-bottom: 0.5px;
  color: #bdb5b5;
}

.middle-box-heading p {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
}

.middle-box {
  background: var(--theme-bg-line-1);
  border-radius: 28px;
  position: relative;
}

.middle-box::after {
  content: "";
  width: 93%;
  height: 100%;
  display: block;
  background: var(--theme-color-2);
  position: absolute;
  top: 15px;
  border-radius: 25px;
  z-index: -1;
  left: 3%;
}

.middle-box::before {
  content: "";
  width: 87%;
  height: 100%;
  display: block;
  background: var(--theme-color-3);
  position: absolute;
  top: 30px;
  border-radius: 25px;
  z-index: -3;
  left: 5%;
}

.owl-carousel .owl-item img {
  height: 9.375rem;
}

.modal-box--text {
  text-align: left;
}

.modal-box--text p {
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  line-height: 1.8;
}

.modal-box--text h3 {
  margin: 0;
  font-size: 19px;
  color: #000;
  font-weight: 600;
}

.modal-bottom__image {
  max-width: 80px;
  width: 100%;
}

.back-button-box img {
  width: 20px;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #1e272e;
  z-index: 11;
}

.icon-box-section {}

.icon-box-section .icon-box {
  background: #ffffff0a;
  max-width: 109px;
  width: 100%;
  margin: 5px 10px;
  padding: 13px 5px 3px 3px;
  text-align: center;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  line-height: 1.5;
}

.icon-box-section .icon-box .fa-solid,
.icon-box-section .icon-box .fa-brands {
  font-size: 24px;
  color: #ffffff;
}

.icon-box-section .icon-box p {
  color: #ffffff;
  font-size: 13px;
  padding: 0;
  margin: 0;
  margin-bottom: 8px;
}

.icon-box:nth-of-type(1) {
  background: linear-gradient(135deg, #1D4ED8, #38BDF8);
}

.icon-box:nth-of-type(2) {
  background: linear-gradient(135deg, #7C3AED, #EC4899);
}

.icon-box:nth-of-type(3) {
  background: linear-gradient(135deg, #0F766E, #22C55E);

}

.icon-box:nth-of-type(4) {
  background: linear-gradient(135deg, #F97316, #EF4444);

}

.icon-box:nth-of-type(5) {
  background: linear-gradient(135deg, #0F172A, #2563EB);

}

.content p {
  font-size: 15px;
  font-weight: 600;
  color: gray;
}

.content-bottom__text-box p {
  color: var(--theme-color-1);
}

.heading-box--text {
  background: #f8f8f8;
}

.heading-box--text h3 {
  color: #000;
  font-weight: 700;
  font-size: 110%;
}

.heading-box--text img {
  width: 3.375rem;
  height: 3.375rem;
}

.heading-box h2 {
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-weight: 700;
  font-size: 120%;
}

.quantity-box {
  background: #f8f8f8;
}

.btn-primary {
  color: #fff;
  background-color: #4a69bd;
  border-color: #4a69bd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: #1e3799;
  border-color: #1e3799;
}

.quantity__rupee {
  color: var(--theme-color-1);
}

.quantity-box img {
  margin-left: 1.5rem;
  width: 3.875rem;
}

.quantiy-box-top p {
  color: #000;
  font-size: 15px;
  font-weight: 800;
  padding-left: 5px;
}

.quantiy-box--log h3 {
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 0;
  color: #000;
}

.quantiy-box--log h3:first-child {
  margin-top: 10px;
}

.quantiy-box--log img {
  width: 100%;
  max-width: 32px;
  margin: auto;
}

.quantiy-box--link h4 {
  margin-top: 0.75rem;
  font-weight: 700;
  text-align: center;
  color: var(--black1);
  font-size: 1rem;
  margin-bottom: 1rem;
  text-wrap: wrap;
}

.quantity-box--main-btn {
  background: var(--theme-color-1);
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
}

.quantity-box--main-btn a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 10px;
  font-weight: 600;
}

.download-app-box h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.download-app-box h3 {
  font-size: 19px;
  font-weight: 700;
  margin: 0;
  margin-top: 8px;
}

.download-app-box p {
  color: var(--theme-color-1);
  font-weight: 700;
}

.download-app-box button {
  background: var(--theme-color-1);
  color: #fff;
  border-color: #fff;
  padding: 4px 18px;
  border-radius: 20px;
  font-weight: 700;
}

.footer-logo--box-size {
  height: 24px;
  width: 24px;
  width: 45px;
  /* display: flex; */
}

.footer-logo--box-size img {
  background: #4da9fd;
  padding: 3px;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  filter: drop-shadow(0.5px 0.5px 0.5px black);
  box-shadow: 0.2px 0.2px 0.5px 1px darkgray;
  display: block;
  transition: trasform 0.5s ease-in-out;
}

.deposit-button-box {
  flex: 0 0 27.3%;
  text-align: center;
  width: 100%;
  margin: 15px 8px;
  padding: 15px 18px;
  border-radius: 10px;
  background: #f9f9f9;
  font-weight: 700;
  font-size: 15px;
}

.input-box-section input {
  width: 100%;
  padding: 13px;
  border-radius: 48px;
  border: 0.3px solid gray;
}

.modal-content {
  border-radius: 20px;
}

#exchangeModel {
  background: #1b1464;
  border: navajowhite;
  color: #fff;
  font-weight: 700;
}

#exchangeInput {
  width: 100%;
  padding: 15px 10px;
  margin-top: 20px;
  border-radius: 20px;
  border-width: 0;
  background: #f9f9f9;
  font-size: 14px;
  font-weight: 800;
  opacity: 0.6;
}

/* login css start*/
.login-box {
  padding: 2rem 1rem;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  background: #050b18;

}

.register-box {
  padding: 1rem 1rem;
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  background: #050b18;
}

.login-box_input input {
  letter-spacing: 1.3px;
  padding: 6px 5px;
  border-radius: 3px;
  font-size: 13px;
}

.login-box_input label {
  font-weight: 400;
  font-size: 13px;
  background: black;
}



.login-btn__now {
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 400;
  background: #30336b;
  padding: 7px 0px;
  font-size: 14px;
  max-width: 300px;
  width: 100%
}

.login-bottom_box a {
  text-decoration: none;
  color: #ffff;
  font-weight: 400;
  display: inline-block;
  font-size: 14px;
}

.register-box_input label {
  opacity: 0.9;
  font-size: 13px;
  font-weight: 600;
}



.forget-hero__sub-text {
  line-height: 1.3;
  font-weight: 400;
  opacity: 0.9;
  font-size: 14px;
  color: #ffffff;
  background: #044f44;
  padding-top: 10px;
  padding-bottom: 10px;
}

.level-hero-text h4 {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.9;
}

.level-hero-text h3 {
  font-size: 14px !important;
  font-weight: 500;
  margin: 0;
  margin-top: 11px;
}

.level-box__sub {
  font-weight: 700;
}

.level-box__sub-text {
  color: var(--theme-color-1);
  font-size: 18px;
  padding-left: 3px;
}

.card-level__box {
  background: #f8f8f8;
  background-image: linear-gradient(#0B1C2D, #0B1C2D), linear-gradient(135deg, #4DA9FD, #77D1FF);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);

}

.card-level__box a {
  display: flex;
  align-items: center;
  padding-left: 26px;

}

.level-box--inner h3 {
  font-size: 15px;
  font-weight: 600;
  opacity: 0.6;
}

.card-box--level {
  margin: auto;
}

.level-ratio {
  border: 4px solid #c1b9b982;
  padding: 16px;
  border-radius: 100%;
  color: #0c0c0c;
  height: 60px;
  width: 60px;
  font-size: 12px;
  font-weight: 700;
  text-wrap-mode: nowrap;
}

/* login css end */
.hero-setting img {
  width: 25px;
  max-width: 30px;
  margin-left: 11px;
  margin-top: 1px;
}

.hero-setting {
  margin-bottom: 19px;
  padding-top: 12px;
}

.hero-setting h1 {
  font-size: 21px;
  font-weight: 800;
  font-family: "Libre Franklin", Arial, Helvetica, sans-serif;
}

.setting-hero-text h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 7px;
}

.setting-hero-text h4 {
  font-size: 13px;
  font-weight: 700;
}

.card-setting-right-text h3 {
  font-size: 15px;
  font-weight: 700;
}

.card-setting-right-text p {
  opacity: 0.8;
  font-size: 14px;
  font-weight: 800;
}

.card-setting-right-text {
  font-weight: 600;
}

.main-setting-text {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
}

.main-setting-text::after {
  content: "";
  width: 20%;
  height: 3px;
  display: block;
  background: rgb(223, 34, 87);
  margin: 5px auto;
  text-align: center;
}

.setting-card img {
  width: 30px;
  display: inline;
}

.setting__card-image-arrow {
  height: 25px;
  margin-top: 5px;
  width: 25px !important;
}

@font-face {
  font-family: standard;
  src: url("../../../application/libraries/assets/fonts/standard_07_53.ttf");
}

.catchpa {
  border-color: transparent;
  margin-top: 10px;
  color: #fff;
  text-decoration: line-through;
  background: black;
}


.setting-card h3 {
  font-weight: 400;
  margin: auto;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 24px;
  color: #ffffff;
}

.setting-card {

  border: 0;
  border-radius: 13px;
  text-align: center;
  max-width: 100%;
  margin-bottom: 13px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 3px;
  padding-bottom: 9px;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
  background: #135b51;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.card-setting__card--box {
  display: flex;
  align-items: center;
  max-width: 70%;
  text-indent: 10px;
}

.Withdraw-box_input label {
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.Withdraw-box_input input,
.Withdraw-box_input select {
  background: rgb(239, 239, 242);
  margin-top: 6px;
  font-weight: 700;
  padding: 11px;
  border-radius: 10px;
  white-space: pre;
}

.Withdraw-box_input p {
  font-size: 12px;
  font-weight: 700;
  color: blue;
  margin-top: 5px;
}

.purchased-box-hero__text h6 {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  line-height: 1.3;
}

.purchased-icon-box01,
.purchased-icon-box02,
.purchased-icon-box03 {
  text-align: center;
}

.purchased-icon-box01 img,
.purchased-icon-box02 img,
.purchased-icon-box03 img {
  width: 100%;
  max-width: 30px;
}

.purchased-icon-box h5 {
  font-size: 13px;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.8;
}

.purchased-icon-box h5 span {
  color: #000;
  font-weight: 800;
}

.purchased-box-hero__text p {
  opacity: 0.6;
  font-weight: 700;
}

.purchased-quantity-box h4,
.invest-box h4 {
  font-size: 17px;
  font-weight: 700;
}

.quantiy-box button {
  width: 27px;
  height: 31px;
  border: 0;
  font-size: 33px;
  color: #ffff;
  padding: 0;
  margin: 0 12px;
  background: #1b1464;
  line-height: 0.9;
}

.hero_top_box {
  height: 158px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.hero_top_box-container {
  padding-left: 24px;
  padding-top: 10px;
}

.hero_top_box-container p,
.hero_top_box-container span {
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 0px black;

}

.hero_top_box-container button {
  width: 47%;
  margin-top: 18px;
  padding: 5px 1px;
  background: #0fbcf9;
  border: none;
  border-radius: 9px;
  font-size: 14px;
}

.hero_top_box-container button a {
  color: #000;
}

.hero_top_box-container h2 {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  padding-top: 6px;
}

.invest-box h5 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  opacity: 0.7;
}

.invest-box p {
  font-size: 20px;
  color: #1b1464;
  font-weight: 600;
}

.invest-box .invest-text-box {
  background: #f3f3f3;
  padding: 8px 0px;
  margin-bottom: 21px;
}

.user-details_page p {
  background: #fff;
  padding: 7px;
  border-radius: 7px;
}

.user-details_page p b {}

.card-setting__box a {
  color: black;
}

.container__fixed,
footer .container-fluid {
  max-width: 922px;
  width: 100%;
}

.slider_image__box {
  margin-top: 0px;
}

.slider_image__box span {
  display: block;
  flex: 0 0 48%;
  max-width: 100%;
  margin-left: 4px;
  margin-top: 5px;
}

.slider_image__box span img {
  max-width: 100%;
  width: 100%;
  height: 210px;
  border-radius: 5px;
}

.tr_slider_bottom--image {
  width: 100%;
  max-width: 100%;
  margin-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
}

#marketTable {
  font-size: 1rem;
  padding-top: 14px;
  padding-left: 6px;
  width: 100%;
}

#marketTable td {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #a9a9a9a3;
  border-top: 1px dotted #a9a9a9a3;
  padding-left: 7px;
}

.market_dashboard-table {
  background-color: #ffffff;
  padding-bottom: 7px;
  margin-bottom: 90px;
  border-radius: 10px;
}

.market_table--box {
  background: #000;
  margin-top: 70px;
  padding-top: 10px;
}

#marketTable tr th {
  padding-left: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.9rem;
}

#marketTable td:nth-child(3) {
  color: #fff;
  text-align: right;
  padding-right: 10px;
  font-weight: 600;
}

#marketTable .negative {
  background: #e74c3c;
}

#marketTable .positive {
  background: #2ecc71;
}

td:nth-child(2):has(.positive) {
  color: rgba(46, 204, 113, 1) !important;
}

.market__heading {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  color: #fff !important;
  width: -webkit-fill-available;
  z-index: 99;
  max-width: 100%;
  top: 0;
  text-align: center;
  background: black;
}

.table_logo img {
  width: 28px;
  padding-right: 3px;
}

.footer-logo--box {
  /* background: #3498db; */
  padding-top: 9px;
  padding-bottom: 26px;
  border-radius: 5px 5px 0px 0px;
}

.fx__team-box {
  display: flex;
  flex-wrap: wrap;
  background-image:
    linear-gradient(#0B1C2D, #0B1C2D),
    linear-gradient(135deg, #4DA9FD, #77D1FF);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.fx__team-box .fx__team-text {
  display: inline-block;
  flex: 0 0 50%;
  max-width: 100%;
  text-align: center;
}

.fx__team-box .fx__team-text h2 {
  font-size: 13px !important;
  color: #ffff;
  font-weight: 700;
}

.fx__team-box .fx__team-text a {
  padding-top: 13px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
}

.assets-section-col img {
  width: 50px;
  max-width: 100%;
}

.assets-section-box {
  display: flex;
}

.assets-section-col {
  flex: 0 0 33.33%;
  max-width: 100%;
  text-align: center;
}

.assets-section-box h2 {
  font-size: 16px;
  padding-top: 6px;
  color: #ffffff;
  font-size: 12px !important;
}

.assets-card--right img {
  width: 50px;
}

.assets-card {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 6px;
  padding-left: 10px;
  color: #fff;
  background-image: linear-gradient(#0B1C2D, #0B1C2D), linear-gradient(135deg, #4DA9FD, #77D1FF);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 16px;
}

.assets-card__row {
  flex: 0 0 97%;
}

.card--footer--text {
  font-size: 18px;
}

.card--footer--number {
  font-size: 22px;
}

.card--footer--col {
  flex: 0 0 50%;
  text-align: center;
  max-width: 100%;
}

.assets-section {
  margin-top: 20px;
}

span.footer-logo--box-size a {
  font-size: 12px;
  color: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
}

.acc-box__input-section--text {
  margin-bottom: 6px;
  font-size: 16px !important;
}

.acc-box__input-section--text span {
  font-size: 18px !important;
}

.footer-logo--box-size.changebg img {
  filter: drop-shadow(1px 1px 5px black);
  transform: scale(0.8);
}

.recharge__card-details {
  cursor: pointer;
}

.recharge_usdt--tab__box {
  display: flex;
  flex-wrap: wrap;
}

.recharge_usdt--tab__left {
  flex: 0 0 90%;
  max-width: 90%;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}

.recharge_usdt--tab__right .fa-regular {
  font-size: 24px;
  cursor: pointer;
  padding-left: 5px;
}

.usdt-box~.usdt__box--relation-tab {
  display: none;
}

.usdt-box.select-recharge~.usdt__box--relation-tab {
  display: block;
}

.recharge__box--level .recharge__level--box {
  cursor: pointer;
}

.userwithdraw__card--tab-heading,
.userwithdraw__card--tab-fee {
  font-size: 14px !important;
  margin-bottom: 0;
  font-weight: 600;
  margin-top: 3px;
}

.level-hero-text {
  background: #135a51;
  color: #ffffff;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5px;
  max-width: 160px;
  width: 100%;
}

/* Custom Language Selector Dropdown */
.custom-language-selector {
  position: fixed;
  top: 27px;
  right: 10px;
  z-index: 1000;
  background: #ffffff;
  border: 0px solid #ddd;
  border-radius: 4px;
  padding: 2px 6px;
  box-shadow: none;
  font-size: 12px;
}

.back-button-box h2 {
  font-size: 16px !important;
  width: 243px !important;
  margin-top: 5px;
}

select {
  padding: 0px 0px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  outline: none;
  background-color: #ffffff;
}

h1 {
  color: #0077b6;
}

p {
  font-size: 16px;
}

body {
  top: 0px !important;
}

.translated-ltr iframe {
  display: none;
}

/* Hide default Google branding */
.goog-logo-link {
  display: none !important;
}

.goog-te-gadget span {
  display: none !important;
}

/* Hide translation toolbar */
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

.setting__user__details {
  display: flex;
  flex-wrap: wrap;
  margin-top: 26px;
  margin-bottom: 20px;
}

.setting__user__details-box {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  color: #ffffff;
  margin-bottom: 7px;
  margin-top: 8px;
  font-weight: 600;
}

.setting__user__details-box--heading {
  font-size: 13px !important;
  margin-bottom: 0;
}

.setting__user__details-text {
  font-size: 20px !important;
  margin-bottom: 5px;
}

.setting__user__details-box:nth-child(odd) {
  border-right: 1px solid darkgray;
}

.referral_link--box {
  display: flex;
  justify-content: center;
}

.referral_link--icon {
  max-width: 100%;
  height: 43px;
  width: 43px;
  border-radius: 20px;
  filter: drop-shadow(2px 4px 6px gray);
  cursor: pointer;
  margin-left: 5px;
}

.owl-demo .owl-carousel {
  padding-top: 5px;
}

#language {
  background-color: transparent;
}

.tr_slider_bottom--image_box {
  display: flex;
}

.tr_slider_bottom--image_box a img {
  height: 308px;
}

.tr_slider_bottom--image_box a {
  flex: 0 0 50%;
  max-width: 100%;
}

@media (max-width: 750px) {
  .market__heading {
    position: fixed;
  }

  .icon-box-section .icon-box {
    margin: 5px 5px;
  }

  .icon-box-section .icon-box {
    max-width: 85px;

  }

  .icon-box-section .icon-box p {
    font-size: 12px !important;
  }

  .hero_top_box {
    margin-top: 25px;
  }

  .assets-section {
    margin-top: 80px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 16px !important;
  }

  p,
  span {
    font-size: 14px !important;
  }

  #marketTable td {
    font-size: 13px;
  }

  .footer-logo--box-size span {
    font-size: 10px !important;
    padding-top: 3px;
  }

  .acc-box__input-section--text {
    margin-bottom: 6px;
    font-size: 16px !important;
  }

  .acc-box__input-section--text span {
    font-size: 15px !important;
  }

  .slider_image__box span img {
    max-height: 232px;
    height: 100%;
  }

  .recharge_card--details__text {
    padding-right: 7px;
  }
}

@media (max-width: 500px) {
  .recharge__card-details>.fa-solid.fa-circle-check {
    display: block;
    width: 100%;
    text-align: right;
    margin-bottom: 5px;
    position: absolute;
    top: 0px;
    right: 0;
  }

  .recharge__card-details {
    flex-wrap: wrap;
    position: relative;
  }

  .userwidthdraw_usdt--tab--input {
    margin-left: 6px;
    max-width: 109%;
    width: 100%;
  }

  .userwidthdraw__input {
    width: 100%;
    max-width: 74%;
  }
}

/* popup css start */
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="left"],
div:where(.swal2-icon).swal2-success .swal2-success-fix,
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"][class$="long"],
div:where(.swal2-icon).swal2-success [class^="swal2-success-line"],
div:where(.swal2-icon).swal2-success [class^="swal2-success-circular-line"][class$="right"],
div:where(.swal2-icon).swal2-success .swal2-success-fix {
  background-color: transparent !important;
}

div:where(.swal2-container) div:where(.swal2-html-container) {
  color: #ffffff !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  font-size: large !important;
}

div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover,
div:where(.swal2-actions):not(.swal2-loading) .swal2-styled {
  background-image: linear-gradient(to top,
      #dd0074,
      #e33a88,
      #e9579c,
      #ed70af,
      #f186c0);
}

div:where(.swal2-icon).swal2-success {
  background-image: url("../../application/libraries/assets/Successfully.gif");
  height: 168px;
  width: 168px;
  background-repeat: no-repeat;
  background-size: cover;
}

div:where(.swal2-container).swal2-center>.swal2-popup {
  background-image: linear-gradient(to right top,
      #fa8100,
      #fb942a,
      #fca647,
      #feb762,
      #ffc77d) !important;
}

div:where(.swal2-container) h2:where(.swal2-title) {
  color: #ffff00 !important;
  font-size: 21px !important;
}

/* popup css end */