.toolbar {
    z-index: 1005;
    position: fixed;
    right: 30px;
    bottom: 70px;
}

.toolButton {
    margin-bottom: 20px;
    overflow: hidden;
    color: #6c757d;
    width: 50px;
    height: 50px;
    transition: 0.6s;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 12px rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.goTopButton {
    margin-left: calc(100% - 50px);
    justify-content: center;
}

.settingsButton {
    min-width: 20px;
    max-width: 50px;
    min-height: 20px;
    max-height: 50px;
    width: 10vw;
    height: 10vw;
    margin-bottom: 0;
    justify-content: center;
}

.settingsList {
    text-align: left;
    padding: 5px;
}

.settingsList label {
    padding-top: 3px;
}

#topbar {
    position: fixed;
    z-index: 1030;
    width: 100vw;
}

html {
    scrollbar-gutter: stable;
}

#topbar div div:nth-child(1) a,
            #notice-top {
                transition: 0.3s;
            }
    
            #topbar div div:nth-child(1) a.text-secondary:hover,
            #notice-top:hover {
                color: #303030 !important;
            }
    
            #search-label-top,
            #search-top {
                transition: 0.3s;
            }
    
            #search-label-top:hover {
                background: rgba(255, 255, 255, 0.8) !important;
            }