.next-btn {
    border: 1px solid #DDE8FF;
    border-radius: 20px;
    margin: 0 10px;
    padding: 12px 40px;
    transition: 0.3s;
    background: #5732C6;
    color: var(--bs-white);
}

.next-btn:hover {
    background: #F7F9FD;
    color: var(--para-color);
    border: 1px solid #DDE8FF;
    text-decoration: none;
    outline: none;
}

.previous-btn {
    background: #F7F9FD;
    border: 1px solid #DDE8FF;
    border-radius: 20px;
    margin: 0 10px;
    padding: 12px 40px;
    transition: 0.3s;
}

.previous-btn:hover, .previous-btn:focus {
    background: #5732C6;
    color: var(--bs-white);
}

.head-padding {
    padding: 30px 0 20px !important;
}

.head-border-rounded-top {
    border-radius: 10px 0;
}
.head-border-bottom {
    border-bottom: 1px solid #C3C2C8;
}

.p-border-bottom {
    border-bottom: 1px solid #CEDAF3;
}

.left-side-mobile {
    display: none;
}

.wallets-top-area .nice-select .current::before {
    display: none !important;
}

.dashboard-table-header {
    padding: 8px 20px;
    margin-right: 0;
    width: 80%
}

.dashboard-table-button {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--bs-white);
    font-weight: 400;
    display: flex;
    align-items: center;
}

.header-section-radius {
    border-radius: 10px;
}

.btn-wallet-card {
    border: 1px solid #6C3AFF !important;
    color: var(--para-color) !important;
    border-radius: 15px !important;
}

.btn-wallet-card:hover {
    background-color: #6C3AFF !important;
    color: var(--bs-white) !important;
}

.border-color-5732C6 {
    border-color:#5732C6 !important;
}

.deposit-card-image {
    width: 70px !important;
}

.deposit-card-description {
    font-size: 16px;
}

@media (min-width: 1599px) {
    .deposit-column {
        width: 20% !important;
    }
}

@media (max-width: 1499px) {
    .header-right-buttons a {
        font-size: 16px;
        padding: 10px 15px;
    }
}

@media (max-width: 1399px) {
    .left-side-large {
        display: none;
    }

    .left-side-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #5654D1;
        padding: 15px;
        margin-top: -15px;
        border-radius: 10px;
    }

    .left-side-mobile a {
        background: #F7F9FD;
        border: 1px solid #DDE8FF;
        border-radius: 20px;
        margin: 0 10px;
        padding: 12px 40px;
        transition: 0.3s;
        cursor: pointer;
    }

    .left-side-mobile a:hover {
        background: var(--bs-secondary-bg-subtle);
    }
}

@media (max-width: 1200px) {
    .dashboard-table-header h4 {
        font-size: 30px;
    }
}

@media (max-width: 1099px) {
    .dashboard-table-header h4 {
        font-size: 26px;
    }

    .header-right-buttons a {
        font-size: 15px;
        padding: 10px;
    }

    .header-right-buttons a i{
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .deposit-card-image {
        width: 60px !important;
    }

    .deposit-card-description {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .left-side-mobile a {
        padding: 0;
    }
    .left-side-mobile a img {
        margin: 10px 16px;
    }
}

@media (max-width: 400px) {
    .left-side-mobile a img {
        margin: 10px 10px;
    }

    .btn-wallet-card {
        font-size: 12px;
    }
}
