
.my-navbar-link{
    background-color: #003C55 ;
    color: white !important;
    border: 1px solid white !important;
    padding: 5px 20px;
    text-decoration: none !important;
    transition: 0.4s;
    height: 34px;
    font-size: 13px;
    line-height: 1.7;
}

.selected, .my-navbar-link:hover{
    background-color: #f87e24;
    transition: 0.4s;
}

.my-navbar{
    justify-content: center !important;
    border: 1px solid #dddddd !important;
}

.my-navbar-link:first-child{
    border-left: hidden;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.my-navbar-link:last-child{
    border-right: hidden;
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.my-navbar-link:not(:first-child):not(:last-child){
    border-top-right-radius: none !important;
    border-top-left-radius: none !important;
}

.dx-datagrid-rowsview .dx-select-checkboxes-hidden > tbody > tr > td > .dx-select-checkbox {
    display: inline-block!important;
}