@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&family=Poppins:wght@200&display=swap');

.navbar-collapse {
    background-color: black;
    padding: 15px;
    border-radius: 0 0 30px 30px;
  }

/*LOADER-Bars*/
.loader-Bars {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-left: 5px;
  display: inline-block;
  vertical-align: revert;
}
.loader-Bars .line {
  width: 8px;
  position: absolute;
  border-radius: 5px;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#505DD4),
    to(#24BBD0)
  );
  background: -webkit-linear-gradient(top, #24BBD0, #505DD4);
  background: -o-linear-gradient(top, #24BBD0, #505DD4);
  background: linear-gradient(to bottom, #24BBD0, #505DD4);
}

.loader-Bars .line1 {
  left: 0;
  -webkit-animation: line-grow 0.5s ease alternate infinite;
  animation: line-grow 0.5s ease alternate infinite;
}

.loader-Bars .line2 {
  left: 20px;
  -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
  animation: line-grow 0.5s 0.2s ease alternate infinite;
}

.loader-Bars .line3 {
  left: 40px;
  -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
  animation: line-grow 0.5s 0.4s ease alternate infinite;
}
@-webkit-keyframes line-grow {
  0% {
    height: 0;
  }
  100% {
    height: 75%;
  }
}

@keyframes line-grow {
  0% {
    height: 0;
  }
  100% {
    height: 75%;
  }
}
/*  Data loader Bars   */



﻿.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* scrollbar styling */
/* width */
/* ::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: rgba(245, 245, 245, 0.1);
}

::-webkit-scrollbar-thumb {
  background: rgb(107, 107, 107);
}

::-webkit-scrollbar-thumb:hover {
  background: rgb(63, 63, 63);
} */

.passwordValid {
    display: none;
}

.pw-spacer {
}

.pw-twitter {
    height: 45px;
    position: fixed;
    bottom: 0%;
    width: 100%;
    background-color: #393838;
}

.pw-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-color: #505DD4;
    /* background-image: url(''); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.pw-prompt {
    display: none;
    text-align: center;
    margin: auto;
    margin-top: 140px;
    width: 80%;
    max-width: 600px;
    padding: 2.7rem;
    padding-top: 8rem;
    background-color: rgb(255, 255, 255);
    border-radius: 18px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 17px;
}

.pw-logo-text {
    margin-top: 100px;
    opacity: 0;
    width: 90%;
    max-width: 300px;
}

.pw-prompt-container {
    display: inline-block;
    margin-top: 10px;
    /* padding: 6rem;
  background-color: #eee;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px; */
    width: 100%;
    max-width: 300px;
    opacity: 0;
}

.pw-accepted {
    color: #28a745;
    font-size: 16px;
}

    .pw-accepted.disclaimer {
        color: #272727;
        font-size: 14px;
        margin-top: 20px;
    }

input#pwInput:focus::placeholder {
    color: transparent;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ab5aec;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
    box-shadow: 0 0 0 0.2rem rgba(122, 0, 255, 0.25);
}

.pw-p-anim {
    opacity: 0;
    margin: auto;
    text-align: center;
}

h1.ml8 {
    font-weight: 900;
    font-size: 4.5em;
    color: #fff;
}

.ml8 .bang {
    font-size: 1.4em;
    top: auto;
    left: -0.06em;
}

.ml8 .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.ml8 .circle-white {
    width: 3em;
    height: 3em;
    border: 2px dashed #505DD4;
    border-radius: 2em;
}

.ml8 .circle-img {
    width: 2.2em;
    height: 2.2em;
    border-radius: 3em;
    z-index: 1;
}

.ml8 .circle-dark-dashed {
    border-radius: 2.4em;
    background-color: transparent;
    border: 2px dashed #505DD4;
    width: 2.3em;
    height: 2.3em;
}

/* Active state */

.face-plaque-outer:active:after {
    opacity: 0;
}

.roboto {
    font-family: 'Poppins', sans-serif;
}

a.anchor {
    display: block;
    position: relative;
    visibility: hidden;
    top: -120px;
}

    a.anchor#name {
        top: -98px;
    }

.artworkContainer {
    max-width: 30%;
}

.framedArtwork {
    /*border: solid 2px;
    border-color: rgba(0,0,0,0.5);*/
    margin: 0;
    padding: 0;
}

.nav-badge {
    position: absolute;
    top: -7px;
    right: 0px;
}

.cb {
    color: #000;
}

.cp {
    color: #505DD4;
}

.cg {
    color: #5fb32e;
}

.cw {
    color: #fff;
}

.co {
    color: #c1945c;
}

.cr {
    color: #bd3737;
}

.frame {
    width: 35%;
    max-width: 400px;
    border: solid 15px #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25) inset, 0 5px 10px 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}

.gradient-border {
    --border-width: 4px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: white;
    background: #222;
    border-radius: 4px;
}

    .gradient-border::after {
        position: absolute;
        content: '';
        top: calc(-1 * var(--border-width));
        left: calc(-1 * var(--border-width));
        z-index: -1;
        width: calc(100% + var(--border-width) * 2);
        height: calc(100% + var(--border-width) * 2);
        background: linear-gradient( 60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0 );
        background-size: 300% 300%;
        background-position: 0 50%;
        border-radius: 4px;
        animation: moveGradient 4s alternate infinite;
        filter: blur(7px) grayscale(1) sepia(8%);
    }

@keyframes moveGradient {
    50% {
        background-position: 100% 50%;
    }
}

/* wireframe animated border */
.bb::before,
.bb::after,
.bb {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bb {
    width: 200px;
    height: 200px;
    margin: auto;
    background: url('//blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png') no-repeat 50%/70% rgba(0, 0, 0, 0.1);
    color: #69ca62;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, 0.5);
}

    .bb::before,
    .bb::after {
        box-sizing: border-box;
        content: '';
        z-index: -1;
        margin: -5%;
        box-shadow: inset 0 0 0 2px;
        animation: clipMe 8s linear infinite;
    }

    .bb::before {
        animation-delay: -4s;
    }

    .bb:hover::after,
    .bb:hover::before {
        background-color: rgba(255, 0, 0, 0.3);
    }

@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 220px, 2px, 0px);
    }

    25% {
        clip: rect(0px, 2px, 220px, 0px);
    }

    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }

    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}

.progress-col {
    margin-right: 3px;
    width: 100%;
    text-align: center;
}

.progress-col-upper-text {
    margin: 0 auto;
    font-size: 14px;
}

.progress-col-lower-text {
    margin: 0 auto;
    font-size: 14px;
    font-weight: 600;
}

.progress-bar-container {
    margin: 0 auto;
    width: 75%;
}

.progress-segment {
    display: flex;
    margin-bottom: 1.5em;
}

.progress-item {
    width: 100%;
    background-color: lightgray;
    height: 24px;
    margin-top: 7px;
    margin-bottom: 7px;
}

    .progress-item.segment-1 {
        background: #009dff !important;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .progress-item.segment-2 {
        background: #0da2ff !important;
    }

    .progress-item.segment-3 {
        background: #26abff !important;
    }

    .progress-item.segment-4 {
        background: #59bfff !important;
    }

    .progress-item.segment-5 {
        background: #8cd3ff !important;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

.btn-main {
    transition: all 0.5s;
    background: rgb(0 0 0);
}

    .btn-main span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.45s;
    }

        .btn-main span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.45s;
        }

    .btn-main:hover span {
        padding-right: 25px;
    }

        .btn-main:hover span:after {
            opacity: 1;
            right: 0;
        }

@keyframes borderFadeAnimation {
    0% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }

    50% {
        border-bottom-color: rgba(0, 0, 0, 0.05);
    }

    100% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }
}

@-o-keyframes borderFadeAnimation {
    0% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }

    50% {
        border-bottom-color: rgba(0, 0, 0, 0.05);
    }

    100% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }
}

@-moz-keyframes borderFadeAnimation {
    0% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }

    50% {
        border-bottom-color: rgba(0, 0, 0, 0.05);
    }

    100% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }
}

@-webkit-keyframes borderFadeAnimation {
    0% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }

    50% {
        border-bottom-color: rgba(0, 0, 0, 0.05);
    }

    100% {
        border-bottom-color: rgba(0, 0, 0, 0.3);
    }
}

.border-fade-animated {
    -webkit-animation: borderFadeAnimation 5s infinite;
    -moz-animation: borderFadeAnimation 5s infinite;
    -o-animation: borderFadeAnimation 5s infinite;
    animation: borderFadeAnimation 5s infinite;
}

.img-underlay {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transform: translateX(-45%);
}

.img-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    transform: translateX(-45%);
}

.red-text {
    color: #cc0f0f !important;
}

.bold {
    font-weight: 700;
}

.blinking {
    animation: blinkingText 2.4s infinite;
}

@keyframes blinkingText {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.ml5 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #28a745;
}

    .ml5 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.05em;
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 0.15em;
        line-height: 24px;
    }

    .ml5 .line {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 100%;
        background-color: #28a745;
        transform-origin: 0.5 0;
    }

    .ml5 .letters {
        display: inline-block;
        opacity: 0;
    }

.ml7 {
    position: relative;
}

    .ml7 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.2em;
        padding-right: 0.05em;
        padding-bottom: 0.1em;
        overflow: hidden;
    }

    .ml7 .letter {
        transform-origin: 0 100%;
        display: inline-block;
        line-height: 1em;
    }

.ml8 {

}

    .ml8 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.2em;
        padding-right: 0.05em;
        padding-bottom: 0.1em;
        overflow: hidden;
    }

    .ml8 .letter {
        transform-origin: 0 100%;
        display: inline-block;
        line-height: 1em;
    }

.ml9 {
    position: relative;
}

    .ml9 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.2em;
        padding-right: 0.05em;
        padding-bottom: 0.1em;
        overflow: hidden;
    }

    .ml9 .letter {
        transform-origin: 0 100%;
        display: inline-block;
        line-height: 1em;
    }

.ml10 {
    position: relative;
    font-weight: 500;
    font-size: 20px;
    color: #28a745;
}

    .ml10 .text-wrapper {
        position: relative;
        display: inline-block;
        padding-top: 0.05em;
        padding-right: 1.5em;
        padding-left: 1.5em;
        padding-bottom: 0.15em;
        line-height: 24px;
    }

    .ml10 .line {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 100%;
        background-color: #28a745;
        transform-origin: 0.5 0;
    }

    .ml10 .letters {
        display: inline-block;
        opacity: 0;
    }

