.btn-brand {
    color: #fff;
    background-color: #fb663f !important;
    border-color: #e85d39 !important;
    border-radius: 0 20px 0 20px!important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 20px !important;
}

.kt-header-menu .kt-menu__nav > .kt-menu__item:hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link, .kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--hover:not(.kt-menu__item--here):not(.kt-menu__item--active) > .kt-menu__link,
.kt-header-menu .kt-menu__nav > .kt-menu__item.kt-menu__item--active > .kt-menu__link {
    background-color: #ec5731;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

#kt_header_menu_wrapper{padding-left:1.5rem;}

.kt-font-brand {
    color: #fb653f !important;
}

.dataTables_wrapper .pagination .page-item.active > .page-link{
    color: #fff;
    background-color: #fb663f !important;
}


.btn-sm.btn-brand{
    border-color: #e85d39 !important;
    border-radius: 0 10px 0 10px!important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}

.btn-brand:hover {
    color: #fff;
    background-color: #f15d36;
    border-color: #dc4c2d;
}