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

.next-btn:disabled {
    pointer-events: none;
    background: var(--bs-purple);
    color: var(--bs-white);
}

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

.support-message-accordion {
    --bs-accordion-bg: inherit;
}

.support-message-accordion-item {
    border: 1px solid #CADBFC;
    border-radius: 10px;
}

.support-message-head-padding {
    padding: 10px 0 20px !important;
}

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

.affiliate-table-header {
    width: 50% !important;
}

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

.transfer-currency-select {
    padding-top: 28px;
}

.transfer-currency-select .nice-select .current {
    display: flex;
}

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

.affiliate-right-area {
    justify-content: flex-end !important;
}

.affiliate-right-area .header-right-buttons {
    width: 300px;
}

.custom-switcher-label {
    position: relative;
    display: inline-block;
    width: 53px;
    height: 25px;
    margin-left: 15px;
}

.custom-switcher-input {
    background: #F8F8FF;
    border: 1px solid #D5CDEB;
    border-radius: 10px;
    padding: 10px 20px;
    width: 0;
    font-weight: 600;
    opacity: 0;
    height: 0;
}

.custom-switcher-input:checked + .custom-switcher-span::before {
    transform: translateX(26px);
}

.custom-switcher-input:checked + .custom-switcher-span {
    background-color: #571ce0;
}

.custom-switcher-span {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--border-color);
    transition: 0.4s;
    border-radius: 24px
}

.custom-switcher-span::before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.nice-select .list {
    display: none;
}

.nice-select.open .list {
    display: block;
}

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

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

    .affiliate-header-right-buttons a {
        font-size: 16px;
        padding: 10px !important;
        margin: 0 !important;
    }
}

@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: 1148px) {
    .affiliate-filters-item {
        display: grid !important;
    }
    .affiliate-right-area {
        justify-content: space-around !important;
    }
}

@media (max-width: 991px) {
    .transfer-currency-select {
        padding-top: 1rem;
    }
    .affiliate-table-header {
        width: 100% !important;
    }
}

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

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

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

@media (max-width: 820px) {
    .affiliate-right-area {
        display: grid !important;
        justify-content: flex-start !important;
    }
}

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