.form-error input {
    border-color: red;
}

.error {
    color: #fff;
    font-size: 10px;
    background-color: red;
    padding: 32px 8px 4px;
    width: 100%;
    display: block;
    margin-top: -28px;
    position: relative;
    z-index: -1;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.marker {
    width: 50px;
    height: 50px;
    background-color: #7B7B7B;
    border-radius: 15px;
    overflow: hidden;
}

.page-item.active .page-link,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #3A85C6;
}

.source-id {
    padding: 18px 20px;
}

.modal-body {
    padding: 50px
}

.modal-body .btn {
    margin-top: 20px;
    margin-bottom: 0px;
}

body.modal-open .module-facility-info {
    filter: blur(10px);
}

.loadin-bg {
    background-color: #fffbf9 !important;
}

.btn-logout,
.btn-logout:hover {
    margin-right: 5%;
    background-color: transparent;
    color: #fff;
}

.module-graphics-download {
    position: absolute;
    bottom: 11px;
    left: 10px;
    width: 20px;
}

.cong-message h2 {
    font-size: 3em;
    padding-top: 5%;
}

.cong-message p {
    font-size: 2em;
    color: #3A85C6;
    margin-bottom: 0;
    font-weight: 600;
}

#wrapper {
    width: 100%;
    height: 100%;
}

iframe {
    border-radius: 0 !important;
}

.video-player {
    cursor: pointer;
}

.video-js {
    width: 100% !important;
    height: calc((var(--vh, 1vh) * 100) - 49px) !important;
}

#video-player {
    height: 90% !important;
}

#videoModal .modal-body {
    background-color: #000 !important;
    padding: 0;
}

#videoModal .modal-header {
    background-color: #000 !important;
    border-bottom: none !important;
}

#videoModal .btn-close {
    color: #fff;
    font-size: 1rem;
}

.table>:not(caption)>*>* {
    padding: 1.5rem 1rem;
}

/* New CSS */

.module-logo {
    position: relative;
    padding: 70px 0 150px;
    background-image: url(../files/border.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #F7FCFD;
}

.module-logo .logo {
    display: block;
    margin-bottom: 50px;
}

.module-logo .logout-div {
    position: absolute;
    top: 55px;
    width: 100%;
    height: 40px;
    text-align: right;
    padding-right: 90px;
}

.module-logo img {
    width: 40%;
}

.search-div {
    margin-top: -3rem;
}

.content .title {
    font-size: 40px;
    color: #3A85C6;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 40px;
}

.nav-tabs {
    margin: 0 35px;
}

.custom-tabs .nav-link {
    padding: 10px 30px;
    background-color: #EFEFEF;
    font-size: 30px;
    font-weight: 700;
    color: #2E294E;
    transition: all .3s;
    margin: 0 15px;
}

.custom-tabs .nav-link:hover,
.custom-tabs .nav-link.active {
    background-color: #2E294E;
    color: #fff;
}


.custom-pills .nav-item {
    margin-right: 40px;
    margin-bottom: 36px;
}

.custom-pills .nav-item:last-child {
    margin-right: 0;
}

.custom-pills .nav-link {
    padding: 22px 82px;
    border-radius: 50px;
    border: 2px solid #2E294E;
    background-color: #2E294E;
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    transition: all .3s;
}

.custom-pills .nav-link:hover,
.custom-pills .nav-link.active {
    background-color: transparent;
    color: #2E294E;
}

.data-wrap {
    margin: 0 -25px;
}

.data-row .text,
.sample-results .text {
    /* min-height: 70px; */
    padding: 0 25px 15px;
}

.sample-results .text {
    font-size: 25px;
    font-weight: 400;
    font-style: italic;
}

.sample-results-percentage .text {
    min-height: 60px;
    padding: 5px;
}

.sample-results-percentage span:not(.link),
.sample-results span:not(.link) {
    display: block;
}

.sample-results-percentage .dark.text {
    min-height: 70px;
    padding: 5px;
}

.approval-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #EFEFEF;
    border-radius: 20px;
    border: 1px solid #F7FCFD;
    padding: 25px 30px;
    font-size: 26px;
    font-weight: 600;
    margin: -35px -35px 25px -35px;
}

.approval-div a {
    color: #3A85C6;
    text-decoration: none;
    transition: all .3s;
}

.approval-div a:hover {
    color: #2E294E;
    text-decoration: underline;
}

.filter {
    margin-bottom: 20px;
}

.filter span {
    margin-right: 20px;
}

.data-col h4 {
    font-weight: 900;
    color: #1D3466;
    font-size: 30px;
    margin: 0 0 15px;
}

.data-row {
    padding: 15px 25px;
    text-align: center;

    span {
        background-color: #EFEFEF;
    }
}

