﻿.lg-white {
    font-size: 2.25em;
    color: white;
    font-weight: bolder;
}

.no-bordertop > tbody > tr th, .no-bordertop > tbody > tr td {
    border-top: none !important;
}

.yellow-table > tbody > tr th {
    background-color: #ffffcc;
    border: 1px black solid;
}

#map {
    height: 100%;
}

.top5 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.top5__desc {
    width: 100%;
    text-align: left;
    font-weight: bolder;
}

.top5__list {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.listCard {
    min-width: 20%;
    padding: 12px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .listCard strong {
        font-size: 2.25em;
        color: white;
        font-weight: bolder;
    }

.listCard__title {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.caseBlock {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.caseBlock__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.caseBlock__block--title {
    width: 100%;
    text-align: left;
    font-size: 1.125em;
    font-weight: bolder;
    color: #212529;
}

.caseBlock__block > #map {
    width: 100%;
    height: 750px;
}

.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form__block {
    width: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #EAEAEA;
}

.form__block--title {
    font-size: 1.25em;
    color: #212529;
}

.form__block--field {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form__btn {
    width: 100%;
}

.form__chart {
    width: 100%;
}

@@media screen and (min-width: 1024px) {
    .caseBlock {
        flex-direction: row;
    }

    .caseBlock__block {
        width: 50%;
    }
}
