body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}


.ul-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
button:focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.container {
  max-width: 2560px;
}

.header {
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
}

.header nav a {
  font-weight: 500;
  color: #000000;
  margin: 0 17px;
  text-decoration: none;
}

.header .header__socials a {
  margin: 0 15px;
}

.header .header__socials a:last-of-type {
  margin-right: 5px;
}

/*****************************************
  Responsive
 ****************************************/
@media (max-width: 991px) {
  .header > div > div {
    width: 100%;
  }
  .mobile-menu-btn {
    display: inline-block;
    cursor: pointer;
  }
  .mobile-menu-btn .bar1,
  .mobile-menu-btn .bar2,
  .mobile-menu-btn .bar3 {
    width: 30px;
    height: 4px;
    background-color: #000000;
    margin: 4px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: block;
  }
  .mobile-menu-btn.active .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
            transform: rotate(-45deg) translate(-7px, 6px);
  }
  .mobile-menu-btn.active .bar2 {
    opacity: 0;
  }
  .mobile-menu-btn.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
            transform: rotate(45deg) translate(-5px, -5px);
  }
  .nav-wrap {
    display: none;
    text-align: center;
  }
  .nav-wrap nav a {
    display: block;
    margin: 9px 0;
  }
}

/*****************************************
  Rarities
 ****************************************/
.rarities-page {
  background-color: #FAF5FF;
}

.rarities-page .header {
  background-color: #ffffff;
  border-bottom: 1px solid #F6CDFF;
}

.rarities > div {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
}

/*************************
  Filter
 ************************/
.rarities__filter,
.rarities__ranking {
  -webkit-transition: margin 0.6s, width 0.6s, left 0.6s;
  transition: margin 0.6s, width 0.6s, left 0.6s;
}

.rarities__filter {
  padding: 25px 20px;
  border-right: 1px solid #F6CDFF;
  width: 270px;
  position: fixed;
  z-index: 30;
  height: 100%;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.rarities__filter h3 {
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  font-weight: 700;
  color: #26062D;
}

.rarities__filter .rarities__filter__inner {
  max-height: calc(100vh - 226px);
  overflow-y: auto;
  margin: -20px;
  padding: 0 20px;
  padding-bottom: 10px;
}

.rarities__filter .select2 {
  width: 100% !important;
}

.rarities__filter .select2-container--default .select2-selection--multiple li.select2-selection__choice {
  background-color: #fafafb;
}

.rarities__filter .select2-selection__choice {
  padding-left: 13px !important;
}

.rarities__filter .select2-selection__choice__remove {
  border-right: none !important;
}

.rarities__filter .select2-selection__choice__remove:hover {
  background-color: transparent !important;
  color: #999 !important;
}

.rarities__filter input::-webkit-outer-spin-button,
.rarities__filter input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.rarities__filter input[type=number] {
  -moz-appearance: textfield;
}

.rarities__filter input,
.rarities__filter .selection .select2-selection {
  color: #26062D;
  font-size: 12px;
  min-height: 40px;
  border-radius: 3px;
  border: 1px solid #9987cc;
  padding: 5px 11px;
  width: 100%;
}

.rarities__filter .selection .select2-selection {
  padding-bottom: 10px !important;
}

.rarities__filter input:focus {
  outline: none;
}

.rarities__filter .rarities__filter__search input {
  padding-right: 45px;
}

.rarities__filter .rarities__filter__search button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  height: 100%;
  width: 40px;
}

.rarities__filter .rarities__filter__row {
  margin-top: 25px;
}

.rarities__filter .rarities__filter__row h5 {
  font-size: 14px;
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  color: #26062D;
}

.rarities__filter .rarities__filter__row button {
  margin-top: 7px;
}

.rarities__filter .rarities__filter__row--multi-controls input {
  width: calc(50% - 10px);
}

.rarities__filter .rarities__filter__traits i {
  border-top: solid 1px #F6CDFF;
  display: block;
  margin: 0 -20px;
}

.rarities__filter .rarities__filter__traits button {
  background-color: transparent;
  border: none;
  width: 100%;
  text-align: left;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 0;
  font-weight: 500;
  font-size: 12px;
  margin: 0;
}

.rarities__filter .rarities__filter__traits button img:last-of-type {
  display: none;
}

.rarities__filter .rarities__filter__traits button.active img:first-of-type {
  display: none;
}

.rarities__filter .rarities__filter__traits button.active img:last-of-type {
  display: block;
}

.rarities__filter .rarities__filter__traits > div > div {
  display: none;
  margin-bottom: 10px;
}

.rarities__filter .custom-checkbox {
  font-size: 12px;
}

.ranking-expand-btn,
.ranking-condense-btn {
  border: none;
  background-color: #F6CDFF;
  width: 24px;
  height: 30px;
  border-radius: 5px 0px 0px 5px;
  margin-right: -20px;
}

.ranking-condense-btn {
  position: absolute;
  right: -20px;
  border-radius: 0px 5px 5px 0px;
}

.hide {
  display: none;
}

.rarities-expanded .rarities__filter {
  margin-left: -270px;
}

.rarities-expanded .rarities__ranking {
  width: 100%;
  left: 0;
}

.search-param,
.search-param:hover {
  color: #ffffff;
}

.rarities__filter__non-stick {
  padding-top: 28px;
}

