@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.checklist-form-c,
.proceed-form-c {
    background: #F2FBFB;
    border: 0;
    max-width: 586px;
    margin: 0 auto 30px;
    width: 100%;
    min-height: 512px;
    border-radius: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 32px;
    color: #548AC7;
}

.logo {
    max-width: 233px;
    margin-bottom: 3rem;
}

.checklist-form-c h1 {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.btn-primary {
    background: #548AC7;
    border: 0;
    border-radius: 8px;
    min-width: 174px;
}

.btn-primary:hover {
    background: #3a6faa;
}

.btn-primary:focus,
.btn-primary:active:focus {
    background: #3a6faa;
    box-shadow: 0 0 0 .25rem rgb(58 111 170 / 50%);
}

.checklist-form-c select.form-control {
    max-width: 420px;
    margin: 20px auto 35px;
}

select.form-control,
input.form-control {
    border: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15) !important;
    border-radius: 8px;
}

h3 {
    font-size: 18px;
    font-weight: 500;
}

.form-control::placeholder {
    color: #999;
}

.proceed-form-c h3 {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.proceed-form-c {
    padding: 50px 0;
}

.proceed-form-c .text-danger {
    padding-top: 10px;
    display: inline-block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset, 0 0 10px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0 0 1000px white inset, 0 0 10px rgba(0, 0, 0, 0.15) !important;
}

.sidebar-button {
    width: 260px;
    padding: 0 20px;
}

.sidebar-button button {
    width: 100%;
    background: #99CFCF;
    min-height: 40px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.table-form {
    width: calc(100% - 260px);
    padding: 0;
    padding-right: 20px;
}

.table-h th {
    background: #548AC7;
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
}

.table-h tbody {
    border-top: 0 !important;
}

.th-rule {
    min-width: 150px;
}

.th-requirement {
    width: 350px;
    min-width: 250px;
}

.th-status {
    min-width: 160px;
}

.th-corr-on-site {
    min-width: 130px;
}

.th-flagged {
    width: 100px;
}

.th-notes {
    min-width: 198px;
}

.table-h tr td {
    padding: 10px 20px;
}

input[type=checkbox] {
    color: #fff;
    border: 1px solid #0000FF !important;
    border-radius: 5px;
    width: 20px;
    height: 20px !important;
}

input[type=checkbox]:checked {
    background-image: url(../img/check-icon.png) !important;
    background-size: 10px !important;
}

input[type=checkbox]:focus {
    background-color: #fff !important;
}

.table-h select.form-control {
    font-size: 13px;
}

.table-h input.form-control {
    font-size: 14px;
    height: 36px;
}

.table-h input[type=checkbox]:focus {
    box-shadow: none !important;
}

.container {
    max-width: 100%;
}

.sidebar-button .active {
    background: #3F8E8E;
    color: #fff;
}

.sidebar-button button:focus-visible {
    outline: none;
}

.apexcharts-legend {
    padding-top: 20px !important;
}

.chart-buttons-h {
    position: relative;
    z-index: 1;
}

.modal-header {
    border: 0;
}

.modal-footer {
    border: 0;
    justify-content: center;
    padding-bottom: 25px;
}

.modal-content {
    border-radius: 24px;
}

.modal-header .btn-close {
    opacity: .7;
}

.chart-buttons-h .tbh-btn-r {
    display: flex;
    flex-wrap: wrap;
    max-width: 615px;
    margin: 0 auto;
    justify-content: center;
}

.chart-buttons-h .tbh-btn-r .tbh-btn-h {
    width: 174px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    .proceed-form-c .tbc-review-type {
        margin-bottom: 0 !important;
    }

    .checklist-form-c {
        min-height: 300px;
    }

    .checklist-form-c select.form-control {
        margin: 0 auto 15px;
    }

    .sidebar-button {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 20px;
    }

    .sidebar-button button {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
        margin-right: 15px;
    }

    .table-form {
        width: 100%;
        padding-left: 20px;
    }

}

@media (max-width:480px) {
    .chart-buttons-h {
        margin: 15px 0 !important;
    }

    #chart {
        margin-top: 10px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
    }

    .apexcharts-legend {
        margin-top: -40px !important;
        padding-top: 0 !important;
        bottom: 25px !important;
    }
}

.img-404-h {
    min-height: 100vh;
    align-items: center;
}

.img-404-h img {
    max-width: 1000px;
}

.bg-info {
    background-color: rgb(250 196 84) !important;
    color: #000 !important;
    font-weight: 500;
    border-radius: 12px;
    padding: 8px 20px;
}

input[type="radio"]:checked {
    color: #0000ff;
}

input[type="radio"]:focus {
    box-shadow: none;
}

.required-popup .swal2-icon {
    transform: scale(0.5);
    margin: 0 auto;
}

.required-popup h2 {
    font-size: 22px;
    font-weight: 500;
    padding-top: 0;
}

.required-popup div#swal2-html-container {
    padding: 0 15px;
}

.required-popup div#swal2-html-container li {
    font-size: 14px;
}

.required-popup h3 {
    font-size: 18px;
}

.required-popup h5 {
    font-size: 15px;
    background: #eee;
    padding: 5px 15px;
    color: #000;
}

.required-popup h3+ul {
    padding-left: 0;
    padding-right: 0;
}

.required-popup h3+ul>li {
    padding-left: 0;
    padding-right: 0;
}

.required-popup button.swal2-confirm {
    background: #548AC7;
    border: 0;
    border-radius: 8px;
}

.required-popup .swal2-actions {
    margin-top: 0;
}

input#inspector_name,
input#inspector_email {
    max-width: 420px;
    margin: 0 auto;
}


label[for="inspector_name"],
label[for="inspector_email"] {
    display: block;
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 16px;
}

.location-list-h {
    border-bottom: 0;
}

.location-list-h a {
    background: #fff !important;
    border-radius: 12px !important;
    margin-right: 10px;
    color: #000 !important;
    border: 1px solid #ddd !important;
}

.location-list-h a.active {
    background: #fdc64d !important;
    font-weight: 700;
    border: 0 !important;
}

.location-list-cat-h a {
    background: #eee !important;
    color: #000 !important;
    margin-bottom: 8px !important;
    border-radius: 12px !important;
    text-align: center;
}

.location-list-cat-h a.active {
    background: #9ad0d0 !important;
    font-weight: 700;
}

.location-list-cat-h {
    border: 0 !important;
}

.location-list-h a {
    border: 0 !important;
    outline: 0 !important;
}

.location-list-c .col-md-3 {
    width: 20%;
}

.location-list-c .col-md-9 {
    width: 80%;
}

.school-name {
    margin-left: 68px !important;
    margin-bottom: 6px;
}

#categoryDropdown {
    color: black !important;
}

.background-red {
    background: red !important;
}

.background-green {
    background: green !important;
}