.opacity-0 {
  opacity: 0!important;
}

.nft-image {
    background-color: lightgray;
    max-height: 80vh;
    object-fit: contain;
    min-height: 400px;
    border-color: darkgray;
    border-width: 2px;
    border-style: solid;
  }

  .promo-box {
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 70%);
    border-color: #5AB8A8;
    background-color: unset;
    -webkit-box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 70%);
  }

  .promo-box > a {
    text-decoration:none;
  }

  .promo-box > h5 {
    color: #5AB8A8;
  }
  .responsive1 {
    margin: 0 auto;
  }
  table.responsive1 td:nth-of-type(odd) { 
    font-weight: 600;
  }

  .chevron {
    margin-top: -3px;
  }

  .properties {
    background-color: rgb(188, 217, 246);
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: #00458A;
  }

  .properties > h6 {
    font-size: 0.95em;
    color: #00458A;
    text-transform: uppercase;
  }

  .properties > p, .properties > a {
    font-size: 0.85em;
    color: #00458A;
  }

  .navbar-icon {
    max-height: 50px;
  }

  .navdiv {
    width: 33%;
  }

  .n2 {
    text-align: center;
  }

  .n3 {
    text-align: right;
  } 

  .navbtn {
    font-variant: small-caps; 
    font-weight: 500;
  }
  
  .navbtn-lg {
    display: none !important;
  }

  .navbtn-sm {
    display: inline-block !important;
  }

  @media only screen and (min-width: 700px) {
    .navbtn-lg {
      display: inline-block !important;
    }

    .navbtn-sm {
      display: none !important;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    table.responsive1,  table.responsive1 thead,  table.responsive1 tbody,  table.responsive1 th,  table.responsive1 td,  table.responsive1 tr { 
      display: block; 
    }

    table.responsive1 tbody {
      font-size: 1em;
    }
    table.responsive1 td {
      padding: 1px;
      text-align: center;
      border-bottom-width: 0;
      width: unset;
    }
    table.responsive1 tr {
      border-bottom-width: 1px;
    }
    .overflow {
      padding-left: 5px;
      padding-right: 5px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

  @media only screen and (min-width: 576px) and (max-width: 767px), screen and (min-width: 992px) {

    
    table.responsive1 tbody {
      font-size: 1em;
    }

    table.responsive1 td:nth-of-type(odd) { 
      text-align: left;
    }
    table.responsive1 td:nth-of-type(even) { 
      text-align: right;
      width: unset;
    }
    .overflow {
      display: block;
      width: 250px;
      overflow: hidden;
      text-overflow: ellipsis;
      float:right;
    }
  }

  @media only screen and (max-width: 768px) {
    .navbar-icon {
      max-height: 40px;
    }
  }

  
  @media only screen and (max-width: 575px) {

    .navbar-icon {
      max-height: 30px;
    }

    table.responsive1,  table.responsive1 thead,  table.responsive1 tbody,  table.responsive1 th,  table.responsive1 td,  table.responsive1 tr { 
      display: block; 
    }

    table.responsive1 tbody {
      font-size: 1em;
    }
    table.responsive1 td {
      padding: 1px;
      text-align: center;
      border-bottom-width: 0;
    }
    table.responsive1 tr {
      border-bottom-width: 1px;
    }
    .overflow {
      padding-left: 5px;
      padding-right: 5px;
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }

  @media only screen and (max-height: 415px) {
    .navbar-icon {
      max-height: 40px;
    }
  }

  .header-bg {
    background-color: #76765B; 
    border-radius: 5px; 
    border-color: black; 
    border-width: 0.5px; 
    border-style: solid;
  }

  .header-bg > h6 {
    font-variant: small-caps; 
    color: white;
    padding: 3px 0 3px;
  }
  
  .hide {
    display: none;
  }

  .rotate {
    transition-property: transform;
transition-duration: 0.3s;
transition-timing-function: ease-in;
    transform: rotate(270deg);
  }

  .title-shadow {
    font-variant: small-caps;
    color: #05182E;
    text-shadow: #e0e0e0 1px 1px 0;
  }

  .subtitle-shadow {
    font-variant: small-caps;
    color: #e0e0e0;
    text-shadow: #05182E 1px 1px 0;
  }

  .title-box {
    background-color: #1D80E2;
    border-radius: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(32, 129, 206);
  }
  @media only screen and (max-height: 439px) and (orientation: landscape) {
    .nft-image {
      min-height: 80vh;
      min-width: unset;
    }
  }

  @media only screen and (max-width: 576px) and (orientation: portrait) {
    .nft-image {
      min-height: unset;
      min-width: 80%;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 1199px) and (min-height: 440px) {
    .nft-image {
      /* min-width: 100%!important;
      max-height: unset; */
      min-height: unset; 
      min-width: 349px;
    }
  }

  .button-div {
    -webkit-box-shadow: 3px 3px 3px 0px #000000;
    box-shadow: 3px 3px 3px 0px #000000;
    background: #d0d0d0;
  }

  .refresh-div {
    border-radius: 10px 0 0 10px;
  }
  .share-div {
    border-radius: 10px;
  }

  @media only screen and (max-width: 1200px) {
    .refresh-div, .share-div {
      border-radius: 10px;
    }
  }

  @media only screen and (min-width: 992px) {
    .refresh-div, .share-div {
      width: 47.23px;
    }
  }

  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .refresh-div, .share-div {
      width: 42.23px;
    }
  }
  
  .refresh-svg {
    width: 20px;
    max-height: 20px;
    margin: 10px 0px 10px;
  }

  @media only screen and (min-width: 768px) and (max-width:992px) {
    .refresh-svg {
      width: 15px;
      max-height: 15px;
      margin: 10px 0px 10px;
    }
  }

  @media only screen and (max-width:576px) {
    .refresh-svg {
      width: 15px;
      max-height: 15px;
      margin: 8px 0px 8px;
    }
  }

  @media only screen and (max-width:350px) {
    .refresh-svg {
      width: 15px;
      max-height: 15px;
    }
  }

  .svg-hover:hover {
    transform: scale(1.4);
    filter: invert(23%) sepia(7%) saturate(20%) hue-rotate(314deg) brightness(100%) contrast(89%);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
  }

  .token-description {
    text-align: left;
    overflow: hidden;
    transition: max-height 0.5s ease-in;
  }

  .token-desc-arrow {
    display: table;
    margin-left: 10px;
    vertical-align: middle;
    width: 25px;
  }

  .token-desc-arrow > div {
    display: table-cell;
    vertical-align: middle;
  }

  .max-height-50 {
    max-height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }

  .max-height-auto {
    max-height: 1000px;
  }

  .tweet-image {
    border: 1px solid #B7C8BD;
    border-radius: 3px;
    max-width:100%;
    display:contents;
    text-align:center;
  }
  .tweet-image img {
    object-fit: contain;
    border: 1px solid #B7C8BD;
    border-radius: 3px;
    max-width: 100%;
    margin: 5px 0;
  }

  .tweet-image video {
    object-fit: contain;
    border: 1px solid #B7C8BD;
    border-radius: 6px;
    width: 100%;
    aspect-ratio: 1.78;
    margin: 5px 0;
  }

  .twt-div {
    border-top:1px solid #b7c8bd;
  }

  .card-seo-twitter {
    margin: 10px 0;
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
    color: #18283E;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    display: block;
    background-color: #ffffff;
    border-style: solid;
    border-color: #E1E8ED;
    border-width: 1px;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    -webkit-font-smoothing: antialiased;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-radius: 14px;
    margin-left: 0;
    overflow: hidden;
  }
  
    .card-seo-twitter__image {
    aspect-ratio: 1.91;
    background-size: cover;
    background-color: #E1E8ED;
    background-repeat: no-repeat;
    background-position: center;
    border-style: solid;
    border-color: inherit;
    border-top-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    overflow: hidden;
  }
  
  .card-seo-twitter__text {
    padding: 0.75em 1em;
    text-align: left;
  }
  
  .card-seo-twitter__title {
    display: block;
    margin: 0 0 0.15em;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.3em;
    max-height: 1.3em;
    letter-spacing: normal;
    overflow: hidden;
  }
  
  .card-seo-twitter__description {
    display: block;
    display: -webkit-box;
    height: 2.6em;
    max-height: 2.6em;
    margin-top: 0.32333em;
    line-height: 1.3em;
    letter-spacing: normal;
    word-wrap: break-word;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
  
  .card-seo-twitter__link {
    display: block;
    margin-top: 0.32333em;
    color: #8899A6;
    text-transform: lowercase;
    line-height: 1.3125;
    letter-spacing: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .twitter-follow-button, .twitter-follow-button:visited {
    background-color: #1b95e0;
    color: #fff!important;
    height: 28px;
    border-radius: 999px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-display: swap;
    font-size: 13px;
    line-height: 26px;
    padding: 1px 12px 1px 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

.twitter-follow-button i {
    top: 4px;
    height: 18px;
    width: 18px;
    position: relative;
    display: inline-block;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%201200%201227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20aria-hidden%3D%22true%22%20role%3D%22none%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M714.163%20519.284L1160.89%200H1055.03L667.137%20450.887L357.328%200H0L468.492%20681.821L0%201226.37H105.866L515.491%20750.218L842.672%201226.37H1200L714.137%20519.284H714.163ZM569.165%20687.828L521.697%20619.934L144.011%2079.6944H306.615L611.412%20515.685L658.88%20583.579L1055.08%201150.3H892.476L569.165%20687.854V687.828Z%22%2F%3E%3C%2Fsvg%3E);
}

.twitter-follow-button .label {
  margin-left: 4px;
  white-space: nowrap;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.twitter-follow-button:hover {
    background-color: #0c7abf;
}

.twitter-follow-button .label-sm {
  display: none;
}

.dark-purple-text, .text-dark-purple {
  color: #4E15AC; 
}

@media only screen and (max-width: 568px) {
  .twitter-follow-button .label {
    zoom: 0.8;
  }

  .twitter-follow-button .label-sm {
    display: inline-block;
  }

  .twitter-follow-button .label-lg {
    display: none;
  }
}

.nft-btn {
  font-size: 12px; 
  color: white;
  background-color: #6924E0;
  border-color: #6924E0;
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1.75;
  cursor: pointer;
  text-transform: uppercase;
  opacity: 1;
  transition: all .15s linear;
}

.nft-btn:active, .nft-btn:focus, .nft-btn:hover {
    color: #fff;
    background-color: #8857dc;
    border-color: #8857dc;
}

  @media only screen and (max-width: 768px) {
    .nft-btn {
      margin: 7px 3px;
      padding: 0.25rem 14px;
    }
  }

  body {
    font-size: 14px;
  }

  .embedded-tweets {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 10px;
    margin-top: 10px;
  }

  .embedded-url {
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .btn-p {
    color: white;
    background-color: #6924E0;
    border-color: #6924e0;
    border-radius: 30px;
    font-variant: small-caps;
  }
  
  .btn-p:hover,.btn-p:active,.btn-p:focus {
    color: white;
    background-color: #9666e9 !important;
    border-color: #9666e9 !important;
  }

  .tweet-text {
    white-space: pre-line;
  }

  .transcript-box {
    background-color: #5C5C47;

    span {
      color: #fff;
    }
  }

  @media (prefers-color-scheme: dark) {
    body {
      color: #ccc;
      background-color: #111!important;
    }
    .metamask-btn {
      background-color: #541AB7;
      border-color: #541AB7;
      color: #ccc;
    }
  
    .section-gray {
      .btn {
        background-color: #403d39;
        border-color: #403d39;
      }
  
      .btn-p {
        background-color: #541AB7;
        border-color: #541AB7;
        color: #ccc;
      }
    }

    .page-header {
      background-color: #000;
  
      .card {
        background-color: #444;
      
        .bg-secondary {
          background-color: #222!important;
        }
      }
  
      .popular-container {
        background-color: #444;
      }
    }
    .bg-dark {
      background-color: #000;
    }
  
    .bg-gradient {
      background-image: linear-gradient(180deg, #560ad9 0%, #000 90%)!important;
    }
    .tweetdisplay {
      background-color: #111!important;
    }
  
    .light-svg {
      display: none;
    }
  
    
    .text-dark-purple {
      color: #A781EF;
    }

    .card {
      background-color: #000;
  
      .card-text {
        color: #ccc!important;
      }
  
      .text-dark-purple {
        color: #A781EF;
      }
  
      .censorship-title {
        color: #8854E8;
        text-shadow: 1px 1px #000;
      }
    }
  
    .card-censor {
      a:not(.btn) {
        color: #A781EF;
      }
  
      a:not(.btn):hover, a:not(.btn):focus {
        color: #A781EF;
      }
    }
    
  
    .bg-secondary {
      background-color: #444!important;
    }
  
    .btn-p {
      color: #e0e0e0;
    }
  
    .btn-outline {
      border-color: #ccc!important;
    }
  
    .section-dark {
      .title {
        color: #aaa!important;
      }
  
      h5 {
        color: #ccc!important;
      }
  
      .section-gray {
        background-color: #666;
  
        .subsection {
          background-color: #444;
        }
  
        input {
          background-color: #555;
          border-color: #777;
          border-width: 1px;
          color: #ddd;
        }
  
        label {
          color: #ddd;
        }
  
        .form-control {
          background-color: #ccc;
        
        }
      }
  
      .section-blue {
        background-color: #2B51B1;
  
        .card-body {
          color: #ccc;
        }
      }
  
      
    }

  
    .hide-dark {
      display: none;
    }
  
    .tweet-display {
      background-color: #111;
  
      .title-box {
        background-color: rgb(3, 85, 167);
        border-color: rgb(1, 59, 117);
      }
  
      .header-bg {
        background-color: #515244;
      
      }

      .transcript-box {
        background-color: #414238!important;

        span {
          color: #fff;
        }
      }
      
      .title-shadow {
        color: #ccc;
        text-shadow: #0e0e0e 1.5px 1.5px 0;
      }
  
      .tweet-text {
        background-color: #333;
        color: #ccc;
  
        a:not(.btn) {
          color: #ccc;
        }
      }
  
      table {
        --bs-table-bg: #333;
      }
  
      .table-striped {
        background-color: #333;
        color: #ccc;
        border-color: #777;
        tbody {
          tr:nth-of-type(odd) {
            background-color: #555!important;
            color: #ccc;
          }
  
  
          tr:nth-of-type(even) {
            background-color: #333!important;
            color: #ccc;
          }
  
          td {
            color: #ccc;
            a {
              color: #84c2ff;
            }
          }
        }
      }
  
  
      .properties {
        background-color: #00458A;
        
        h6, a {
          color: rgb(188, 217,246);
        }
      }
    }
    
  }
