header img {
    width: 10% !important;
    min-width: 200px !important;
    height: 55px !important;
}
header {
    margin: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}
form {
    display: flex !important;
    flex-direction: column !important;
    
}
.dropdown-item:hover {
    background-color: white !important;
    text-decoration: none !important;
}
.dropdown-menu {
    border: 1px solid #04316a !important;
}
.dropdown-item:active {
    color: black !important;
}
.dropdown-item:focus {
    background-color: white !important;
}
#new-header {
    margin-right: 1rem !important;
    margin-top: 1rem !important;
    font-size: 1.2rem !important;
    display: flex !important;
    gap: 2rem !important;
}
#new-header-blue {
    color: #04316a; 
}
#new-header-red {
    color: #c50f3c;
}
#new-header .one {
    height: 2rem !important;
    width: 2rem !important;
    cursor: pointer !important;
    color: #04316a !important;
}
#new-header .two {
    height: 2.3rem !important;
    width: 2.2rem !important;
    cursor: pointer !important;
    color: #04316a !important;
}
#dashboard, #logout {
    cursor: pointer !important;
}
.svg-text {
    font-size: 1.2rem !important;
    color: #04316a !important;
}
#new-header div {
    display: flex !important;
    gap: 0.5rem !important;
    align-items: center !important;
}