body.theme-black {
    background: #000 !important;
    color: #fff !important;
}

body.theme-black * {
    color: #fff !important;
    border-color: #fff !important;
}

/* SVG + Icons */
/* body.theme-black svg,
body.theme-black svg * {
    stroke: #ffffff !important;
} */

body.theme-black .fa,
body.theme-black .fas,
body.theme-black .far,
body.theme-black .fa-solid {
    color: #fff !important;
}
.theme-black .s-scoailgrid ul li a {
    background: transparent;
}



.theme-black .treding-section {
    background: #4f4f4f;
}


.theme-black .in-case-section {
    background: #1e1e1e;
}


.theme-black .post-section .pgin-bxx .custom-pagination .page-item.active .page-link {
    background: #fff !important;
    color: #000 !important;
}

.theme-black .post-section .pgin-bxx .custom-pagination .page-item .page-link {
    color: #000 !important;
}

.theme-black .cl-form form input::placeholder, .theme-black .cl-form form select::placeholder, .theme-black .cl-form form textarea::placeholder {
    color: #ffffff !important;
}
.theme-black .cl-form form input, .theme-black .cl-form form select, .theme-black .cl-form form textarea { 
    color: #ffffff !important; 
}
.theme-black .cl-form form select option {
    color: #000 !important;
}
