.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none;
}


.custom-primary {
    background-color: #148f5b !important;
    color: azure
}

.custom-primary :hover {
    background-color: #148f5b !important;
    color: white !important
}


.nav-item .selected {
    background-color: #ffffff63 !important;
    /* margin-right: 5px; */
    margin-left: 5px;
}

.nav-link {
    margin-left: 5px;
}

.side-menu-item :hover {
    background-color: #ffffff63 !important;
    margin-right: 5px;
    margin-left: 5px;
}