body {
    background-color: #1e1b1b;
    color: white;
}
.container-fluid{
    text-align: center;
    max-width: 450px;
    padding-bottom: 20px;
}
.element-row {
    justify-content: space-between;
}
.form-select {
    width: 200px;
}
.col-auto {
    width: 50%;
    text-align: left;
}
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    background-color: #ce181e;
    border-color: #ce181e;
    box-shadow: none;
}
.logo-img {
    height: 10vh;
    width: auto;
}
.logo-img-row {
    margin: 15px 10px;
}
.btn-secondary {
    background: white !important;
    color: black !important;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
}
.dropdown-menu a{
    background: white !important;
    color: black !important;
    cursor: pointer;
}
.dropdown-menu a:active, .dropdown-menu a:hover{
    background: #dfdbdb !important;
    color: black !important;
}
.dropdown-menu {
    min-width: 101%;
    max-height: 58vh;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.dropdown-toggle::after {
    margin-top: 0.5rem;
}