:root {
  --bg-main: #001D4B
}

.bg-main {
  background: var(--bg-main);
}

.bg-withdraw {
  background: #0D254B;
}

.body {
  background: radial-gradient(circle at 47.8515625% 61.05685551961263%, #030038 0%, 17.5%, rgba(3, 0, 56, 0) 35%), radial-gradient(circle at 73.19878260294597% 68.69576772054037%, #030038 0%, 17.5%, rgba(3, 0, 56, 0) 35%), radial-gradient(circle at 27.15386072794596% 16.61243438720703%, rgba(18, 11, 139, 0.4) 0%, 16.43%, rgba(18, 11, 139, 0) 31%), radial-gradient(circle at 30.902776718139645% 93.69576772054037%, rgba(18, 11, 139, 0.28) 0%, 17.5%, rgba(18, 11, 139, 0) 35%), radial-gradient(circle at 3.3365988731384277% 62.44576772054037%, rgba(18, 11, 139, 0.38) 0%, 17.5%, rgba(18, 11, 139, 0) 35%), radial-gradient(circle at 76.60048802693686% 18.967013359069824%, rgba(18, 11, 139, 0.36) 0%, 17.5%, rgba(18, 11, 139, 0) 35%), radial-gradient(circle at 94.35384114583333% 89.61588541666666%, #161A24 0%, 50%, rgba(22, 26, 36, 0) 100%), radial-gradient(circle at 6.503906249999999% 88.037109375%, rgba(22, 26, 36, 0.99) 0%, 25%, rgba(22, 26, 36, 0) 50%), radial-gradient(circle at 6.165364583333333% 12.617187499999998%, #161A24 0%, 100%, rgba(22, 26, 36, 0) 100%), radial-gradient(circle at 93.6865234375% 11.42578125%, #161A24 0%, 42%, rgba(22, 26, 36, 0) 70%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255, 255, 255, 0) 100%);
}


.fheader {
  background: #0A1632;
  display: flex;
  width: 100%;
  padding: 10px;
}

.fheader-left {
  flex-grow: 1;
  display: flex;
  gap: 10%;
  justify-content: space-between;
}

.fheader-left .desktop-search {
  position: relative;
  left: -10%
}


.fheader-left .desktop-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
}


.fheader .account-dropdown .btn:active,
.fheader .account-dropdown .btn:hover,
.fheader .account-dropdown .btn:focus {
  background: #0A1632 !important;
}

.fheader-right {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fheader-right .support-chat {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-left: auto;
  margin-right: 20%;
  list-style: none;
}

.fheader-right .profile-dropdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.login-lnk {
  background: var(--bg-main);
  border-radius: 6px;
}

.login-lnk .nav-link {
  color: #fff !important;
  padding: 8px 18px !important;
}


/* Mobile Menu  */

.mobile-menu {
  position: fixed;
  bottom: -20px;
  left: 0;
  right: 0;
  background: #0D254B;
  z-index: 999;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 10px;
  display: none;
  gap: 10px;
}

.mobile-menu .active-item {
  background-color: #0057E1;
  padding: 6px;
}


.device-max-992 {
  display: none;
}


/* Desktop Top Menu */

@media screen and (max-width: 992px) {
  .desktop-menu {
    display: none !important;
  }

  .device-max-992 {
    display: block !important;
  }

  .mobile-menu {
    display: flex !important;
  }

  footer {
    padding-bottom: 4rem !important;
  }
}


@media screen and (max-width: 420px) {
  .mobile-menu {
    gap: 0;
  }
}



.desktop-menu .active-item {
  background: #0057E1;
}

.navbar-brand .desktop-logo {
  width: 110px;
}

.navbar-brand .mobile-logo {
  display: none;
}

@media(max-width: 568px) {
  .mobile-padding {
    padding-left: 4px;
    padding-right: 4px;
  }

  .navbar-brand .desktop-logo {
    display: none;
  }


}

.support-icon,
.chat-icon {
  background: var(--bg-main);
  padding: 6px 8px;
  border-radius: 4px;
  border: 1px solid #606060;
  display: inline-block;
}

.search-btn {
  background-color: var(--bg-main) !important;
  border: none !important;
}


.search-input {
  background: var(--bg-main) !important;
  border: none !important;
  color: #fff !important;
  border-radius: 10px !important;
  padding: 6px 10px !important;
}

.search-input::placeholder {
  color: #C3C4C5 !important;
  font-size: .9rem !important;
}

.device-filter {
  display: flex;
  align-items: center;
  gap: 6px;
}


.device-filter button {
  background: #001D4B;
  border: 0;
  border-radius: 4px;
  width: 46px;
  height: 34px;
  display: inline-block;
}


.device-filter button:hover,
.device-filter button.active {
  background: #0057E1;
}

.device-filter button img {
  filter: brightness(0) invert(1)
}

.view-all,
.view-all:hover {
  color: #FFFFFF !important;
  background: var(--bg-main);
  padding: 7px 9px;
  border-radius: 4px;
  font-size: 12px;
}


.top-card-title {
  padding: 10px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

.slide-btn {
  background: var(--bg-main);
  font-family: Arial;
  color: #fff;
  font-size: 16px;
  border-radius: 6px;
  padding: 4px 8px 4px 8px;
  text-decoration: none;
  border: none;
}

.slide-btn:hover {
  text-decoration: none;
}

.slide-btn-wraper {
  display: flex;
  justify-content: end;
}

.main-cards {
  background-color: var(--bg-main) !important;
  border-radius: 28px !important;
}

.main-cards>img {
  border-radius: 25px 25px 0px 0px;
  height: 140px;
  object-fit: cover;
}

.main-cards .main-price {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
}

.main-cards .main-price span {
  margin-left: 2px;
  margin-right: 2px;
}

.main-cards .main-title {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}

.main-cards .coin-image {
  width: 12px !important;
}

.main-cards .card-body {
  padding: 14px 14px;
}


.section-heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: #E8E6E6;
  font-family: sans-serif;
}

.fsection-heading {
  font-size: 1.1rem;
  font-weight: bold;
  color: #E8E6E6;
  font-family: sans-serif;
  margin-left: 6px
}

@media(max-width: 420px) {
  .fsection-heading {
    font-size: 0.9rem;
  }
}

.first-dropdown {
  margin-top: 30px;
  margin-bottom: 30px;
  border: none;
}

.first-dropdown button {
  border: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bg-main);
  border-radius: 10px;
}

