.dataTables_length {
    margin-bottom: 10px;
}

/* Custom tooltip */
.ma-tooltip-primary .tooltip-inner {
    background-color: #1B84FF;
    color: #fff;
}

.ma-tooltip-primary .tooltip-arrow::before {
    display: none;
}

.ma-tooltip-secondary .tooltip-inner {
    background-color: #606062;
    color: #fff;
}

.ma-tooltip-secondary .tooltip-arrow::before {
    display: none;
}

.ma-tooltip-danger .tooltip-inner {
    background-color: #F8285A;
    color: #fff;
}

.ma-tooltip-danger .tooltip-arrow::before {
    display: none;
}

.ma-tooltip-success .tooltip-inner {
    background-color: #17C653;
    color: #fff;
}

.ma-tooltip-success .tooltip-arrow::before {
    display: none;
}
#kt_mobile_app_content {
    padding-bottom: 80px;
}
