/* Filter Section Container */
.lead_filter_bottom_button {
    background-color: #ebf0f4;
    padding: 10px 0;
}

/* Filter Form Styles */
#LeadsFilter label.form-label {
    padding-top: 0px;
}

#LeadsFilter ul {
    margin-bottom: 0.5rem;
}

#LeadsFilterForm ul li {
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 12px;
}

#LeadsFilterForm ul {
    padding-left: 0;
}

/* Filter Buttons and States */
#LeadsFilterForm .btn:active {
    color: #fff;
    background-color: #3faefd;
    border-color: #3faefd;
}

#LeadsFilterForm .btn-check:checked + .btn {
    color: #fff;
    background-color: #3faefd;
    border-color: #3faefd;
}

#LeadsFilterForm label.btn {
    background-color: #dee3e9;
    border-radius: 10px;
    font-weight: 700;
    color: #6f7786;
    padding: 17px 17px;
    font-size: 13px;
    line-height: 0;
    font-family: "Gilroy-Medium";
}

/* Filter Action Buttons */
.LeadsFilterApply {
    background-color: #3faefd;
    border-color: #3faefd;
    text-transform: uppercase;
    font-family: "Gilroy-Medium";
    font-weight: 700;
    color: #fff !important;
    padding: 9px 55px;
    border-radius: 0.75rem;
}

.LeadsFilterReset {
    font-family: "Gilroy-Medium";
    font-size: 15px;
    color: #012970;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Custom Dropdown Styles */
.custom-dropdown {
    position: relative;
}

.custom-dropdown .dropdown-header {
    height: 40px;
    padding: 8px 12px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-family: "Gilroy-Bold";
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-dropdown .dropdown-list {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    min-width: 160px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.custom-dropdown .dropdown-item {
    padding: 8px 12px;
    font-family: "Gilroy-Medium";
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.custom-dropdown .dropdown-item:hover {
    background-color: #f9fafb;
}

.custom-dropdown .dropdown-item input[type="checkbox"] {
    margin-left: 8px;
}

/* Filter Icon */
.filter-icon {
    width: 28px;
}

/* Bulk Action Buttons */
.bulk_action_button {
    background-color: #fff;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    padding: 5px 10px;
    border-radius: 6px;
    height: 35px;
}

.bulk_action_button.active {
    background-color: #ddd;
}
