button
{
    background: rgb(85,0,255);
    background: linear-gradient(90deg, rgba(85,0,255,1) 35%, rgba(214,0,255,1) 100%);
    background-size: 200% 200%;
    border:none;
    padding:30px 70px;
    border-radius:40px;
    color:#fff;
    font-size:20px;
    text-transform:uppercase;
    transition:ease-in all .5s;
    animation:button infinite alternate 5s;
}
button:hover
{
    cursor:pointer;
}

@keyframes button
{
    0% {background-position: 0% 50%;}
    100% {background-position: 100% 70%;}
}


.btn-info {
button:hover
{
    background-position: 90% 0;
    transition: all .2s ease-in-out;
}
}



.l-bg-blue-dark {
    background: linear-gradient(to right, rgb(240,230,140), rgb(218,165,32));
    color: #fff;
}

.wfiedls{
    display: none;
}


.card{
    border-radius: 1rem;
}


.NameField{
    display: none;
}

.SymbolField{
    display: none;
}

.InitSupplyField{
    display: none;
}


.AdminField{
    display: none;
}


.DecimalsField{
    display: none;
}

.SupplyField{
    display: none;
}

.CapField{
    display: none;
}
.BaseURIField{
    display: none;
}

#loader1 {
    width: 200px;
    display: none;
}

#loader2 {
    width: 200px;
    display: none;
}

#loader3 {
    width: 200px;
    display: none;
}

#loader4 {
    width: 200px;
    display: none;
}

#timer div {
    background-color: #b1afde;
    color: #ffffff;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 35px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#timer div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
}

@media only screen and (max-width: 1080px) {
#timer {
    margin-top: -20px;
}

#timer div {
    width: 95px;
    height: 100px;
    font-size: 32px;
    margin-top: 20px;
}

#timer div span {
    font-size: 14px;
}
}

.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;
}
}
