:root {
    --theme_color_main1: #0a253e;
    --theme_color_main2: #273d51;
    --theme_color_main3: #1569ae;
    --theme_color_main4: #5186b1;
    --theme_color_b: #000000;
    --theme_color_w: #fff;
    --theme_color_r: #ff0000;
    --theme_color_y: #ffd800;
    --brdr_rds: 2rem;
}

html {
    font-size: 1rem;
}

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 400px;
    left: auto;
    z-index: 100;
}

#accordionorders {
    padding-top: 30px;
    margin: 2px;
    display: none;
}

/*--LOBBY--*/
.gs_lobbycontainer {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.gs_lobbysection {
    flex: 1 1 600px;
    max-width: 600px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    margin: 20px;
}

.lobbytitle > h1 {
    margin-top: 20px;
    margin-bottom: 100px;
    text-align: center;
}

.gs_lobbyicon > input {
    height: 120px;
    width: 120px;
    padding: 10px;
    margin: 5px;
}

.lobbyicon_text {
    width: 100%;
    margin-left: 10px;
    max-width: 300px;
}

.lobbyicon_text > h2 {
    font-size: 2rem;
    width: 100%;
}

.lobbyicon_text > p {
    font-size: 1rem;
    width: 100%;
}

.gs_bg {
    background-color: var(--theme_color_main1) !important;
    color: white
}

.gs_navitemborder {
    border: 1px solid var(--theme_color_main3) !important;
    border-radius: 14px;
    margin: 2px;
}

.gs_menubar {
    height: 150px;
}

    .gs_menubar > h1 {
        padding-bottom: 10px;
    }

.gs_btn_menu {
    color: var(--theme_color_w);
    font-weight: 700;
    border-radius: 13px;
}

    .gs_btn_menu:hover {
        color: var(--theme_color_main2);
        background: var(--theme_color_w);
        border-radius: 13px;
    }