#sportsportal-loader {
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, 0.6);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
}

.visually-hidden {
    display: none;
}

.toolbar-button {
    font-size: 16px;
    border: solid 2px white;
    border-radius: 2px;
}

.hidden {
    display: none;
}

.sportsportal-containerblocker {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(2px);
    top: 0;
    left: 0;
}