/* TicPass – brand color override */
:root {
    --base-color: #3985d0;
}

.bg-secondary-color {
  background-color:  #0066ff;
}

@media (max-width: 575px) {
    .text-highlight .separator-animation {
        display: none !important;
    }
}