.mynavbar {
    background-color: rgba(0, 0, 0, 1) !important;
    color: white;
    border-bottom: 2px solid yellowgreen !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 60px;
    padding: 0;
    margin: 0;
    /* padding-bottom: 32px; */
    /* margin-top: 15px; */
}

.mynavbar img {
    width: 10%;
    /* margin-top: 25px; */
    /* margin-left: -10px; */
    /* margin-right: 30px; */
    border-radius: 10px;
}

.nav-item.active {
    /* background-color: rgba(255, 255, 255, 1); */
    border-top: 2px solid transparent;
    border-left: 2px solid yellowgreen !important;
    border-right: 2px solid yellowgreen !important;
    border-bottom: 5px solid yellowgreen !important;
    border-radius: 10px;
    /* margin: 5px; */
    /* border-radius: 5px; */
    /* margin-top: 15px; */

    font-weight: bold;
}

.nav-item {
    /* background-color: transparent; */
    border: 2px solid transparent;
    border-radius: 10px;
    margin: 5px;
    /* border-radius: 5px; */
    /* margin-top: 15px; */
    transition:
        border 2s,
        background-color 2s;
    font-weight: bold;
}

.nav-item:hover {
    /* background-color: yellowgreen; */
    color: white;
    border-top: 2px solid transparent;
    border-left: 2px solid yellowgreen !important;
    border-right: 2px solid yellowgreen !important;
    border-bottom: 5px solid yellowgreen !important;
    transition:
        border 2s,
        background-color 2s;


}

.nav-link {
    color: white;
    /* text-transform: uppercase; */
    margin: 10px;
}

.nav-link:hover {
    color: yellowgreen !important;
    color: white !important;
}

.active {
    background-color: yellowgreen !important;
    color: white !important;
}

.active:hover {
    background-color: yellowgreen !important;
    color: white !important;
}

.logout {
    height: 50px;
    background-color: var(--bs-danger) !important;
    border: 2px solid transparent;
    border-radius: 5px;
    /* margin-top: -20px; */
}

.midrop {
    margin-left: 183px;
    margin-top: 3px;
    border: 2px solid var(--bs-primary);
}

.dropdown-item {
    background-color: white;
    color: black;

    transition: all 1s;
}

.dropdown-item:hover {
    background-color: var(--bs-primary);
    color: white;

    transition: all 1s;
}

.navbar-collapse {
    background-color: rgba(0, 0, 0, 0.95);
    border-bottom: 2px solid yellowgreen;
    /* border-radius: 10px; */
    margin-top: -17px;
    /* padding: 2px; */
}