.first-dropdown ul {
  background-color: var(--bg-main);
  width: 100%;
  color: #fff !important;
}

.first-dropdown li a {
  color: #fff !important;
}

.first-dropdown li a:hover {
  background-color: #0f131c !important;
}

.featured-slide-btn-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.featured-slide-btn-wraper p {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  margin: 0;
}

.featured-cards {
  background-color: var(--bg-main) !important;
  border-radius: 10px !important;
  position: relative;
}

.android-img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px !important;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.featured-price {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 8px;
}

.featured-price span {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold;
  line-height: 1%;
}

.featured-title {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  margin-bottom: 0;
  margin-top: 4px;
  line-height: 1.2;
}

.featured-text {
  color: #c7c7c7;
  font-size: .8rem;
  margin-bottom: 8px;
  font-weight: 400;
  line-height: 1;
}

.featured-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 6px;
}

/* ***************************** */

.partners-offers-slide-btn-wraper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partners-offers-slide-btn-wraper p {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none !important;
  color: inherit !important;
}

.partners-offers-cards {
  border-radius: 10px !important;
  padding: 10px;
  height: 180px !important;
  border: 0 !important
}

.android-img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px !important;
}

.partners-offers-cards img {
  width: 60px;
  height: 60px;
  object-fit: cover;

}

.partners-offers-price {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  color: #fff;
}

.partners-offers-price span {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-weight: bold;
  line-height: 1%;
}

