:root {
    --primary: #0064C8;
    --primary-linear-gradient: #0064C8;
    --primary-background: linear-gradient(180deg, #17C5FC, #178AFC 100%);
    --hover-primary-background: #0064C8;
}

.profile-banner::before {
    background: url('/co2bet/img/profile-bg.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
}

.mobile-profile-banner::before {
    background: url('/co2bet/img/profile-mobile.png') !important;
    background-size: cover !important;
}