/* Start custom CSS */#wcfm-main-content {
    max-width: 100% !important;
    padding: 0px !important;
}
#wcfm-content {
    border: none !important;
}
body #wcfm-main-contentainer .wcfm_menu_toggler, #wcfm-main-contentainer .wcfm_responsive_menu_toggler {
    color: #6ce808 !important;
}
.wcfm-dashboard-page table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff !important;
    color: #000 !important;
}
body #wcfm-main-contentainer table.dataTable thead .sorting_asc {
    background: #fff !important;
}
.wcfm-dashboard-page bdi {
    color: #000 !important;
}
.wcfm-dashboard-page strong {
    color: #000;
}
#wcfm-main-contentainer table tbody td {
    color: black !important;
}

.wcfm_menu_logo, #wcfm-main-contentainer .wcfm-page-headig {
    -webkit-box-shadow: 0 8px 6px -6px #88a5bf7a;
    box-shadow:  0 8px 6px -6px #88a5bf7a !important;
}/* End custom CSS */