[data-vc-theme="light"] .vc-date[data-vc-date-selected] .vc-date__btn {
    background-color: #ff417b !important;
    color: white;
}

.vc-date__btn_legend {
    background-color: #ff417b !important;
    color: white;
}

.header.header-sticky {
    z-index: 1!important;
}

 .floating-btn {
     right: 20px;
     z-index: 1000;
     border-radius: 50px;
     box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 }

.badge-radio {
    cursor: pointer;
}
.badge-radio input[type="checkbox"] {
    display: none;
}
.badge-radio input[type="checkbox"]:checked + span {
    background-color: green!important;
    color: white;
}