.top-logo-img {
    width: 50%;
    max-width: 500px;
}

.tx-modal-text {
    font-weight: 500;
    font-size: 18px;
}

    .tx-modal-text.success {
        font-weight: 500;
        font-size: 20px;
        color: #28a745;
    }

    .tx-modal-text.link {
        font-weight: 500;
        font-size: 14px;
    }

    .tx-modal-text.dimmed {
        font-size: 12px;
        opacity: 0.6;
    }

    .tx-modal-text.smaller {
        font-size: 12px;
        opacity: 0.8;
    }

    .tx-modal-text.red {
        color: #616161;
    }

    .tx-modal-text.thinner {
        font-weight: 400;
    }

.before-buy-modal-label {
    color: inherit;
}

    .before-buy-modal-label.red {
        color: #b83228;
    }

.before-buy-modal-anim-label {
    color: #505DD4;
}

.before-tx-modal-label {
    color: inherit;
}

    .before-tx-modal-label.red {
        color: #b83228;
    }

.before-tx-modal-anim-label {
    color: #505DD4;
}

.before-sign-modal-label {
    color: inherit;
}

    .before-sign-modal-label.red {
        color: #b83228;
    }

.before-sign-modal-anim-label {
    color: #505DD4;
}

#particles-js-pw {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

@media screen and (max-width: 998px) {
    #particles-js-nav {
        display: none;
    }
}

#particles-js-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1;
}

#particles-js-main {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

#gallery {
    margin-top: 27px;
}

.gallery-outer-container {
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -66px;
    opacity: 1;
}

.gallery-logo-img {
    width: 66px;
}

.gallery-header {
    margin-top: 11rem;
}

.gallery-filter-section {
    background: rgb(37 37 37);
    border-top: 2px solid rgba(0, 0, 0, 0.12);
    min-height: 358px;
    padding: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
}

.gallery-section {
    background: #151515;
    border-top: 2px solid rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
}

.gallery-item-container {
    background: rgb(35 35 35);
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    transition: 0.8s;
    transition-timing-function: ease-in-out;
}

    .gallery-item-container:hover {
        box-shadow: 0 0.175rem 0.8rem rgba(0, 0, 0, 0.235) !important;
    }

.gallery-item-img {
    cursor: pointer;
}

.gallery-item-text-container {
    display: block;
    clear: both;
}

.gallery-item-text-name {
    font-weight: 700;
}

.gallery-item-text-name-unnamed {
    color: #a3a5b5;
}

.gallery-item-text-name-unminted {
    color: #78787a;
    /* font-weight: 300; */
}

.unnamed {
    color: #a3a5b5 !important;
}

.face-name-unminted {
    font-weight: 500;
    filter: opacity(0.6);
}

.unminted {
    filter: opacity(0.6);
}

.gallery-item-text-id {
    font-weight: 400;
}

.gallery-item-own-icon {
    margin-left: 5px;
    color: #2cbe2a;
}

.gallery-item-incomplete-icon {
    margin-left: 5px;
    color: #a65ff2;
}

.gallery-item-own-text {
    margin-left: 5px;
    font-size: 0.9rem;
    font-weight: 300;
    color: #2cbe2a;
}

.gallery-item-tag-container {
    width: 100%;
    text-align: center;
    background: #f6f6f6 !important;
}

.gallery-item-tag {
    color: white;
    max-width: 32%;
    text-align: center;
}

.gallery-name-color {
    color: #5a5a5a;
}

/*.gallery-item-top-overlay {
    position: absolute;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    border: 3px solid rgba(164, 98, 195, 1);
    text-align: center;
    border-radius: 10px;
    top: -15px;
    left: 0;
    right: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.98);
    color: #484848;
    font-size: 0.8rem;
    width: auto;
    max-width: 80%;
}*/

.gallery-loading-img {
    min-width: 128px;
    width: 35%;
}

.hidden {
    display: none;
}

.gallery-item-container:hover .gallery-item-rarity-toggle-button {
    opacity: 0.8;
}

.gallery-item-top-overlay {
      position: absolute;
      text-align: center;
      top: 0;
      padding: 100px 0 0 0;
      background: linear-gradient(to bottom, #11576191, #1e267594);
      width: 100%;
      height: 100%;
    /* position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.98);
    width: 100%; */
}

.segments-overlay-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    /* display: flex;
  flex-wrap: wrap;
  justify-content: center; */
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(3, 1fr);
}

.segments-overlay-segment {
    /* flex: 1 1;
  width: 100%;
  height: 100%; */
    margin: 0;
    padding: 0;
    background: #ffffff;
    opacity: 0;
    transition: 2s ease all;
}

    .segments-overlay-segment.right {
        outline: 1px solid #ffffff;
    }

    /* .gallery-item-container:hover .segments-overlay-segment.visible {
  animation: opacity-change 4s infinite ease;
  animation-delay: 0.6s;
  opacity: 0;
  transition: 2s ease all;
} */

    .segments-overlay-segment.visible.playOpacityAnim {
        animation: opacity-change 4s infinite ease;
        animation-delay: 0.6s;
        opacity: 0;
        transition: 2s ease all;
    }

@keyframes opacity-change {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.82;
    }

    100% {
        opacity: 0;
    }
}

.gallery-item-rarity-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #f2f7fa;
    background: linear-gradient( 180deg, rgba(242, 247, 250, 1), rgba(251, 252, 253, 0.39) );
    font-size: 13px;
    color: #303133;
    line-height: 1.76;
    font-weight: 400;
    opacity: 0;
}

.gallery-item-rarity-overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #303133;
    line-height: 1.76;
    font-weight: 500;
    margin-top: 5%;
    opacity: 0.9;
}

    .gallery-item-rarity-overlay-title.market {
        margin-top: 17%;
    }

.gallery-item-rarity-toggle-button {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5%;
    /*background: linear-gradient( 180deg,rgba(242, 247, 250, 1),rgba(251, 252, 253, 0.39));
    background: #fff;*/
    margin-right: 6%;
    height: auto;
    display: table;
    text-align: right;
    color: #303133;
    opacity: 0;
    transition: opacity 0.45s ease;
}

    .gallery-item-rarity-toggle-button.opensea {
        margin-top: 17%;
    }

    .gallery-item-rarity-toggle-button:hover {
        cursor: pointer;
        opacity: 1;
        color: rgba(242, 247, 250, 1);
    }

.rarity-toggle-icon {
    font-size: 20px;
    line-height: 0.8;
    transition: color 0.4s ease;
}

    .rarity-toggle-icon.opensea {
    }

    .rarity-toggle-icon.color-change {
        animation: color-change 2s infinite ease;
    }

@keyframes color-change {
    0% {
        color: rgb(240, 240, 240);
    }

    50% {
        color: #303133;
    }

    100% {
        color: rgb(240, 240, 240);
    }
}

.rarity-toggle-icon.rarity-close {
    color: #303133;
    margin-top: 4%;
    font-weight: 700;
    font-size: 25px;
    opacity: 1;
}

    .rarity-toggle-icon.rarity-close:hover {
        color: #ff0000;
    }

.gallery-item-rarity-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*background: #f2f7fa;
    background: linear-gradient( 180deg,#fbfcfd,#f2f7fa);*/
    padding-top: 20%;
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
    opacity: 0.85;
}

    .gallery-item-rarity-container.hidden {
        display: none;
    }

    .gallery-item-rarity-container.market {
        padding-top: 40%;
        justify-content: center;
        text-align: center;
    }

.rarity-trait-container {
    font-size: 12px;
    margin-bottom: 8%;
    flex-direction: column;
    justify-content: center;
    width: 48%;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 0;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #fff;
}

    .rarity-trait-container div {
        margin: 0;
    }

    .rarity-trait-container.bottom {
        margin-bottom: 0;
    }

.rarity-trait-category {
    font-size: 12px;
    color: #6c6c6c;
}

.rarity-trait {
    font-weight: 700;
    font-size: 14px;
}

.rarity-trait-stats {
    color: #464646;
}

.gallery-item-marketplace-overlay {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 5%;
    margin-left: 6%;
    font-size: 13px;
    color: #303133;
    line-height: 1.76;
    font-weight: 400;
    opacity: 1;
}

.gallery-marketplace-btn {
    width: 200px;
}

.marketplace-btn {
    width: 150px;
    height: 46px;
}

.gallery-item-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.gallery-item-image-overlay-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.gallery-item-image-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.galleryItemAccumulatedSFTText {
    color: #9b67ef !important;
}

.galleryChangeNameBtnContainer {
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
}

.galleryChangeNameBtnChild.left {
    float: left;
}

.galleryChangeNameBtnChild.right {
    float: right;
}

.gallery_cursor_pointer {
    cursor: pointer;
}

.sync-header {
    margin-top: 8rem;
}

.sync-logo {
    max-width: 250px;
}

.sync-img {
    max-width: 380px;
}

.sync-item-container {
    text-align: center;
    max-width: 373px;
}

    .sync-item-container.home {
        max-width: 390px;
    }

.sync-item-container.marquee {
    text-align: center;
    max-width: 270px;
}


.tech-slideshow {
    height: 310px;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    margin-top: 45px;
    margin-bottom: 45px;
}

    .tech-slideshow > div {
        height: 310px;
        width: 2840px;
        background: url(/Content/images/artwork_scroll.jpg);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        transform: translate3d(0, 0, 0);
    }

    .tech-slideshow .mover-1 {
        animation: moveSlideshow 15s linear infinite;
    }

@keyframes moveSlideshow {
    100% {
        transform: translateX(-50%);
    }
}


.move-on-hover {
    transition: all 0.5s ease;
}

    .move-on-hover:hover {
        transform: translateY(-20px);
    }

.sync-text-container-inner {
    display: block;
    text-align: center;
}

