@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,900&display=swap");
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  background: #1b1d23;
}

.yellow-color {
  color: #f0b90b !important;
}

.green-color {
  color: #26da71 !important;
}

.red-color {
  color: #ff7060 !important;
}

.orange-color {
  color: #e57200 !important;
}

.grey-1-color {
  color: #8699b8 !important;
}

.grey-2-color {
  color: #848e9c !important;
}

.grey-3-color {
  color: #b7bdc6 !important;
}

.grey-4-color {
  color: #2a2d35 !important;
}

.grey-5-color {
  color: #aeb4bc !important;
}

.yellow-bg {
  background-color: #f0b90b !important;
}

.green-bg {
  background-color: #26da71 !important;
}

.red-bg {
  background-color: #ff7060 !important;
}

.grey-1-bg {
  background-color: #8699b8 !important;
}

.grey-2-bg {
  background-color: #848e9c !important;
}

.grey-3-bg {
  background-color: #b7bdc6 !important;
}

.grey-dark-1-bg {
  background-color: #1b1d23 !important;
}

.grey-dark-2-bg {
  background-color: #12161c !important;
}

body {
  padding: 0;
  margin: 0;
  background-color: #1b1d23;
  font-family: 'Montserrat', sans-serif;
}

.btn:focus,
.form-control:focus,
.btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.h-32 {
  font-size: 32px;
  font-weight: bold;
}

.h-28 {
  font-size: 28px;
  font-weight: bold;
}

.h-24 {
  font-size: 24px;
  font-weight: bold;
}

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

.h-16 {
  font-size: 16px;
  font-weight: bold;
}

.h-14 {
  font-size: 14px;
  font-weight: bold;
}

.h-12 {
  font-size: 12px;
  font-weight: bold;
}

.desc-18 {
  font-size: 18px;
}

.desc-16 {
  font-size: 16px;
}

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

.desc-13 {
  font-size: 13px;
}

.desc-12 {
  font-size: 12px;
}

.desc-10 {
  font-size: 10px;
}

.fw-500 {
  font-weight: 500;
}

.p-32 {
  padding: 32px;
}

.mb-18 {
  margin-bottom: 18px;
}

.mb-15 {
  margin-bottom: 15px;
}

.rounded-10 {
  border-radius: 10px;
}

.btn-green {
  width: 100%;
  font-weight: bold;
  padding: 8px;
  color: #fff;
  background-color: transparent;
  font-weight: bold;
  border: 1px solid #848e9c;
}

.btn-green:hover {
  color: white;
  background-color: #48c774;
  border-color: #48c774;
}

.btn-orange {
  font-size: 15px;
  padding: 10px 20px;
  color: #fff;
  background-color: transparent;
  border: 1px solid #e57200;
  background-color: #e57200;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.btn-orange:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  color: white;
}

.yellow-link-alt {
  color: white;
  text-decoration: none;
}

.yellow-link-alt:hover {
  color: #f0b90b;
}

.btn-list {
  padding: 8px 16px;
  color: white;
}

.btn-list:hover {
  color: #f0b90b;
}

.btn-list-active {
  color: #f0b90b;
  background-color: #12161c;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
  .is-fwnormal-mobile {
    font-weight: 400 !important;
  }
}

header {
  background-color: #12161c;
}

header .nav-link {
  color: white !important;
  font-size: 15px;
  margin-right: 4px;
  white-space: nowrap;
}

header .nav-link:hover {
  color: #f0b90b !important;
}

header .btn-addcoin {
  background-color: #f0b90b;
  padding: 6px 17px !important;
  color: #12161c !important;
  font-weight: bold;
  font-size: 16px;
  border: 2px solid #f0b90b;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

header .btn-addcoin:hover {
  color: #12161c !important;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

header form .input-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  color: white;
  font-size: 20px;
  z-index: 100;
}

header form .search-field {
  padding-left: 40px;
  background-color: #1b1d23 !important;
  color: white;
  border-color: #1b1d23;
  border: none;
  border: 1px solid #3273dc00;
}

header form .search-field:hover {
  background: transparent;
  color: #b7bdc6;
}

header form .search-field:focus {
  border-color: #3273dc;
}

header form .search-list-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: 86px;
  z-index: 1000;
  background-color: #12161c;
  color: white;
  padding: 15px;
  display: none;
}

header form .search-list-top .close {
  color: #e57200;
}

header form .search-list-top ul li {
  padding: 12px 10px 12px 20px;
  border-bottom: 1px solid #1b1d23;
}

header .dropdown-toggle::after {
  display: none;
}

header .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

header .dropdown-menu {
  background-color: #1b1d23;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  padding-bottom: 0;
}

header .dropdown-item {
  color: white !important;
  font-size: 16px;
  padding: 18px;
}

header .dropdown-item svg {
  fill: white;
  margin-right: 10px;
}

header .dropdown-item:hover {
  background-color: #2a2d35 !important;
}

header .dropdown-item:hover svg {
  fill: #f0b90b;
}

.navbar-bottom {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background: #12161c;
  padding: 0 20px 0;
  border-top: 1px solid #1e2026;
}

@media screen and (max-width: 450px) {
  .navbar-bottom {
    padding: 0 10px 0;
  }
}

.navbar-bottom a {
  padding: 10px 10px;
  text-decoration: none;
  color: white;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-bottom a i {
  font-size: 25px;
}

.navbar-bottom a span {
  font-size: 12px;
  font-weight: 500;
}

@media screen and (max-width: 390px) {
  .navbar-bottom a {
    padding: 10px 6px;
  }
}

.navbar-bottom a:hover {
  background-color: #f0b90b;
}

.navbar-bottom a:hover span,
.navbar-bottom a:hover svg,
.navbar-bottom a:hover i {
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
  fill: black;
  color: black;
}

.navbar-bottom .active-btn {
  background-color: #f0b90b;
  color: black;
}

.scrolled-down {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer {
  padding: 48px 0;
  background-color: #12161c;
}

@media screen and (max-width: 992px) {
  .footer {
    padding-bottom: 70px;
  }
}

.footer-link {
  color: #848e9c;
  cursor: pointer;
}

.footer-link a {
  color: #848e9c;
  text-decoration: none;
}

.footer-link a:hover {
  color: white;
}

.modal-content {
  background-color: #181a20;
  position: relative;
}

.modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 100;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}

.modal-content .heading h2 {
  text-decoration: underline;
  -webkit-text-decoration-color: #e57200;
          text-decoration-color: #e57200;
}

.modal-content .heading p {
  word-spacing: 2px;
}

.modal-content .form-control {
  border: 1px solid #474d57 !important;
  border-radius: 2px;
  color: #4b4a4a;
  font-size: 0.8125rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  -webkit-box-shadow: 0 0 0 30px #1b1d23 inset !important;
  -webkit-text-fill-color: white;
}

.modal-content .form-control:hover {
  border: 1px solid #f0b90b !important;
}

.modal-content .form-control:focus {
  -webkit-box-shadow: 0 0 0 30px #1b1d23 inset !important;
  -webkit-text-fill-color: white;
}

.modal-content form input:-webkit-autofill,
.modal-content form input:-webkit-autofill:hover,
.modal-content form input:-webkit-autofill:focus,
.modal-content form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #1b1d23 inset !important;
  -webkit-text-fill-color: white;
}

.modal-content .text-over-input {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  color: #e57200;
  font-size: 12px;
}
/*# sourceMappingURL=global.css.map */