.DepositForm[data-active='244']::after {
    content: "PayID Deposit rules:\a \a- When sending your deposit, please ensure the amount you entered to generate your PayID is EXACTLY what you send through your bank.\a\a - Sending a different amount than what you entered to generate the PayID will result in the funds being automatically returned to you.\a\a- Please only use your FULL NAME as the reference/description when you send a deposit.\a\a- Using prohibited words such as “win”, “gaming”, “pokies”, etc. may result in your PayID being permanently banned!";
    position: relative;
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    pointer-events: none;
    color: var(--accountPageText);
    background: var(--paymentsSystemBackground);
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 8px;
    box-sizing: border-box;
}

.banner .content .button {
    display: none !important;
}

.Header .container .wrapper .logo {
    width: 36px !important;
}

.JackpotsList .container .wrapper .jackpot .value {
    opacity: 1 !important;
    margin-top: 10px !important;
}


.TabContent .TransactionHistory .settings .show-history {
    border-bottom: var(--buttonBottomBorder) !important;
}

.news .wrapper {
    background: var(--baseColor) !important;
    border-top: var(--headerBorderBottom);
}

.ProvidersModal .provider-card .single-element .label,
.ProvidersModal .provider-card .single-element .amount,
.information .bonus-item.promocodes .PromoForm .flex .submit,
.TabContent .TransactionHistory .settings .operation div[data-active=true],
.TabContent .settings .show-history,
.TabContent .PasswordChangeForm .submit {
    color: #fff !important;
}

.WagerBonus .info .depositButton svg path {
    fill: #fff !important;
}

.SupportButton .single-support .support-item-title {
    display: none !important;
}

.SupportButton .single-support::after {
    content: 'Поддержка';
    color: var(--buttonTextColor);
    font-weight: 500;
    margin-left: 10px;
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
}