body {
    background-color: white;
    background-image: url(/images/gallardetes/tsc.svg);

}

.news-image img {

  height: 100%;  
  object-fit: contain;
  
}

/* tom-select y bootstrap 5 */

.ts-wrapper {
    padding: 0;
}
.ts-wrapper {
    border: none;
}

/* overrides */

.ts-control {

    padding: 0 !important;
    border: none !important;
    background-color: none !important;
    background-image: none !important;
    box-shadow: none !important; 

}  

.tabulator {
    font-size: 13px  !important;
}

.ts-wrapper.single .ts-control:not(.rtl)::after {
    
    display: none !important;

}

.ts-control input {

    color: black !important;

}

.ts-dropdown {

    border-top: 1px solid #d0d0d0 !important;
    margin: 0 0 !important;

}

.customFilter {

    display: block !important;

}