.face-inner-text {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.face-text-container {
    /*background-image: url("/Content/images/name_plaque.png");
    background-size: cover;
    background-size: 100% 100%;*/
    margin: auto;
    margin-top: 1.8rem;
    /*    padding: 4px;
    padding-left: 12px;
    padding-right: 12px;*/
    max-width: 280px;
    max-height: 99px;
    width: auto;
    height: auto;
    display: inline-block;
    text-align: center;
    position: relative;
    /*    border: 4px solid rgba(0,0,0,0.05);
    border-radius: 1px;*/
    box-shadow: rgb(0 0 0 / 12%) 0px 4px 13px;
}

.sync-unfinished-msg-container {
    background-color: #eee;
    color: #6c74b1;
    border-radius: 999px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 7px;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 0.87;
}

    .sync-unfinished-msg-container.green {
        background-color: #99ffbd;
        color: #464646;
    }

    .sync-unfinished-msg-container.orange {
        background-color: #ffd699;
        color: #464646;
    }

    .sync-unfinished-msg-container.red {
        background-color: #fb8f8f;
        color: #464646;
    }

.sync-unfinished-msg {
}

.face-owner-address {
    font-size: 12px;
}

.face-traits-title {
    font-weight: 700;
    font-size: 1.2rem;
}

.face-traits-container {
    display: block;
    width: 100%;
    text-align: center;
    /*background: #f2f7fa;
    background: linear-gradient( 180deg,#fbfcfd,#f2f7fa);*/
}

.face-trait-container {
    font-size: 12px;
    padding: 8px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background: #040404;
    width: 100%;
    min-width: 120px;
    margin-bottom: 12px;
}

.face-trait-category {
    font-size: 12px;
    color: #6c6c6c;
}

.face-trait {
    font-weight: 700;
    font-size: 14px;
}

.face-trait-stats {
    color: #464646;
}

.face-text-separator {
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    min-height: 2px;
    height: 2px;
    width: 25%;
    background-color: black;
    opacity: 0.15;
}

.face-name-text {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1px;
    opacity: 0.9;
}

    .face-name-text.top {
        margin-bottom: 2px;
        opacity: 0.8;
    }

    .face-name-text.bottom {
        margin-top: 8px;
        font-weight: 500;
        font-size: 1.2rem;
        opacity: 0.65;
    }

.face-id-text {
    font-weight: 400;
    font-size: 28px;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.mysyncNavBtnText {
    color: white !important;
}

.navLi {
}

.navbar-countdown-container {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
    height: 38px;
    background: #bb3535;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    border-radius: 10px;
    opacity: 0.84;
    transition: all 0.5s ease;
    cursor: pointer;
    border: 2px solid rgb(154, 57, 57);
    transform: translateY(3px);
}

    .navbar-countdown-container.completed {
        background: #313030;
        border: 2px solid rgb(167 167 167);
    }

    .navbar-countdown-container:hover {
        opacity: 1;
    }

.navbar-countdown {
    transform: translateY(-1px);
}

.navbar-brand {
    margin-right: 0.5rem;
}

.navBtn {
    text-decoration: none !important;
    padding: 0.25rem 0.25rem;
    font-size: 1rem;
    margin-top: 8px;
}

    .navBtn.selected {
        font-weight: 700;
    }

.navFinalBtnPlaceholder {
    width: 180px;
    max-width: 180px;
}

.navFinalBtn {
    width: 100%;
}

.navsyncBtnFlexOuter {
    box-sizing: border-box;
    margin: 0px;
    min-width: 200px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
}

.navsyncBtnOuterContainer {
    box-sizing: border-box;
    margin: 0px 0px 0px auto;
    min-width: 0px;
    width: 100%;
    user-select: none;
    color: #fff;
    white-space: nowrap;
}

.navsyncBtnOuterWrapper {
    box-sizing: border-box;
    margin: 0;
    min-width: 0;
}

.navsyncBtnOuter {
    /* background: rgba(31, 27, 58, 0.78); */
    padding: 6px;
    padding-left: 12px;
    padding-right: 12px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    border: 2px solid rgba(0, 0, 0, 0.05);
    border-radius: 999px;
    cursor: pointer;
    display: inline-block;
    color: #f5f5f5 !important;
    transition: all 0.5s ease;
    white-space: nowrap;
    /*min-width: 180px;*/
}

    .navsyncBtnOuter:hover {
        /* box-shadow: rgba(100, 100, 100, 0.28) 0px 4px 13px; */
    }

.navsyncBtnInner {
    margin: 0px;
    min-width: 0px;
    display: inline-block;
    padding: 6px 6px 6px 24px;
    clear: both;
}

.navsyncBtnInfoLeft {
    margin: 0px 14px 0px 0px;
    display: inline-block;
    text-align: right;
    float: left;
    margin-left: 8px;
    margin-top: 4px;
}

.navsyncBtnInfoRight {
    display: inline-block;
    margin: 0;
    min-width: 0;
    position: relative;
    float: right;
}

.navsyncBtnBigCircle {
    box-sizing: border-box;
    margin: 0px;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    border-radius: 999px;
    /*background-image: linear-gradient(
    135deg,
    rgb(110, 110, 110),
    rgba(212, 212, 212, 0.6)
  );*/
    background-image: linear-gradient(135deg, rgb(144 101 171), rgb(102 53 179));
    /*    background-image: linear-gradient( 135deg, rgb(84, 188, 251), rgb(67, 66, 243));*/
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #f2f2f2;
    background-size: cover;
    background-position: center center;
}

    .navsyncBtnBigCircle.color1 {
        /*  background-image: linear-gradient(
    135deg,
    rgba(146, 31, 232, 0.6),
    rgb(67, 66, 243)
  );*/
    }

    .navsyncBtnBigCircle.color2 {
        /* background-image: linear-gradient(
    135deg,
    rgba(31, 44, 232, 0.6),
    rgb(66, 128, 243)
  ); */
        /*  background-image: linear-gradient(
    135deg,
    rgba(146, 31, 232, 0.6),
    rgb(67, 66, 243)
  );*/
    }

    .navsyncBtnBigCircle.color3 {
        /* background-image: linear-gradient(
    135deg,
    rgba(55, 232, 31, 0.6),
    rgb(66, 243, 119)
  ); */
        /*  background-image: linear-gradient(
    135deg,
    rgba(101, 31, 232, 0.6),
    rgb(104, 66, 243)
  );*/
    }

    .navsyncBtnBigCircle.color4 {
        /* background-image: linear-gradient(
    135deg,
    rgba(232, 31, 155, 0.6),
    rgb(243, 66, 155)
  ); */
        /*  background-image: linear-gradient(
    135deg,
    rgba(146, 31, 232, 0.6),
    rgb(67, 66, 243)
  );*/
    }

    .navsyncBtnBigCircle.color5 {
        /*  background-image: linear-gradient(
    135deg,
    rgba(146, 31, 232, 0.6),
    rgb(67, 66, 243)
  );*/
    }

    .navsyncBtnBigCircle.color6 {
        /*  background-image: linear-gradient(
    135deg,
    rgba(101, 31, 232, 0.6),
    rgb(104, 66, 243)
  );*/
    }

.navsyncBtnSmallCircle {
    margin: 0px;
    min-width: 0px;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    background-color: #24be74;
    border-width: 2px;
    border-style: solid;
    border-image: initial;
    border-color: rgba(255, 255, 255, 0.4);
    box-sizing: content-box;
    position: absolute;
    bottom: 3px;
    left: -5px;
    opacity: 0.8;
}

    .navsyncBtnSmallCircle:not(.not-connected) {
        animation: green-color-change 4s infinite ease;
    }

@keyframes green-color-change {
    0% {
        background-color: #2d9462;
    }

    50% {
        background-color: rgb(37, 219, 31);
    }

    100% {
        background-color: #2d9462;
    }
}

.navsyncBtnSmallCircle.not-connected {
    background-color: #9b9b9b;
}

.navsyncBtnTextUpper {
    box-sizing: border-box;
    margin: 0px 0px;
    min-width: 0px;
    font-weight: 500;
    line-height: 19px;
}

.sync-remaining-subtext {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    color: #a923f9;
}

@media screen and (max-width: 767px) {
    .sync-remaining-subtext {
        display:none;
    }
}

.mono-text {
    font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
    font-weight: 400;
}

.navsyncBtnTextLower {
    box-sizing: border-box;
    margin: 0;
    font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
    font-weight: 400;
    font-size: 12px;
}

#walletAddressText {
    font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
    font-weight: 400;
}

#ownerAddressText {
    font-family: Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco, 'Courier New', Courier, monospace;
    font-weight: 400;
}

#walletAccumulatedBalanceContainer {
    text-align: center;
    display: block;
    width: 100%;
}

.sync-sft-balance {
    font-size: 24px;
    color: #505fc7;
}

#syncAccumulatedSftContainer {
    text-align: center;
    display: block;
}

.sftBalanceContainer {
    background-color: #000;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    margin: auto;
    text-align: center;
    width: fit-content;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem;
    padding-left: 8%;
    padding-right: 8%;
}

.walletBalanceContainer {
    background-color: #151515;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    min-width: 430px;
    max-width: 430px;
    margin: auto;
}

.walletAccumulatedHeader {
    text-wrap: none;
}

#walletClaimBtn {
    margin-top: 18px;
}

.changeNameImageContainer {
    margin: auto;
    width: 70%;
}

#changeNameImage {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 5px 14px;
}

.changeNameModalHeaderText {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    width: 100%;
}

.changeNameInputContainer {
    display: inline-block;
    width: 100%;
    clear: both;
}

    .changeNameInputContainer .left {
        float: left;
    }

    .changeNameInputContainer .right {
        float: right;
    }

.changeNameBottomBtnsContainer {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.changeNameInfoMsgText {
    margin-top: 4px;
    font-size: 14px;
}

    .changeNameInfoMsgText.green {
        color: #28a745;
    }

    .changeNameInfoMsgText.red {
        color: #bd2130;
    }

.changeNameModalWalletBalance {
    color: #a923f9;
    margin-bottom: 4px;
}

.changeNameCantAffordMsg {
    color: #505fc7;
    font-size: 16px;
}

.changeNameModalCancelBtn {
    margin-top: 20px;
}

.changeNameModalFooter {
    padding: 0.8rem;
    padding-top: 0.4rem;
}

.changeNameDisplayName {
    font-weight: 600;
    color: #505DD4;
}

    .changeNameDisplayName.grey {
        color: #a3a5b5;
    }

.form-control::placeholder {
    opacity: 0.6;
}

.form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    opacity: 0.6;
}

.form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    opacity: 0.6;
}

.site-header-logo {
    width: 40%;
    max-width: 400px;
    min-width: 260px;
}

.sample-artwork-1 {
    max-width: 350px;
}

