/*
Theme Name: Vehica Child
Theme URI: https://vehicatheme.com/
Author: TangibleDesign
Author URI: https://tangibledesign.net/
Description: Vehica
Template: vehica
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: translation-ready
Text Domain: vehica
*/

.custom-bulk-checkbox
{
    display: inline; 
    float: right;
    width: 20px;
    height: 20px;
}

.custom-bulk-checkbox:checked:before{
    background-color:ffb01f;
}

.custom-bulk-checkbox:hover
{
    cursor: pointer;
}