
#schedule2025 .desc {
    color: var(--Neutral-neutral-8, #66687D);
    text-align: center;
    font-family: Inter;

    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 24px */
}

.timeline-container {
    display: flex;
    flex-direction: column;
    align-items: start;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Neutral-neutral-4, #F1F1F3);
    background: #FFF;

    /* Shadow md */
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.timeline-header {
    display: flex;
    padding: 16px 24px 0px 24px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(180deg, rgba(12, 12, 79, 0.00) 0%, rgba(12, 12, 79, 0.80) 31.6%, rgba(12, 12, 79, 0.80) 70.97%, rgba(12, 12, 79, 0.00) 100%), #0C0C4F;
}

.date-tabs {
    display: flex;
    padding: 16px 24px 0px 24px;
    align-items: center;
    align-self: stretch;
    border-radius: 16px 16px 0px 0px;
    background: linear-gradient(180deg, rgba(12, 12, 79, 0.00) 0%, rgba(12, 12, 79, 0.80) 31.6%, rgba(12, 12, 79, 0.80) 70.97%, rgba(12, 12, 79, 0.00) 100%), #0C0C4F;
}


button:focus {
    outline: none;
}

.date-tabs .nav-link {
    color: #fff;
    background: transparent;
    border: none;
    display: flex;
    padding: 8px 10px 24px 10px;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    text-align: center;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 22.5px */
    letter-spacing: 0.15px;
}

.date-tabs .nav-link.active {
    display: flex;
    padding: 8px 10px 24px 10px;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid var(--Logo-Baru-1, #04CBFE);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 50%, rgba(4, 203, 254, 0.40) 100%);
    border-radius: 0;
    opacity: 1;
}

/* Timeline */
.timeline {
    padding: 20px;
    background: #f5f5f7;
    border-radius: 0 0 10px 10px;
}

/* Event styling */
.event {
    display: flex;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
}

.event .time {
    min-width: 160px;
    font-weight: 500;
    padding-top: 5px;
    overflow: hidden;
    color: var(--Neutral-neutral-13, #131637);
    text-overflow: ellipsis;

    /* Body 3 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

.event .dot {
    width: 14px;
    height: 14px;
    background-color: #4444BD;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 30px;
    position: relative;
    align-self: stretch;
    z-index: 2;
}

/* Vertical line connecting events */
.event:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 0px;
    left: 187px;
    width: 1px;
    height: calc(100% + 20px);
    background-color: #e0e0e0;
    z-index: 1;

}

/* Event details */
.event .details {
    flex: 1;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.event-header {
    display: flex;
    padding: 15px 20px;
    cursor: pointer;
    align-items: center;
}

.location-icon {
    margin-right: 15px;
    color: #757575;
}

.event-title {
    flex: 1;
}

.event-title h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
    color: var(--Neutral-neutral-13, #131637);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.event-title .subtitle {
    overflow: hidden;
    color: var(--Neutral-neutral-8, #66687D);
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.dropdown-icon {
    transition: transform 0.3s ease;
}

.event-header[aria-expanded="true"] .dropdown-icon img {
    transform: rotate(180deg);
}

.event-header[aria-expanded="true"] .location-icon img {}

/* Event content when expanded */
.event-content {
    padding: 20px;
    border-top: 1px solid #eee;
}

.speakers {
    margin-bottom: 20px;
}

.speaker {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.speaker img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: contain;
    margin-right: 15px;
}

.speaker-info {
    line-height: 1.3;
}

.speaker-name {
    color: var(--Neutral-neutral-13, #131637);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.speaker-title {
    color: var(--Neutral-neutral-8, #66687D);
    text-overflow: ellipsis;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 18px */
}

.description {
    overflow: hidden;
    color: var(--Neutral-neutral-13, #131637);
    /* Body 3 */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
}

@media only screen and (min-width: 401px) and (max-width : 767px) {
    *::after{
        display: none;
    }

    #schedule2025 {
        padding: 20px;
    }

    .nav {
        flex-wrap: nowrap;
    }

    .event{
        display: block;
    }
    .event .dot {
       display: none;
    }
    .event .time{
        margin-bottom: 20px;
        font-size: 16px;
    }
    .date-tabs{
        justify-content: center;
    }
}

@media only screen and (max-width : 400px) {

    *::after{
        display: none;
    }

    #schedule2025 {
        padding: 20px;
    }

    .nav {
        flex-wrap: wrap;
        justify-content: center;
    }

    .event{
        display: block;
    }
    .event .dot {
       display: none;
    }
    .event .time{
        margin-bottom: 20px;
    }

}


@media (min-width: 992px) {
    #schedule2025 {
        padding: 40px 100px;
    }
}

@media only screen and (min-width : 768px) {

}

@media only screen and (max-width : 768px) {}
