/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2025 | 07:48:07 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


.filter-btn.active {
    background: #B8BFFB;
}

.filter-btn.active .elementor-button{
    color: #000000 !important;
}

.filter-btn:hover {
    background: #B8BFFB;
    color: #000000;
}

.filter-btn {
/*     background-color: #B8BFFB00; */
/*     fill: #B8BFFB; */
/*     color: #000000; */
    border-style: solid;
    border-color: #B8BFFB;
    border-radius: 50px 50px 50px 50px;
    padding: 6px 16px 6px 16px;
}