﻿.navbarx {
    background-color: #e3f2fd !important;
    border: 1px solid white !important;
}

.nav-item .active {
    background-color: #ecf6fe !important;
    border: 1px solid #ecf6fe !important;
}

.tab-content > .active {
    background-color: #ecf6fe !important;
}

.nav-link2 {
    color: white ;
}
iframe {
    display: block; /* iframes are inline by default */
    height: 80vh; /* Set height to 100% of the viewport height */
    width: 100%; /* Set width to 100% of the viewport width */
    border: none; /* Remove default border */
    background: lightyellow; /* Just for styling */
}
.toast-container {

    z-index: 1000001;
}
.toast {
 background-color: white !important;
}

.navbar .dropdown-toggle{
    color: white !important;
background: transparent;
}
.dropdown-toggle {
    background: lightgray;
    color: black !important;
}