.page-main {
    margin-top: 40px !important;
}

.page-main__inner {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

.adb-vip-gradient {
    background: linear-gradient(45deg, rgb(255, 255, 255) 64%, rgb(154, 161, 210));
}

.adb-premium-gradient {
    background: linear-gradient(45deg, rgb(255, 255, 255) 64%, rgb(217, 209, 101));
}

.page-header__inner {
    display: none !important;
}

.adboard-loader-wrap {
    position: fixed;
    width: 100%;
    height: 100vh !important;
    top: 0;
    left: 0;
    z-index: 200000;
    background-color: #e3e4e877;
    display: flex;
    justify-content: center;
    align-items: center;
}

.adboard-loader-hidden {
    display: none !important;
}

.adboard-lds-ring {
    color: #004BDB;
}
.adboard-lds-ring,
.adboard-lds-ring div {
    box-sizing: border-box;
}
.adboard-lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.adboard-lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid currentColor;
    border-radius: 50%;
    animation: adboard-lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: currentColor transparent transparent transparent;
}
.adboard-lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.adboard-lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.adboard-lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes adboard-lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
