.btn-group>.btn {
    /* border-style: solid !important; */
    /* border-color: lightgray !important; */
}

.dt-down-arrow {
    display: none !important;
}

.buttons-columnVisibility {
    background: #f3f6f9 !important;
    box-shadow: none !important;
    color:darkgrey !important;

}


.buttons-columnVisibility:hover{
    background: linear-gradient(to bottom, rgba(153, 153, 153, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%) !important;
}

.modal-content {
    border: 0px !important;
}

.table .form-check .form-check-input{
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        float:none;
        text-align: center;
        margin-bottom: 0.5em;
        flex-wrap:nowrap !important;
    }

    div.dt-buttons button.btn {
        float: none;
        font-size: 10px;
        padding: .5rem 4px !important;
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    div.dt-buttons a.btn {
        float: none;
        font-size: 10px;
    }



    .btn-soft-secondary {
        margin-right: 0 !important;
    }

    .dropdown-toggle:after {
        display: none !important;
    }

}