.pending.data-row {
    width: 33%;
}


.sample-results {
    background-color: #FDDABB;
    color: #1D3466;
    padding: 10px;
    border-radius: 35px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 25px;

    &.sample {
        .data-row {
            padding: 15px;

            .number {
                font-size: 1.5rem;
            }

            .text {
                min-height: auto;
                font-size: 16px;
            }
        }
    }
}

.sample-results-percentage {

    width: 33%;
    padding: 10px;
}

.sample-results-percentage span {
    background-color: #2E294E;
    color: #FFF;
}

.data-row span:not(.link) {
    display: block;
}

.data-row .number {
    font-size: 2.5rem;
    font-weight: 900;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    color: #1D3466;
    padding-top: 15px;
}

.data-row .text {
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    color: #1D3466;
    font-style: italic;
    font-size: 20px;
    font-weight: 700;
}

.sample-results .number {
    font-size: 2.5rem;
    font-weight: 900;
}

.sample-results-percentage .number {
    font-size: 1.5rem;
}

.data-row .bold,
.sample-results-percentage .bold,
.sample-results .bold {
    font-weight: 700;
}

.data-row .dark,
.sample-results-percentage .dark {
    color: #2E294E;
}

.data-row .light {
    color: #707070;
}

.data-row .link {
    color: #3A85C6;
    display: inline-block;
    margin-right: 20px;
}

.data-row small {
    color: #2E294E;
    font-size: 24px;
    font-weight: 500;
    text-decoration: underline;
}

#state-actions .module-card {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

#state-actions .module-card .table-wrapper {
    background-color: #fff;
    border-radius: 50px;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0px 8px 26px rgb(0 0 0 / 6%);
}

#state-actions .module-card h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 20px 0;
    margin: -26px -35px 14px -30px;
    background-color: #3A85C6;
}

.dataTables_empty {
    padding: 10px !important;
}

.module-facility-summary {
    margin-top: 50px;
    border-radius: 20px;
    box-shadow: 0px 8px 26px rgb(0 0 0 / 6%);
}

h1.title {
    font-size: 2rem !important;
}

h1.module-facility-title {
    font-size: 40px;
    color: #4C92DB;
}

.module-facility-ctas .btns {
    display: flex;
    gap: 10px;
}

.module-facility-ctas .btns .btn {
    background-color: #D1D3DB;
    border-color: #D1D3DB !important;
    color: #1D3466;
    border-radius: 12px !important;
    font-weight: 700;
}

.module-facility-ctas .tracking {
    font-size: 25px;
    color: #707070;
    font-weight: 700;
    display: block;
    margin-top: 20px;
}

.module-facility-ctas .tracking u {
    color: #3A85C6;
}

.module-card .section-title {
    font-size: 35px;
    font-weight: 700;
    color: #4C92DB;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-card .section-subtitle {
    font-size: 16px;
    color: #1D3466;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-card .section-desc {
    font-size: 14px;
    color: #1D3466;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.module-graphics.module-graphics-packed {
    overflow: auto;
    padding: 0 0 30px;
    box-shadow: 0px -50px 26px rgb(0 0 0 / 6%);
}

.steps-row {
    flex-wrap: nowrap;
    margin: 0;
    justify-content: space-between;
}

.btn-sm {
    padding: 8px 25px !important;
    font-size: 15px !important;
}

.steps-row .step-col {
    width: 245px;
    flex: none;
}

@media(min-width: 1700px) {
    .steps-row.total-7-steps .step-col {
        max-width: 235px;
    }
}

.steps-row .step-col:first-child {
    margin-left: -10px;
}

.steps-row .step-col:last-child {
    padding-right: 0;
}

table {
    table-layout: fixed;
    word-wrap: break-word;
}

.dataTables_scrollBody {
    height: auto !important;
}

table th span {
    font-size: 12px;
}

table td .label {
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.54px;
    width: 100%;
    padding: 13px 20px;
    border-radius: 10px;
    text-align: center;
    background-color: #707070;
    white-space: nowrap;
    display: block;
}

table td .label.lable-action-required {
    background-color: #D95215;
}

table td .label.lable-action-suggested {
    background-color: #3784C4;
}

table td .label.lable-no-action {
    background-color: #9FCD5A;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    width: 90%;
    height: 35px;
    border-radius: 50px;
    padding: 3px 15px 2px 56px;
    float: right;
}

