
/* Search Box Css*/
.search-box {
	margin-bottom: 2px;
}

/* Filters Css*/
.dropdown-toggle {
    width: 100%;
	margin-bottom: 2px;
}

.btn.dropdown-toggle.text-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: yellow;
}
.btn.dropdown-toggle.text-left .float-left {
    margin-right: 10px;
}

/* To make dropdown items as clickable */
.dropdown-menu .form-check-label {
    cursor: pointer;
}
