/*
[Master Stylesheet]

Template Name: Funto - HTML NFT Marketplace
Template Author: Designing World
Template Author URL: https://themeforest.net/user/designing-world
Version: 1.2.0
*/
/*
[Table of Contents]
    Google Fonts
    Template Responsive
    Template Variables
    Basic Styles
        + Reboot CSS
        + Shortcodes CSS
    Components Styles
            + Preloader CSS
            + Header CSS
            + Hero CSS
            + Footer CSS
            + NFT CSS
            + About CSS
            + Tab CSS
            + Feedback CSS
            + Blog CSS
            + CTA CSS
            + Breadcrumb CSS
            + Item details CSS
            + Help CSS
            + Error CSS
            + Register CSS
            + Contact CSS
            + Dashboard CSS
            + Dark CSS

[font-family]
'DM', sans-serif;
*/
/* Import fonts & SCSS files */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url(https://fonts.googleapis.com/css?family=Luckiest+Guy);
@import url('https://fonts.cdnfonts.com/css/gameria');
@import url('https://fonts.cdnfonts.com/css/piedra');
@import url('https://fonts.cdnfonts.com/css/happy-groovy');
@import url('https://fonts.cdnfonts.com/css/utopia-std');

* {
  margin: 0;
  padding: 0;
}

body,
html {
  font-family: 'Sandome__G', sans-serif;
  color: #b4c3ff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Sans", sans-serif;
  color: #1f0757;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}

p {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
}

a,
a:hover,
a:focus {
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1f0757;
}

img {
  max-width: 100%;
  height: auto;
}

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* Container */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 320px;
}

@media (min-width: 400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 360px;
  }
}
@media (min-width: 480px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 550px;
  }
}

