.ck-content .text-white,
.ck-content .text-white-50 {
    color: inherit !important;
}


.custom-alert {
    top:90px;
    right: 25px;
}


.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333;
    margin-top: 15px;
}


button.btn.btn-sm.btn-rounded.badge.badge-danger:hover {
    color: #fff;
}

.message-box {
  background: #ebebeb66;
  border-radius: 4px;
      padding: 5px 5px;
      margin-bottom: 15px;
}


.ui-header.ui-bar-b {
    display: none !important;
}


.badge-light {
    color: #3a3b45;
    background-color: #e4e4e4 !important;
}


.bg-gradient-primary {
    background-color: #287340;
    background-image: linear-gradient(180deg,#287340 10%,#287340 100%) !important;
    background-size: cover !important;
}
