.middle-container {
    background-color: transparent;
    border-radius: 12px;
    border-color: rgba(255, 255, 255, 0.3);
    border-style: solid;
    border-width: 1px;
}

.middle-container:hover {
    border: 1px solid #0d6efd;
}

.dollar-div {
    background-color: #0d6efd;
    padding: 10px;
    border-radius: 10px;
}

.round-div {
    border-radius: 50%;
    width: 28px;
    height: 28px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.dollar {
    font-size: 20px !important;
    color: #0d6efd !important;
    font-weight: bold !important;
}

.current-balance {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.amount {
    color: #0d6efd;
    font-size: 16px;
    font-weight: bold;
}

.amount .text-success {
    font-size: 12px;
    margin-left: 5px;
}

.amount iconify-icon {
    margin-bottom: -2px;
    margin-right: -2px;
}

.content-inf {
    margin-left: 15px;
}

.content-inf button {
    margin-top: 5px;
    height: 25px !important;
    width: 100px !important;
    padding: 0px;
    font-size: 13px;
    color: #fff;
    border-radius: 0.5rem;
}

.content-inf button:hover {
    background-color: transparent;
    color: #fff;
}

@media (min-width:970px) {
}

@media (max-width:970px) {
    .content-inf {
        margin-left: 20px;
    }
}