@font-face { font-family: Salonica; src: url('../Salonica.ttf'); } 
@font-face { font-family: URWGothic; src: url('../URWGothic.ttf'); } 
*, button {
    /* font-family: montserrat; */
    font-family: URWGothic;
    font-weight: 400;
} 

:root {
    --col0 : #faf9f6;
    --col1 : #dfe4d6;
    --colf: #3e2f1c;
    --col2 : #161616;
}

#mainBg {
    background-color: var(--col0);
}

#dispTxt {
    font-family: URWGothic;
    font-size: 8em;
    text-align: center;
}

#setBg, #overBg, #graphBg {

    position: absolute;
    border-radius: 25px;
    background-color: var(--col0);
    /* top: 10vh; */
    top: 0vh;
    left: 10vw;
}

#setBg {
    z-index: 20;

    font-size: 2em;
    /* display: none !important; */
}

#setBgBg {
    position: absolute;
    z-index: -1;
    top: 10vh;
    left: auto;
    right: auto;
    height: 50vh;
    width: 50vw;
    opacity: 0.2;
}

#classSelGraph, #subASel {
    background-color: var(--col1);
}

h1, h4 {
    font-size: 4em !important;
    font-family: 'Salonica';
}


h5 {
    font-size: 8em !important;
    font-family: 'Salonica';
}

#overBg {
    z-index: 15;
    
    /* display: none !important; */
}

#halfOverBg {
    left: auto;
    right: auto;
    width: 30vw;
    select {
        font-size: 1.5em;
        background-color: var(--col1);
        border-color: transparent;
    }
    button {
        background-color: var(--col1);
        border-color: transparent;
        border: none;
        font-size: 1.5em;
        /* outline: 1px dashed black !important; */
        color: var(--colf)
    }
}

#setTab {
    /* background-color: green; */
}

#setTab tr th {
    text-align: right;
}

#setTab tr td {
    text-align: left;
    padding-left: 1ch;
}

#bgColorer {
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
}

#graph0 {
    z-index: 100000000;
    margin-left:auto;
    width: 60%;
    height: 55vh;
}

.graph-container {
    /* outline: 1px solid black; */
    background-color: var(--col0);
    /* background-color: red !important; */
    width: 100%;
    height: 100%;
}

#sidBox, #passBox, #usrBox {
    /* background-color: var(--col1); */
    background-color: var(--col1);
    border-color: transparent;
    font-size: 0.75em;
}

#logBtn {
    font-size: 0.75em;
    text-align: center;
    /* color: #515555; */
    color: var(--colf);
    background-color: var(--col1);
    border-color: transparent;
    width: max-content;
    margin-top: 3vh;
}

#graphBg {
    z-index: 10;
    padding-top: 10vh;
    display: none;
}

.theadlol tr th {
    background-color: var(--col1);
    border-color: #666666 !important;
    border-top-width: 1px;
}

.theadlol tr td {
    background-color: #fff9e7;
    border-color: #666666 !important;
    border-top-width: 1px;
}

.clickablespan {
    color: var(--colf);
    text-decoration: underline;
}

.clickablespan:hover {
    cursor: pointer;
}

/* #overBg {
    display: none !important;
}

#setBg {
    display: none !important;
}

#graphBg {
    display: block !important;
} */