html {
    background-image: url('../../img/WhiteGradientBG-landing-min.jpg');
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, left center;
    background-attachment: fixed;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

.svg-shadow {
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.5));
}

body {
    color: #000 !important;
}

.navbar {
    background-color: #000000;
}

a.nav-link:hover {
    color: #E95D26 !important;
}

.container a {
    color: #094b4a;
}
.container a.btn:not(.btn-outline-*) {
    color: #fff !important;
}

.container .table {
    color: #000 !important;
}


.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #094b4a !important;
    color: #fff !important;
}
.btn-outline-primary {
    background-color: #fff !important;
    border-color: #094b4a !important;
    color: #094b4a !important;
}
.btn-outline-primary.active, .btn-outline-primary:active, .btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #094b4a !important;
    color: #fff !important;
}

.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
    background-color: #094b4a !important;
    color: #fff !important;
}

.badge.badge-primary {
    background-color: #094b4a !important;
    color: #fff !important;
}

.text-primary {
    color: #E95D26 !important;
}
.text-dark {
    color: #000 !important;
}
.text-dark .text-muted {
    color: #000 !important;
}

.bg-primary {
    background-color: #E95D26 !important;
}
.bg-secondary {
    background-color: #094b4a !important;
}

.dropdown-item.active {
    background-color: #094b4a !important;
}

hr {
    border-color: #094b4a;
    color: #094b4a;
}


.separator {
    color: #fff;
}
.separator::before,
.separator::after {
    border-bottom: 1px solid #fff;
}

.alert-info {
    background-color: #094b4a;
}

.progress-line {
    background-color: #094b4a;
}

.assignment-survey-question-card .results-bar:not(.active) {
    border: 2px solid #E95D26;
    background-color: #FFFFFF;
}
.assignment-survey-question-card .results-bar.active {
    background-color: #E95D26;
}

.modal {
    color: #3C3C3C;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
    background-color: #3C3C3C;
    color: #fff;
}

.card-header {
    background-image: linear-gradient(to right, #3C8A8D, #9FCD60);
    background-color: #3C8A8D;
    color: #fff;
}

.card-body {
    color: #3C3C3C;
}

.card-body a {
    color: #3C3C3C !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #094b4a;
    color: #fff;
    border-bottom-color: #094b4a;
    font-weight: bold;
}
.nav-tabs .nav-link:not(.active) {
    color: #000;
    border-top: #fff 1px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
    font-weight: normal;
}


.list-group-item {
    color: #094b4a;
    background-color: #f8f8f8 !important;
}

#print-section .print-img-bg {
    background-color: #094b4a;
}

tr.imported-registrant-row td:first-child {
    position: relative;
}

tr.imported-registrant-row td:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 18px solid #E95D26;
    border-right: 18px solid transparent;
    z-index: 1;
}

tr.imported-registrant-row td:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 15px solid #B94113; /* Slightly darker for fold effect */
    border-right: 6px solid transparent;
    z-index: 2;
}

.Asterisk{
    position: relative;
}

.Asterisk:after {
    position: absolute;
    top: -40px;
    right: -30px;
    content: url('../../img/Asterisk.svg');
    display: block;
    width: 75px;
}
.Asterisk-left:after {
    position: absolute;
    top: -40px;
    left: -30px;
    content: url('../../img/Asterisk.svg');
    display: block;
    width: 75px;
}

@media screen and (max-width: 620px) {
    .Asterisk:after {
        top: -20px;
        right: -15px;
        width: 50px;
    }
    .Asterisk-left:after {
        top: -20px;
        left: -15px;
        width: 50px;
    }
}

#portal-footer .powered-by {
    background-color: #000000;
    color: #fff !important;
}
#portal-footer .powered-by img {
    max-height: 30px;
    margin-left: 10px;
}