.site-top {
    margin-top: 8rem;
    padding-bottom: 10rem;
/*    background: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);*/
}

.site-top-noclip {
    margin-top: 8rem;
    padding-bottom: 10rem;
}

.artwork-border {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
}

.site-top-header {
    font-size: 2rem;
    font-weight: 600;
    color: #5d5173;
}

.site-top-text-container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #080808;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    min-width: 430px;
}

.site-top-artwork {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
}

.site-top-text {
    font-size: 0.9rem;
    font-weight: 400;
    color: #c1c1c1;
}

.site-top-text-smaller {
    font-size: 1rem;
    font-weight: 400;
    color: #5d5173;
}

.site-top-text.bigger {
    font-size: 1rem;
}

.site-top-text-separator {
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    min-height: 2px;
    height: 2px;
    width: 28%;
    background-color: black;
    opacity: 0.15;
}

.site-top-hosted-label {
    position: absolute;
    text-align: center;
    color: rgba(0, 0, 0, 0.5);
    opacity: 0.65;
    font-weight: 200;
    font-size: 14px;
    left: 30px;
    bottom: -30px;
}

.top-highlight {
    color: #505DD4;
}

.dots-outer-container {
    max-width: 6rem;
    bottom: -3rem;
    right: 0;
    width: 100% !important;
}

.dots-outer-container-alt {
    max-width: 6rem;
    bottom: -3.2rem;
    right: -3.4rem;
    width: 100% !important;
}

.dots-container {
    margin-bottom: -3rem !important;
    margin-right: -3rem !important;
    opacity: 0.6;
}

.dots-container-alt {
    margin-bottom: -3rem !important;
    margin-right: -3rem !important;
    opacity: 0.4;
}

.circles-container {
    left: -7rem;
    top: -7.5rem;
    margin-left: 4.5rem !important;
    margin-top: 4.5rem !important;
    opacity: 0.2;
}

.circles-container-alt {
    left: -7rem;
    bottom: -4.5rem;
    margin-left: 4.5rem !important;
    margin-top: 4.5rem !important;
    opacity: 0.2;
}

.site-next {
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 1;
}

    .site-next:after {
        background: inherit;
        bottom: 0;
        content: '';
        display: block;
        height: 80%;
        left: 0;
        position: absolute;
        right: 0;
        transform: skewY(-3deg);
        transform-origin: 100%;
        z-index: -1;
    }

.bodywrapper {
    background: #131313;
}

.std-black-bg {
    background: #000;
}

.sale-ended-text {
    font-size: 18px;
    font-weight: 600;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

.site-buy {
    background: inherit;
    margin-top: -10.4rem;
}

.bg-inherit {
    background: inherit;
}

.winners-chosen-top-container {
    padding: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: rgb(247 247 247);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 7px;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    min-width: 430px;
    text-align: center;
    margin-bottom: 1rem;
}

.no-cursor {
    cursor: default !important;
}

.site-buy-top-container {
    padding: 1.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #302e31;
    border-radius: 25px;
/*    border: 2px solid rgba(0, 0, 0, 0.12);*/
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    min-width: 430px;
    text-align: center;
    position: relative;
}

    .site-buy-top-container.chap1 {
        background: #505DD4;
        background: linear-gradient( 110deg, #505DD4 16%, #24BBD0 100%);
    }

    .site-buy-top-container.prize {
        background-color: rgb(247 247 247);
        box-shadow: rgba(0, 0, 0, 0.07) 0px 2px 7px;
    }

    .site-buy-top-container.inverted {
      background: #505DD4;
      background: linear-gradient( 110deg, #505DD4 16%, #24BBD0 100%);
    }

.site-buy-top-title {
    position: absolute;
    width: 186px;
    height: 45px;
    background-image: url(/Content/images/chap-2.png);
    background-repeat: no-repeat, no-repeat;
    left: 0px;
    top: 0px;
}

    .site-buy-top-title.chap1 {
        background-image: url(/Content/images/chap-1.png);
    }

    .site-buy-top-title.chap2 {
        background-image: url(/Content/images/chap-2.png);
    }

.sale-buy-margin {
    margin-top: 70px;
    margin-bottom: 45px;
}

.sale-buy-margin.upper {
    margin-bottom: 0;
}

    .sale-buy-margin.lower {
        margin-top: 50px;
    }

.quantity-controls {
    display: inline-block;
    width: 60px;
    max-width: 60px;
    height: 40px;
    max-height: 40px;
    vertical-align: middle;
    margin-right: 16px;
}

.buy-controls {
    align-items: end;
    justify-content: end;
    text-align: right;
    float: right;
    vertical-align: middle;
}

.sale-buy-btn {
    min-width: 370px;
    vertical-align: middle;
    margin-top: 3px;
}

.grad-bar-bg {
    background: rgb(107,107,107);
    background: linear-gradient(110deg, rgb(35 35 35) 16%, rgb(68 66 66) 100%)
}

.text-buy-remaining {
    color: #fff;
    font-weight: 700;
}

.text-dark {
    color:#b6b7b9 !important;
}

#artworksRemaining {
    font-weight: 700;
}

.mt-45 {
    margin-top: 1.75rem;
}

.timeline-container {
    padding: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    border-radius: 10px;
/*    border: 2px solid rgba(0, 0, 0, 0.12);*/
    min-width: 430px;
}

.sale_progress-box {
    margin-bottom: 1.4rem;
    font-size: 0.8rem;
}

    .sale_progress-box:last-child {
        margin-bottom: 0;
    }

@media screen and (max-width: 48em) {
    .sale_progress-box {
        font-size: 60%;
        margin-bottom: 4rem;
        margin-top: 4rem;
    }
}

.sale_progress-box-progress,
.sale_progress-box-bar {
    height: 0.5rem;
    box-shadow: none;
    /*    border-right: 0.15rem solid white;*/
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sale_progress-box-progress {
    overflow: visible;
    background: rgba(0, 0, 0, 0.25);
    margin: 0;
    padding: 0;
}

.sale_progress-box-bar {
    overflow: visible;
    position: relative;
    background: #a922f9;
    border: none;
    color: rgba(0, 0, 0, 0.9);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .sale_progress-box-bar.starting {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .sale_progress-box-bar.completed {
        background: #a922f9;
        width: 100%;
    }

    .sale_progress-box-bar.final {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.sale-progress-chapter-text {
    position: absolute;
    left: 7px;
    top: -24px;
    font-weight: 500;
}

.home-sample-artworks-section {
    padding-bottom: 1.7rem;
}

.home-explanation {
    font-size: 1rem;
}

.home-explanation-header {
    font-weight: 700;
    font-size: 2rem;
}

.home-explanation-header-line {
    width: 100%;
    height: 2px;
    background-color: rgb(255 255 255 / 13%);
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}

.home-explanation.bigger {
    font-size: 1.125rem;
}

.sft-desc-text {
    font-size: 1.1rem;
}

.header-logo-img {
    width: 200px;
}

.artwork-staking-img {
    width: 300px;
}

.team-quote {
    font-size: 14px;
    font-weight: 300;
    color: rgb(200, 200, 200);
}

.team-name {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    color: rgb(88 157 233);
    opacity: 0.6;
    transition: 0.4s all ease;
}

.team-name.highlighted {
    opacity: 1;
}

.team-img-container {
    max-width: 200px;
    text-align: right;
    margin: auto;
    margin-right: 0;
    margin-bottom: 16px;
    border-radius: 15px;
}

.team-img {
    border-radius: 15px;
    border: 3px solid rgb(19, 19, 19);
    transition: all 0.8s ease;
    opacity: 0.6;
}

.team-img.highlighted {
    border: 3px solid #505DD4e0;
    opacity: 1;
}

.dark-grey-bg {
    background: #191919;
}

.faq-img {
    position: absolute;
    width: 434px;
    height: 449px;
    background-image: url(/Content/images/faq-img.png);
    background-repeat: no-repeat, no-repeat;
    right: 0px;
    top: 130px;
    z-index: 0;
}

.home-explanation {
    position: relative;
    z-index: 10;
}

.fact-content {
    position: relative;
    z-index: 10;
}

.welcome-container {
    margin-top: -8px;
    padding-top: 40px;
    /* padding-bottom: 60px; */
    border-top: 4px solid rgb(88 157 233);
    border-bottom: 4px solid rgb(88 157 233);
}

.welcome-header {
    font-size: 36px;
    font-weight: 500;
}

.welcome-text {
    font-size: 28px;
    font-weight: 300;
}

.fact-header {
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    color: rgb(88 157 233);
}

.fact-content {
    font-size: 16px;
}

.fact-outer {
    margin-bottom: 10px;
}

.rotate {
    animation: rotation 20s infinite ease-in-out alternate;
}

@keyframes rotation {
    to {
        transform: rotate(32deg);
    }
}

@media only screen and (max-width: 767px) {
    .overview-header-title {
        margin-left: 180px;
    }
}

.overview-header-title {
    font-size: 2.5rem;
    line-height: 1.5;
    color: rgb(88 157 233);
    font-weight: 700;
}

.overview-header {
    position: relative;
    text-align: center;
    margin: auto;
}

.overview-header-logo {
    position: absolute;
    top: -50px;
    left: 0;
}

.overview-header-container {
    background-color: #131313;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    padding: 1rem;
    margin-left: 50px;
}

.overview-explanation-header {
    font-weight: 700;
    font-size: 2rem;
    margin-top: 2rem;
}

.overview-explanation-header-line {
    width: 100%;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}

.exp-highlight {
    color: rgb(88 157 233);
    font-weight: 700;
}

.home-icon {
    width: 90px;
}

    .home-icon.offset {
        margin-left: -30px;
    }

.home-icon-text {
    font-style: italic;
}

.home-icons-section {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    padding-bottom: 4rem;
}

table {
    width: 100%;
}

    table td {
        text-align: center;
    }

.saleLabelText {
    font-weight: 300;
    font-size: 12px;
}

    .saleLabelText.bigger {
        font-size: 14px;
    }

.sale-table-row {

}

    .sale-table-row.upper {
        font-weight: 700;
    }

.showcaseUpper {
    margin-top: 2rem;
}

.showcaseLower {
    margin-top: 2rem;
}

.artist-highlight {
    color: rgb(88 157 233);
    font-weight: 700;
    font-size: 20px;
}

    .artist-highlight.bigger {
        font-size: 24px;
    }

.artist-quote {
    font-weight: 300;
    font-size: 20px;
}

    .artist-quote .artist-highlight {
        font-size: 20px;
    }

.artist-social-icon {
    filter: brightness(1);
    transition: all 0.5s;
}

    .artist-social-icon:hover {
        filter: brightness(1.2);
    }

.artist-sync-item-container {
    text-align: center;
    max-width: 192px;
}

.video-border {
    padding: 1rem;
}

.sft-highlight {
    color: rgb(88 157 233);
    font-weight: 700;
}

.sft-highlight-alt {
    color: #505fc7;
}

.video-shadow {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
}

.sft-artwork-video {
    max-width: 340px;
    padding: 1rem;
}

.sft-name-change-section {
    background-color: #131313;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.sft-top-text-container {
    padding: 0.9rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0.9rem;
    background-color: #131313;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    min-width: 430px;
}

    .sft-top-text-container.colored {

    }

.sft-top-text-separator {
    margin: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    min-height: 2px;
    height: 2px;
    width: 50%;
    background-color: black;
    opacity: 0.15;
}

.sft-buy-top-container {
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: rgb(29 29 29);
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    min-width: 430px;
    text-align: center;
}

.sft-smaller-container {
    max-width: 500px;
}

.sft-top-text-header {
    font-size: 24px;
    font-weight: 700;
}

.sft-heading-text {
    font-size: 28px;
    font-weight: 600;
}

.sft-top-text {
    font-size: 18px;
}

.sft-list-text {
    font-size: 14px;
}

.sft-top-header {
    font-size: 20px;
}

.sft-bold-text {
    font-weight: 500;
}

.sft-bolder-text {
    font-weight: 700;
}

.bold-heading {
    font-weight: 700;
}

.allWrapper {
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
}

.grey-bg {
    background: #f7f7f7;
}

.white-bg {
    background: #fff;
}

#walletNosyncText {
    font-size: 16px;
}

.faq-question {
    font-weight: 600;
    font-size: 1.5rem;
}

.faq-answer {
    font-weight: 400;
    font-size: 1rem;
}

.artist-spacer {
    height: 120px;
}

.prov_container {
    margin: auto;
    padding: 2rem;
    max-width: 122rem;
    width: 100%;
    background-color: #131313;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 7px;
    border-radius: 16px;
    margin-bottom: 5rem;
}

.provenance {
    margin-top: 8rem;
}

.provenance__concathash {
    overflow: auto;
    background-color: #131313;
}

.provenance__hashes p {
    margin: 0;
}

.provenance__hashes a {
    color: #8950f7;
}

.provenance__hashes table thead tr th {
    font-weight: 700;
}

.footer-socials {
    text-align: right;
}

.footer-social-icon {
    width: 28px;
}

#footer {
    display: block;
    /*border-top: 1px solid #eee;*/
    padding: 40px 40px;
    font-size: 14px;
    background: rgb(48, 46, 49);
    position: absolute;
    bottom: 0;
    min-width: 100%;
}

    #footer p,
    #footer a {
        letter-spacing: 0.5px;
    }

    #footer .copyrights p {
        font-size: 13px;
        font-weight: 400;
        color: #787878;
        margin-bottom: 0;
    }

    #footer .footer-socials {
        text-align: right;
    }

        #footer .footer-socials a {
            font-size: 13px;
            font-weight: 400;
            color: #787878;
            display: inline-block;
            margin-left: 15px;
        }

            #footer .footer-socials a:hover {
                color: #2c2c2c;
                text-decoration: none;
            }

            #footer .footer-socials a i {
                font-size: 18px;
            }

