@page { size: auto;  margin: 0mm; }

html, body {
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif !important;
    //background-color: #EEEEEE;

}


.container-div{ 
display: flex;
height: 60vh;
align-items: center;
justify-content: center;
}

body {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    background-image: url("../img/bg-001.jpg");
    //height: 100%;
    //background-position: center;
    //background-repeat: no-repeat;
    //background-size: cover;
}

main {
    flex: 1 0 auto;
}

#spinner {
        position: fixed;
        top: 0; left: 0; z-index: 100;
        width: 100vw; height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        transition: opacity 0.2s;
    }

    #spinner #spin-container {
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%);
        text-align: center;
        color: #ffffff;
        font-size: 150%;
        font-family: 'Poppins, Tahoma', sans-serif;
    }

   #spinner {
        visibility: hidden;
        opacity: 0;
    }

   #spinner.show {
        visibility: visible;
        opacity: 1;
    }
    /*--- MODIFICATIONS ---*/


.passcode {
    display: block;
  margin-right: auto;
  margin-left: auto;
}

.amount {
    display: none;
  margin-right: auto;
  margin-left: auto;}

.maps {
    display: none;
  margin-right: auto;
  margin-left: auto;}

.orderid {
      display: none;
  margin-right: auto;
  margin-left: auto;
}

.balance {
      display: block;
  margin-right: auto;
  margin-left: auto;
}

.AuthButton {
      display: block;
  margin-right: auto;
  margin-left: auto;
}

.QRButton {
      display: none;
  margin-right: auto;
  margin-left: auto;
}

.printreceipt {
      display: none;
  margin-right: auto;
  margin-left: auto;
}

.reload {
      display: block;
  margin-right: auto;
  margin-left: auto;
}


.glow-on-hover-nft {
    width: 110px;
    height: 50px;
    border: none;
    margin: 0 auto;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-nft:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-nft:active {
    color: #000
}

.glow-on-hover-nft:active:after {
    background: transparent;
}

.glow-on-hover-nft:hover:before {
    opacity: 1;
}

.glow-on-hover-nft:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

footer {
    flex-shrink: 0;

}

.logo {
  margin-left: auto;
  margin-right: auto;
  width: 20%;
  height: 20%;
}

.preview {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
  height: 40%;
}


.ipfsimage {
    max-height: 60%;
    max-width: 60%;    
  }

.address {
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: center;
    font-weight: bold;
}

.w-98 {
    width: 98% !important;
}

.h-170 {
    min-height: 170px !important;
}
input.fs-12pt {
    font-size: 10pt !important;
}

.align-center {
    margin-left: auto;
    margin-right: auto;

}
.text-center{
    text-align: center;
}

image-center{
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  height: 25%;
}

.text-center-help{
    text-align: center;
    display: none;
}

.text-center-title{
    text-align: center;
    display: none;
}
.intro {
    text-align: center;
    display: Block;
}


.border-none {
    border: none !important;
    display: block;
}

.grey-2{
    background-color: #EEEEEE !important;
}
.grey-4{
    background-color: #333333 !important;
}
.orange-dark {
    color:#ff8c00;
}

.white {
    background-color: #FFFFFF !important;
}

.cbg-rounded {
    border-radius: 5px !important;
    border: #333333 1px rgba(0,0,0,0.8) !important;
}

.nftr-image {
    background-image: url("../img/header-600x150-2022-03-15-001.jpg"); /* The image used */
    background-color: #333333; /* Used if the image is unavailable */
    height: 150px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    line-height: 60px;
    color: #e6e6e6;
}

.container {
    padding: 0 !important;
    margin: 0 !important;

}


.center-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.glow-on-hover-m {
    width: 120px;
    height: 50px;
    border: none;
    display: none;
    margin: 0 auto;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-m:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-m:active {
    color: #000
}

.glow-on-hover-m:active:after {
    background: transparent;
}

.glow-on-hover-m:hover:before {
    opacity: 1;
}

.glow-on-hover-a {
    width: 200px;
    height: 50px;
    border: none;
    display: none;
    margin: 0 auto;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-a:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-a:active {
    color: #000
}

.glow-on-hover-a:active:after {
    background: transparent;
}

.glow-on-hover-a:hover:before {
    opacity: 1;
}

.glow-on-hover-a:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.glow-on-hover-m:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}


.glow-on-hover-w {
    width: 200px;
    height: 50px;
    border: none;
    display: none;
    margin: 0 auto;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-w:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-w:active {
    color: #000
}

.glow-on-hover-w:active:after {
    background: transparent;
}

.glow-on-hover-w:hover:before {
    opacity: 1;
}

.glow-on-hover-w:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.glow-on-hover-re {
    width: 200px;
    height: 50px;
    border: none;
    visibility: hidden;
    outline: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-re:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-re:active {
    color: #000
}

.glow-on-hover-re:active:after {
    background: transparent;
}

.glow-on-hover-re:hover:before {
    opacity: 1;
}

.glow-on-hover-re:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

.glow-on-hover-g {
    width: 100px;
    height: 50px;
    border: none;
    display: none;
    outline: none;
    margin: 0 auto;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-g:before {
    content: '';
    background: #45f248;
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-g:active {
    color: #000
}

.glow-on-hover-g:active:after {
    background: transparent;
}

.glow-on-hover-g:hover:before {
    opacity: 1;
}

.glow-on-hover-g:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}


.glow-on-hover {
    width: 220px;
    height: 50px;
    border: none;
    outline: none;
    visibility: hidden;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

.glow-on-hover-r {
    width: 100px;
    height: 50px;
    border: none;
    outline: none;
    margin: 0 auto;
    display: none;
    color: #fff;
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
}

.glow-on-hover-r:before {
    content: '';
    background: #f24845;
    position: absolute;
    top: -2px;
    left:-2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover-r:active {
    color: #000
}

.glow-on-hover-r:active:after {
    background: transparent;
}

.glow-on-hover-r:hover:before {
    opacity: 1;
}

.glow-on-hover-r:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #111;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}

:root:root {
    --footer-back-color: none !important;
}
.cbg-footer {
    border: none !important;
    background-color: none !important;

}

.cbg-footer p{
    font-size: 0.8em !important;
}

.cbg-footer p img{
    max-width: 300px !important;
}

.danger {
    background-color: #ef9a9a;
    color: #b71c1c ;
}

.success{
    background-color: #c8e6c9;
    color: #1b5e20;
}

.hiya {
    display: none;
}

/*--CSS 3 Animation--*/

.fade-in {
//margin-top: 25px;
//font-size: 21px;
//text-align: center;

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*--CSS 3 Animation End--*/
