#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;
}