.sale-progress-box {
    min-width: 50px;
}

    .sale-progress-box._1 {
        width: 20%;
    }

    .sale-progress-box._2 {
        width: 30%;
    }

    .sale-progress-box._3 {
        width: 10%;
    }

    .sale-progress-box._4 {
        width: 40%;
    }

    .sale-progress-box._5 {
        width: 8%;
    }

    .sale-progress-box._6 {
        width: 6%;
    }

    .sale-progress-box._7 {
        width: 5%;
    }

.sale_progress-box-progress.chapter2 {
    background: rgba(199, 16, 16, 0.68);
}

.face-trait-col {
    padding-left: 15px;
    padding-right: 0;
}

    .face-trait-col.right {
        padding-right: 15px;
    }

.face-trait-col-container {
    transform: translateX(-7px);
}

@media all and (max-width: 991px) {
    .sale-progress-box {
        /* width: auto !important;
        min-width: initial !important;*/
    }
}

@media all and (max-width: 1200px) {
    #footer {
        padding: 50px 0 70px 0;
    }

        #footer .col-sm-6 {
            float: none;
            width: 100%;
        }

        #footer .footer-socials {
            text-align: center;
            margin-top: 10px;
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

            #footer .footer-socials a {
                margin-left: 5px;
                margin-right: 5px;
            }

        #footer .copyrights {
            position: absolute;
            bottom: 25px;
            left: 50%;
            -ms-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }

            #footer .copyrights p {
                text-align: center;
            }
}

@media all and (max-width: 767px) {
    .sync-item-container {
        margin: auto;
        margin-bottom: 30px;
    }

    .evol-img {
        display: none !important;
    }

    .pw-twitter {
        height: 55px;
        padding-bottom: 10px;
    }

    .sync-item-container.move-on-hover {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

        .sync-item-container.move-on-hover:hover {
            transform: translateY(0) !important;
        }

    .home-icon-text {
        margin-bottom: 32px;
    }

    .artist-img-container-1 {
        margin-top: 30px;
        margin-left: auto;
    }

    .artist-spacer {
        height: 170px;
    }

    .dots-outer-container {
        display: none;
    }

    .showcaseUpper {
        display: none;
    }

    .showcaseLower {
        display: none;
    }

    .site-top {
        -webkit-clip-path: none;
        clip-path: none;
    }

    .footer-social-icon.artist-social-icon {
        margin-top: 10px;
    }
}

.wallet-giveaway-container {
    width: 100%;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding: 2rem;
    background-color: #eee;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    box-shadow: rgb(0 0 0 / 12%) 0px 4px 13px;
}

.total-tickets-container {
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.12);
    padding: 17px;
    max-width: 190px;
    margin: auto;
}

.earn-tickets-by-text {
    font-size: 10px;
    color: #5a5a5a;
}

.task-table-heading-text {
    font-size: 18px;
    font-weight: 700;
    color: #864cff;
}

    .task-table-heading-text.completed {
        color: rgb(41 171 63);
    }

.task-row {
    margin-top: 6px;
}

.task-outer-container {
    width: 100%;
}

.task-container {
    width: 100%;
    /* background-color: rgb(187 230 255); */
    /* background-color: #864cff; */
    background-image: linear-gradient(to left, #a36ef9 0%, #8732d5 100%);
    background-repeat: repeat-x;
    color: #fff;
    border-radius: 10px;
    border: 2px solid rgb(255, 255, 255);
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 14px;
    padding-right: 14px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
}

    .task-container.completed {
        /* background-color: rgb(187 255 202); */
        background-color: #2cc24f;
        background-image: linear-gradient( to left, rgb(67 214 72) 0%, rgb(41 171 63) 100% );
        background-repeat: repeat-x;
    }

    .task-container.locked {
        background-color: rgb(230 230 230);
        opacity: 0.4;
    }

.task-right-heading {
    margin-left: -36px;
}

.task-main-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.task-earned-container {
    display: table;
    text-align: center;
    width: 100%;
    height: 100%;
    /* background-color: #fff;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.12); */
}

.task-earned-text {
    display: table-cell;
    vertical-align: middle;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.2;
    /* color: rgb(68 68 68); */
}

.task-title {
    font-size: 22px;
    font-weight: 500;
}

.task-desc {
    /* color: rgb(90 88 95); */
    font-size: 16px;
}

#walletTotalEarnedTickets {
    color: #864cff;
}

.giveaway-top-img {
    opacity: 1;
    width: 90%;
    max-width: 300px;
}

.wallet-giveaway-top-text {
    font-size: 14px;
    text-align: center;
}

.no-focus:focus {
    box-shadow: none !important;
}

.rewards-tickets {
    background: inherit;
}

.ref-link-outer {
    margin-top: 6px;
    font-weight: 500;
}

.ref-link-container {
    color: #232323;
    background-color: rgb(247 247 247);
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
    border: 2px solid rgb(171 171 171);
    margin-left: 4px;
    transition: all 0.5s ease;
}

    .ref-link-container:hover {
        border: 2px solid rgb(100 100 100);
    }

.ref-copy-icon {
    margin-left: 6px;
    cursor: pointer;
}

    .ref-copy-icon:hover {
        color: #000;
    }

.prizes-section {
    margin-top: 10px;
}

.prize-card-body {
    min-height: 330px;
}

.prize-container {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    transition: all 0.5s ease;
}

    .prize-container:hover {
        box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 17px;
    }

.card-header.prize {
    background: rgb(137, 80, 247);
    background: linear-gradient( 257deg, rgb(146 97 241) 0%, rgba(166, 95, 242, 1) 46%, rgb(187 91 255) 100% );
}

.quote-text {
    font-style: italic;
}

.prize-heading {
    font-size: 28px;
    font-weight: 500;
    /* color: #303030;*/
    color: #fff;
}

.prize-desc {
    font-size: 16px;
    color: #8d8d8d;
}

.prize-allocation-top-text {
    font-size: 16px;
    color: #8d8d8d;
    margin-bottom: 6px;
}

.prizes-title {
    font-size: 2.5rem;
    line-height: 1.5;
    color: #505DD4;
    font-weight: 700;
    margin-bottom: 1rem;
}

.prizes-crown-pic {
    position: absolute;
    width: 100%;
    top: -65px;
}

.prizes-bar {
    margin-top: 0;
}

.prize-img {
    margin-top: 10px;
    width: 70%;
}

.winners-chosen-when-text {
    font-size: 24px;
}

    .winners-chosen-when-text.smaller {
        font-size: 12px;
    }