div.dataTables_wrapper div.dataTables_filter label {
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter label:after {
    position: absolute;
    content: '';
    top: 7px;
    left: 40px;
    background-image: url(../files/search.svg);
    height: 24px;
    width: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.module-graphics-circle-number i {
    font-size: 40px;
    color: #3A85C6;
}

.module-card-small .btn {
    min-width: auto;
    max-width: 100%;
    margin-top: 45px;
    padding: 14px 20px;
    font-size: 12px;
}

.training-video .btn {
    background-color: #D95215;
    border: 2px solid #D95215 !important;
    color: #fff;
    width: 210px;
    line-height: 16px;
}

.training-video .btn:hover {
    background-color: #fff;
    border: 2px solid #D95215 !important;
    color: #D95215;
}

.module-card-small .btn.complete {
    background-color: #858C8E;
    padding: 14px 0;
    border-color: #858C8E !important;
}

.module-card-small .btn.complete:hover {
    color: #858C8E;
    background-color: transparent;
}

/* .login-module .content {
    padding-right: 140px;
} */

.module-facilities-info .module-logo {
    position: relative;
    background: none;
    padding: 0;
    text-align: center;

    img {
        width: 80%;
    }

    &:after {
        content: '';
        position: absolute;
        bottom: -60%;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../files/border.png);
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-color: transparent;
    }
}

.results-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
}

@media (min-width: 1200px) and (max-width: 1550px) {
    .results-div {
        padding-bottom: 100px;
    }
}

.results-div h2 {
    font-size: 24px;
    letter-spacing: 0.54px;
    text-transform: uppercase;
    line-height: 1;
}

.results-div a {
    margin-left: 35px;
}

.results-div .btn:hover {
    background-color: #fff;
}

.helpline {
    font-size: 14px;
}

.login-register-cta .btn {
    margin-right: 30px;
}

.section-desc p {
    margin-bottom: 20px;
    color: #2E294E;
    font-size: 18px;
    font-weight: 500;
}

.section-desc p:last-child {
    margin-bottom: 0;
}

.section-desc p strong {
    font-size: 18px;
    font-weight: 700;
}

body *::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

body *::-webkit-scrollbar-track {
    background: #fff;
    border: 1px solid #EFEFEF;
    border-radius: 20px;
}

body *::-webkit-scrollbar-thumb {
    background-color: #EFEFEF;
    border-radius: 20px;
}

@media(max-width: 1699.98px) {

    .content .title,
    .module-card .section-title,
    h1.module-facility-title {
        font-size: 30px;
    }

    .custom-pills .nav-link {
        padding: 15px 80px;
        font-size: 25px;
    }

    .approval-div {
        font-size: 20px;
    }

    .btn {
        font-size: 18px;
        padding: 14px 25px;
    }

    .module-facility-address-item {
        font-size: 24px;
    }
}

@media(max-width: 1499.98px) {

    .content .title,
    .module-card .section-title,
    #state-actions .module-card h2 {
        font-size: 1.5rem;
    }

    .module-card .section-subtitle {
        font-size: 20px;
    }

    .custom-pills .nav-link {
        font-size: 20px;
    }

    .approval-div {
        font-size: 18px;
    }

    .data-row small {
        font-size: 18px;
    }

    .module-facility-address-item,
    .module-facility-ctas .tracking,
    .module-card-small-content,
    .module-card-small-title {
        font-size: 20px;
    }

    .module-facility-summary .module-card-small {
        min-width: auto;
        width: 100%;
    }

    table td .label {
        font-size: 16px;
        padding: 10px 20px;
    }

    .with-background-image {
        padding: 60px 0;
    }

    .module-forms h2,
    .module-enroll h2,
    .results-div h2 {
        font-size: 18px;
    }
}

@media(max-width: 1299.98px) {
    .content {
        padding: 0 20px;
    }

    .btn {
        font-size: 16px;
        padding: 12px 40px;
    }

    table td .label {
        font-size: 14px;
    }

    .module-facility-ctas .btns .btn {
        min-width: 250px;
    }
}

@media(max-width: 1199.98px) {
    .data-row .dark.text {
        min-height: 90px;
    }

    .module-logo {
        padding: 70px 0 20px;
    }

    .content .title,
    .module-card .section-title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .module-card .section-title {
        margin-bottom: 15px;
    }

    .module-card .section-subtitle {
        font-size: 16px;
        margin-bottom: 15px;
    }

    #state-actions .module-card h2 {
        font-size: 1.5rem;
    }

    .custom-pills .nav-link {
        padding: 15px 80px;
        font-size: 20px;
    }

    .approval-div {
        flex-direction: column;
        padding: 30px;
    }

    .data-row .number {
        font-size: 2.5rem;
    }

    .module-logo .logout-div {
        top: 25px;
        padding-right: 30px;
    }

    .approval-div a {
        margin-bottom: 20px;
    }

    .approval-div a:last-child {
        margin-bottom: 0;
    }

    h1.module-facility-title {
        font-size: 24px;
    }

    table td .label {
        font-size: 12px;
        padding: 8px 20px;
    }

    .login-module .module-facilities-info .module-logo {
        text-align: center;
    }

    .module-forms {
        margin-right: auto;
    }

    .results-div {
        justify-content: center;
    }

    .with-background-image {
        height: auto;
    }

    .section-desc p strong {
        font-size: 16px;
    }

    .section-desc p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .module-forms.forgot-pwd .module-login {
        border: none;
    }
}

