.zeppy{

    color:green;
    background-color:green;
}


    .bootstrap-select>.dropdown-toggle {
    text-align: left!important;
}
 
.bootstrap-select .dropdown-toggle .filter-option {
    border-radius: 25px;
    border: 1px solid #6b9db9;
    text-align: right!important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: unset!important;
}
    .dropdown-menu {
        text-align: right!important;
    }
    .btn-light {
    color: #212529 !important;
    background-color: #ffffff00 !important;
    border-color: #ffffff !important;
}
    tr {
        border: unset !important;
        color: #6c757d;
    }

    td {
        border: unset !important;
    }

    tbody:first-child th {
        border: none;
        border-bottom: 2px solid #c8dbe5;
        color: #2b739b !important;
    }

    .w000 > div {
        width: 100%;
    }

    td.ctd {
        text-align-last: center;
    }

    th.cth {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        text-align-last: center;
    }