*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0
}

:root {
    --html-font-size: calc(14.25px + 0.390625vw);
    --bs-font-sans-serif: 'Lato';
    --bs-primary: #0C529E !important;
    --color-bg-primary: #0C529E !important;
}

html {
    font-size: var(--html-font-size);
}

@media only screen and (min-width: 101em) {
    :root {
        --html-font-size: calc(16.5px + 0.4vw)
    }
}

@media only screen and (min-width: 125em) {
    :root {
        --html-font-size: calc(16.5px + 0.59vw)
    }
}

body {
    font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100vh;
    display: flex;
    flex-flow: column;
}


.heading {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.02rem;
    color: #404052;
    margin-bottom: .25rem;
}

.subheading {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.02rem;
    color: #08315F;
    margin-bottom: 1rem
}

.subSubheading {
    font-weight: 700;
    font-size: 0.82rem;
    line-height: 1.02rem;
}

.body {
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.25rem;
    color: #66747F;
    margin: 1rem 0 0rem;
}

.updated-at-text {
    font-weight: 700;
    font-size: 0.8rem;
    line-height: 1.25rem;
    color: #404052;
}

.day-text {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.02rem;
}


/* other styles */

.header {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: .7rem 1.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    margin-bottom: .75rem;
    background-color: #ffffff;
}

.header-images-container {
    display: flex;
    column-gap: 2rem;
    align-items: center;
}

.last-updated-container {
    display: none;
    align-items: center;
    column-gap: .8rem
}

.header-image-1 {
    height: auto;
    width: auto;
}

.header-image-2 {
    height: auto;
    width: auto;
}

@media only screen and (max-width: 750px) {
    .header {
        padding: .7rem 1.1rem;
    }

    .header-images-container {
        column-gap: .9rem;
    }

    .last-updated-container {
        flex-flow: column;
        align-items: flex-start;
        justify-content: center;
    }

    .header-image-1 {
        height: 3.2rem;
        width: auto;
    }

    .header-image-2 {
        height: 2.3rem;
        width: auto;
    }
}

.main-content {
    background-image: url("https://storage.googleapis.com/wes-statistics/assets/spiral-background.svg");
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40vw, 1fr));
    row-gap: 1rem;
    column-gap: 1rem;
}

.text-container {
    display: flex;
    column-gap: .5rem;
    align-items: flex-end;
}

@media only screen and (min-width: 700px) {
    .grid-container {
        grid-template-columns: repeat(auto-fit, minmax(28vw, 1fr));
    }
}

.grid-item {
    border-radius: 12px;
    padding: 2rem 1rem 1rem 1rem;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    row-gap: 1rem;
}

.grid-item-1 {
    background-color: #D6EAFF;
}

.grid-item-2 {
    background-color: #ACE2E9;
}

.grid-item-3 {
    background-color: #FFCDCD;
}

.grid-item-4 {
    background-color: #FFEFDC;
}

.grid-item-5 {
    background-color: #DEF6E7;
}

.grid-item-6 {
    background-color: #D6EAFF;
}

.grid-item-7 {
    background-color: #ACE2E9;
}

.grid-item-8 {
    background-color: #FFCDCD;
}

.grid-item-9 {
    background-color: #FFEFDC;
}

.grid-item-10 {
    background-color: #DEF6E7;
}

.grid-item-11 {
    background-color: #D6EAFF;
}

.chart-custom {
    height: 100%;
    padding: 0.2em;
}

.line-chart {
    height: 100px;
    width: 100px;

    margin: 1em auto;
}

.box {
    padding: 1.5rem 1rem;
    border-radius: 12px;
    height: 100%;
}

.box-container {
    margin: auto !important;
}

.h-50vh {
    height: 50vh;
}

.h-70vh {
    height: 70vh;
}

.h-50 {
    height: 50vh;
}

.row {
    --bs-gutter-x: 0 !important;
}

.small-font {
    font-size: calc(8px + 0.390625vw) !important;
}

.wrapper {
    max-width: 95% !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.d-flex {
    display: flex;
}

.btn {
    padding: .375rem .75rem !important;
    height: unset !important;
}

.btn-primary {
    background-color: #0C529E !important;
    border-color: #0C529E !important;
}

.pos-abs-right {
    position: absolute;
    right: 6px;
    top: 0px;
    z-index: 2;
    color: var(--bs-primary);
    cursor: pointer;
    width: fit-content !important;
}

.item1 {
    grid-area: main;
    height: 70vh;
}

.item2 {
    grid-area: right1;
    height: 35vh;
}

.item3 {
    grid-area: right2;
    height: 35vh;
}

.grid-container {
    display: grid;
    grid-template-areas:
        'main right1 '
        'main right2';
    gap: 5px;
}

.grid-container-main {
    display: grid;
    grid-template-areas:
        'main main '
        'right1 right2';
    gap: 5px;
}

.grid-container>div {
    background-color: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
}

.see-all {
    color: var(--bs-primary);
    cursor: pointer;
}

.table-body {
    height: 500px;
}

#colleges-wrapper {
    display: none;
}

#regions-wrapper {
    display: none;
}

@media only screen and (max-width: 850px) {
    .grid-container {
        grid-template-areas:
            'main'
            'right1'
            'right2';
        gap: 5px;
    }

    .item2 {
        grid-area: right1;
        height: 45vh;
    }

    .item3 {
        grid-area: right2;
        height: 45vh;
    }

    .pos-abs-right {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .grid-container {
        grid-template-areas:
            'main'
            'right1'
            'right2';
        gap: 5px;
    }

    .item2 {
        grid-area: right1;
        height: 45vh;
    }

    .item3 {
        grid-area: right2;
        height: 45vh;
    }

    .pos-abs-right {
        display: none;
    }

}