.btn-wallet {
    position: relative;
    border: 2px #0081FF solid;
    color: #0081FF;
    font-size: 14px !important;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
    width: 210px;
}

.wallet-btn {
    float: left;
    margin: 0px;
    width: 100%;
    color: #0081FF;
    border-radius: 0px;
}

.wallet-btn:hover {
    color: #ffffff !important;
    background-color: #0081FF !important;
}

.wallet-icon {
    height: 32px;
    margin-right: 25px;
}

.wdropdown {
    display: none;
    overflow: hidden;
    z-index: 1000;
    position: absolute;
    border: 2px solid #0081FF;
    background-color: #ffffff;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 210px;
    right: -2px;
    top: 37px;
}

.card-body p {
    margin: 0;
}

.tokenImage {
    width: 40px;
    height: 40px;
}

#swapCart {
    width: 100%;
    min-height: 200px;
    border-radius: 25px;
    border: 2px dashed #0a53be;
    display: none;
}

.cartTokenImage {
    margin-left: 20px;
    width: 40px;
    height: 40px;
}

.cartTokenName {
    margin-left: 20px;
}

.cartTokenAmount {
    margin-left: 20px;
}

.card-body {
    padding: 0;
}

#overlay {
    background: #ffffff;
    color: #666666;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 5000;
    top: 0;
    left: 0;
    float: left;
    text-align: center;
    padding-top: 25%;
    opacity: .80;
}

.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid firebrick;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

tfoot {
    border: 3px solid;
}