@font-face {
    font-family: "Lexend Deca";
    src: url("../Lexend_Deca/static/LexendDeca-Regular.ttf");
}

html {
    background-image: linear-gradient(lightgrey, rgb(151, 139, 210));
    min-height: 100%;
}

input {
    display: inline;
}

body {
    text-align: center;
    font-family: "Lexend Deca";
}

img {
    display: block;
    margin: auto;
    padding: 10px;
}

button {
    font-size: 125%;
    display: block;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

hr {
    color: black;
    border-style: solid;
}

p {
    margin: 2px;
    font-weight: bold;
}

div {
    width: fit-content;
    margin: auto;
}

#cbs {
    display: flex;
    flex-direction: row;
    border-style: double;
    border-color: rgba(255, 255, 255, 0.5);
}

.chosen {
    border-style: groove;
    border-color: lightgray;
    padding: 5px;
    border-radius: 2px;
    margin: auto;
    margin-bottom: 5px;
    text-align: center;
}

input[type="checkbox"] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.chosen * > label {
    display: block;
}

.cbc {
    display: flex;
    text-align: center;
    align-items: center;
    width: 70px;
    flex-direction: column;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.283);
}

.unitnum {
    font-weight: normal;
    font-style: italic;
}

img {
    display: block;
    margin: auto;
    padding: 10px;
}

#userexcludelist {
    padding: 5px;
    margin: auto;
}

.controls {
    border-style: solid;
    padding: 5px;
    border-color: rgba(0, 0, 0, 0.287);
    margin-top: 5px;
    margin-bottom: 5px;
}

.unitslot {
    border-style: none;
    display: inline-block;
}

nav ul {
    height: 150px;
    min-height: 150px;
    width: 200px;
    overflow: scroll;
    background-color: rgba(255, 255, 255, 0.2);
}

.collapsible {
    color: #444;
    padding: 6px;
    text-align: center;
    font-size: 15px;
    border: solid;
}

.content {
    padding: 18px;
    padding-top: 6px;
    display: none;
    overflow: hidden;
    border: solid;
    border-color: rgba(0, 0, 0, 0.283);
}

.content > button {
    display: inline;
}

input[type="text"] {
    display: block;
    margin: auto;
}