.unallocated-tickets-label-txt {
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.allocated-tickets-label-txt {
    font-size: 12px;
    color: #8d8d8d;
    margin-top: 6px;
    margin-bottom: 6px;
}

    .allocated-tickets-label-txt.left {
        float: left;
    }

    .allocated-tickets-label-txt.right {
        float: right;
    }

.allocation-input {
    font-size: 20px;
    transform: translateX(7px);
    font-weight: 500;
    background-color: #ffffff00 !important;
    border: none;
}

.allocate-inc-btn {
    width: 40px;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

.allocations-saved-text {
    text-align: center;
    font-size: 16px;
    color: #28a745;
}

.allocate-inc-btn.bigger {
    font-size: 20px;
}

.text-btn {
    cursor: pointer;
    transition: all 0.4s ease;
}

    .text-btn:hover {
        color: #505DD4;
    }

.available-tickets-label {
    color: #8d8d8d;
    transition: all 0.5s ease;
    opacity: 0.52;
}

    .available-tickets-label.green {
        color: #5fb32e;
        opacity: 1;
    }

.brightness-flashing {
    animation-name: brightness-shift;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

@keyframes brightness-shift {
    0% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(18deg);
    }

    100% {
        filter: hue-rotate(0deg);
    }
}

.high-res-btn {
    position: absolute;
    bottom: -17px;
    right: 0;
    text-align: right;
    font-size: 10px;
    color: #616161;
    opacity: 0.7;
}


.high-res-btn-story {
    position: absolute;
    bottom: -17px;
    right: 0;
    text-align: right;
    font-size: 13px;
    color: #2b2b2b;
    opacity: 1;
    z-index: 1000;
}

.tv-prepend {
}

.twitter-verify-container-outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.twitter-verify-container-middle {
    display: table-cell;
    vertical-align: middle;
}

.twitter-verify-container-inner {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    max-width: 700px;
    text-align: center;
    max-width: 600px;
    padding: 2.7rem;
    background-color: rgb(255, 255, 255);
    border-radius: 18px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 6px 17px;
}

.tv-top-text {
    font-size: 12px;
    margin-bottom: 15px;
}


.clock {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 1.7rem;
}

.digit {
    width: 60px;
    height: 100px;
    margin: 0 5px;
    position: relative;
    display: inline-block;
}

    .digit .segment {
        background: #c00;
        border-radius: 3px;
        position: absolute;
        opacity: 0.15;
        transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -o-transition: opacity 0.2s;
    }

        .digit .segment.on, .separator {
            opacity: 1;
            box-shadow: 0 0 50px rgba(255,0,0,0.65);
            transition: opacity 0s;
            -webkit-transition: opacity 0s;
            -ms-transition: opacity 0s;
            -moz-transition: opacity 0s;
            -o-transition: opacity 0s;
        }

.separator {
    width: 10px;
    height: 10px;
    background: #c00;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    top: -45px;
    opacity: 0.8;
}

.digit .segment:nth-child(1) {
    top: 5px;
    left: 10px;
    right: 10px;
    height: 5px;
}

.digit .segment:nth-child(2) {
    top: 10px;
    right: 5px;
    width: 5px;
    height: 32.5px;
    height: calc(50% - 12.5px);
}

.digit .segment:nth-child(3) {
    bottom: 10px;
    right: 5px;
    width: 5px;
    height: 32.5px;
    height: calc(50% - 12.5px);
}

.digit .segment:nth-child(4) {
    bottom: 5px;
    right: 10px;
    height: 5px;
    left: 10px;
}

.digit .segment:nth-child(5) {
    bottom: 10px;
    left: 5px;
    width: 5px;
    height: 32.5px;
    height: calc(50% - 12.5px);
}

.digit .segment:nth-child(6) {
    top: 10px;
    left: 5px;
    width: 5px;
    height: 32.5px;
    height: calc(50% - 12.5px);
}

.digit .segment:nth-child(7) {
    bottom: 47.5px;
    bottom: calc(50% - 2.5px);
    right: 10px;
    left: 10px;
    height: 5px;
}


@media all and (max-width: 1000px) {
    .clock {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .digit {
        width: 30px;
        height: 50px;
        margin: 0 5px;
        position: relative;
        display: inline-block;
    }

        .digit .segment {
            background: #c00;
            border-radius: 3px;
            position: absolute;
            opacity: 0.15;
            transition: opacity 0.2s;
            -webkit-transition: opacity 0.2s;
            -ms-transition: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            -o-transition: opacity 0.2s;
        }

            .digit .segment.on, .separator {
                opacity: 1;
                box-shadow: 0 0 50px rgba(255,0,0,0.7);
                transition: opacity 0s;
                -webkit-transition: opacity 0s;
                -ms-transition: opacity 0s;
                -moz-transition: opacity 0s;
                -o-transition: opacity 0s;
            }

    .separator {
        width: 5px;
        height: 5px;
        background: #c00;
        border-radius: 50%;
        display: inline-block;
        position: relative;
        top: -22.5px;
        opacity: 0.8;
    }

    .digit .segment:nth-child(1) {
        top: 2.5px;
        left: 5px;
        right: 5px;
        height: 2.5px;
    }

    .digit .segment:nth-child(2) {
        top: 5px;
        right: 2.5px;
        width: 2.5px;
        height: 16px;
        height: calc(50% - 6px);
    }

    .digit .segment:nth-child(3) {
        bottom: 5px;
        right: 2.5px;
        width: 2.5px;
        height: 16px;
        height: calc(50% - 6px);
    }

    .digit .segment:nth-child(4) {
        bottom: 2.5px;
        right: 5px;
        height: 2.5px;
        left: 5px;
    }

    .digit .segment:nth-child(5) {
        bottom: 5px;
        left: 2.5px;
        width: 2.5px;
        height: 16px;
        height: calc(50% - 6px);
    }

    .digit .segment:nth-child(6) {
        top: 6px;
        left: 2.5px;
        width: 2.5px;
        height: 16px;
        height: calc(50% - 6px);
    }

    .digit .segment:nth-child(7) {
        bottom: 24px;
        bottom: calc(50% - 1px);
        right: 5px;
        left: 5px;
        height: 2.5px;
    }
}

.story-timer-title {
    text-align: center;
    color: #c00;
    margin-bottom: 0.7rem;
    font-size: 18px;
}

.exodusImg {
    width: 70%;
    max-width: 1100px;
    text-align: center;
    margin: auto;
    opacity: 0.92;
}

/* gallery filtering */
#galleryPiechart {
    width: 100%;
    height: 100%;
}

.trait-dropdown-container {
    /* max-width: 220px !important;*/
    margin-bottom: 0.75rem;
}

.trait-dropdown-label {
    font-weight: 700;
    text-align: left;
    font-size: 14px;
    padding-left: 6px;
}

input#filterIdInput:focus::placeholder {
    color: transparent;
}

.filter-input {
    text-align: left;
    align-items: center;
    background: #151515;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 4px rgb(0 0 0 / 4%);
    box-sizing: border-box;
    color: #363b3e;
    cursor: text;
    display: flex;
    font-size: 12px;
    font-weight: 500;
    justify-content: left;
    align-content: start;
    min-height: 44px;
    padding: 5px 10px;
}

.no-filter-label {
    font-size: 16px;
    color: #e2e2e2;
    opacity: 0.36;
    margin-top: 20px;
    line-height: 40px;
}

.form-check-input {
    background-color: #4c4c4c;
}

.filter-bottom-container {
    min-height: 40px;
    max-height: 40px;
}

.filter-button-container {
    /*margin-top: 2rem;*/
    margin-top: 20px;
    line-height: 40px;
}

.filter-switch-label {
    text-align: left;
    font-size: 12px;
}

.filtering-outer {
    position: relative;
}

.filtering-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.filtering-loader-img {
    min-width: 128px;
    width: 35%;
}

.filter-option-container {
    margin-left: 8px;
    padding-top: 8px;
}

.form-check-input {
    margin-left: 8px;
}

    .form-check-input:focus {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
        border-bottom-color: rgba(134, 73, 255, 0.5);
        border-top-color: rgba(134, 73, 255, 0.5);
        border-left-color: rgba(134, 73, 255, 0.5);
        border-right-color: rgba(134, 73, 255, 0.5);
    }

    .form-check-input:checked {
        background-color: #505DD4;
        border-bottom-color: #505DD4;
        border-top-color: #505DD4;
        border-left-color: #505DD4;
        border-right-color: #505DD4;
    }

.form-switch .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B196CE'/%3e%3c/svg%3e")
}

    .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23B196CE'/%3e%3c/svg%3e")
    }

    .form-switch .form-check-input:checked:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")
    }

.story-img-container {
    width: 80%;
    max-width: 1100px;
    text-align: center;
    margin: auto;
    margin-top:20px;
}


/* ---------- Fog ---------- */
.fogwrapper {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    filter: blur(3px) grayscale(0.2) saturate(2) sepia(0.2);
    overflow-x: hidden;
    opacity: .5;
    overflow-x:hidden;
}

#foglayer_01, #foglayer_02, #foglayer_03 {
    height: 100%;
    position: absolute;
    width: 200%;
}

    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
        float: left;
        height: 100%;
        width: 50%;
    }

#foglayer_01 {
    -webkit-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
    -moz-animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
    animation: foglayer_01_opacity 10s linear infinite, foglayer_moveme 15s linear infinite;
}

#foglayer_02, #foglayer_03 {
    -webkit-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
    -moz-animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
    animation: foglayer_02_opacity 21s linear infinite, foglayer_moveme 13s linear infinite;
}

/* ---------- Moving Fog ---------- */
/*
  'size: cover' || 'size: 100%'; results remain the same
  'attachment: scroll' can be added or removed; results remain the same
  'attachment: fixed' causing unexpected results in Chrome
  'repeat-x' || 'no-repeat'; results remain the same
*/
#foglayer_01 .image01, #foglayer_01 .image02 {
    background: url("/Content/images/fog1.png") center center/cover no-repeat transparent;
}

#foglayer_02 .image01, #foglayer_02 .image02,
#foglayer_03 .image01, #foglayer_03 .image02 {
    background: url("/Content/images/fog1.png") center center/cover no-repeat transparent;
}

/* ---------- Keyframe Layer 1 ---------- */
@-webkit-keyframes foglayer_01_opacity {
    0% {
        opacity: .1;
    }

    22% {
        opacity: .5;
    }

    40% {
        opacity: .28;
    }

    58% {
        opacity: .4;
    }

    80% {
        opacity: .16;
    }

    100% {
        opacity: .1;
    }
}

