<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-top: 100px;
    margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; 
}


#main-nav {
    min-height: 100px;
}
#secondary-nav {
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    min-height: 75px;
}

.navbar-brand img {
    width: 60px;
}

.navbar-brand .navbar-text {
    font-size: 13px;
}

.navbar-brand {
    margin-right: 0.5rem;
}

#nav-brand-mysupervision {
    line-height: 20px;
}

/* -------------------------------------------------- */
/* overridding bootstrap*/
:root {
    --bs-primary-rgb: 27, 110, 194;
    --bs-primary: #1b6ec2;
    --bs-success: #1e8148;
    --bs-success-rgb: 30, 129, 72;
    --bs-primary-grey-rgb: 240, 240, 240;
    --bs-primary-grey: #F0F0F0;
    --bs-danger: #d43141;
    --bs-danger-rgb: 212, 49, 65;
    --bs-secondary: #697279;
    --bs-secondary-rgb: 105, 114, 121;
}

.btn-primary {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: #1861ac;
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-outline-secondary {
    color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}

.bg-primary-25 {
    --bs-bg-opacity: 0.25;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-75 {
    --bs-bg-opacity: 0.75;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-primary-grey {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-grey-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary-05 {
    --bs-bg-opacity: 0.05;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}


.bg-success-10 {
    --bs-bg-opacity: 0.10;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success-25 {
    --bs-bg-opacity: 0.25;
    background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.min-vh-33 {
    min-height: 33vh !important;
}

.min-vh-50 {
    min-height: 50vh !important;
}

.min-vh-67 {
    min-height: 67vh !important;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.text-10 {
    font-size: 10px;
}

.text-11 {
    font-size: 11px;
}

.text-12 {
    font-size: 12px;
}

.text-13 {
    font-size: 13px;
}

.text-14 {
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

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

.footer-text {
    font-size: 12px;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

/* xl and above */
@media (min-width: 1200px) {
    .maxwidth-xl-600 {
        max-width: 600px;
    }
    .maxwidth-xl-300 {
        max-width: 300px;
    }

}

/* lg and above */
@media (min-width: 992px) {


}

/* md and above */
@media (min-width: 768px) {

    .bg-md-white {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;
    }
    .ol-program .card-header {
        height: 80px;
    }
}

/* sm and above */
@media (min-width: 576px) {

    .maxwidth-sm-250 {
        max-width: 250px;
    }
}

/* -------------------------------------------------- */
/* Lg and below */
@media (max-width: 992px) {

    .navbar-brand img {
        width: 60px;
    }
}
/* -------------------------------------------------- */
/* md and below */
@media (max-width: 768px) {

    table.resize-text {
        font-size: 12px !important;
    }
}
/* -------------------------------------------------- */
/* sm and below */
@media (max-width: 576px) {

    .text-16.resize-text {
        font-size: 13px !important;
    }

    .text-14.resize-text {
        font-size: 12px !important;
    }

    .footer-text {
        font-size: 11px !important;
    }

}

/* -------------------------------------------------- */
/* 400 and below */
@media (max-width: 400px) {

    .navbar-brand img {
        width: 48px;
    }

    .navbar-brand .navbar-text {
        font-size: 12px !important;
    }
}

/* 350 and below */
@media (max-width: 350px) {

    .navbar-brand {
        margin-right: 0em !important;
    }

    .navbar-brand img {
        width: 48px;
    }

    .navbar-brand .navbar-text {
        font-size: 9.5px !important;
    }

    .footer-text {
        font-size: 10px !important;
    }

    .text-12.resize-text {
        font-size: 10px !important;
    }

    .text-16.resize-text {
        font-size: 12px !important;
    }
    .text-1-rem.resize-text {
        font-size: 0.8rem !important;
    }
}

/* -------------------------------------------------- */
/* ? and below */
@media (max-width: 300px) {

    .navbar-brand img {
        width: 36px;
    }

    .navbar-brand .navbar-text {
        font-size: 8px !important;
    }

    .xs-hide {
        display: none;
    }

    .footer-text {
        font-size: 9px !important;
    }

    .text-12.resize-text {
        font-size: 9px !important;
    }

    .text-13.resize-text {
        font-size: 10px !important;
    }

    .text-14.resize-text {
        font-size: 11px !important;
    }

    .text-16.resize-text {
        font-size: 11px !important;
    }
}


/* -------------------------------------------------- */

.footer-text-muted {
    --bs-text-opacity: 1;
    color: #687078 !important;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.0s linear;
}

.alignicon {
    display: inline-block;
    width: 1em;
    height: 1em;
    font-size: inherit;
    color: inherit;
    vertical-align: -0.125em;
}

/* remove bullet from summary */
.validation-summary-errors ul {
    list-style: none;
    padding-left: 0;
}

.ol-blink {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

</pre></body></html>