main {
    content: '';
    /*    opacity: 0.1;*/
    background: #4b0082;
    /* Old browsers */
    background: -moz-linear-gradient(top, #4b0082 0%, #9370db 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4b0082 0%, #9370db 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4b0082 0%, #9370db 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0082   ', endColorstr='#9370db', GradientType=0);
    /* IE6-9 */
    /*    position: fixed;*/
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

    color: #fff;

    padding-bottom: 100px;
}

.preloader {
    background: -moz-linear-gradient(top, #4b0082 0%, #9370db 100%);
    background: -webkit-linear-gradient(top, #4b0082 0%, #9370db 100%);
    background: linear-gradient(to bottom, #4b0082 0%, #9370db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b0082', endColorstr='#9370db', GradientType=0);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader.hidden {
    display: none;
}

.spinner-border {
    width: 4rem;
    height: 4rem;
}
.spinnerPayment {
    width: 2rem;
    height: 2rem;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


#qrcode {
    /*      display: block;*/
    /*      margin: 20px auto;*/
    /*      max-width: 256px;*/
}

#qrcode img, .qrcodeClass img {
    display: inline-flex !important;
}

.payment-status {
    font-weight: bold;
    margin-bottom: 20px;
}

.paymentSection {
    background-color: rgba(250, 250, 250, 0.25);
    /*  padding: 40px;*/
    border-radius: 10px;
}

.paymentDetails {
    margin-top: 10px !important;
    padding-bottom: 30px;
}

.about-img {
    margin: 0 auto 40px;
    position: relative;
}

.nomargin{

}

/*.about-img #qrcode {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3);
  box-shadow: 0 0 40px rgba(0,0,0,.3);
}*/



/*toast*/
 .toast {
 	margin-top: 50px;
 	margin-left: 80px;
  display: flex;
  justify-content: start;
  width: 200px;
  height: 80px;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 1px 7px 14px -5px rgba(0,0,0,0.2);
  overflow: hidden;
  animation: slide-in .5s ease-out forwards;

}
.toast-content {
  display: flex;
  align-items: center;
  justify-content: start;
}

/*.before {
  width: 5px;
  height: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #692EA7;
}*/


.icon {
/*   transform: translate(30px,0); */
  margin-left: 10px;
  width: 35px;
  height: 35px;
  background: #692EA7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white
}

.text {
  width: 100px;
  align-self: flex-start;
  flex-wrap: wrap;
  display:flex;
  align-items:start;
  margin-left: 10px;
  color: #000;
  

}

.text > * {
  margin: 0;
  width: 100px;
}

p:first-child {
  font-weight: bold;
  margin-top: 5px;
}

.message {
	font-weight: 400;
  margin-top: 5px;
  font-size:.8em;
  color: #000;
}

.close {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
  user-select: none;
  transform: translate(10px,-5px);
  font-size: 2.5em;
/*   transform: scaleX(1.2); */
  color: #ccc;
  cursor:pointer;
}



@keyframes toast {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate(0,-10px);
    opacity: 0;
  }
}

.toast-area {
  z-index:2;
  height: 10vh;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  
}

.toast-area > * {
  margin-top: 1em;
}



@keyframes slide-in {
  0% {
    transform: translate(0,-10px);
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*end toast*/

#wallet{
    border: solid 1px;
    padding: 6px;
    word-wrap: break-word;
}


