.header-fixed.toolbar-fixed .wrapper{
    padding-top:calc(25px + var(--kt-toolbar-height))!important;
}
.table td:first-child, .table th:first-child, .table tr:first-child{
    padding-left:10px!important;
}
.table td:last-child, .table th:last-child, .table tr:last-child{
    padding-right:10px!important;
}
.stepper.stepper-pills.stepper-column .stepper-item{
    padding-bottom: 10px!important;
}
.stepper.stepper-pills.stepper-column .stepper-item a{
    /* color:#7e8299!important; */

}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width:100%!important;
}

a{
    cursor:pointer!important;
}