@media(max-width: 1023.98px) {
    .custom-pills .nav-item {
        margin-right: 25px;
        margin-left: 25px;
        margin-bottom: 25px;
    }

    .search-div {
        margin-top: 0rem;
    }

    .approval-div {
        margin: 0 0 25px;
    }

    input.form-input {
        max-width: 100%;
    }

    .module-login {
        padding-left: 15px;
        border: none;
    }

    .section-desc p strong {
        font-size: 16px;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 90%;
    }

    .data-row {
        width: 25%;
    }

    .pending.data-row {
        width: 33%;
    }
}

@media(max-width: 767.98px) {
    .custom-pills .nav-item {
        margin: 0 0 20px;
    }

    .steps-row .step-col {
        max-width: 245px;
    }

    .results-div {
        flex-direction: column;
        text-align: center;
    }

    .results-div a {
        margin-left: 0;
        margin-top: 20px;
    }

    .module-logo .logout-div.login-register-cta {
        text-align: center;
        padding: 0;
    }

    .login-register-cta .btn {
        margin-right: 5px;
    }
}

@media(max-width: 700.98px) {
    .data-row {
        width: 33%;
    }
}

@media(max-width: 500.98px) {
    .data-row {
        width: 50%;
    }

    .pending.data-row {
        width: 50%;
    }
}

.view-pdf {
    background: none;
    border: none;
    color: #0d6efd;
    text-decoration: underline;
    font-weight: 700;
}

.dt-buttons .btn:first-child {
    margin-left: 0 !important;
}

td.big-font {
    font-size: 1.2rem !important;
}


/* Tabs */
.chrome-tabs {
    position: relative;
    background-color: #EFEFEF;
    padding: 5px 0 4px;
}

.chrome-tabs.nav-tabs {
    margin: 0;
}

.chrome-tabs:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 4px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 10;
}

.chrome-tabs .nav-item {
    position: relative;
    margin-right: -1px;
}

.chrome-tabs .nav-item:before,
.chrome-tabs .nav-item:after {
    content: "";
    position: absolute;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #a9adb0;
    z-index: 1;
}

.chrome-tabs .nav-item:before {
    left: 0;
}

.chrome-tabs .nav-item:after {
    right: 0;
}

.chrome-tabs .nav-item:first-child::before {
    display: none;
}

.chrome-tabs .nav-item:last-child::after {
    display: none;
}

.chrome-tabs .nav-item.active+.nav-item:before {
    display: none;
}

.chrome-tabs .nav-link {
    position: relative;
    border: none;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 10px 30px;
    background-color: #EFEFEF;
    font-size: 20px;
    font-weight: 700;
    color: #2E294E;
    transition: all .3s;
}

.chrome-tabs .nav-link.active {
    background-color: #fff;
    z-index: 10;
    color: #1D3466;
}

.chrome-tabs .nav-link:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -10px;
    bottom: 0;
    background: -webkit-radial-gradient(0 0, circle, rgba(204, 0, 0, 0) 10px, #EFEFEF 11px);
}

.chrome-tabs .nav-link:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: -10px;
    bottom: 0;
    background: -webkit-radial-gradient(0 0, circle, rgba(204, 0, 0, 0) 10px, #EFEFEF 11px);
}

.chrome-tabs .nav-link.active:after {
    background: -webkit-radial-gradient(100% 0,
            circle,
            rgba(204, 0, 0, 0) 10px,
            #fff 11px);
}

.chrome-tabs .nav-link.active:before {
    background: -webkit-radial-gradient(0 0,
            circle,
            rgba(204, 0, 0, 0) 10px,
            #fff 11px)
}

html,
body {
    height: 100%;
}

footer {
    margin-top: auto;
}

.public-content {
    padding-bottom: 100px;
}

.program-resources-section .resource-group {
    background-color: #D1D3DB;
    border-radius: 35px;
    padding: 20px 40px;
    height: 100%;
    text-align: center;

    .btn {
        background-color: #fff;
        border-color: #1D3466 !important;
        border-width: 2px !important;
        color: #1D3466;
        border-radius: 12px !important;
        font-weight: 700;
        text-transform: capitalize;
    }
}

.resource-group-title {
    font-weight: 700;
    color: #1D3466;
    margin-bottom: 10px;
    font-size: 24px;
}