.withdraw-item {
    cursor: pointer;
}

.blocked-item {
    cursor: not-allowed;
}

.footer-payment-img > img {
    margin-right: 15px;
}

.btn-rcon {
    border-radius: 3px;
    background-color: var(--support-secondary);
    border: 0;
    padding: 5px 8px;
    margin-left: 5px;
}

#boostModal {
    border: 0;
    vertical-align: middle;
    font-size: 0.875rem;
    color: var(--white);
    font-weight: 400;
    word-break: keep-all;
}

.chart-js {
    min-height: 350px;
    background-color: transparent;
}

.grecaptcha-badge {
    visibility: hidden;
}

.regulations-text, .tos-text{
    color: white;
}

.withdraw-wrapper-items {
    height: 800px
}

.server-type {
    min-width: 250px;
    max-width: 350px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.server-type {
    min-width: 120px;
    max-width: 120px;
}

.server-credit {
    min-width: 70px;
    max-width: 100px;
}

.server-connect {
    min-width: 75px;
    max-width: 100px;
}

.nav-flag-dropdown {
    color: #fff;
    border: 1px solid var(--low-border);
}

.nav-flag-dropdown .dropdown-toggle {
    background-color: transparent;
    color: #fff;
    border: 1px solid var(--low-border);
    padding: .5rem .75rem;
}
