:root {
    --green: #06BBC1;
    --red: #ff0000;
}

* {
    font-family: 'Roboto', sans-serif;
}

main {
    flex: 1;
}

p,
.p {
    font-size: 1.4rem;
}

.table {
    padding: 10px;
    font-size: 1.2rem;
}

tbody th {
    border-left: none;
}

tbody td {
    text-align: center;
}

.separator h1 {
    font-size: 2.2rem;
    font-weight: 500;
}

.table-bordered {
    border-color: black;
}

thead th:first-child,
thead tr {
    border-left: none;
    border-top: none;
}

thead th,
tbody td {
    width: 25%;
    text-align: center;
}

thead th:first-child,
tbody td:first-child {
    width: auto;
}

.separator {
    border-bottom: 1px solid var(--green);
}

.multiple-col p {
    /* create mutiple columns */
    column-count: 1;
    column-gap: 1.5em;
}

[v-cloak] {
    display: none;
}

.input-group>.form-select {
    position: relative;
    flex: 0;
    width: auto;
    min-width: 200px;
    height: auto;
    font-size: 14px;
    color: var(--red);
}

header {
    color: var(--red);
    /* padding-bottom: 30px; */
}

header h1 {
    /* padding-left: 30px; */
    font-weight: bolder;
}

.treatment-testing {
    min-height: 140px;
}

.main-content {
    padding-top: 8rem !important;
}

.mt-more {
    margin-top: 22rem !important;
}

.differentiated {
    font-weight: bolder;
    font-size: 1.6rem;
}

.treatment-testing h5,
.key {
    font-weight: bolder;
}

.current-state-section {
    min-height: 150px;
}

.current-state-section .heading {
    font-weight: bolder;
    font-size: 1.5rem;
}

.list {
    font-size: 1.3rem;
}

.text-font {
    font-size: 1.3rem;
}

.color-status {
    background-color: red;
    height: 25px;
    width: auto;
}

.d-none-local {
    display: none;
}

.summary-text {
    /* margin-left: 110px; */

    /* margin-left: 15px;
    margin-right: 30px; */
    padding-top: 10px;
    /* border-left: 1px solid var(--green); */
    min-height: 160px;
}

.summary-text p {
    /* padding-left: 10px; */
    text-align: justify;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.section-heading {
    background-color: var(--green);
    color: white;
    padding: 8px;
    padding-left: 20px;
}

.square {
    width: 20px;
    height: 20px;
    background-color: var(--green);
    margin-right: 10px;
}

.square-text {
    flex: 1;
    font-size: 1rem;
    padding-top: 5px;
}

#myChart {
    max-height: 400px;
    max-width: 900px;
}

.square.gap,
.color-status.gap {
    background-color: rgba(6, 187, 193, 0.4);
}

.square.urgent,
.color-status.urgent {
    background-color: #E31836;
}

.square.mixed,
.color-status.mixed {
    background-color: #F78F1E;
}

.square.performance,
.color-status.performance {
    background-color: #06BBC1;
}

.square.insufficient,
.color-status.insufficient {
    background-color: #BCBCC0;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    /* [class*="col-"] {
        width: 100%;
    } */

    .separator h1 {
        font-size: 2.2rem;
        font-weight: 500;
    }

    .table {
        padding: 10px;
        font-size: 1rem;
    }

    .input-group>.form-control,
    .input-group>.form-floating,
    .input-group>.form-select,
    .input-group>.btn {
        width: 100%;
        border-radius: 0.375rem !important;
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
        border-top-left-radius: 0.375rem !important;
        border-bottom-left-radius: 0.375rem !important;
        margin-left: 0px !important;
        margin-top: 10px;
        flex: 1;
        font-size: 20px;
    }



    .multiple-col p {
        column-count: 1;
        padding-left: 10px;
    }

    .fixed-top {
        position: inherit;
    }

    .main-content {
        padding-top: 0rem !important;
    }

    .summary-text {
        margin-left: 10px;
        margin-right: 30px;
        margin-bottom: 30px;
        padding-top: 20px;
        border-left: none;
        min-height: 300px;
    }

    body {
        border-left: none;
    }
}