body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #000051;
}
body {
    min-width: 230px;
    max-width: 550px;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1.3em;
    margin: auto;
    color: whitesmoke;
}
input {
    font-size: 0.8em;
    font-family: inherit;
    width: 220px;
    margin-top: 10px;
}
select {
    font-size: 0.8em;
    font-family: inherit;
    width: 220px;
    margin-top: 10px;
}
hr {
    max-width: 460px;
    min-width: 200px;
    text-decoration: none;
    border: 1px solid whitesmoke;
    margin-bottom: 25px;
}
hr.black {
    border: 1px solid #0c0f19;
    min-width: 300px;
    max-width: 450px;
}
a {
    text-decoration: none;
    color: #ff6090;
}
a.dark {
    color: #b0003a;
}
p, label {
    color: #ffffff;
}
img.full {
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 530px;
    min-width: 300px;
    border-radius: 3%;
}
.msg {
    font-size: 0.8em;
    margin: 10px 0;
}
.msg.msg--info {
    color: #35b618;
}
.msg.msg--error {
    color: #e91e63;
}
.hidden {
    display: none;
}
.main {
    background-color: #000051;
    border: 1px solid #000051;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    text-align: center;
    position: relative;
    margin-top: 15px;
}
.header {
    display: inline-flex;
    align-items: flex-start;
    height: 75px;
}
.title, .menu-btn {
    align-self: center;
    color: #ffffff;
    font-weight: 500;
    padding: 0 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.title > h1 {
    margin: 0;
}
.menu-btn {
    font-size: 1.8em;
    z-index: 99;
}
.menu-btn:hover {
    color: #e91e63;
    cursor: pointer;
}
.menu {
    position: fixed;
    right: 3%;
    z-index: 98;
    width: 75%;
    background-color: #534bae;
    border-radius: 5px;
    border: 2px solid whitesmoke;
}
.menu.hidden {
    display: none;
}
.menu > ul {
    text-align: left;
    margin-left: 10px;
    padding-left: 10px;
}
.menu > ul > li {
    list-style: none;
    padding: 7px 0;
}
.menu > ul > li > a {
    color: whitesmoke;
    font-weight: 400;
}
.menu > ul > li > a:hover {
    color: #e91e63;
}
.menu-top:hover {
    cursor: pointer;
    color: #e91e63;
}
.menu-sub {
    margin-top: 15px;
    padding-top: 8px;
    border-top: 1px dashed whitesmoke;
}
.menu-sub > ul > li {
    list-style: none;
    padding: 7px 0;
}
.menu-sub > ul > li > a {
    color: whitesmoke;
    font-weight: 400;
}
.menu-sub > ul > li > a:hover {
    color: #e91e63;
}
.menu-sub.hidden {
    display: none;
}
li.hidden {
    display: none;
}
.button {
    font-family: inherit;
    font-size: 1em;
    margin: 20px 0;
    background-color: #e91e63;
    color: whitesmoke;
    padding: 5px 10px 5px 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    border: 1px solid antiquewhite;
    /*
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1),
                0 0 0 0 rgba(0, 0, 0, 0.1);
    */
}
.button:hover {
    cursor: pointer;
}
.button.disabled {
    background-color: #959899;
    cursor: auto;
}
.main {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2),
                0 25px 50px 0 rgba(0, 0, 0, 0.1);
}
.material-symbols-outlined {
    font-size: 1.2em;
    vertical-align: text-bottom;
    font-variation-settings:
            'FILL' 0,
            'wght' 500,
            'GRAD' 0,
            'opsz' 48;
 }
.material-symbols-outlined.smaller {
    font-size: 1em;
}
.material-symbols-outlined.link {
    color: whitesmoke;
}
.material-symbols-outlined.info {
    font-size: 0.75em;
    vertical-align: super;
}
.material-symbols-outlined.info:hover {
    cursor: pointer;
}
.reg {
    font-size: 0.8em;
    color: whitesmoke;
    padding: 0;
    margin: 3px;
}
span.count {
    color: #e91e63;
    /*text-shadow: 0 0 3px #0c0f19;*/
    font-weight: 500;
}
a.logo {
    width: 67px;
    height: 67px;
    margin: 0;
    padding: 0;
    text-indent: -15px;
}
.bubble {
    align-self: center;
    align-items: center;
    margin: 10px auto;
    background-color: #1a237e;
    border: 1px solid whitesmoke;
    border-radius: 5px;
    padding: 15px 5px;
    max-width: 460px;
}
.bubble > p {
    margin: 10px;
    line-height: 150%;
}
.segment {
    padding: 10px 0;
}
.info-overlay {
    position: absolute;
    z-index: 98;
    width: 300px;
    color: whitesmoke;
    font-size: 0.7em;
    background-color: #ff6090;
    padding: 8px;
    border-radius: 5px;
}
.info-overlay.hidden {
    display: none;
}
.footer {
    font-size: 0.8rem;
}
#no-account {
    margin-top: 15px;
}
#register {
    margin-bottom: 15px;
}

@media only screen and (min-width: 550px) {
    .menu-btn {
        position: inherit;
        display: flex;
    }
    .menu {
        position: absolute;
        display: flex;
        margin-right: 10px;
        width: 80%;
    }
    .main {
        border-color: whitesmoke;
    }
}

@media only screen and (max-width: 300px) {
    a.logo {
        display: none;
    }
    .header {
        margin: 0;
        padding: 0;
    }
    .title {
        font-size: 1.1em;
    }
}
