@charset "utf-8";
/* CSS Document */

/*
#E0E0E0
*/


:root {
  --opacity80: rgba(0, 0, 0, 0.8);
  --opacity56: rgba(0, 0, 0, 0.56);
  --opacity40: rgba(0, 0, 0, 0.4);
  --opacity24: rgba(0, 0, 0, 0.24);
}

body {
  background: #fff;
}

img.dark_logo {
  display: none;
}

img.light_logo {
  display: inline-block;
}

.header {
  border-bottom: 1px solid #E0E0E0;
}

.social a.daynight {
  background-image: url(../img/dark_mode.svg);
}

a.butt,
.search input,
.social a {
  border: 1px solid #E0E0E0;
}

a.butt:hover,
.social a:hover {
  background-color: none;
  border: 1px solid #212121;
}

/* .content {
  background: linear-gradient(180deg, #fff 0%, #f5f5f5 150px, #f5f5f5 100%);
} */

.header {
  background: #fff;
}

.stats {
  background: #fff;
}

.stat {
  border-left: 1px solid #E0E0E0;
}

.featured_item {
  background: #ffff;
}

.item_stat {
  border-left: 1px solid #E0E0E0;
}

.all_coll_row,
.all_coll_row:first-child {
  background-color: #fff;
}

.all_coll_row:first-child {
  border-top: none;
}

.all_coll_row {
  border-top: 1px solid #E0E0E0;
}

.all_coll_row:hover {
  background-color: #fbfbfb;
}

.all_coll_col a:hover,
.all_coll_row:first-child .all_coll_col a:hover {
  color: rgba(0, 0, 0, 1);
}

.footer {
  border-top: 1px solid #E0E0E0;
}

.footer_links a {
  border-left: 1px solid #E0E0E0;
}

a.next,
a.back {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

a.next:hover,
a.back:hover {
  background-color: #212121;
  border: 1px solid #212121;
}

.nfts_top,
.nfts_sidebar {
  background: #fff;
}

.nfts_sidebar input,
.nfts_sidebar select,
.nfts_top select,
select {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.select-selected {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.select-items {
  background-color: #f8f8f8;
}

hr {
  background: #E0E0E0;
}

.nfts_sidebar input[type=submit] {
  color: #fff;
}

.nfts_sidebar span {
  border-bottom: 1px solid #E0E0E0;
}

.checkbox_holder {
  border: 1px solid #E0E0E0;
}

.attribute {
  background: #D3E6F2;
  border: 2px solid #87C7E8;
}

.attribute:hover {
  background: #b3ccdb;
}

a.view {
  background: transparent;
  border: 1px solid #E0E0E0;
}

a.view:hover {
  background: #212121;
}

span.view {
  background: #fff;
  color: var(--opacity56);
}

span.duplicate {
  background: #fff;
}

.autocomplete-items div {
  background-color: #fbfbfb;
  border-bottom: 1px solid #E0E0E0;
}

.autocomplete-items div:hover {
  background-color: #E0E0E0;
}

.autocomplete-active {
  background-color: #E0E0E0 !important;
  color: #212121;
}

.holder {
  border-top: 1px solid #E0E0E0;
}

.pager a:hover,
.pager a.active {
  background: #fff;
  border: 1px solid #E0E0E0;
}

.goto input {
  background-color: #fff;
  border: 1px solid #E0E0E0;
}

.goto input[type=submit] {
  color: var(--opacity80);
}

.goto input[type=submit]:hover,
.button,
.button:hover {
  color: #fff;
}

.pager {
  border-top: 1px solid #E0E0E0;
}

.accordion button {
  background: #E0E0E0;
}

[data-accordion] [data-content] {
  background: #fbfbfb;
}

.accordion button:hover {
  color: #000;
}

.autocomplete-suggestions {
  background: #f7f7f7;
}

.autocomplete-selected {
  background: #e7e7e7;
}

.autocomplete-suggestions strong {
  color: #000;
}

.add_drop_wrapper {
  background: #f5f5f5;
  border: solid 1px rgba(0, 0, 0, 0.1)
}

.add_drop_wrapper input[type="submit"] {
  color: white;
}

.admin_panel_login input[type="email"],
.admin_panel_login input[type="password"] {
  border: solid 1px 1px solid #E0E0E0;
}

.add_drop_wrapper input[type="text"],
.add_drop_wrapper input[type="url"],
.add_drop_wrapper textarea,
.add_drop_wrapper input[type="number"],
.add_drop_wrapper input[type="datetime-local"] {
  border: solid 1px #E0E0E0;
}

.title h1 em,
.title h1 strong {
  color: #000;
}

.drops .all_coll_row.drop_date {
  background: #f3f3f3;
}

#search-suggestions ul {
  background: white;
  border: 1px solid #E0E0E0;
}

#search-suggestions ul li {
  border-bottom: solid 1px #e0e0e0;
}

#search-suggestions ul li:hover {
  background: rgba(0, 0, 0, 0.2);
}

