html, body {
    height: 100%;
}

svg {
    max-height: 700px;
}

.logo {
    display: inline-block;
    max-height: 150px;
    margin-right: 1.5rem;
}

.title {
    display: inline-block;
}

.container {
    max-width: 1280px;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.table_chair,
.outside_spot,
.inside_spot {
    font-weight: bold;
}

#submit {
    width: 75%;
    height: 40px;
    top: calc(50% - 20px);
    left: 12.5%;
    position: relative;
}

label {
    font-weight: bolder;
    font-size: calc(var(--bs-body-font-size) * 1.15);
    vertical-align: middle;
}

#map_container {
    text-align: center;
}

#modal_cost {
    pointer-events: none;
    border: none;
    background: none;
}

#modal_assign > .modal-dialog {
    max-width: 1000px;
}

#modal_assign svg {
    max-width: 960px;
}