body {
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* If you're using Tailwind CDN and older version, you can also use this as a fallback */
[aria-selected="true"] {
    background-color: #24A556;
    border: none;
    color: white !important;
}

[role="tab"] {
    color: white !important;
}

.slide-track {
    transition: transform 0.5s ease-in-out;
}

[aria-expanded="true"] .icon-plus {
    display: none;
}

[aria-expanded="true"] .icon-minus {
    display: inline;
}

[aria-expanded="false"] .icon-minus {
    display: none;
}

.timeline-line {
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
}
.active{
    background-color: #24A556;
    color: white;
}