/*
.trilliumNav {
    background-color: #e6f2ff;
    margin-bottom: 1rem;
}

.navLinks {
    color: orangered;
    background-color: transparent;
    text-decoration: none;
}

.navLinks:hover {
    color: orange;
}

.loading-text {
    text-align: center;
    font-weight: bold;
}

.table-options {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.rightside{
    float: right;
}

.table-header{
    background-color: lightgray;
}

.box-shadow {
    box-shadow: 0 2px 8px #f0f1f2;
}*/

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.btn{
    font-size: 1rem;
}

.fa-middle{
    line-height: 1.5;
}

.disabledControl {
    pointer-events: none;
}

/*this was the only override method that worked*/
.blazored-toast-container {
    z-index: 100 !important;
}

/*this was the only override method that worked*/
.blazored-modal{
    width: 50% !important;
}

@media screen and (max-width: 991px){
    .blazored-modal{
        width: 90% !important;
    }
}

.unselectable {
    user-select: none;
}

.username {
    width: 100%;
    text-align: right;
    padding-right: 1%;
}

.tab-container {
    background-color: white;
}

.row-padding{
    padding-top: 15px;
}

.nav-link {
    height: 3.5rem;
}

.action-icon {
    font-size: 1.5rem;
}

.row-button-margin {
    margin-top: 10px;
}

.form-control.invalid {
    border-color: #dc3545;
}

.validation-message {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.module-button-padding{
    padding-top: 2.0rem;
}

.container-center-content {
    display: flex;
    justify-content: center;
}

.student-details-back-button {
    margin: 0.5rem 3rem 0rem 0rem;
}

.wide-modal{
    width: 75% !Important;
}

.wide-select{
    width: 35rem;
}

.module-assignment-button {
    margin-top: 6rem;
}

.module-assignment-search {
    margin: 2rem 1rem 0rem 1rem;
}

.loading-icon {
    position: relative;
    left: 45%; /*offset a bit for icon size*/
    font-size: 5rem;
}

.component-card {
    border: solid;
    border-width: 2px;
    border-color: #e9ecef;
    border-radius: 6px;
}

.no-table-bottom-margin{
    margin-bottom: 0px !important;
}

.table-loading-row{
    height: 45vh;
}

.locked-textarea {
    resize: none;
}

.table-header-icon {
    font-size: 1.5rem;
    line-height: 2rem;
}

.small-modal {
    width: 30% !important;
}

.student-card-modal {
    width: min-content !important;
}

.logo-padding {
    padding-left: 0.5rem !important;
}

.clickable{
    cursor: pointer;
}

.stretch-content{
    padding-left: 10px !important;
}

/*@media only screen and (max-width: 1400px){
    .navbar-icon {
        height: 2.5vh !important;
        padding-left: 5px !important;
        display: flex !important;
        padding-left: 5px;
    }
}*/

.navbar-icon-div {
    height: 3.5vh;
    padding-right: 2%;
}

.navbar-icon{
    width: 2%;
    color: gray;
}

.warning-text{
    text-align: center;
    color: red;
}

img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

@media print {
    .app-sidebar, .app-header {
        display: none !important;
    }

    #copyright {
        display: none !important;
    }
}
Explain