@-moz-keyframes foglayer_01_opacity {
    0% {
        opacity: .1;
    }

    22% {
        opacity: .5;
    }

    40% {
        opacity: .28;
    }

    58% {
        opacity: .4;
    }

    80% {
        opacity: .16;
    }

    100% {
        opacity: .1;
    }
}

@-o-keyframes foglayer_01_opacity {
    0% {
        opacity: .1;
    }

    22% {
        opacity: .5;
    }

    40% {
        opacity: .28;
    }

    58% {
        opacity: .4;
    }

    80% {
        opacity: .16;
    }

    100% {
        opacity: .1;
    }
}

@keyframes foglayer_01_opacity {
    0% {
        opacity: .1;
    }

    22% {
        opacity: .5;
    }

    40% {
        opacity: .28;
    }

    58% {
        opacity: .4;
    }

    80% {
        opacity: .16;
    }

    100% {
        opacity: .1;
    }
}
/* ---------- Keyframe Layer 2 ---------- */
@-webkit-keyframes foglayer_02_opacity {
    0% {
        opacity: .5;
    }

    25% {
        opacity: .2;
    }

    50% {
        opacity: .1;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .5;
    }
}

@-moz-keyframes foglayer_02_opacity {
    0% {
        opacity: .5;
    }

    25% {
        opacity: .2;
    }

    50% {
        opacity: .1;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .5;
    }
}

@-o-keyframes foglayer_02_opacity {
    0% {
        opacity: .5;
    }

    25% {
        opacity: .2;
    }

    50% {
        opacity: .1;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .5;
    }
}

@keyframes foglayer_02_opacity {
    0% {
        opacity: .5;
    }

    25% {
        opacity: .2;
    }

    50% {
        opacity: .1;
    }

    80% {
        opacity: .3;
    }

    100% {
        opacity: .5;
    }
}
/* ---------- Keyframe Layer 3 ---------- */
@-webkit-keyframes foglayer_03_opacity {
    0% {
        opacity: .8
    }

    27% {
        opacity: .2;
    }

    52% {
        opacity: .6;
    }

    68% {
        opacity: .3;
    }

    100% {
        opacity: .8;
    }
}

@-moz-keyframes foglayer_03_opacity {
    0% {
        opacity: .8
    }

    27% {
        opacity: .2;
    }

    52% {
        opacity: .6;
    }

    68% {
        opacity: .3;
    }

    100% {
        opacity: .8;
    }
}

@-o-keyframes foglayer_03_opacity {
    0% {
        opacity: .8
    }

    27% {
        opacity: .2;
    }

    52% {
        opacity: .6;
    }

    68% {
        opacity: .3;
    }

    100% {
        opacity: .8;
    }
}

