.badge-filter{
    color: #525f7f;
    background-color: #bee5eb;
    font-weight: 500;
}
.badge-filter > a{
    color: #525f7f;
}

.text-dko3{
    color: #5ea1ca!important;
}

.dropdown-toggle-no-icon::after{
    display: none !important;
}

.heart {
    color: #EB5E28;
    -webkit-animation: hearthing 1s ease infinite;
    animation: hearthing 1s ease infinite;
}

@keyframes hearthing {
    0% { transform: scale( .75 ); }
    20% { transform: scale( 1 ); }
    40% { transform: scale( .75 ); }
    60% { transform: scale( 1 ); }
    80% { transform: scale( .75 ); }
    100% { transform: scale( .75 ); }
}