.loader-overlay {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0000006e;
    z-index: 6;
}
.loader-overlay::before {
    content: 'Loading...';
    font-size: 20px;
    color: #FFF;
    position: absolute;
    top: 51%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}
.topnav{
    /* height: 185px; */
    margin-bottom: 2rem;
    padding: 10px;
}
#alert-box > div{
    /* transition: all 1s; */
    /* float: inline-start;
    width: 100%; */
    margin: auto;
    display: block;
    max-width: 55rem;
    z-index: 10;
    font-size: 15px;
    box-shadow: 0px 1px 6px #979797;
    cursor: move;
}
.user-nav{
    margin-right: 15px;
    font-size: 18px;
    color: var(--bs-secondary-color);
}
.dropdown-menu {
    font-size: 18px;
}
.maincontent {
    margin-bottom: 6rem;
}
.Logo{
    background: url('../images/MU_Logo.png');
    background-repeat: no-repeat;
    width: auto;
    max-width: 250px;
    /* height: 100px; */
    height: 75px;
    cursor: pointer;
    background-size: contain;
}
.custombtn{
    font-size: 45px;
    border-radius: 12px;
    background-color: #323232;
    color: #fff;
    margin: 13px 0;
    width: 150px;
    height: 150px;
    padding: 13px;
}
.custombtn:hover{
    background-color: #e51e32;
    border-color: #e51e32;
}
.custombtn-label{
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #757575;
}
/*console*/
.console{
    width: 100%;
    height: 16rem;
    margin-bottom: 10px;
    background-color: #2d2d2d;
    overflow: auto;
}
.console-body{
    display: block;
    margin: 0 1rem;
}
#console-content{
    color: #ffffffa3;
    font-family: monospace;
    font-size: 12px;
    padding: 8px 5px;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    padding: 20px 0;
    margin-top: 3rem;
}
.footer-container{
    color: #FFF;
}