

/* Sidebar fixed width */
#sidebarMenu {
    width: 10rem;
    min-width: 14rem;
}


.supplier-alert-container
{
    flex-direction: column;
    z-index: 2;
    position: absolute;
    flex-direction: column;
    z-index: 2;
    max-width: 50%;
    align-self: end;
}

.render-container.PanelOpen .supplier-alert-container {
    right: 17rem;
}


.supplier-success-message
{
    padding: 5px;
}

.render-container {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .125);
    padding: 0.5rem 1rem 1rem 1rem;
    max-height: 100%;
    overflow-y: scroll;
}

.navbar {
    height: 4rem;
    background-color: #140b4e !important; /* nLight Color Scheme */
}

.main-content
{
    margin-top: 4rem;
    height: calc(100vh - 4rem);
}

.light-color{
    color: white !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.btn-group {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (prefers-reduced-motion: reduce) {
    .fa-spin {
        animation: fa-spin 2.5s infinite linear !important; /* slower is kinder */
    }
}

.GridFilterView {
    margin: 5px 5px 0px 5px;
}




.navbar {
    background-color: rgb(0, 176, 240);
}

.navbar .navbar-brand,
.navbar .nav-link {
    color: rgb(0, 176, 240);
}

.navbar .nav-link:hover {
    color: rgb(0, 176, 240);
}

.navbar .nav-link.active {
    color: rgb(0, 176, 240);
}



.navbar {
    --bs-navbar-bg: rgb(0, 176, 240);
    --bs-navbar-color: rgb(0, 176, 240);
    --bs-navbar-hover-color: rgb(0, 176, 240);
    --bs-navbar-active-color: rgb(0, 176, 240);
}








/* Optional: collapse behavior for small screens */
/*@media (max-width: 991.98px) {
    #sidebarMenu {
        position: absolute;*/ /* slide over main content */
        /*z-index: 1030;
        left: -220px;
        transition: left 0.3s;
    }

    #sidebarMenu.show {
        left: 0;
    }
}*/