.profile-pic {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.nav-item {
    background-color: white !important;
    padding: 0 !important;
}

.profile-user:hover {
    background-color: rgba(200, 200, 200, 0.5) !important;
    border-radius: 6px !important;
}

.profile-user {
    padding: 10px;
    background-color: white !important;
    transition: background-color 0.3s ease !important;
}

.dropdown-menu {
    background-color: white !important;
    border: none !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

.dropdown-divider {
    border-color: #24695c;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #444 !important;
}

.dropdown-item {
    color: #c9d1d9 !important;
    padding: 20px;
}

@media only screen and (max-width: 600px) {
    .logo {
        width: 120px !important;
    }
}

@media only screen and (max-width: 800px) {
    .logo {
        width: 150px !important;
    }
}