.custom-checkbox {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 30px;
  display: block;
  margin-bottom: 10px;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}

.custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  top: -1px;
}

.custom-checkbox .checkmark:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #9987cc;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
}

.custom-checkbox .checkmark:after {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #9987cc;
  top: 3px;
  left: 3px;
  position: absolute;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: inline-block;
  vertical-align: middle;
}

.custom-checkbox input:checked ~ .checkmark:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*************************
  Ranking
 ************************/
.rarities__ranking {
  position: relative;
  left: 270px;
  padding: 25px 20px;
  width: calc(100% - 270px);
}

.rarities__ranking h1 {
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  font-size: 32px;
  color: #26062D;
}

.rarities__ranking .rarities__ranking__pagination-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FAF5FF;
  border: solid 1px transparent;
  border-top: none;
}

.rarities__ranking .rarities__ranking__pagination-btns button {
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 4px;
  background-color: #ffffff;
}

.rarities__ranking .rarities__ranking__pagination-btns button:first-of-type {
  margin-right: 3px;
}

.rarities__ranking .rarities__ranking__pagination-btns button[disabled] img, .rarities__ranking .rarities__ranking__pagination-btns button.disabled img {
  opacity: 0.2;
}

.rarities__ranking .rarities__ranking__pagination-btns div {
  font-size: 13px;
  margin: 0 15px 0 10px;
}

.rarities__ranking .rarity-box {
  border: solid 1px #ffffff;
  border-radius: 8px;
  padding: 6px;
  margin-bottom: 50px;
}

.rarities__ranking .rarity-box img {
  width: 100%;
  border-radius: 8px;
}

.rarities__ranking .rarity-upper {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 6px;
}

.rarities__ranking .rarity-upper__text {
  width: 50%;
}

.rarities__ranking .rarity-upper__text:last-of-type {
  text-align: right;
}

.rarities__ranking .rarity-upper__text > div {
  display: inline-block;
  max-width: 100%;
}

.rarities__ranking .rarity-upper__text > div > div {
  text-align: left;
}

.rarities__ranking .rarity-upper__text div {
  font-size: 12px;
  color: #26062D;
}

.rarities__ranking .rarity-upper__text h6 {
  font-size: 18px;
  color: #9987cc;
  font-weight: 600;
  margin-bottom: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rarities__ranking .rarity-lower h2 {
  font-size: 16px;
  text-align: center;
  margin: 13px 0 10px 0;
  font-weight: 700;
}

.rarities__ranking .rarity-lower__other {
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}

.rarities__ranking .rarity-lower__btns {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 6px;
}

.btn {
  border-radius: 4px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  min-height: 39px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 1px transparent;
}

.btn-white {
  color: #1A1A1A;
}

.btn-primary-dark {
  background-color: #9987cc;
  color: #ffffff;
}

.btn-primary-filter {
  background-color: #9987cc;
  color: #ffffff;
}

.btn-primary-dark:hover {
  border-color: #9987cc;
  background-color: transparent;
  color: #9987cc;
}

.btn-danger:hover {
  border-color: #dc3545;
  background-color: transparent;
  color: #dc3545;
}

.loading-container {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
  z-index: 99999999;
}

.loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #9987cc;
  z-index: 999999;
  opacity: .5;
}

.loading__content {
  position: relative;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.loading-text {
  font-size: 25px;
  color: #000000;
  text-align: center;
  margin-top: 31px;
  font-family: "Comfortaa", cursive;
  font-weight: 700;
  margin-left: 14px;
}

.loading-image {
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*****************************************
  Responsive
 ****************************************/
@media (max-width: 991px) {
  .rarities__ranking h1 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .rarities__filter {
    display: block !important;
  }
  .rarities__ranking .rarities__ranking__pagination-btns__wrap {
    width: 250px;
  }
  .rarities__ranking .rarities__ranking__pagination-btns {
    padding: 5px;
  }
  .rarities__ranking .rarities__ranking__pagination-btns--stick {
    position: fixed;
    z-index: 9;
    right: 20px;
    top: 91px;
    border-color: #F6CDFF;
  }
}

@media (max-width: 767px) {
  .rarities__filter {
    width: 100%;
    left: 0;
    background-color: #FAF5FF;
    border-right: none;
    display: none;
    margin-left: 0 !important;
  }
  .rarities__filter .rarities__filter__inner {
    max-height: calc(100% - 135px);
  }
  .rarities__ranking {
    left: 0;
    width: 100%;
  }
  .rarities__ranking .rarities__ranking__pagination-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 20;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    border-top: solid 1px #F6CDFF;
  }
  .rarities__ranking .rarities__ranking__pagination-btns div {
    font-size: 15px;
  }
  .rarities__ranking .rarities__ranking__pagination-btns button {
    width: 50px;
    height: 50px;
  }
  .rarities__ranking .rarities__ranking__pagination-btns button img {
    width: 20px;
    height: 20px;
  }
  .rarities__filter__btn {
    position: -webkit-sticky;
    position: sticky;
    top: 47px;
    z-index: 20;
    padding: 10px 0;
    margin-top: -10px;
    margin-bottom: -10px;
  }
}

@media (max-width: 520px) {
  .rarities__ranking h1 {
    font-size: 20px;
    line-height: 1.4;
  }
}
/*# sourceMappingURL=styles.css.map */