@keyframes foglayer_03_opacity {
    0% {
        opacity: .8;
    }

    27% {
        opacity: .2;
    }

    52% {
        opacity: .6;
    }

    68% {
        opacity: .3;
    }

    100% {
        opacity: .8;
    }
}
/* ---------- Keyframe moveMe ---------- */
@-webkit-keyframes foglayer_moveme {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@-moz-keyframes foglayer_moveme {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@-o-keyframes foglayer_moveme {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@keyframes foglayer_moveme {
    0% {
        left: 0;
    }

    100% {
        left: -100%;
    }
}

@media only screen and (min-width: 280px) and (max-width: 767px) {
    #foglayer_01 .image01, #foglayer_01 .image02,
    #foglayer_02 .image01, #foglayer_02 .image02,
    #foglayer_03 .image01, #foglayer_03 .image02 {
        width: 100%;
    }
}

.sft-stats-container {
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #eee;
    background-image: url('/Content/images/what-the-hex.png');
    background-image: url('/Content/images/what-the-hex-dark.png');
    border-radius: 10px;
    border: 2px solid rgb(39 39 39);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 4px 13px;
    min-width: 430px;
    min-height: 200px;
    text-align: center;
}

.pw-p-anim {
    opacity: 0;
    margin: auto;
    text-align: center;
}

h1.ml8 {
    font-weight: 900;
    font-size: 4.5em;
    color: #fff;
}

.ml8 .bang {
    font-size: 1.4em;
    top: auto;
    left: -0.06em;
}

.ml8 .circle {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.ml8 .circle-white {
    width: 3em;
    height: 3em;
    border: 2px dashed #245823;
    border-radius: 2em;
}

.ml8 .circle-img {
    width: 100px;
    height: 100px;
    border-radius: 3em;
    z-index: 1;
}

.ml8 .circle-dark-dashed {
    border-radius: 2.4em;
    background-color: transparent;
    border: 2px dashed;
    border-color: #e42d7c;
    width: 120px;
    height: 120px;
    opacity: 0.6;
    transition: all 0.5s ease;
}

    .ml8 .circle-dark-dashed.success {
        border-color: rgb(72, 185, 54);
    }

    .ml8 .circle-dark-dashed.failure {
        border-color: #e02a2a;
    }

.sft-price-toggle {
    cursor: pointer;
}

.sft-stat-container {
    text-align: center;
    display: inline-block;
    position: absolute;
}

    .sft-stat-container.p1 {
        left:5%;
        top:5%;
    }

    .sft-stat-container.p2 {
        left: 24%;
        top: 33%;
    }

    .sft-stat-container.p3 {
        left: 5%;
        top: 66%;
    }

    .sft-stat-container.p4 {
        right: 5%;
        top: 66%;
    }

    .sft-stat-container.p5 {
        right: 24%;
        top: 33%;
    }

    .sft-stat-container.p6 {
        right: 5%;
        top: 5%;
    }

@media all and (min-width: 256px) and (max-width: 767px) {
    .sft-stat-continer.p1 {
        left: 5%;
        top: 5%;
    }

    .sft-stat-container.p2 {
        left: 5%;
        top: 33%;
    }

    .sft-stat-container.p3 {
        left: 5%;
        top: 66%;
    }

    .sft-stat-container.p4 {
        right: 5%;
        top: 66%;
    }

    .sft-stat-container.p5 {
        right: 5%;
        top: 33%;
    }

    .sft-stat-container.p6 {
        right: 5%;
        top: 5%;
    }
}



    .sft-stat-heading {
        font-size: 20px;
        color: #a923f9;
        font-weight: 700;
        letter-spacing: 1px;
    }

.sft-stat-value {
    font-size: 18px;
    font-weight: 400;
    color: #c7c7c7;
}

.fullscreen-bg {
    position: relative;
}

#fullscreenVideo {

    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    /* opacity: 0.55; */
}

.fullscreen-video {
    margin-top: 88px;
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
}


.navbar {
    background: #000;
    border-bottom: 0;
    max-height: 90px;
/*    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);*/
}

body {
    background: #000;
    color: rgb(200, 200, 200);
}

.top-header {
    position: absolute;
    left: 50%; /* positions p relative to container */
    top: 50%; /* positions p relative to container */
    transform: translate(-50%, -50%); /* positions p relative to its height and width */
    margin: 0;
    text-align: center;
    z-index: 2;
}

.top-header-text {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    max-width: 600px;
    text-shadow: 2px 2px 2px #000;
}

.top-header-text.smaller {
    font-size: 32px;
    font-weight: 700;
}

.top-header-btn {
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

.top-header-social {
    color: #fff;
    font-size: 26px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
}

.top-header-social-row {
    text-align: center;
    max-width: 130px;
    margin: auto;
    margin-top: 20px;
}

.welcome-title {
    color: rgb(88 157 233);
    font-weight: 300;
}

#face_video {
    max-height: 400px;
}

.infinite-slider-outer {
    height: 350px;
    max-width: 1040px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    margin-top: 15px;
    margin-bottom: 45px;
}

.infinite-slider {
    position: absolute;
    width: 100%;
    top: 0;
    overflow: hidden;
}

    .infinite-slider .infinite-slider-row {
        width: 4000px;
        height: 350px;
        background-image: url(/Content/images/artwork_scroll.png);
        background-size: 4000px;
        -webkit-animation: infinite-slide 44s linear infinite;
        animation: infinite-slide 44s linear infinite;
    }

@-webkit-keyframes infinite-slide {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -4000px;
    }
}

@keyframes infinite-slide {
    from {
        background-position-x: 0;
    }

    to {
        background-position-x: -4000px;
    }
}
/* timeline */
.timeline-container {
    padding: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background: linear-gradient(110deg, rgb(17 113 135) 0%, #111643 56%);
    border-radius: 10px;
    /*    border: 2px solid rgba(0, 0, 0, 0.12);*/
    min-width: 430px;
}

.spaceman,
.spaceman-right {
    position: relative;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

    .timeline:before {
        position: absolute;
        top: 0;
        left: 1rem;
        height: 100%;
        content: "";
        border-right: none !important;
    }

.timeline {
    position: relative;
}

    .timeline:before {
        border-right: 2px solid #e9ecef;
    }

[data-timeline-axis-style="dashed"]:before {
    border-right-style: dashed !important;
}

[data-timeline-axis-style="dotted"]:before {
    border-right-style: dotted !important;
}

.timeline-block {
    position: relative;
    margin: 2em 0;
}

    .timeline-block:after {
        display: table;
        clear: both;
        content: "";
    }

    .timeline-block:first-child {
        margin-top: 0;
    }

    .timeline-block:last-child {
        margin-bottom: 0;
    }

.timeline-step {
    font-size: 1rem;
    font-weight: 600;
    position: absolute;
    z-index: 1;
    left: 0;
    display: inline-flex;
    width: 33px;
    height: 33px;
    transform: translateX(-50%);
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

    .timeline-step i,
    .timeline-step svg {
        line-height: 1.4;
    }

.timeline-step-icon {
    border: 2px solid #e9ecef;
    background: #fff;
}

.timeline-step-xs {
    font-size: 0.75rem;
    width: 17px;
    height: 17px;
}

.timeline-step-sm {
    font-size: 0.75rem;
    width: 23px;
    height: 23px;
}

.timeline-step-lg {
    font-size: 1.75rem;
    width: 47px;
    height: 47px;
}

.timeline-step {
    left: 50%;
}

.timeline-content {
    width: 38%;
}

.timeline-body {
    padding: 1.5rem;
}

.timeline-block:nth-child(2n) .timeline-content {
    float: right;
}

[data-timeline-axis-color="primary"]:before {
    border-color: #5e72e4;
}

[data-timeline-axis-color="secondary"]:before {
    border-color: #f7fafc;
}

[data-timeline-axis-color="success"]:before {
    border-color: #2dce89;
}

[data-timeline-axis-color="info"]:before {
    border-color: #11cdef;
}

[data-timeline-axis-color="warning"]:before {
    border-color: #fb6340;
}

[data-timeline-axis-color="danger"]:before {
    border-color: #f5365c;
}

[data-timeline-axis-color="light"]:before {
    border-color: #adb5bd;
}

[data-timeline-axis-color="dark"]:before {
    border-color: #212529;
}

[data-timeline-axis-color="default"]:before {
    border-color: #172b4d;
}

[data-timeline-axis-color="neutral"]:before,
[data-timeline-axis-color="white"]:before {
    border-color: #fff;
}

[data-timeline-axis-color="darker"]:before {
    border-color: #000;
}

.timeline-one-side .timeline-step,
.timeline-one-side:before {
    left: 1rem;
}

.timeline-one-side .timeline-content {
    width: auto;
}

@media (min-width: 992px) {
    .timeline-one-side .timeline-content {
        max-width: 30rem;
    }
}

.timeline-one-side .timeline-block:nth-child(2n) .timeline-content {
    float: none;
}

@media (min-width: 992px) {
    .timeline:before {
        left: 50%;
        margin-left: -2px;
    }

    .timeline-content {
        width: 38%;
    }
}

@media (min-width: 768px) {
    .timeline-centered .timeline-item,
    .timeline-split .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-centered .timeline-info,
    .timeline-split .timeline-info {
        /*padding-right: 30px;*/
    }

    .timeline-centered .timeline-content,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-split .period .timeline-info,
    .timeline-split .timeline-content,
    .timeline-split .timeline-info,
    .timeline-split .timeline-marker {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-centered .timeline-marker,
    .timeline-split .timeline-marker {
        position: relative;
    }
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

    .timeline-marker:before {
        background: #27d1f9;
        border: 3px solid transparent;
        border-radius: 100%;
        content: "";
        display: block;
        height: 15px;
        position: absolute;
        top: 4px;
        left: 0;
        width: 15px;
        transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    }

    .timeline-marker.active:before {
        -webkit-animation: pulse-info 2s infinite;
        animation: pulse-info 2s infinite;
    }

    .timeline-marker:after {
        content: "";
        width: 3px;
        background: #ccd5db;
        display: block;
        position: absolute;
        top: 24px;
        bottom: 0;
        left: 6px;
    }

.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-info {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    white-space: nowrap;
}

.text-light {
    color: #ced4da !important;
}

.timeline-content {
    top: 0 !important;
    margin-left: 0 !important;
    width: 100%;
}

.timeline-content {
    padding-bottom: 40px;
}

.timeline-content {
    position: relative;
    top: -6px;
    margin-left: 60px;
}

.timeline-body {
    padding: 1.5rem;
}

.spaceman,
.spaceman-right {
    position: relative;
}

    .spaceman:before {
        left: 0;
        background-image: url("/Content/images/sf-grad-logo-outline.png");
        background-repeat: no-repeat;
        background-position: 0;
        -webkit-animation: spaceman-bounce 15s infinite;
        animation: spaceman-bounce 15s infinite;
    }

    .spaceman-right:before,
    .spaceman:before {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .spaceman-right:before {
        right: 0;
        background: url("/Content/images/sf-grad-logo-outline.png") 100% no-repeat;
    }

.spaceman-muted:before {
    opacity: 0.31;
}

.pulse {
    -webkit-animation: pulse-info 2s infinite;
    animation: pulse-info 2s infinite;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .timeline h1,
    .timeline h2,
    .timeline h3,
    .timeline h4,
    .timeline h5,
    .timeline h6 {
        line-height: inherit;
    }

.timeline-item {
    padding-left: 40px;
    position: relative;
}

    .timeline-item:last-child {
        padding-bottom: 0;
    }

.timeline-info {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0 0 0.5em;
    text-transform: uppercase;
    white-space: nowrap;
    text-align:right;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: 0 0;
    border: 3px solid #27d1f9;
}

.timeline-content {
    padding-bottom: 40px;
}

    .timeline-content p:last-child {
        margin-bottom: 0;
    }

.period {
    padding: 0;
}

    .period .timeline-info {
        display: none;
    }

    .period .timeline-marker:before {
        background: 0 0;
        content: "";
        width: 15px;
        height: auto;
        border-radius: 0;
        top: 0;
        bottom: 30px;
        position: absolute;
        border: 3px solid #ccd5db;
        border-right: none;
        border-left: none;
    }

    .period .timeline-marker:after {
        content: "";
        height: 32px;
        top: auto;
    }

    .period .timeline-content {
        padding: 40px 0 70px;
    }

    .period .timeline-title {
        margin: 0;
    }

@media (min-width: 768px) {
    .timeline-centered .timeline,
    .timeline-split .timeline {
        display: table;
    }

    .timeline-centered .timeline-item,
    .timeline-split .timeline-item {
        display: table-row;
        padding: 0;
    }

    .timeline-centered .timeline-content,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-split .period .timeline-info,
    .timeline-split .timeline-content,
    .timeline-split .timeline-info,
    .timeline-split .timeline-marker {
        display: table-cell;
        vertical-align: top;
    }

    .timeline-centered .timeline-marker,
    .timeline-split .timeline-marker {
        position: relative;
    }

    .timeline-centered .timeline-content,
    .timeline-split .timeline-content {
        padding-left: 30px;
    }

    .timeline-centered .timeline-info,
    .timeline-split .timeline-info {
        padding-right: 11px;
    }

    .timeline-centered .period .timeline-title,
    .timeline-split .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

@media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-content,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-marker {
        display: block;
        margin: 0;
        padding: 0;
    }

        .timeline-centered .timeline-item {
            padding-bottom: 40px;
            overflow: hidden;
        }

        .timeline-centered .timeline-marker {
            position: absolute;
            left: 50%;
            margin-left: -7.5px;
        }

        .timeline-centered .timeline-content,
        .timeline-centered .timeline-info {
            width: 50%;
        }

        .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
            float: left;
            text-align: right;
            padding-right: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(2n) .timeline-info,
        .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
            float: right;
            text-align: left;
            padding-left: 30px;
        }

        .timeline-centered > .timeline-item:nth-child(2n) .timeline-content {
            float: left;
            text-align: right;
            padding-right: 30px;
        }

        .timeline-centered > .timeline-item.period .timeline-content {
            float: none;
            padding: 0;
            width: 100%;
            text-align: center;
        }

        .timeline-centered .timeline-item.period {
            padding: 50px 0 90px;
        }

        .timeline-centered .period .timeline-marker:after {
            height: 30px;
            bottom: 0;
            top: auto;
        }

        .timeline-centered .period .timeline-title {
            left: auto;
        }
}

.marker-outline .timeline-marker:before {
    background: 0 0;
    border-color:#27d1f9;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #27d1f9;
}

.timeline-title {
    font-size: 20px;
    font-weight: 500;
}

.timeline-text {
    font-size: 14px;
}

@media (max-width: 991.98px) {
    .spaceman-right:before, .spaceman:before {
        opacity: 0.3;
        left: 0;
    }
}

@-webkit-keyframes spaceman-bounce {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translateY(35px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes spaceman-bounce {
    0% {
        transform: translate(0);
    }

    50% {
        transform: translateY(35px);
    }

    to {
        transform: translate(0);
    }
}

@-webkit-keyframes pulse-info {
    0% {
        box-shadow: 0 0 0 0 #27d1f9;
    }

    to {
        box-shadow: 0 0 0 15px transparent;
    }
}

@keyframes pulse-info {
    0% {
        box-shadow: 0 0 0 0 #27d1f9;
    }

    to {
        box-shadow: 0 0 0 15px transparent;
    }
}

@-webkit-keyframes pulse-danger {
    0% {
        box-shadow: 0 0 0 0 red;
    }

    to {
        box-shadow: 0 0 0 15px transparent;
    }
}

@keyframes pulse-danger {
    0% {
        box-shadow: 0 0 0 0 red;
    }

    to {
        box-shadow: 0 0 0 15px transparent;
    }
}

@-webkit-keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }

    to {
        transform: translateY(0);
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(7px);
    }

    to {
        transform: translateY(0);
    }
}

.text-blue {
    color: #86e8ff;
}

.crossed-out {
    text-decoration: line-through;
}

.timeline-item.completed .timeline-title {
    color:  #27d1f9 !important;
}

.timeline-marker.completed {
    color: #27d1f9 !important;
}

    .timeline-marker.completed::before {
        background: #27d1f9 !important;
    }

    .timeline-marker.completed::before:hover {
        background: #27d1f9 !important;
    }

.marker-outline .timeline-item:hover .timeline-marker.completed:before {
    background: #27d1f9;
}

.timeline-item:not(.period):hover .timeline-marker.completed:before {
    background: 0 0;
    border: 3px solid #27d1f9;
}

.factions-right-img {
    width: 300px;
    border-radius: 10px;
}

.heading-badge {
    font-size: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 19px;
    padding-top: 22px;
}

.buy-badges {
    position: absolute;
    right: 13px;
    bottom: -30px;
}

.badge-factions {
    background-color: rgb(193 43 73) !important;
}

.badge-offer {
    display: inline-block;
    background-color: rgba(193, 43, 73,0) !important;
    color: white ;
    opacity: 1;
}

.badge-sft {
    display: inline-block;
    background-color: rgb(193 43 73) !important;
}

.cs-btn {
}

.wraptext {
    white-space: nowrap;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
}

.com-btns {
    text-align: center;
    width: 170px;
}


@media all and (min-width: 256px) and (max-width: 767px) {
    .common-container {
        text-align: center;
    }

    .top-header-text {
        font-size: 30px;
    }

    .top-header-text.smaller {
        font-size: 16px;
    }

    .top-header-social {
        font-size: 16px;
    }
    .wraptext {
        font-size: 14px;
    }
    .site-buy-top-container {
        padding-top: 54px;
    }
}

@media all and (min-width: 767px) and (max-width: 991px) {
    .buy-controls {
/*        transform: translateY(40px);
        margin-bottom: 40px;*/
    }
    .site-buy-top-container {
        padding-top: 54px;
    }
}
