.title-filter{
    position: absolute;
    left: 0;
    top: -24px;
    width: 100%;
    background-color: #007bff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.title-filter h6{
    color: white;
    margin-bottom: 0;
}
.splide__arrow{
  transition: all 300ms ease-in-out;
}

.splide__arrow:disabled{
  opacity: 0;
}