@media (min-width: 768px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1240px;
  }
}
.admin-wrapper .container {
  max-width: 320px;
}
@media (min-width: 400px) {
  .admin-wrapper .container {
    max-width: 360px;
  }
}
@media (min-width: 480px) {
  .admin-wrapper .container {
    max-width: 420px;
  }
}
@media (min-width: 576px) {
  .admin-wrapper .container {
    max-width: 550px;
  }
}
@media (min-width: 768px) {
  .admin-wrapper .container {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .admin-wrapper .container {
    max-width: 690px;
  }
}
@media (min-width: 1200px) {
  .admin-wrapper .container {
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .admin-wrapper .container {
    max-width: 1110px;
  }
}

/* Spacing */

.mb-1 {
  font-family: 'GAMERIA', sans-serif;
}
.mt-120 {
  margin-top: 70px;
}
@media only screen and (min-width:992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.mt-70 {
  margin-top: 50px;
}
@media only screen and (min-width:992px) {
  .mt-70 {
    margin-top: 70px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-70 {
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .mb-70 {
    margin-bottom: 70px;
  }
}

.mb-80 {
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .mb-100 {
    margin-bottom: 100px;
  }
}

.pt-120 {
  padding-top: 70px;
}
@media only screen and (min-width:992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 70px;
}
@media only screen and (min-width:992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

/* Box Shadow */
.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(47, 91, 234, 0.075) !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(47, 91, 234, 0.15) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(47, 91, 234, 0.175) !important;
}

.tooltip {
  font-weight: 500;
}
.tooltip .tooltip-arrow {
  display: none;
}

.tooltip-inner {
  max-width: 240px;
  padding: 0.5rem 0.875rem;
  background-color: #1f0757;
  border-radius: 0.5rem;
}

.fz-20 {
  font-size: 20px !important;
}

.fz-18 {
  font-size: 18px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-12 {
  font-size: 12px !important;
}

.z-index-1000 {
  z-index: 1000 !important;
}

.divider {
  margin-bottom: 69px !important;
  display: block;
  width: 100%;
  height: 1px;
}
@media only screen and (min-width:992px) {
  .divider {
    margin-bottom: 119px !important;
  }
}

.form-check-input {
  border-width: 2px;
}

.btn {
  font-weight: 500;
  padding: 0.5rem 1rem;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .btn {
    padding: 0.625rem 1.25rem;
  }
}
@media only screen and (min-width:992px) {
  .btn {
    padding: 0.875rem 1.75rem;
    font-size: 1rem;
  }
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.375rem 0.75rem;
  font-size: 14px;
}
@media only screen and (min-width:768px) {
  .btn-group-sm > .btn,
.btn-sm {
    padding: 0.437rem 0.875rem;
  }
}
@media only screen and (min-width:992px) {
  .btn-group-sm > .btn,
.btn-sm {
    padding: 0.5rem 1.25rem;
  }
}

.btn-link:hover, .btn-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-minimal {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent;
}
.btn-minimal:hover, .btn-minimal:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-color: transparent;
}
.btn-minimal.btn-primary {
  color: #ffb30d;
}
.btn-minimal.btn-secondary {
  color: #6c757d;
}
.btn-minimal.btn-success {
  color: #198766;
}
.btn-minimal.btn-warning {
  color: #ffd607;
}
.btn-minimal.btn-danger {
  color: #dc4135;
}
.btn-minimal.btn-info {
  color: #0db7f0;
}
.btn-minimal.btn-dark {
  color: #ffb30d;
}

.hover-primary:hover {
  color: #0d6efd !important;
}

.hover-secondary:hover {
  color: #6c757d !important;
}

.hover-success:hover {
  color: #198766 !important;
}

.hover-warning:hover {
  color: #ffd607 !important;
}

.hover-danger:hover {
  color: #dc4135 !important;
}

.hover-info:hover {
  color: #0db7f0 !important;
}

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay {
  position: relative;
  z-index: 1;
}
.bg-overlay::after {
  position: absolute;
  content: "";
  background-color: #030205;
  opacity: 0.76;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.bg-gray {
  background-color: #efeffd !important;
}

.bg-text-gray {
  background-color: #c2d4f8 !important;
}

textarea.form-control {
  min-height: calc(8em + 0.75rem + 2px);
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.section-heading h2 {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.625rem;
  letter-spacing: -1px;
  line-height: 1.2;
}
@media only screen and (min-width:768px) {
  .section-heading h2 {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width:992px) {
  .section-heading h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:1200px) {
  .section-heading h2 {
    font-size: 2.5rem;
  }
}
.section-heading p {
  margin-bottom: 0;
}
@media only screen and (min-width:992px) {
  .section-heading p {
    font-size: 20px;
  }
}

@import url(https://fonts.googleapis.com/css?family=Luckiest+Guy);

table {
  min-width: 650px;
}

.card {
  background-color: #f7f0f0;
  border: #fff;
}
.card .card-body {
  padding: 1.25rem 1.25rem;
  font-family: 'Concert One', cursive;
  border-color: #101010;
  box-shadow: 1px 5px 1PX rgb(231 116 51);
  border-radius: 0 0 8px 8px;
  border: 1px solid #56565657;
  
}

.card-img-top {
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.border,
.border-start,
.border-end,
.border-bottom,
.border-top {
  border-color: #ebebeb !important;
}

.border-dashed {
  border-top: 2px dashed #ebebeb !important;
}

#scrollTopButton {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  z-index: 9999;
  width: 1.75rem;
  height: 1.75rem;
  background-color: #1f0757;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  color: #ffffff;
  cursor: pointer;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
@media only screen and (min-width:992px) {
  #scrollTopButton {
    width: 2rem;
    height: 2rem;
    bottom: 2rem;
    right: 2rem;
    font-size: 1.375rem;
  }
}
#scrollTopButton.scrolltop-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#scrollTopButton.scrolltop-hide {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.funto-pagination .page-item .page-link {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  border: 0;
  text-align: center;
  padding: 0;
  margin: 0 0.25rem;
  font-size: 14px;
  font-weight: 500;
  color: #1f0757;
  background-color: #efeffd;
}
.funto-pagination .page-item.active .page-link {
  background-color: #0d6efd;
  color: #ffffff;
  font-weight: 700;
}

.modal-backdrop {
  background-color: #030205;
}
.modal-backdrop.show {
  opacity: 0.85;
}

.share-modal .modal-dialog {
  max-width: 400px;
}
.share-modal .modal-dialog .modal-content {
  background-color: #ffffff;
  border-radius: 0.5rem;
  border: 2px solid #c2d4f8;
}

.zoom-img,
.zoom-img-wrap {
  z-index: 9999 !important;
}

.coming-soon-wrapper {
  min-width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.coming-soon-wrapper .cs-content {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.coming-soon-wrapper .cs-content .bid-ends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.coming-soon-wrapper .cs-content .bid-ends div {
  border: 2px solid rgba(255, 255, 255, 0.125);
  border-radius: 0.5rem;
  width: 100px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 0.5rem;
}
.coming-soon-wrapper .cs-content .bid-ends div span {
  display: block;
  font-size: 1rem;
}
.coming-soon-wrapper .cs-content .bid-ends div span:nth-child(1) {
  font-size: 1.5rem;
  color: #ffd607;
  font-weight: 700;
}
.coming-soon-wrapper .cs-content h2 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #ffd607;
  color: transparent;
}
.text-sucess {
  font-size: 20px;
  color: #ddda09;
}

.notification-list li {
  list-style: none;
  margin-bottom: 0.375rem;
}
.notification-list li:last-child {
  margin-bottom: 0;
}
.notification-list li a {
  white-space: normal;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.625rem 1rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
.notification-list li a i {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #c2d4f8;
  border-radius: 0.375rem;
  color: #ffffff;
  line-height: 1.5rem;
  text-align: center;
}
.notification-list li a:hover, .notification-list li a:focus {
  color: #0d6efd;
}

.dark-light-mode {
  position: relative;
  z-index: 1;
}
.dark-light-mode input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  display: none;
}
.dark-light-mode label {
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-indent: -999999999rem;
  width: 70px;
  height: 30px;
  background-color: #ffd607;
  display: block;
  border-radius: 50rem;
  background-image: url("img/core-img/day.jpg");
  background-size: cover;
  background-position: center center;
}
.dark-light-mode input:checked + label {
  background-color: #1f0757;
  background-image: url("img/core-img/night.jpg");
  background-size: cover;
  background-position: center center;
}
.dark-light-mode label::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.dark-light-mode input:checked + label::after {
  left: calc(100% - 5px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.dark-light-mode label:active::after {
  width: 30px;
}

.dark-light-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #0d6efd;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.header-area {
  position: fixed;
  width: 100%;
  z-index: 1020;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  border-bottom: 1px solid #ebebeb;
  top: 0;
  left: 0;
}
.header-area.mobile-menu-open {
  background-color: #ffffff;
}
.header-area.sticky-on {
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  background-color: #ffffff;
}
.header-area .navbar-toggler {
  padding: 0;
  width: 1.75rem;
  height: 1.75rem;
  font-size: 1.5rem;
  color: #1f0757;
}
.header-area .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-area .navbar-nav-scroll {
  max-height: 50vh !important;
}
.header-area .navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar {
    height: 80px;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.header-area .navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  line-height: 1 !important;
}
.header-area .navbar .navbar-brand > img {
  max-height: 35px;
}
@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand > img {
    max-height: 60px;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar .navbar-brand {
    margin-right: 1rem;
  }
}
@media only screen and (min-width:1200px) {
  .header-area .navbar .navbar-brand {
    margin-right: 2.5rem;
  }
}
.header-area .navbar .navbar-brand .dark-logo {
  display: none;
}
.header-area .navbar-nav li > a {
  display: inline-block;
  color: #1f0757;
  font-weight: 500;
  font-size: 16px;
  padding: 0.375rem 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li > a {
    font-size: 18px;
  }
}
@media only screen and (min-width:1200px) {
  .header-area .navbar-nav li > a {
    padding: 1rem 1.25rem;
  }
}
.header-area .navbar-nav li > a:hover, .header-area .navbar-nav li > a:focus {
  color: #0d6efd;
}
.header-area .navbar-nav li .ft-dd-menu {
  list-style: none;
  background-color: rgba(194, 212, 248, 0.5);
  position: relative;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: 0;
  border-radius: 0.5rem;
  display: none;
  padding-left: 0;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .ft-dd-menu {
    padding: 1rem 0;
    -webkit-transition: all 350ms ease-in;
    transition: all 350ms ease-in;
    position: absolute;
    top: calc(100% + 8px);
    width: 13rem;
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    display: block;
    border: 2px solid #c2d4f8;
    -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
            box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  }
}
.header-area .navbar-nav li .ft-dd-menu li > a {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  position: relative;
  font-size: 16px;
  padding: 0.375rem 1rem;
  color: #1f0757;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .ft-dd-menu li > a {
    padding: 0.375rem 1.5rem;
  }
}
.header-area .navbar-nav li .ft-dd-menu li > a:hover, .header-area .navbar-nav li .ft-dd-menu li > a:focus {
  background-color: transparent;
  color: #0d6efd;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li .ft-dd-menu li > a:hover, .header-area .navbar-nav li .ft-dd-menu li > a:focus {
    color: #0d6efd;
  }
}
.header-area .navbar-nav li.ft-dd {
  position: relative;
  z-index: 1;
}
.header-area .navbar-nav li.ft-dd .dropdown-toggler {
  position: absolute;
  width: 100%;
  height: 36px;
  z-index: 100;
  background-color: transparent;
  color: #1f0757;
  top: 2px;
  cursor: pointer;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 14px;
  padding-right: 0.75rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .dropdown-toggler {
    display: none;
  }
}
.header-area .navbar-nav li.ft-dd > a {
  position: relative;
  padding-right: 1.5rem;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd > a::after {
    position: absolute;
    top: calc(50% + 2px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0.5rem;
    content: "\f282";
    font-family: bootstrap-icons !important;
    font-size: 12px;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    line-height: 1;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd:hover .ft-dd-menu, .header-area .navbar-nav li.ft-dd:focus .ft-dd-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.header-area .navbar-nav li.ft-dd .ft-dd .dropdown-toggler {
  right: 1rem;
}
.header-area .navbar-nav li.ft-dd .ft-dd > a {
  position: relative;
  padding-right: 1.375rem;
  width: 100%;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .ft-dd > a::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 1.25rem;
    content: "\f285";
    font-family: bootstrap-icons !important;
    font-size: 12px;
  }
}
.header-area .navbar-nav li.ft-dd .ft-dd .ft-dd-menu {
  display: none;
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .ft-dd .ft-dd-menu {
    margin-left: 0.5rem;
    top: -8px;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    display: block;
  }
}
@media only screen and (min-width:992px) {
  .header-area .navbar-nav li.ft-dd .ft-dd:hover .ft-dd-menu, .header-area .navbar-nav li.ft-dd .ft-dd:focus .ft-dd-menu {
    visibility: visible;
    opacity: 1;
  }
}
.header-area .navbar-nav li:hover a, .header-area .navbar-nav li:focus a {
  color: #0d6efd;
}
.header-area .navbar-nav li:hover.ft-dd > a::after, .header-area .navbar-nav li:focus.ft-dd > a::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  top: calc(50% - 4px);
}
.header-area .header-meta .search-form {
  z-index: 100;
}
.header-area .header-meta .search-form .form-control {
  width: 120px;
  height: 40px;
  padding: 0.2rem 0.875rem;
  border-radius: 0.5rem;
}
@media only screen and (min-width:1200px) {
  .header-area .header-meta .search-form .form-control {
    width: 180px;
  }
}
.header-area .header-meta .search-form button {
  width: 30px;
  height: 30px;
  border: 0 !important;
  background-color: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  color: #8480ae;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}
.header-area .header-meta .user-dropdown .user-btn {
  padding: 0;
  font-size: 1.25rem;
  color: #1f0757;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 0.5rem;
  background-color: #efeffd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-area .header-meta .user-dropdown .user-btn::after {
  display: none;
}
.header-area .header-meta .user-dropdown .dropdown-menu {
  padding: 1rem 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
  width: 11rem;
  background-color: #ffffff;
  border: 2px solid #c2d4f8;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border-radius: 0.5rem;
}
.header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item {
  white-space: normal;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 1rem;
}
.header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item i {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.5rem;
          flex: 0 0 1.5rem;
  max-width: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #c2d4f8;
  border-radius: 0.375rem;
  color: #1f0757;
  line-height: 1.5rem;
  text-align: center;
}
.header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:hover, .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}
.header-area .header-meta .user-dropdown .dropdown-menu.noti-dd-menu {
  width: 14rem;
}

.welcome-area {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media only screen and (min-width:992px) {
  .welcome-area {
    margin-top: 80px;
  }
}
.welcome-area .welcome-content h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width:576px) {
  .welcome-area .welcome-content h2 {
    font-size: 2.625rem;
  }
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-content h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:1200px) {
  .welcome-area .welcome-content h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.welcome-area .welcome-content p {
  font-size: 1rem;
}
@media only screen and (min-width:992px) {
  .welcome-area .welcome-content p {
    font-size: 1.5rem;
  }
}

.footer-area {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-top: 1px solid #ebebeb;
}
.footer-area::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
}
.footer-area .footer-bg-shape {
  position: absolute;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  -webkit-transform: rotate(-180deg) !important;
          transform: rotate(-180deg) !important;
}
.footer-area .dark-logo {
  display: none;
}
.footer-area .footer-widget-area.border-end {
  border-color: transparent !important;
}
@media only screen and (min-width:992px) {
  .footer-area .footer-widget-area.border-end {
    border-color: #ebebeb !important;
  }
}
.footer-area .footer-widget-area ul li a {
  color: #8480ae;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  display: block;
}
.footer-area .footer-widget-area ul li a:hover, .footer-area .footer-widget-area ul li a:focus {
  color: #0d6efd;
}
.footer-area .footer-widget-area ul li:last-child a {
  margin-bottom: 0;
}
.footer-area .footer-widget-area .newsletter-form .form-control {
  border-radius: 0.75rem 0 0 0.75rem;
  border-color: #c2d4f8;
  max-width: 400px;
}
.footer-area .footer-widget-area .newsletter-form .form-control:focus {
  border-color: #c2d4f8;
}
.footer-area .footer-widget-area .newsletter-form button {
  border-radius: 0 0.75rem 0.75rem 0;
  max-height: 52px;
}
.footer-area .footer-social-icon > a {
  font-size: 1rem;
  color: #8480ae;
  margin-right: 0.75rem;
}
.footer-area .footer-social-icon > a:last-child {
  margin-right: 0;
}
.footer-area .footer-social-icon > a:hover, .footer-area .footer-social-icon > a:focus {
  color: #0d6efd;
}
.footer-area .copywrite-text p {
  color: #1f0757;
  font-weight: 500;
}
.footer-area .copywrite-text p a {
  color: #0d6efd;
}
.footer-area .footer-nav li {
  line-height: 1.5;
}
.footer-area .footer-nav li a {
  color: #1f0757;
  margin: 0 0.5rem;
}
@media only screen and (min-width:992px) {
  .footer-area .footer-nav li a {
    margin: 0 0.75rem;
  }
}
.footer-area .footer-nav li a:hover, .footer-area .footer-nav li a:focus {
  color: #0d6efd;
}
.footer-area .footer-nav li:first-child a {
  margin-left: 0;
}
.footer-area .footer-nav li:last-child a {
  margin-right: 0;
}

.featured-nfts-wrap .tns-outer {
  position: relative;
  z-index: 1;
}
.featured-nfts-wrap .tns-controls {
  position: absolute;
  line-height: 1;
  top: -84px;
  right: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width:768px) {
  .featured-nfts-wrap .tns-controls {
    top: -87px;
  }
}
@media only screen and (min-width:992px) {
  .featured-nfts-wrap .tns-controls {
    top: -92px;
  }
}
.featured-nfts-wrap .tns-controls button {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  color: #8480ae;
  font-size: 1.5rem;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.featured-nfts-wrap .tns-controls button i {
  line-height: 1;
}
.featured-nfts-wrap .tns-controls button:hover, .featured-nfts-wrap .tns-controls button:focus {
  background-color: #efeffd;
  color: #0d6efd;
}

.nft-card {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
          border-color: #101010;
          box-shadow: inset 0 0 20px 15px rgba(0, 0, 0, 0.61);
          border: 1px solid #ffffff41;
}
.nft-card .img-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 0.75rem;
}
.nft-card .img-wrap img {
  border-radius: 0.75rem;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.nft-card .img-wrap .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5rem;
  padding: 0.5rem 0.75rem;
  top: 1rem;
  left: 1rem;
  z-index: 10;
}
.nft-card .img-wrap .badge > img {
  width: 1rem;
  margin-right: 0.25rem;
}
.nft-card .img-wrap .dropdown {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
}
.nft-card .img-wrap .dropdown .dropdown-toggle {
  padding: 0;
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  color: #8480ae;
}
.nft-card .img-wrap .dropdown .dropdown-toggle::after {
  display: none;
}
.nft-card .img-wrap .dropdown .dropdown-menu {
  width: 7.5rem;
  min-width: 2rem;
  border: 2px solid #ebebeb;
  border-radius: 0.5rem;
}
.nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item {
  font-size: 12px;
  font-weight: 500;
}
.nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:hover, .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}
.nft-card .img-wrap .bid-ends {
  position: absolute;
  bottom: 1rem;
  background-color: rgba(13, 110, 253, 0.9);
  border-radius: 0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.375rem 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:576px) {
  .nft-card .img-wrap .bid-ends {
    padding: 0.25rem 0.75rem;
  }
}
@media only screen and (min-width:768px) {
  .nft-card .img-wrap .bid-ends {
    padding: 0.375rem 1rem;
  }
}
.nft-card .img-wrap .bid-ends div {
  min-width: 32px;
  text-align: center;
  margin-right: 0.5rem;
}
@media only screen and (min-width:768px) {
  .nft-card .img-wrap .bid-ends div {
    margin-right: 0.75rem;
  }
}
.nft-card .img-wrap .bid-ends div:last-child {
  margin-right: 0;
}
.nft-card .img-wrap .bid-ends div span {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  display: block;
}
.nft-card .img-wrap .bid-ends div span:nth-child(1) {
  font-size: 14px;
}
.nft-card .name-info .author-img {
  margin-right: 0.5rem;
  width: 2.25rem;
  max-width: 2.25rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
}
.nft-card .name-info .author-img img {
  width: 100%;
  border-radius: 50%;
}
.nft-card .name-info .author-img i {
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  right: 0;
  top: 0;
  z-index: 10;
}
.nft-card .name-info .name-author {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 2.25rem);
          flex: 0 0 calc(100% - 2.25rem);
  width: calc(100% - 2.25rem);
  max-width: calc(100% - 2.25rem);
}
.nft-card .name-info .name-author .author {
  color: #8480ae;
}
.nft-card .wishlist-btn {
  line-height: 1;
  border: 0;
  background-color: transparent;
  color: #1f0757;
}
.nft-card .wishlist-btn > i::before {
  content: "\f417";
}
.nft-card .wishlist-btn.active {
  color: #dc4135;
}
.nft-card .wishlist-btn.active > i::before {
  content: "\f415";
}
.nft-card:hover, .nft-card:focus {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.nft-card:hover .img-wrap > img, .nft-card:focus .img-wrap > img {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
          transform: scale3d(1.2, 1.2, 1.2);
}
.nft-card.featured-card .img-wrap {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.nft-card.featured-card .img-wrap img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.filters-button-group {
  margin-bottom: 37px;
}
.filters-button-group .btn {
  font-weight: 700;
  padding: 0.25rem 1rem;
  border-color: rgba(194, 212, 248, 0.3);
}
.filters-button-group .btn i {
  margin-right: 0.5rem;
}
.filters-button-group .btn.active {
  border-color: #0d6efd !important;
  background-color: #0d6efd;
  color: #ffffff;
}

.popular-collection-select {
  font-size: 1.625rem;
  border: 0;
  height: auto;
  line-height: inherit;
  padding-left: 12px;
  color: #198766;
  background-color: transparent;
  font-weight: 700;
}
@media only screen and (min-width:768px) {
  .popular-collection-select {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width:992px) {
  .popular-collection-select {
    font-size: 2.125rem;
  }
}
@media only screen and (min-width:1200px) {
  .popular-collection-select {
    font-size: 2.5rem;
  }
}
.popular-collection-select::after {
  width: 9px;
  height: 9px;
}
.popular-collection-select ul.list {
  margin-bottom: 0;
}
.popular-collection-select ul.list li {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.popular-collection-select .option {
  font-size: 1.25rem;
}

@media only screen and (min-width:768px) {
  .top-seller-wrapper .col-12:nth-child(1) {
    border-right: 1px solid #ebebeb;
  }
}
@media only screen and (min-width:1200px) {
  .top-seller-wrapper .col-12:nth-child(2) {
    border-right: 1px solid #ebebeb;
  }
}

.catagory-card .card-body .col-6 img:last-child {
  margin-top: 0.25rem;
}

.process-wrapper {
  position: relative;
  z-index: 1;
}
.process-wrapper::after {
  position: absolute;
  width: 100%;
  height: 180px;
  top: calc(50% + 24px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: -2;
  content: "";
  background-color: #c2d4f8;
}

.single-process-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.single-process-card img {
  max-height: 115px;
}
.single-process-card .step-number {
  line-height: 1;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  font-size: 230px;
  left: -24px;
  bottom: -50px;
  color: #c2d4f8;
}

.download-text h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  letter-spacing: -2px;
}
@media only screen and (min-width:992px) {
  .download-text h2 {
    font-size: 3rem;
  }
}
@media only screen and (min-width:1200px) {
  .download-text h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
  }
}
.download-text p {
  font-size: 1rem;
}
@media only screen and (min-width:992px) {
  .download-text p {
    font-size: 1.5rem;
  }
}

.filter-select,
.filter-select2 {
  height: 50px;
  line-height: 50px;
  font-size: 1rem;
  font-weight: 700;
  border: 0;
  color: #1f0757;
  border-radius: 0.75rem;
}
.filter-select:hover, .filter-select:focus, .filter-select.open,
.filter-select2:hover,
.filter-select2:focus,
.filter-select2.open {
  border-color: #0d6efd;
}
.filter-select::after,
.filter-select2::after {
  height: 30px;
  width: 30px;
  margin-top: 0;
  right: 18px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  line-height: 26px;
  text-align: center;
  border: 2px solid #c2d4f8;
  content: "\f282";
  font-family: bootstrap-icons !important;
  font-size: 12px !important;
  color: #1f0757;
}
.filter-select.open::after,
.filter-select2.open::after {
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  content: "\f286";
}
.filter-select .nice-select-dropdown,
.filter-select2 .nice-select-dropdown {
  background-color: #ffffff;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border: 2px solid #c2d4f8;
  width: 100%;
}
.filter-select .nice-select-dropdown .list,
.filter-select2 .nice-select-dropdown .list {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.filter-select .nice-select-dropdown .option,
.filter-select2 .nice-select-dropdown .option {
  color: #1f0757;
}
.filter-select .nice-select-dropdown .option.focus,
.filter-select .nice-select-dropdown .option.selected.focus,
.filter-select .nice-select-dropdown .option:hover,
.filter-select2 .nice-select-dropdown .option.focus,
.filter-select2 .nice-select-dropdown .option.selected.focus,
.filter-select2 .nice-select-dropdown .option:hover {
  background-color: transparent;
  font-weight: 700;
}
.filter-select .nice-select-search-box,
.filter-select2 .nice-select-search-box {
  padding: 16px 16px 0;
  border-radius: 5px 5px 0 0;
}
.filter-select .nice-select-search-box .nice-select-search,
.filter-select2 .nice-select-search-box .nice-select-search {
  border: 0;
  border-radius: 6px;
  color: #1f0757;
  min-height: 40px;
  background-color: #c2d4f8;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  padding: 3px 5px;
  color: #1f0757;
  font-size: 12px;
  line-height: 1;
  background-color: #efeffd;
}

.irs--flat .irs-line {
  height: 20px;
  background-color: #efeffd;
}

.irs--flat .irs-bar {
  height: 20px;
  background-color: #0d6efd;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  font-size: 12px;
  line-height: 1;
  padding: 3px 5px;
  background-color: #0d6efd;
}

.irs--flat .irs-handle > i:first-child {
  display: none !important;
}

.irs--flat .irs-from::before,
.irs--flat .irs-to::before,
.irs--flat .irs-single::before {
  border-top-color: #0d6efd;
}

.irs {
  font-family: "DM Sans", sans-serif;
}

.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}

.activity-table,
.ranking-table {
  border-radius: 1rem;
  scrollbar-width: thin;
}
.activity-table thead,
.ranking-table thead {
  background-color: #efeffd;
}
.activity-table thead th,
.ranking-table thead th {
  vertical-align: middle;
  padding: 0.375rem 0.75rem;
}
@media only screen and (min-width:768px) {
  .activity-table thead th,
.ranking-table thead th {
    padding: 0.625rem 1rem;
  }
}
@media only screen and (min-width:992px) {
  .activity-table thead th,
.ranking-table thead th {
    padding: 1rem 1.5rem;
  }
}
.activity-table tbody th,
.activity-table tbody td,
.ranking-table tbody th,
.ranking-table tbody td {
  vertical-align: middle;
  color: #1f0757;
  font-weight: 500;
  padding: 0.375rem 0.75rem;
}
@media only screen and (min-width:768px) {
  .activity-table tbody th,
.activity-table tbody td,
.ranking-table tbody th,
.ranking-table tbody td {
    padding: 0.625rem 1rem;
  }
}
@media only screen and (min-width:992px) {
  .activity-table tbody th,
.activity-table tbody td,
.ranking-table tbody th,
.ranking-table tbody td {
    padding: 1rem 1.5rem;
  }
}
.activity-table tbody th img,
.activity-table tbody td img,
.ranking-table tbody th img,
.ranking-table tbody td img {
  max-width: 1.75rem;
}
.activity-table tbody th i,
.activity-table tbody td i,
.ranking-table tbody th i,
.ranking-table tbody td i {
  margin-right: 0.25rem;
}
.activity-table tbody tr,
.ranking-table tbody tr {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.activity-table tbody tr:hover,
.ranking-table tbody tr:hover {
  background-color: #efeffd;
}

.explore-items-2-wrapper {
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (min-width:768px) {
  .explore-items-2-wrapper {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only screen and (min-width:1400px) {
  .explore-items-2-wrapper {
    padding-left: 6%;
    padding-right: 6%;
  }
}

.create-new-form {
  border-radius: 0.75rem;
}
.create-new-form .form-control[type=file] {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.create-new-form .form-control::-webkit-file-upload-button {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  padding: 14px 32px;
  margin: 0 0.75rem 0 0;
  color: #ffffff;
  background-color: #1f0757;
  border-inline-end-width: 0;
  border-radius: 0.75rem;
}
.create-new-form .form-control::file-selector-button {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  padding: 14px 32px;
  margin: 0 0.75rem 0 0;
  color: #ffffff;
  background-color: #1f0757;
  border-inline-end-width: 0;
  border-radius: 0.75rem;
}
.create-new-form .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #0d6efd;
}
.create-new-form .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #0d6efd;
}
.create-new-form .filter-select2 {
  line-height: 46px;
}

.wallet-card {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.wallet-card .img-wrap {
  margin-right: 1rem;
}
.wallet-card .img-wrap img {
  max-height: 60px;
  border-radius: 0.25rem;
}
.wallet-card:hover, .wallet-card:focus {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.about-card {
  text-align: center;
}
.about-card .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4rem;
  height: 4rem;
  background-color: #1f0757;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  text-align: center;
  color: #ffffff;
  border-radius: 0.75rem;
}
.about-card .icon i {
  font-size: 2rem;
}
.about-card .icon img {
  max-width: 2.5rem;
}

.counter-wrap {
  border-radius: 0.75rem;
}

.tab--area {
  border-radius: 0.75rem;
}
.tab--area .nav-tabs {
  width: 100%;
  margin-bottom: 2rem;
  border: 0;
}
.tab--area .nav-tabs .nav-item {
  margin-bottom: 0;
}
.tab--area .nav-tabs .nav-item .nav-link {
  border: none;
  text-align: center;
  font-size: 1rem;
  border-radius: 6px;
  padding: 0.5rem 1.5rem;
  font-weight: 700;
  color: #1f0757;
  background-color: #ffffff;
  margin-right: 1rem;
}
.tab--area .nav-tabs .nav-item .nav-link.active {
  background-color: #0d6efd;
  color: #ffffff;
}

.feedback-card {
  background-color: #efeffd;
  border: 0 !important;
}
.feedback-card .client-info .client-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
}
.feedback-card .ratings > i {
  margin-right: 0.125rem;
}

.client-feedback-content .tns-nav {
  margin-top: 1rem;
  text-align: center;
}
.client-feedback-content .tns-nav button {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  border: 0;
  outline: none;
  width: 0.875rem;
  height: 0.5rem;
  background-color: #efeffd;
  margin: 0 0.25rem;
  border-radius: 0.25rem;
}
.client-feedback-content .tns-nav button.tns-nav-active {
  background-color: #0d6efd;
}

.blog-card .img-wrap {
  border-radius: 0.75rem;
}
.blog-card .img-wrap img {
  border-radius: 0.75rem;
}
.blog-card .post-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-card p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.popular-blog {
  margin-bottom: 2rem;
}
.popular-blog:last-child {
  margin-bottom: 0;
}
.popular-blog .post-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popular-blog .post-title h5 {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
}
.popular-blog .post-title span {
  margin-top: 0.5rem;
  border-radius: 0.5rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.5rem;
          flex: 0 0 2.5rem;
  max-width: 2.5rem;
  width: 2.5rem;
  height: 2.5rem;
  font-weight: 700;
  color: #1f0757;
  background-color: #ffd607;
  margin-right: 1rem;
  display: inline-block;
  text-align: center;
  line-height: 2.5rem;
}

.blog-details-wrap img {
  border-radius: 0.75rem;
}

p {
  margin-bottom: 0;
  line-height: normal;
  font-family:'Concert One', cursive;
  text-shadow: 0 1px 0 #000,0 -1px 0 #000,1px 0 0 #000,-1px 0 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000;
  color: #fff
}

.comment-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.comment-wrapper .comment-content {
  margin-bottom: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comment-wrapper .comment-content .comment-author {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  max-width: 48px;
  margin-right: 1rem;
  border-radius: 50%;
  height: 48px;
}
.comment-wrapper .comment-content .comment-author img {
  border-radius: 50%;
}
.comment-wrapper .comment-content .comment-meta {
  border-left: 1px solid #ebebeb;
  padding-left: 1rem;
}
.comment-wrapper .comment-content .comment-meta p {
  font-size: 18px;
  margin-bottom: 0.25rem;
}
.comment-wrapper .comment-content .comment-meta .author {
  display: block;
  font-size: 16px;
  margin-bottom: 0.5rem;
}
.comment-wrapper .comment-content .comment-meta a.like,
.comment-wrapper .comment-content .comment-meta a.reply {
  display: inline-block;
  font-weight: 700;
  color: #8480ae;
  margin-right: 0.5rem;
  font-size: 14px;
}
.comment-wrapper .comment-content .comment-meta a.like i,
.comment-wrapper .comment-content .comment-meta a.reply i {
  margin-right: 0.25rem;
}
.comment-wrapper .comment-content .comment-meta a.like:focus, .comment-wrapper .comment-content .comment-meta a.like:hover,
.comment-wrapper .comment-content .comment-meta a.reply:focus,
.comment-wrapper .comment-content .comment-meta a.reply:hover {
  color: #0d6efd;
}
.comment-wrapper .children {
  margin-left: 50px;
}
.comment-wrapper .children .single-comment:last-of-type {
  margin-bottom: 0;
}

.cta-text {
  border-radius: 0.75rem;
}
.cta-text h2 {
  font-size: 1.5rem;
  color: #ffffff;
}
@media only screen and (min-width:576px) {
  .cta-text h2 {
    font-size: 1.75rem;
  }
}
@media only screen and (min-width:768px) {
  .cta-text h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width:1200px) {
  .cta-text h2 {
    font-size: 2.5rem;
  }
}

.breadcrumb-wrapper {
  margin-top: 60px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width:992px) {
  .breadcrumb-wrapper {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.breadcrumb-wrapper .breadcrumb-title {
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media only screen and (min-width:768px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width:992px) {
  .breadcrumb-wrapper .breadcrumb-title {
    font-size: 1.75rem;
  }
}
.breadcrumb-wrapper .breadcrumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breadcrumb-wrapper .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  line-height: 1;
  font-weight: 700;
  color: #1f0757;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  font-size: 1rem;
  color: #1f0757;
  line-height: 1;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #0d6efd;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item.active {
  color: #0d6efd;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #1f0757;
  content: "\f285";
  font-family: bootstrap-icons !important;
  font-size: 0.75rem;
  position: relative;
  top: 3px;
}

.item-big-thumb > img {
  border-radius: 0.75rem;
}

.wishlist-btn {
  line-height: 1;
  border: 0;
  color: #ffffff;
  top: 2rem;
  right: 2rem;
  z-index: 10;
}
.wishlist-btn span {
  font-weight: 700;
}
.wishlist-btn > i::before {
  content: "\f417";
}
.wishlist-btn.active {
  color: #dc4135;
}
.wishlist-btn.active > i::before {
  content: "\f415";
}

.item-details-content {
  position: relative;
  z-index: 1;
}
.item-details-content .item-details-dd {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
}
.item-details-content .item-details-dd .dropdown-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0;
  background-color: #c2d4f8;
}
.item-details-content .item-details-dd .dropdown-toggle::after {
  display: none;
}
.item-details-content .item-details-dd .dropdown-menu {
  padding: 1rem 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 10rem;
  background-color: #ffffff;
  border: 2px solid #c2d4f8;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border-radius: 0.5rem;
}
.item-details-content .item-details-dd .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 500;
}
.item-details-content .item-details-dd .dropdown-menu .dropdown-item:hover, .item-details-content .item-details-dd .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}
.item-details-content .author-img img {
  max-height: 3rem;
  border-radius: 50%;
}
.item-details-content .author-img i {
  color: #ffffff;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  line-height: 1rem;
  z-index: 5;
  top: 0;
  right: 0;
}
.item-details-content .bid-ends {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.item-details-content .bid-ends > div {
  display: block;
  border: 2px solid #ebebeb;
  color: #1f0757;
  padding: 0.375rem 0.625rem;
  border-radius: 0.75rem;
  margin-right: 1rem;
  min-width: 55px;
  text-align: center;
}
@media only screen and (min-width:576px) {
  .item-details-content .bid-ends > div {
    min-width: 80px;
    padding: 0.375rem 1rem;
  }
}
.item-details-content .bid-ends > div:last-child {
  margin-right: 0;
}
.item-details-content .bid-ends > div span {
  display: block;
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width:576px) {
  .item-details-content .bid-ends > div span {
    font-size: 20px;
  }
}
.item-details-content .bid-ends > div span:last-child {
  font-size: 16px;
}

img[data-action=zoom] {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 999;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

img.zoom-img {
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  border-radius: 0.75rem;
}

.zoom-overlay {
  z-index: 420;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.zoom-overlay-open .zoom-overlay {
  opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.zoom-overlay-transitioning .zoom-overlay {
  opacity: 0;
}

.related-project-area .tns-outer {
  position: relative;
  z-index: 1;
}
.related-project-area .tns-controls {
  position: absolute;
  line-height: 1;
  top: -84px;
  right: 0;
  z-index: 10;
}
@media only screen and (min-width:768px) {
  .related-project-area .tns-controls {
    top: -87px;
  }
}
@media only screen and (min-width:992px) {
  .related-project-area .tns-controls {
    top: -92px;
  }
}
.related-project-area .tns-controls button {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 50%;
  color: #8480ae;
  font-size: 1.5rem;
  background-color: transparent;
}
.related-project-area .tns-controls button:hover {
  background-color: #efeffd;
  color: #0d6efd;
}

.author-top-content {
  margin-top: 60px;
}
@media only screen and (min-width:992px) {
  .author-top-content {
    margin-top: 80px;
  }
}
.author-top-content .author-thumbnail {
  position: relative;
  z-index: 1;
}
.author-top-content .author-thumbnail i {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  line-height: 1;
  z-index: 10;
  font-size: 2rem;
  color: #ffd607;
}
.author-top-content .author-dd {
  position: absolute;
  z-index: 10;
  top: 3rem;
  right: 1rem;
}
.author-top-content .author-dd .dropdown-toggle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 0;
  background-color: #c2d4f8;
}
.author-top-content .author-dd .dropdown-toggle::after {
  display: none;
}
.author-top-content .author-dd .dropdown-menu {
  padding: 1rem 0;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  width: 10rem;
  background-color: #ffffff;
  border: 2px solid #c2d4f8;
  -webkit-box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
          box-shadow: 0 1rem 3rem rgba(15, 30, 150, 0.175);
  border-radius: 0.5rem;
}
.author-top-content .author-dd .dropdown-menu .dropdown-item {
  font-size: 1rem;
  font-weight: 500;
}
.author-top-content .author-dd .dropdown-menu .dropdown-item:hover, .author-top-content .author-dd .dropdown-menu .dropdown-item:focus {
  background-color: #efeffd;
}

.help-form form {
  position: relative;
  z-index: 1;
}
.help-form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2px;
  width: 48px;
  height: 30px;
  border: 0;
  border-radius: 0 0.75rem 0.75rem 0;
  z-index: 10;
  background-color: transparent;
  color: #1f0757;
  border-left: 2px solid #ebebeb;
}

.support-catagory-card a {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.support-catagory-card a h6 {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  font-size: 1.25rem;
}
.support-catagory-card a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.support-catagory-card a:hover h6 {
  color: #0d6efd;
}
.support-catagory-card a span {
  font-size: 14px;
  color: #8480ae;
  display: block;
}

.funto-error-area {
  margin-top: 80px;
}

.register-form {
  position: relative;
  z-index: 1;
}
.register-form .form-group {
  position: relative;
  z-index: 1;
}
.register-form .form-group label {
  position: absolute;
  text-align: center;
  z-index: 100;
  border-radius: 50%;
  top: 0;
  right: 15px;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
}
.register-form .form-group label span {
  font-size: 12px;
  font-weight: 700;
  line-height: 52px;
}
.register-form .form-group label.label-psswd {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  right: 1.25rem;
  z-index: 10;
}
.register-form button {
  border-radius: 0.75rem;
}

.form-control {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  height: 52px;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #1f0757;
  border-radius: 0.75rem;
  border: 2px solid #ebebeb;
}

.form-control1 {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  height: 52px;
  font-size: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #1f0757;
  border-radius: 0.75rem;
  border: 2px solid #ebebeb;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #0d6efd;
}

.maps-wrap {
  position: relative;
  z-index: 1;
  border-radius: 0.75rem;
}
.maps-wrap iframe {
  width: 100%;
  height: 400px;
  border: none;
  border-radius: 0.75rem;
}
@media only screen and (min-width:992px) {
  .maps-wrap iframe {
    height: 600px;
  }
}

textarea.form-control {
  height: auto;
}

.dashboard-header,
.dashboard-footer,
.admin-wrapper {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  width: calc(100% - 0px);
  margin-left: 0;
}
@media only screen and (min-width:992px) {
  .dashboard-header,
.dashboard-footer,
.admin-wrapper {
    width: calc(100% - 252px);
    margin-left: 252px;
  }
}

.admin-sidebar-wrap {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -300px;
  width: 252px;
  height: 100%;
  z-index: 1200;
  border-right: 1px solid #ebebeb;
}
.admin-sidebar-wrap .overflowY-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  scroll-behavior: smooth;
  scrollbar-width: thin;
  height: 100vh;
}
@media only screen and (min-width:992px) {
  .admin-sidebar-wrap {
    left: 0;
  }
}

.user-profile .user-name img {
  max-width: 4rem;
  border-radius: 0.75rem;
}

.sidenav ul {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-left: 0;
}
.sidenav ul li {
  text-decoration: none;
  list-style: none;
  display: block;
  margin-bottom: 1.5rem;
  line-height: 1;
  font-size: 14px;
  color: #8480ae;
  font-family:'Concert One', cursive;
}
.sidenav ul li a {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #8480ae;
  font-size: 14px;
  font-family:'Concert One', cursive;
}
.sidenav ul li a i {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  font-size: 18px;
  margin-right: 0.75rem;
  color: #1f0757;
}
.sidenav ul li a::after {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #0d6efd;
  top: 50%;
  left: -1rem;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.sidenav ul li a.active, .sidenav ul li a:hover, .sidenav ul li a:focus {
  color: #0d6efd;
}
.sidenav ul li a.active i, .sidenav ul li a:hover i, .sidenav ul li a:focus i {
  color: #0d6efd;
}
.sidenav ul li a.active::after, .sidenav ul li a:hover::after, .sidenav ul li a:focus::after {
  opacity: 1;
}
.sidenav ul li:last-child {
  margin-bottom: 0;
}

.admin-wrapper {
  margin-top: 63px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #efeffd;
  min-height: calc(100vh - 81px);
}
@media only screen and (min-width:992px) {
  .admin-wrapper {
    margin-top: 81px;
  }
}

.create-new-button a {
  position: fixed;
  z-index: 100;
  right: 2rem;
  bottom: 2rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
}

.dashboard-hero-card {
  z-index: 5;
}
.dashboard-hero-card::after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -5;
  background-color: #0d6efd;
  content: "";
  border-radius: 1rem;
  opacity: 0.8;
}

.dashboard-table th,
.dashboard-table td {
  font-size: 14px;
}
.dashboard-table th a,
.dashboard-table td a {
  font-size: 14px;
}

.top-authors-slide a,
.top-buyer-slide a {
  border-radius: 50%;
  display: block;
  border: 4px solid #c2d4f8;
}
.top-authors-slide a img,
.top-buyer-slide a img {
  border-radius: 50%;
}

.top-author-slide-wrap,
.top-buyer-slide-wrap {
  position: relative;
  z-index: 1;
}
.top-author-slide-wrap .tns-controls,
.top-buyer-slide-wrap .tns-controls {
  position: absolute;
  top: -2.5rem;
  right: 0;
  z-index: 100;
}
.top-author-slide-wrap .tns-controls button,
.top-buyer-slide-wrap .tns-controls button {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  border: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #c2d4f8;
}
.top-author-slide-wrap .tns-controls button i,
.top-buyer-slide-wrap .tns-controls button i {
  line-height: 30px;
}
.top-author-slide-wrap .tns-controls button:nth-child(2),
.top-buyer-slide-wrap .tns-controls button:nth-child(2) {
  margin-left: 0.5rem;
}
.top-author-slide-wrap .tns-controls button:hover,
.top-buyer-slide-wrap .tns-controls button:hover {
  background-color: #0d6efd;
  color: #ffffff;
}

.dashboard-header .menu-toggler {
  border: 2px solid #ebebeb;
  padding: 0;
  border-radius: 0.25rem;
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width:992px) {
  .dashboard-header .menu-toggler {
    display: none;
  }
}
.dashboard-header .menu-toggler i {
  line-height: 1;
}
.dashboard-header .search-form {
  width: 7rem;
}
@media (min-width: 400px) {
  .dashboard-header .search-form {
    width: 10rem;
  }
}
@media (min-width: 768px) {
  .dashboard-header .search-form {
    width: 13rem;
  }
}
@media (min-width: 1200px) {
  .dashboard-header .search-form {
    width: 15rem;
  }
}
.dashboard-header .search-form .form-control {
  height: 46px;
}
.dashboard-header .search-form button {
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background-color: transparent;
  width: 3rem;
  height: 2rem;
  z-index: 100;
  font-size: 18px;
  color: #8480ae;
}
.dashboard-header.sticky-on {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.dashboard-header-active .admin-sidebar-wrap {
  left: 0px;
}

[data-theme=dark] {
  background-color: #030205;
}
[data-theme=dark] #preloader {
  background-color: #000000;
}
[data-theme=dark] body {
  background-color: #030205;
}
[data-theme=dark] h1,
[data-theme=dark] h2,
[data-theme=dark] h3,
[data-theme=dark] h4,
[data-theme=dark] h5,
[data-theme=dark] h6 {
  font-family: 'Happy Groovy', sans-serif;   
  background: -webkit-linear-gradient(#c76725, #ec823b,#e6f703,#ec823b,#c76725);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  

}
.h4 {
 
}
[data-theme=dark] a {
  color: #8480ae;
}
[data-theme=dark] .tooltip-inner {
  background-color: #0d6efd;
}
[data-theme=dark] .card {
  background-color: #0c325f;
  border-radius: 0 0 8px 8px;
  border:1px solid #1a1a1a;
  box-shadow:0 2px 0 rgba(0,0,0,.25)
}
[data-theme=dark] .container1 {
  background-color: #101010;
  box-shadow: inset 0 0 20px 15px black;
}
[data-theme=dark] .border,
[data-theme=dark] .border-start,
[data-theme=dark] .border-end,
[data-theme=dark] .border-bottom,
[data-theme=dark] .border-top {
  border-color: rgba(194, 212, 248, 0.15) !important;
}
[data-theme=dark] .border-dashed {
  border-top-color: rgba(194, 212, 248, 0.15) !important;
}
[data-theme=dark] .bg-gray {
  background-color: #1f0757 !important;
}
[data-theme=dark] .bg-white {
  background-color: rgba(194, 212, 248, 0.15) !important;
}
[data-theme=dark] .text-dark {
  color: #c2d4f8 !important;
}
[data-theme=dark] .bg-warning.text-dark,
[data-theme=dark] .bg-warning .text-dark,
[data-theme=dark] .bg-info.text-dark,
[data-theme=dark] .bg-info .text-dark {
  color: #1f0757 !important;
}
[data-theme=dark] .btn {
  color: #fff;
}
[data-theme=dark] .btn.btn-warning {
  color: #ffb30d;
}
[data-theme=dark] #scrollTopButton {
  background-color: #ffd607;
  color: #1f0757;
}
[data-theme=dark] .dashboard-header .menu-toggler {
  border-color: rgba(194, 212, 248, 0.2);
}
[data-theme=dark] .funto-pagination .page-item .page-link {
  color: #ffffff;
  background-color: #0C153B;
}
[data-theme=dark] .funto-pagination .page-item.active .page-link {
  background-color: #0d6efd;
  color: #ffffff;
}
[data-theme=dark] .share-modal .modal-dialog .modal-content {
  background-color: #0C153B;
  border-color: rgba(194, 212, 248, 0.2);
}
[data-theme=dark] .notification-list li a {
  background-color: #0C153B;
  color: #ffffff;
}
[data-theme=dark] .notification-list li a:hover, [data-theme=dark] .notification-list li a:focus {
  color: #ffd607;
}
[data-theme=dark] .header-area {
  border-bottom-color: rgba(194, 212, 248, 0.1);
}
[data-theme=dark] .header-area.sticky-on {
  background-color: #090414;
}
[data-theme=dark] .header-area.mobile-menu-open {
  background-color: #090414;
}
[data-theme=dark] .header-area .navbar-toggler {
  color: #ffffff;
}
[data-theme=dark] .header-area .navbar .navbar-brand .dark-logo {
  display: block;
}
[data-theme=dark] .header-area .navbar .navbar-brand .light-logo {
  display: none;
}
[data-theme=dark] .header-area .navbar-nav li > a {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .navbar-nav li > a:hover, [data-theme=dark] .header-area .navbar-nav li > a:focus {
  color: #0d6efd;
}
[data-theme=dark] .header-area .navbar-nav li .ft-dd-menu {
  background-color: rgba(194, 212, 248, 0.15);
}
@media only screen and (min-width:992px) {
  [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu {
    background-color: #0C153B;
    border-color: rgba(194, 212, 248, 0.15);
  }
}
[data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:hover, [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:focus {
  color: #ffd607;
}
@media only screen and (min-width:992px) {
  [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:hover, [data-theme=dark] .header-area .navbar-nav li .ft-dd-menu li > a:focus {
    color: #0d6efd;
  }
}
[data-theme=dark] .header-area .navbar-nav li.ft-dd .dropdown-toggler {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .navbar-nav li:hover a, [data-theme=dark] .header-area .navbar-nav li:focus a {
  color: #0d6efd;
}
[data-theme=dark] .header-area .header-meta .search-form button {
  background-color: transparent;
  color: #8480ae;
}
[data-theme=dark] .header-area .header-meta .user-dropdown .user-btn {
  color: #c2d4f8;
  background-color: #0C153B;
}
[data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu {
  background-color: #0C153B;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item {
  color: #c2d4f8;
}
[data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:hover, [data-theme=dark] .header-area .header-meta .user-dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .footer-area {
  border-top-color: rgba(194, 212, 248, 0.1);
}
[data-theme=dark] .footer-area::after {
  background-color: #0C153B;
  opacity: 0.9;
}
[data-theme=dark] .footer-area .dark-logo {
  display: block;
}
[data-theme=dark] .footer-area .light-logo {
  display: none;
}
@media only screen and (min-width:992px) {
  [data-theme=dark] .footer-area .footer-widget-area.border-end {
    border-color: rgba(194, 212, 248, 0.15) !important;
  }
}
[data-theme=dark] .footer-area .footer-widget-area .newsletter-form .form-control {
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .footer-area .footer-widget-area .newsletter-form .form-control:focus {
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .footer-area .footer-social-icon > a:hover, [data-theme=dark] .footer-area .footer-social-icon > a:focus {
  color: #ffd607;
}
[data-theme=dark] .footer-area .copywrite-text p {
  color: #c2d4f8;
}
[data-theme=dark] .footer-area .copywrite-text p a {
  color: #ffffff;
}
[data-theme=dark] .footer-area .footer-nav li a {
  color: #8480ae;
}
[data-theme=dark] .footer-area .footer-nav li a:hover, [data-theme=dark] .footer-area .footer-nav li a:focus {
  color: #ffd607;
}
[data-theme=dark] .featured-nfts-wrap .tns-controls button:hover, [data-theme=dark] .featured-nfts-wrap .tns-controls button:focus {
  background-color: rgba(194, 212, 248, 0.15);
  color: #ffd607;
}
[data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu {
  border-color: rgba(194, 212, 248, 0.15);
  background-color: #0C153B;
}
[data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item {
  color: #c2d4f8;
}
[data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:hover, [data-theme=dark] .nft-card .img-wrap .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .nft-card .name-info .author-img i {
  color: #ffffff;
}
[data-theme=dark] .nft-card .name-info .name-author .author {
  color: #b4c3ff;
}
[data-theme=dark] .nft-card .wishlist-btn {
  color: #c2d4f8;
}
[data-theme=dark] .nft-card .wishlist-btn.active {
  color: #dc4135;
}
[data-theme=dark] .popular-collection-select {
  color: #ffd607;
}
[data-theme=dark] .popular-collection-select .option.focus,
[data-theme=dark] .popular-collection-select .option.selected.focus,
[data-theme=dark] .popular-collection-select .option:hover {
  background-color: transparent !important;
}
[data-theme=dark] .top-seller-wrapper .col-12 {
  border-right-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .process-wrapper::after {
  background-color: #0C153B;
}
[data-theme=dark] .single-process-card .step-number {
  color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .filter-select,
[data-theme=dark] .filter-select2 {
  color: #c2d4f8;
}
[data-theme=dark] .filter-select:hover, [data-theme=dark] .filter-select:focus, [data-theme=dark] .filter-select.open,
[data-theme=dark] .filter-select2:hover,
[data-theme=dark] .filter-select2:focus,
[data-theme=dark] .filter-select2.open {
  border-color: #0d6efd;
}
[data-theme=dark] .filter-select::after,
[data-theme=dark] .filter-select2::after {
  border-color: rgba(194, 212, 248, 0.2);
  color: #c2d4f8;
}
[data-theme=dark] .filter-select .nice-select-dropdown,
[data-theme=dark] .filter-select2 .nice-select-dropdown {
  background-color: #0C153B;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .filter-select .nice-select-dropdown .option,
[data-theme=dark] .filter-select2 .nice-select-dropdown .option {
  color: #c2d4f8;
}
[data-theme=dark] .irs--flat .irs-min,
[data-theme=dark] .irs--flat .irs-max {
  color: #ffffff;
  background-color: #0C153B;
}
[data-theme=dark] .irs--flat .irs-line {
  background-color: #0C153B;
}
[data-theme=dark] tbody,
[data-theme=dark] td,
[data-theme=dark] tfoot,
[data-theme=dark] th,
[data-theme=dark] thead,
[data-theme=dark] tr {
  border-color: rgba(194, 212, 248, 0);
}
[data-theme=dark] .activity-table thead,
[data-theme=dark] .ranking-table thead {
  background-color: #0C153B;
}
[data-theme=dark] .activity-table thead th,
[data-theme=dark] .ranking-table thead th {
  color: #c2d4f8;
}
[data-theme=dark] .activity-table tbody th,
[data-theme=dark] .activity-table tbody td,
[data-theme=dark] .ranking-table tbody th,
[data-theme=dark] .ranking-table tbody td {
  color: #c2d4f8;
}
[data-theme=dark] .activity-table tbody tr:hover,
[data-theme=dark] .ranking-table tbody tr:hover {
  background-color: #1f0757;
}
[data-theme=dark] .tab--area .nav-tabs .nav-item .nav-link {
  color: #ffffff;
  background-color: #1f0757;
}
[data-theme=dark] .tab--area .nav-tabs .nav-item .nav-link.active {
  background-color: #0d6efd;
  color: #ffffff;
}
[data-theme=dark] .nav-tabs .nav-item.show .nav-link,
[data-theme=dark] .nav-tabs .nav-link.active {
  color: #c2d4f8;
  background-color: #1f0757;
}
[data-theme=dark] .form-check-input {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .feedback-card {
  background-color: #0C153B;
}
[data-theme=dark] .client-feedback-content .tns-nav button {
  background-color: #c2d4f8;
}
[data-theme=dark] .client-feedback-content .tns-nav button.tns-nav-active {
  background-color: #ffd607;
}
[data-theme=dark] .comment-wrapper {
  border-bottom-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .comment-wrapper .comment-content .comment-meta {
  border-left-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .comment-wrapper .comment-content .comment-meta a.like:focus, [data-theme=dark] .comment-wrapper .comment-content .comment-meta a.like:hover,
[data-theme=dark] .comment-wrapper .comment-content .comment-meta a.reply:focus,
[data-theme=dark] .comment-wrapper .comment-content .comment-meta a.reply:hover {
  color: #ffd607;
}
[data-theme=dark] .breadcrumb-wrapper {
  border-bottom-color: rgba(194, 212, 248, 0.1);
}
[data-theme=dark] .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #c2d4f8;
}
[data-theme=dark] .breadcrumb-wrapper .breadcrumb .breadcrumb-item a:hover {
  color: #0d6efd;
}
[data-theme=dark] .breadcrumb-wrapper .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #c2d4f8;
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-toggle {
  background-color: rgba(194, 212, 248, 0.15);
  color: #c2d4f8;
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-menu {
  background-color: #0C153B;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-menu .dropdown-item {
  color: #c2d4f8;
}
[data-theme=dark] .item-details-content .item-details-dd .dropdown-menu .dropdown-item:hover, [data-theme=dark] .item-details-content .item-details-dd .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .item-details-content .bid-ends > div {
  border-color: rgba(194, 212, 248, 0.15);
  color: #c2d4f8;
}
[data-theme=dark] .related-project-area .tns-controls button:hover {
  background-color: rgba(194, 212, 248, 0.15);
  color: #ffd607;
}
[data-theme=dark] .author-top-content .author-dd .dropdown-toggle {
  background-color: rgba(194, 212, 248, 0.15);
  color: #c2d4f8;
}
[data-theme=dark] .author-top-content .author-dd .dropdown-menu {
  background-color: #0C153B;
  border-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .author-top-content .author-dd .dropdown-menu .dropdown-item {
  color: #ffffff;
}
[data-theme=dark] .author-top-content .author-dd .dropdown-menu .dropdown-item:hover, [data-theme=dark] .author-top-content .author-dd .dropdown-menu .dropdown-item:focus {
  background-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .help-form form button {
  color: #ffd607;
  border-left-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .support-catagory-card a:hover h6 {
  color: #ffd607;
}
[data-theme=dark] .form-control {
  color: #fff;
  border-color: rgba(194, 212, 248, 0.15);
  background-color: #071c3c;
  font-family: 'Concert One', cursive;
  font-size: 18px;
}
[data-theme=dark] .form-control:focus {
  border-color: rgba(194, 212, 248, 0.4);
}
[data-theme=dark] .admin-sidebar-wrap {
  background-color: #090414;
  border-right-color: rgba(194, 212, 248, 0.15);
}
[data-theme=dark] .sidenav ul li {
  color: #e77433;
  font-family: 'Concert One', cursive;
}
[data-theme=dark] .sidenav ul li a {
  color: #e77433;
  font-family:'Concert One', cursive;
}
[data-theme=dark] .sidenav ul li a i {
  color: #c2d4f8;
}
[data-theme=dark] .sidenav ul li a::after {
  background-color: #ffd607;
}
[data-theme=dark] .sidenav ul li a.active, [data-theme=dark] .sidenav ul li a:hover, [data-theme=dark] .sidenav ul li a:focus {
  color: #ffd607;
}
[data-theme=dark] .sidenav ul li a.active i, [data-theme=dark] .sidenav ul li a:hover i, [data-theme=dark] .sidenav ul li a:focus i {
  color: #ffd607;
}
[data-theme=dark] .admin-wrapper {
  background-image:url(img/bg-img/bg.png);
  background-attachment: cover;
}
[data-theme=dark] .dashboard-hero-card::after {
  background-color: #0c325f;
  border-radius: 0 0 8px 8px;
  border-color:rgb(190, 209, 16);
  box-shadow: 1px 5px 1PX rgb(231 116 51);
}
[data-theme=dark] .top-author-slide-wrap .tns-controls button,
[data-theme=dark] .top-buyer-slide-wrap .tns-controls button {
  background-color: rgba(194, 212, 248, 0.15);
  color: #8480ae;
}
[data-theme=dark] .top-author-slide-wrap .tns-controls button:hover,
[data-theme=dark] .top-buyer-slide-wrap .tns-controls button:hover {
  background-color: #0d6efd;
  color: #ffffff;
}
[data-theme=dark] .dashboard-header .search-form button {
  background-color: transparent;
  color: #8480ae;
}
[data-theme=dark] .nice-select .nice-select-dropdown {
  background-color: #3b210c;
}
[data-theme=dark] .filter-select,
[data-theme=dark] .filter-select2 {
  color: #c2d4f8;
  background-color: #0C153B;
}
[data-theme=dark] .app-btn-groups button {
  border: 1px solid rgba(194, 212, 248, 0.15);
  border-radius: 0.5rem;
}
[data-theme=dark] .register-card p a,
[data-theme=dark] .register-form .form-group label.label-psswd {
  color: #ffffff;
}
 .btn-primary {
  font-family:'Concert One', cursive;
  background: #ffb30d;
  border-color: 1px solid #e77433;
  color: #fff;
  text-shadow: 0 1px 0 #000, 0 -1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, -1px -1px 0 #000;
  font-weight: bold;
  box-shadow:0 3px 0 rgba(0,0,0,.25), inset 0 18px 0 hsla(0,0%,100%,.25), inset 0 -2px 0 rgba(0,0,0,.25);
  padding: 14 28px;}
   .btn-primary:hover,  .btn-primary:active, .btn-primary:focus, .btn-primary.active {
    background:#ffb30d;
    transform: translateY(5px); box-shadow: rgb(102, 41, 12) 0px 0px 0px 0px;
    color: #f5ebeb !important;
    border-color:#000 }
  .theme-primary .btn-primary:disabled {
    background-color: #b7bcf5;
    border-color: #00000000;
    opacity: 0.5; }
 .btn-primary.disabled {
    background-color: #b7bcf5;
    border-color: #000000;
    opacity: 0.5; }
 .show > .btn-primary.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000; }
.btn-outline.btn-primary {
  color: #000000;
  background-color: transparent;
  border-color: #ffffff !important; }
.btn-outline.btn-primary:hover, .btn-outline.btn-primary:active, .btn-outline.btn-primary.active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !important; }
 .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000; }
.btn-flat.btn-primary {
  color: #5d69e9 !important;
  background-color: #f3f6f9;
  border-color: transparent; }
 .btn-flat.btn-primary:hover, .btn-flat.btn-primary:active, .btn-flat.btn-primary.active {
    background-color: #e2ab49 !important;
    border-color: #ffffff !important;
    color: #000000 !important; }
.swapbox_select {
  width: 50%;
  float: left;
}
.swapbox{
  overflow: auto;
  margin: 20px 10px;
  padding: 20px;
  background-color: #0c325f;
  border-radius: 20px;
  border: 1px solid #565656;
  box-shadow: inset 0 0 20px 15px rgba(0, 0, 0, 0.61);
}
.token_select{
  padding:5px 0;
}
.token_select:hover{
  background-color: #464646;
  cursor: pointer;
  
}
.token_row{
  padding: 5px 10px;
}
.token_row:hover{
  background-color: #e4e4e4;
  cursor: pointer;
}
.gas_estimate_label{
  padding:5px;
}
.modal-body{
  height: 500px;
  overflow: scroll;   
}
.btn1 {
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: inherit;
  padding: 8px 140px;
  font-size: 1.1rem;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }
  
  .btn1.btn-flat {
    border-radius: 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px; }
  .btn1:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn1:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn1:hover {
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1); }
  .btn1[class*=bg-gradient-] {
    color: #ffffff;
    border: none; }
  .btn1[class*=btn-outline-] {
    border-color: #f3f6f9; }
  .btn1.btn-outline {
    border-color: #f3f6f9;
    color: #131031; }
  .btn1.btn-file {
    position: relative;
    overflow: hidden; }
    .btn1.btn-file > input[type=file] {
      position: absolute;
      top: 0;
      right: 0;
      min-width: 100%;
      min-height: 100%;
      font-size: 100px;
      text-align: right;
      opacity: 0;
      filter: alpha(opacity=0);
      outline: 0;
      background: #ffffff;
      cursor: inherit;
      display: block; }
  .btn1[class*=bg-]:hover {
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2); }
  .btn1.dropdown-toggle:after {
    display: none; }

    .BuySwapTower_BuySwapTower__2GQBo {
    padding-left: var(--sidebar-width);
    margin-top: -135px;
    padding-top: 135px;
    background-repeat: no-repeat;
    background-image: url(/app/static/media/bg-view-tower-token.9b40f47a.jpg);
    background-size: cover;
    background-position: 100%;
    min-height: 100vh
}

@media (max-width: 992px) {
    .BuySwapTower_BuySwapTower__2GQBo {
        padding-left:0
    }
}

.BuySwapTower_BuySwapTower__2GQBo .BuySwapTower_section_title__1_Q3n {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0 64px;
    margin-bottom: 8px
}

.BuySwapTower_BuySwapTower__2GQBo .BuySwapTower_section_title__1_Q3n .BuySwapTower_title__2CZOy {
    font: normal normal normal 45px/47px Curse Casual;
    margin: 8px 0
}

.BuySwapTower_BuySwapTower__2GQBo .BuySwapTower_section_title__1_Q3n .BuySwapTower_details__3JS9k {
    font: normal normal normal 14px/18px Roboto
}

@media (max-width: 992px) {
    .BuySwapTower_BuySwapTower__2GQBo .BuySwapTower_section_title__1_Q3n {
        align-items:center;
        text-align: center
    }
}

.BuySwapTower_BuySwapTower__2GQBo .BuySwapTower_ChestSelector__gD4YR {
    margin-bottom: 13px;
    width: 530px;
    height: 100px;
    position: relative;
    top: 40px;
    z-index: 10
}

@media (max-width: 480px) {
    .BuySwapTower_BuySwapTower__2GQBo .BuySwapTower_ChestSelector__gD4YR {
        width:447px
    }
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalDialog__1Ak3b {
    max-width: 850px
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G {
    min-width: 650px;
    min-height: 500px;
    background: url(/static/media/bg-countdown-medium\ 3.1699c086.png);
    background-size: 100% 100%;
    border: none;
    padding: 20px
}

@media (max-width: 768px) {
    .BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G {
        background:url(/static/media/bg-m-paper-big.75d84b03.png);
        background-size: 100% 100%;
        min-width: 100%
    }
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_close_btn__3r7Up {
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
    z-index: 1
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_close_btn__3r7Up svg {
    width: 24px;
    height: 24px
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #69341d
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_title__nu3of {
    display: flex;
    font: normal normal 400 45px/52px Curse Casual;
    letter-spacing: .1px
}

@media (max-width: 768px) {
    .BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_title__nu3of {
        font-size:32px;
        line-height: 32px
    }
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_sub_title__BF4rs {
    font: normal normal 400 20px/24px Roboto;
    text-align: center
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu {
    width: 100%;
    margin: 48px 0
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu .BuySwapTower_utility_container__24nk8 {
    display: flex;
    justify-content: space-around;
    align-items: center
}

@media (max-width: 768px) {
    .BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu .BuySwapTower_utility_container__24nk8 {
        flex-direction:column
    }
}

.title {
  border-radius: 5px;
  line-height: 38px;
  font-size: 20px;
  font-family: 'Concert One', cursive;
  text-shadow: 0 1px 0 #000,0 -1px 0 #000,1px 0 0 #000,-1px 0 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #fffded!important;
  background: #e77433;
  border: 1px solid #1a1a1a;
  padding: 0 20px;
  box-shadow:0 2px 0 rgba(0,0,0,.25), inset 0 12px 0 hsla(0,0%,100%,.25), inset 0 -2px 0 rgba(0,0,0,.25);
}

.title1 {
  border-radius: 5px;
  line-height: 38px;
  font-size: 20px;
  font-family: 'Concert One', cursive;
  text-shadow: 0 1px 0 #000,0 -1px 0 #000,1px 0 0 #000,-1px 0 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000;
  height: 40px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #fffded!important;
  background: #e77433;
  border: 1px solid #1a1a1a;
  padding: 0 20px;
  box-shadow:0 2px 0 rgba(0,0,0,.25), inset 0 12px 0 hsla(0,0%,100%,.25), inset 0 -2px 0 rgba(0,0,0,.25);
}

.title2 {
  border-radius: 5px;
  line-height: 38px;
  font-size: 20px;
  font-family: 'Concert One', cursive;
  text-shadow: 0 1px 0 #000,0 -1px 0 #000,1px 0 0 #000,-1px 0 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000;
  height: 40px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  color: #fffded!important;
  background: #e77433;
  border: 1px solid #1a1a1a;
  border-radius: 100px 0px 100px 0px;
  padding: 0 20px;
  box-shadow:0 2px 0 rgba(0,0,0,.25), inset 0 12px 0 hsla(0,0%,100%,.25), inset 0 -2px 0 rgba(0,0,0,.25);
}

.box-title {
    font-size: 27px;
    text-shadow: 0 1px 0 #000,0 -1px 0 #000,1px 0 0 #000,-1px 0 0 #000,1px 1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,-1px -1px 0 #000;
    width: 110px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    background: #00477d;
    border: 1px solid #1a1a1a;
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.25),inset 0 0 0 4px hsla(0,0%,100%,.25);
    box-shadow: 0 2px 0 rgba(0,0,0,.25),inset 0 0 0 4px hsla(0,0%,100%,.25);
    border-radius: 5px;
    color: #fff;
    margin-right: 40px
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu .BuySwapTower_utility_container__24nk8 .BuySwapTower_utility__3lZPE {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu .BuySwapTower_utility_container__24nk8 .BuySwapTower_utility__3lZPE .BuySwapTower_image_container__3saAs {
    width: 88px;
    height: 88px
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu .BuySwapTower_utility_container__24nk8 .BuySwapTower_utility__3lZPE .BuySwapTower_image_container__3saAs img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu .BuySwapTower_utility_container__24nk8 .BuySwapTower_utility__3lZPE .BuySwapTower_title__2CZOy {
    font: normal normal normal 24px/28px Curse Casual;
    margin: 8px 0
}

.BuySwapTower_welcome_message_modal__3ZeCw .BuySwapTower_welcome_message_modalContent__3Mn9G .BuySwapTower_welcome_message_modalBody__2uG35 .BuySwapTower_welcome_message_description__1Jfmu .BuySwapTower_utility_container__24nk8 .BuySwapTower_utility__3lZPE .BuySwapTower_details__3JS9k {
    font: normal normal normal 16px/22px Roboto;
    color: #69341d
}

.GetTowerWrapper {
    display: flex;
    flex-direction: row;
    padding: 30px 64px;
    grid-gap: 30px;
    gap: 30px
}

@media (max-width: 768px) {
    .GetTowerWrapper {
        padding:12px
    }
}

.GetTowerWrapper .BtnGroup {
    grid-gap: 20px;
    gap: 20px;
    display: flex;
    flex-direction: column
}

@media (max-width: 768px) {
    .GetTowerWrapper .BtnGroup {
        width:100%
    }
}

.GetTowerWrapper .BtnGroup .BuyTowerSelector {
    position: relative;
    display: flex;
    font-size: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
    width: 270px;
    height: 125px;
    background: #fff;
    border-radius: 8px
}

.GetTowerWrapper .BtnGroup .BuyTowerSelector .logo-tower {
    width: 13%
}

.GetTowerWrapper .BtnGroup .BuyTowerSelector .logo {
    width: 20%
}

.GetTowerWrapper .BtnGroup .BuyTowerSelector .selector-txt {
    padding: 0 2px;
    text-align: center
}

@media (max-width: 768px) {
    .GetTowerWrapper .BtnGroup .BuyTowerSelector {
        width:190px;
        height: 80px;
        font-size: 14px
    }
}

.GetTowerWrapper .BtnGroup .BuyTowerSelector:hover {
    cursor: pointer
}

.GetTowerWrapper .BtnGroup .tickMarkBlue {
    position: absolute;
    top: -10px;
    right: -10px
}

@media (max-width: 991px) {
    .GetTowerWrapper .BtnGroup {
        flex-direction:row;
        min-width: 90%;
        max-width: 113%;
        padding: 10px 0;
        overflow-x: scroll
    }
}

.GetTowerWrapper .BtnGroup .BtnGroupSeparator {
    margin-top: 64px;
    display: flex;
    align-items: center
}

.GetTowerWrapper .BtnGroup .BtnGroupSeparator .separatorLine {
    flex: 1 1;
    height: 1px;
    width: 100%;
    background: #595959;
    margin: 0 8px
}

@media (max-width: 992px) {
    .GetTowerWrapper .BtnGroup .BtnGroupSeparator {
        display:none
    }
}

.GetTowerWrapper .SwapTabSelector {
    display: flex;
    flex-direction: column;
    flex: 3 1;
    width: 100%;
    max-width: 850px;
    margin: auto;
    background: hsla(0,0%,100%,.27);
    border: 1px solid #fff
}

.GetTowerWrapper .SwapTabSelector .BuySwapTabSelector {
    width: 100%;
    display: flex;
    justify-content: center
}

.GetTowerWrapper .SwapTabSelector .BuySwapTabSelector .BuySwapTabButtons {
    width: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 12px 0;
    font: normal normal normal 14px/12px Curse Casual;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    opacity: .7
}

.GetTowerWrapper .SwapTabSelector .BuySwapTabSelector .BuySwapTabButtons.active,.GetTowerWrapper .SwapTabSelector .BuySwapTabSelector .BuySwapTabButtons.active .description,.GetTowerWrapper .SwapTabSelector .BuySwapTabSelector .BuySwapTabButtons.active .title {
    opacity: 1
}

.GetTowerWrapper .SwapTabSelector .BuySwapTabSelector .BuySwapTabButtons .title {
    font: normal normal normal 26px/32px Curse Casual;
    -webkit-text-stroke: 1px #0d1c2b;
    opacity: .5
}

.GetTowerWrapper .SwapTabSelector .BuySwapTabSelector .BuySwapTabButtons .description {
    font: normal normal normal 12px/14px Roboto;
    opacity: .5
}

@media (max-width: 768px) {
    .GetTowerWrapper .SwapTabSelector .BuySwapTabSelector .BuySwapTabButtons .title {
        font-size:16px
    }
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .CurseText {
    margin: 10px!important;
    font: normal normal normal 16px/18px Curse Casual;
    text-decoration: underline
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .CurseText a {
    color: #2330d0
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .ConnectButton,.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .submit_btn {
    width: 100%;
    max-width: 280px;
    margin: auto;
    font-size: 24px;
    line-height: 26px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .btn-group .btn-cdh-new {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9c7d5d;
    color: #c3a689;
    width: 50%;
    border-radius: 10px!important;
    text-align: center;
    font: normal normal normal 14px/12px Curse Casual;
    margin-left: 2px;
    margin-right: 2px;
    box-shadow: none
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .btn-group .btn-cdh-new p {
    color: #c3a689
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .btn-group .btn-cdh-new.active {
    background-color: #69341d;
    color: #fff;
    margin-top: -10px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .btn-group .btn-cdh-new.active p {
    color: #fff
}

@media (max-width: 480px) {
    .GetTowerWrapper .SwapTabSelector .SwapTowerContainer .btn-group .btn-cdh-new {
        font:normal normal normal 12px Curse Casual
    }
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .ChestSelector {
    margin-bottom: 13px;
    width: 530px;
    height: 100px;
    position: relative;
    top: 40px;
    z-index: 10
}

@media (max-width: 480px) {
    .GetTowerWrapper .SwapTabSelector .SwapTowerContainer .ChestSelector {
        width:447px
    }
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .ImageContainer {
    position: relative;
    font-family: Curse Casual;
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 37px;
    letter-spacing: .10000000149011612px;
    text-align: center
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .ImageContainer .Title {
    -webkit-text-stroke: 2px #000;
    -webkit-text-fill-color: #fff;
    position: absolute;
    top: 43%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .howtolink {
    font: normal normal 500 16px/24px Curse Casual;
    letter-spacing: .2px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #69341d;
    text-align: right;
    display: flex;
    align-self: flex-end;
    padding: 16px 16px 0;
    cursor: pointer
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 540px;
    margin: auto;
    padding: 8px;
    z-index: 10
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox label {
    margin-bottom: 0
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection {
    display: flex;
    flex-direction: column;
    min-width: 80%
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form {
    display: flex;
    flex-direction: column;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .10000000149011612px;
    text-align: left
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .downArrow {
    display: flex;
    justify-content: center;
    margin: 10px 0
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .estimated_count,.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup input {
    flex: 1 1;
    height: 60px;
    border-radius: 4px;
    padding: 10px;
    margin: 8px 2px;
    border: 0;
    font: normal 700 normal 24px/30px Roboto;
    display: flex;
    align-items: center
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup input:focus {
    box-shadow: none
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .FormField {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 16px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .FormField .token {
    display: flex;
    height: 47px;
    justify-content: center;
    align-items: center
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .FormField .token img {
    width: 28px;
    height: 28px;
    margin: 8px;
    object-fit: contain
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .FormField .token .token_name {
    font: normal normal normal 24px/28px Curse Casual;
    margin-right: 28px
}

@media (max-width: 768px) {
    .GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .FormField .token .token_name {
        margin-right:12px
    }
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .FormField .available_balance {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 8px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .form .FormGroup .FormField .max_btn {
    border-radius: 8px;
    border: none;
    background: #2330d0;
    color: #fff;
    font: normal normal normal 16px/20px Curse Casual;
    width: 64px;
    height: 28px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .TopSection .TotalPriceBox {
    margin-top: 7px;
    margin-bottom: 7px;
    background-color: #fff;
    padding: 9px 24px 9px 14px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    font: normal normal 700 14px/19px Roboto;
    color: #0d1c2b
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .Description {
    display: flex;
    justify-content: center;
    padding: 16px;
    color: #69341d;
    font: normal normal normal 18px/24px Roboto;
    margin-bottom: 0
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .display_tower_text {
    display: flex;
    justify-content: center;
    margin-bottom: 24px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .display_tower_text .display_tower_text_btn {
    font: normal normal normal 16px/18px Curse Casual;
    text-decoration: underline;
    color: #2330d0;
    cursor: pointer
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .Center {
    display: flex;
    justify-content: center
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .LoadingWheel {
    width: 20px;
    height: 20px;
    margin-top: -5px;
    margin-bottom: -5px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .NotEnoughTowerSection {
    display: flex;
    flex-direction: column;
    align-items: center
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .RightBox .NotEnoughTowerSection .NotEnoughTowerLabel {
    color: #d02323;
    font: normal normal 700 14px/20px Roboto;
    margin-bottom: 14px
}

.GetTowerWrapper .SwapTabSelector .SwapTowerContainer .powered_description {
    display: flex;
    justify-content: flex-end;
    font: normal normal normal 14px/20px Roboto;
    color: #8c8c8c;
    padding: 1rem
}

@media (max-width: 991px) {
    .GetTowerWrapper {
        flex-direction:column;
        justify-content: center;
        align-items: center
    }
}

.loading_message {
    min-height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal normal normal 24px/28px Curse Casual;
    margin: 12px 0
}

.loading-wrap{
  position: fixed;
  inset: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
  display: grid;
  place-items: center;
  place-content: center;
  grid-template-columns: 100%;
}
.loading{
  width: 95%;
  max-width: 480px;
  padding: 3px;
  border: 1px solid #333;
  box-sizing: border-box;
}

.loading-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  width: 0%;
  height: 50px;
  box-sizing: border-box;
  background: #00ace6;
  background: linear-gradient(90deg, rgba(0,172,230,1) 35%, rgba(153,238,255,1) 100%);
  transition: width 5s cubic-bezier(0, 0.42, 1, 0.52);
  text-shadow: 0 0 1px #fff;
  color: #fff;
  font-size: 24px;
}

.count {
  display: inline-block;
  font-weight: bold;
}

.loading-wrap p{
  width: 95%;
  max-width: 480px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin: 10px auto;
  text-align: center;
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_close_btn__2v-Qz {
    font-size: 22px;
    position: absolute;
    top: 3px;
    right: 12px;
    color: #2330d0;
    cursor: pointer;
    z-index: 1
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: .5rem;
    color: #333
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_header_text__1rl9E {
    font-family: Curse Casual;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-align: center;
    letter-spacing: .2px;
    margin-top: 24px;
    margin-bottom: 16px
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_body_text__1fmlC {
    font: normal normal normal 20px/30px Curse Casual;
    display: flex;
    align-items: center
}

@media (max-width: 500px) {
    .SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_body_text__1fmlC {
        flex-direction:column;
        align-items: center
    }
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_body_text__1fmlC .SwapProcessModal_token__pmVuH {
    display: flex;
    align-items: center;
    margin: 0 4px
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_body_text__1fmlC .SwapProcessModal_token__pmVuH img {
    width: 20px;
    height: 20px;
    margin-left: 4px
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_loader_img__Acw5E {
    width: 120px;
    height: 120px;
    margin: 28px 0
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_confirm_txn_text__OT3_7 {
    font: normal normal normal 16px/21px Roboto;
    margin: 18px 0
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_transaction_submitted__2FZ4U {
    display: flex;
    flex-direction: column;
    align-items: center
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_transaction_submitted__2FZ4U .SwapProcessModal_block_explorer__3xsrZ img {
    width: 20px;
    height: 20px;
    margin-right: 12px
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_transaction_submitted__2FZ4U .SwapProcessModal_block_explorer__3xsrZ a {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 10px
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_transaction_success__3Byl_ {
    display: flex;
    flex-direction: column;
    align-items: center
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_transaction_success__3Byl_ .SwapProcessModal_close_button__l6frO {
    width: 130px;
    height: 40px;
    background-color: #2330d0;
    font: normal normal normal 16px/18px Curse Casual
}

.SwapProcessModal_swap_process_modal__1-_ib .SwapProcessModal_swap_modal_body__1svs3 .SwapProcessModal_transaction_success__3Byl_ .SwapProcessModal_display_tower_token_text__2XNJi {
    font: normal normal normal 16px/18px Curse Casual;
    text-decoration: underline;
    color: #2330d0;
    margin-top: 16px;
    cursor: pointer
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N {
    display: flex;
    justify-content: center;
    align-items: center
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_close_btn__2ctIW {
    font-size: 22px;
    position: absolute;
    top: 3px;
    right: 12px;
    color: #2330d0;
    cursor: pointer;
    z-index: 1
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_header__YpN3t {
    display: flex;
    justify-content: center;
    align-items: center
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_header__YpN3t .HowToSwapTowerModal_howtoswaptower_modal_title__zpbrY {
    font: normal normal normal 26px/32px Curse Casual;
    letter-spacing: .2px
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_body_items_container__1GIqn {
    margin: auto;
    width: 80%
}

@media (max-width: 560px) {
    .HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_body_items_container__1GIqn {
        width:100%
    }
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_title__3qdVG {
    font: normal 700 normal 20px/24px Roboto;
    text-align: center;
    letter-spacing: .1px;
    color: #2330d0
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_desc__2i48H {
    font: normal normal normal 16px/21px Roboto;
    margin: 24px;
    text-align: center;
    letter-spacing: .1px;
    min-height: 75px;
    display: flex;
    align-items: center
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_slider__3DIlS {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_slider__3DIlS .HowToSwapTowerModal_slider_arrow__1CP6y {
    display: flex;
    font-size: 36px;
    justify-content: center;
    align-items: center;
    color: #2330d0;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_slider__3DIlS .HowToSwapTowerModal_slider_arrow_disabled__3Z3Wu {
    cursor: not-allowed;
    color: grey
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_slider__3DIlS .HowToSwapTowerModal_slider_content__3BHZq {
    display: flex;
    justify-content: center;
    align-items: center
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_slider__3DIlS .HowToSwapTowerModal_slider_content__3BHZq img {
    width: 414px;
    height: 270px
}

@media (max-width: 992px) {
    .HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_body__QSm08 .HowToSwapTowerModal_howtoswaptower_modal_body_slider__3DIlS .HowToSwapTowerModal_slider_content__3BHZq img {
        width:100%;
        height: 100%
    }
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_footer__-0wqV {
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_footer__-0wqV .HowToSwapTowerModal_progress_bar__2tNGj {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_footer__-0wqV .HowToSwapTowerModal_progress_bar__2tNGj .HowToSwapTowerModal_number_points__2Y7NR {
    width: 36px;
    height: 36px;
    border-radius: 25px;
    border: 2px solid #2330d0;
    margin: 4px;
    background: #fff;
    font: normal normal normal 26px/32px Curse Casual;
    color: #2330d0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_footer__-0wqV .HowToSwapTowerModal_progress_bar__2tNGj .HowToSwapTowerModal_number_points_selected__2Q6jt {
    background: #2330d0;
    color: #fff
}

.HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_footer__-0wqV .HowToSwapTowerModal_progress_bar__2tNGj .HowToSwapTowerModal_horizontal_bar__WgnzM {
    width: 90px;
    height: 1px;
    background: #c4c4c4
}

@media (max-width: 768px) {
    .HowToSwapTowerModal_howtoswaptower_modal__3AE3N .HowToSwapTowerModal_howtoswaptower_modal_footer__-0wqV .HowToSwapTowerModal_progress_bar__2tNGj .HowToSwapTowerModal_horizontal_bar__WgnzM {
        width:64px
    }
}

.BuyTowerWidget_but_tower_widget_container__1JZDm {
    width: 100%;
    min-height: 700px
}

.BuyTowerWidget_but_tower_widget_container__1JZDm .BuyTowerWidget_loading_container__2ZCI- {
    width: 100%;
    display: flex;
    justify-content: center;
    font: normal normal normal 20px/24px Curse Casual;
    margin: 12px 0
}
.gradient-text {
  /* Fallback: Set a background color. */
  background-color: red;
  
  /* Create the gradient. */
  background-image: linear-gradient(45deg, #f3ec78, #af4261);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}


.container .sidebar{
  position: fixed;
  width: 150px;
  height: 100%;
  background: #3B5998;
  padding: 30px 0;
}
.container .sidebar h2{
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
  transition: .5s;
}

.container .sidebar h2 span{
  color: #f2b354;
}
.container .sidebar h2 span:hover{
  color: #fff;
  transition: .5s;
}
.container .sidebar h2:hover{
  color: #f2b354;
}
.container .sidebar ul li a{
  color: #fff;
}
.container .sidebar ul li{
  padding: 15px;
  border-bottom: 1px solid black;
  transition: .5s;
}
.container .sidebar ul li:hover{
  background: black;
}
.container .sidebar .social-media{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
}
.container .sidebar .social-media a{
  display: block;
  width: 40px;
  background: black;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  color: #bdb8d7;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  transition: .5s;
}
.container .sidebar .social-media a:hover{
  background-color: #3B5998;
}
.container .main-content{
  margin-left: 200px;
}
.container .main-content .header{
  padding: 20px;
  background: #fff;
  color: #717171;
}
.container .main-content .info{
  margin: 20px;
  color: #717171;
  line-height: 25px;
}

