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


.custom-primary {
    background-color: #28ACE2 !important;
    color:azure
}

.custom-primary :hover {
    background-color: #1d99ca !important;
    color:white !important
}


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

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