
.navbar {
    background-color: #2596BE;
}

.navbar-toggler {
    border: 0;
    border-radius: 50%;
    padding: 0.75rem;
    background-color: transparent;
    transition: background-color 0.3s ease;
    font-size: 1rem;
}

.navbar-toggler:hover {
    background-color: #1f82a6;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler svg {
    height: 1.5rem;
    width: 1.5rem;
    color: white;
    fill: currentColor;
}

.main-content {
    padding: 20px;
    transition: all 0.3s ease;
}

.navbar-brand {
    padding: 0.75rem;
    line-height: 0.75rem;
}

.navbar-brand img {
    height: 1.5rem;
    width: 1.5rem;
}


.navbar-nav .dropdown-item {
    font-size: .875rem;
}

.navbar-nav .dropdown-menu {
    min-width: 8rem;
}

