

.center {
  margin: auto;
  width: 50%;
  padding: 10px;
}


.rounded-md {
  border-radius: 0.375rem;
}

.justify-around {
  justify-content: space-around;
}

.flex-col {
  flex-direction: column;
}

.w-48 {
  width: 12rem;
}

.flex {
  display: flex;
}

.gap-5 {
  gap: 1.25rem !important;
}

.justify-start {
  justify-content: flex-start;
}

*,
::after,
::before {
  box-sizing: border-box;
}

img,
video {
  max-width: 100%;
  height: auto;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}

.colorBack {
  background-color: rgba(255, 255, 255, 0.932);
}

.p-10 {
  padding: 2.5rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.justify-between {
  justify-content: space-between;
}

.items-center {
  align-items: center;
}

.rounded-full {
  border-radius: 9999px;
}

.image-checkbox {
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /*border: 1vw solid transparent;*/
  box-shadow: 0 0 4px #ccc;
  outline: 0;
  margin: 4px;
  border-radius: 12px;
  border: thick;
  border-width: 10px;
  border-style: solid;
}

.image-checkbox-checked {
  border-color: #2196f3;
}

img {
  border-radius: 8px;
  /*max-height: 160px !important;*/
  max-width: -webkit-fill-available;
}

.image-checkbox i {
  display: none;
  color: #2196f3;
}

.image-checkbox-checked i {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 2rem !important;
  border-radius: 0;
}

.visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
  transition: visibility 0s 0.1s, opacity 1s linear;
}


/* width */

::-webkit-scrollbar {
  width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  overflow-y: overlay;
}

.metamaskButton {
  height: 44px;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.opensea-svg{
  fill: rgb(32, 129, 226);
}

svg{
display: inline !important;
}
.img_url_src_main{
  
}

.content_main{
}
@media (max-width: 800px) {
  .img_url_src_main{
      text-align: -webkit-center;
    }
  
    .content_main{
      flex-direction: column;
    }
}

.scam{
  opacity: 0.1;
  -webkit-text-security: square;
  pointer-events: none;
  overflow: hidden;

}

.scam img{
  display: none;
}


.modal-body{
  align-self: center;
}


.checkAndViewNfts{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  place-content: center;
      flex-direction: row !important;
}

.previewIMG{
  height: 10rem;
      width: 10rem;
}


.nftViewer{
  
  
  justify-content: center;
  width: 100%;
  max-width: 60vw;
  margin:auto;


}


body{
  background: url(https://thevillainsnft.s3.us-east-2.amazonaws.com/Web-Cementerio-min.png) no-repeat 50% fixed;
    background-size: cover;
}



#loading {
  

  background-color: rgb(0, 0, 0);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}


.loading {
  
  
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70px;
  display: flex;
  align-items: center;
}
.lds-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