.wallet_search_holder.active,
.collection_header {
  background: #fff;
}

.wallet_search input,
.wallet_search,
.wallet_list .collection_title small {
  background: #f5f5f5;
}

.wallet_search,
.wallet_search_holder,
.item_stat.big {
  border-color: #E0E0E0;
}

.wallet_search_holder {
  color: var(--opacity80);
}

@media (max-width: 1199px) {

  .trigger:before,
  .trigger:after,
  .trigger span {
    background: rgba(0, 0, 0, .8);
  }
}

@media (max-width: 1600px) {
  .item_stat:first-child {
    border-color: #E0E0E0;
  }

  .item_stat {
    border: none;
  }
}

.featured_collection {
    background: #fff;
}

.discord_button,
.twitter_button {
    background-color: #eaeaea;
}

.discord_button:hover,
.twitter_button:hover {
    background-color: #F5F5F5;
}

/*
new styles light
*/
html,
body,
.top-box  {
    background: #fff;
}

.all_collections_wrap,
.nfts_holder,
.nfts_detail_wrap {
    position: relative;
    z-index: 1;
}

.content:after {
    z-index: 0;
    background: linear-gradient(180deg, #DFE3E5 0%, rgba(223, 227, 229, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.2;
}

.stats,
.all_coll_row,
.all_coll_row:first-child,
.nfts_top,
.nfts_sidebar,
.wallet_search {
    background: transparent;
}

.nft-header,
.nfts_detail .stats_full {
    overflow: visible;
}

.page .stats .stat,
.stat,
.nft-stats,
.item_stats,
.nfts .featured_item,
.market  {
    border: none;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.item_stat {
    width: 50%;
}

.item_stats span {
    float: right;
}

.nft_title,
.nft_title_holder,
.nfts_detail_wrap {
    overflow: visible;
}

a.sale span,
.sale > span,
.alt-button {
    border-color: #B2B3B3;
}

.item_stats .item_stat:first-of-type {
    background: #F0F2F2;
}

.item_stats .item_stat:first-of-type img,
.price-holder img,
.svg-inline--fa {
    filter: invert(80%) sepia(0%) saturate(300%) hue-rotate(230deg) brightness(83%) contrast(96%);
}

.sale-holder {
    background: linear-gradient(180deg, rgba(223, 227, 229, .5) 0%, rgba(223, 227, 229, 0) 70%);
}

.price-holder .price {
    border-color: #F2F4F4;
}

.project-social li {
    border-color: #B2B3B3;
}

.holder {
    border: none;
}

.nft-stats>div,
.price-holder .price strong {
    color: rgba(0, 0, 0, .9);
}

.price-holder .price {
    color: rgba(0, 0, 0, .6);
}

.clear:before {
  display: block;
  content: ".";
  text-indent: -9999px;
  clear: both;
  height: 0;
}

.attribute {
    background: rgba(78, 137, 255, 0.2);
    border: 2px solid rgba(78, 137, 255, 0.6);
}

.next a,
.back a {
    border-color: #B3B3B3;
}

.logo ul li ul {
    background: #fff;
}

.logo ul li ul li a img {
    filter: invert(68%) sepia(3%) saturate(0%) hue-rotate(57deg) brightness(90%) contrast(97%);
}

.logo ul li ul li:hover a:hover,
.logo ul li ul li.active a:hover {
  background: #ccc;
  border-radius: 4px;
}

.drops .all_coll_col:last-child,
.drops .all_coll_row.legend .all_coll_col {
    color: #999;
}

.drops .all_coll_row.legend {
    border: none;
}