.partners-offers-title {
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  display: inline-block;
  width: 85px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.partners-offers-text {
  color: #fff;
  font-size: 15px;
  text-align: center;
}

.navbar-dropdown {
  background-color: var(--bg-main);
  border-radius: 10px;
}

.navbar-dropdown button {
  background-color: #0A1632;
  border: none;
}

.navbar-dropdown ul {
  background-color: var(--bg-main);
  width: 100%;
  color: #fff !important;
}

.navbar-dropdown li a {
  color: #fff !important;
}

.navbar-dropdown li a:hover {
  background-color: #0f131c !important;
}

.text-small {
  font-size: 0.9rem;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
a:focus {
  text-decoration: none;
}

.form-control {
  background: #212529;
  border-color: #545454;
}

.form-control:focus {
  background: #212529;
}



/* ==========================================
    Transactions  TABLE
  ========================================== */
.transactions-table-section {
  margin-bottom: 80px;
  overflow-x: auto
}

.transactions-table {
  overflow-x: auto;
}

.transactions-table thead th,
.transactions-table tbody td {
  background: transparent;
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 500;
  padding: 12px;
  border-bottom: 1px solid #424242;
  min-width: 150px;
}

.transactions-table tbody .coin-td {
  display: flex;
  align-items: center;
  gap: 4px;
}



.partners {
  padding: 1.2rem;
  background: radial-gradient(circle at 80.94614664713542% 50.51117261250814%, #001D4B 0%, 17.5%, rgba(0, 29, 75, 0) 35%), radial-gradient(circle at 26.62515640258789% 52.98032760620117%, #001D4B 0%, 17.5%, rgba(0, 29, 75, 0) 35%), radial-gradient(circle at 55.603745778401695% 58.35262934366862%, #1F2844 0%, 50%, rgba(31, 40, 68, 0) 100%), radial-gradient(circle at 93.25806935628255% 96.6241963704427%, #1F2844 0%, 17.5%, rgba(31, 40, 68, 0) 35%), radial-gradient(circle at 6.503906249999999% 88.037109375%, rgba(31, 40, 68, 0.99) 0%, 50%, rgba(31, 40, 68, 0) 100%), radial-gradient(circle at 6.165364583333333% 12.617187499999998%, #1F2844 0%, 60%, rgba(31, 40, 68, 0) 100%), radial-gradient(circle at 93.6865234375% 11.42578125%, #192134 0%, 42%, rgba(25, 33, 52, 0) 70%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255, 255, 255, 0) 100%);
  justify-content: space-between;
  border-top: 1px solid #646464;
}

.partners .part-box {
  text-align: center;
}

.partners .part-box.one img {
  filter: brightness(0.1) invert(0.8);
}


footer {
  /* background: radial-gradient(circle at 85.55772145589192% 67.578125%, rgba(18, 11, 139, 0.49) 0%, 17.5%, rgba(18, 11, 139, 0) 35%), radial-gradient(circle at 7.085502942403157% 47.439235051472984%, #001D4B 0%, 17.5%, rgba(0, 29, 75, 0) 35%), radial-gradient(circle at 40.41884104410807% 52.30034510294597%, #001D4B 0%, 17.5%, rgba(0, 29, 75, 0) 35%), radial-gradient(circle at 97.01606750488281% 96.74479166666666%, #001D4B 0%, 17.5%, rgba(0, 29, 75, 0) 35%), radial-gradient(circle at 6.503906249999999% 88.037109375%, rgba(0, 0, 0, 0.99) 0%, 25%, rgba(0, 0, 0, 0) 50%), radial-gradient(circle at 6.165364583333333% 12.617187499999998%, #000000 0%, 42%, rgba(0, 0, 0, 0) 70%), radial-gradient(circle at 93.6865234375% 11.42578125%, #001D4B 0%, 42%, rgba(0, 29, 75, 0) 70%), radial-gradient(circle at 48.9013671875% 49.521484375%, #FFFFFF 0%, 100%, rgba(255, 255, 255, 0) 100%);
  width: 100%; */
  padding: 1.5rem 2rem
}

.footer-box .copyright {
  color: #C7C7C7;
  font-size: 1rem;
}

.footer-box .logo {
  width: 100px;
  margin-bottom: 20px;
}

.footer-box .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-box .social-icons a {
  display: block;
  border-radius: 6px;
  padding: 2px
}

.footer-box .social-icons a img {
  width: 30px;
}

.footer-box .item li {
  color: #C3C4C5;
  margin-bottom: 8px;
  font-size: .9rem;
  font-weight: 400;
}

.footer-box .item .foot-item-title {
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
}

.footer-box .item .site-links a {
  font-weight: 400;
}

footer .footer-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;

}

footer .footer-box .item {
  flex-grow: 1;
  margin-bottom: 20px;
}


/* ==========================================
      CUSTOM UTILS CLASSES
    ========================================== */

a {
  font-size: 14px;
  font-weight: 700;
}

.superNav {
  font-size: 13px;
}

.form-control {
  outline: none !important;
  box-shadow: none !important;
}

.skewed {
  transform: skewY(20deg);
  transform-origin: left top;
  display: inline-block;
}

.flex-grow-1 {
  flex-grow: 1;
}


/* Latest Withdrawals */

.top-withdraw-item .wimg {
  width: 28px !important;
  border-radius: 4px;
}

.top-withdraw-item .center-content {
  margin: 0 5px 0 8px;
  font-size: 12px;
  flex-grow: 1;
}

.top-withdraw-item .method {
  font-weight: bold;
  font-size: 0.9rem;
  display: block;
  color: #fff
}


.top-withdraw-item .date {
  font-weight: 600;
  font-size: 0.7rem;
  display: block;
  color: #c7c7c7;
  display: block
}

.top-withdraw-item .amount {
  color: #fff;
  padding: 4px 10px;
  background: #001D4B;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
}

@media screen and (max-width: 992px) {
  footer {
    padding: 1rem;
  }

  footer .footer-box {
    display: block;
  }
}

@media screen and (max-width: 768px) {

  .navbar-brand .mobile-logo {
    display: block
  }

  .navbar-brand .desktop-logo {
    display: none;
  }
}

@media screen and (max-width: 540px) {

  .fheader-right .support-chat {
    gap: 4px;
    padding: 0;
    margin-right: 6px;
  }

  .fheader-right .support-chat img {
    width: 20px
  }

  .login-lnk .nav-link {
    padding: 6px 12px !important;
  }

  .device-filter {
    gap: 2px
  }

  .device-filter button {
    width: 40px;
    height: 30px;
  }

  .navbar-dropdown button {
    font-size: 14px
  }

  footer {
    padding: .7rem;
  }

  .centerOnMobile {
    text-align: center;
  }
}


@media screen and (max-width: 420px) {
  .navbar-dropdown button {
    font-size: 12px
  }

  .support-icon,
  .chat-icon {
    padding: 4px 6px
  }

  .fsection-heading {
    font-size: 0.75rem
  }

  .view-all {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slide-btn {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}