.no-events {
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    padding: 20px 40px !important;
}
footer {
    z-index: 8;
    position: relative;
}
.timeline-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
    flex-wrap: wrap;
    white-space: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #382985 transparent;
}
.timeline-menu-item {
    padding: 10px 16px;
    background-color: #382985;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.timeline-menu-item:hover {
    background-color: #4e3e98;
    color: white;
}
.timeline-wrapper {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border: 2px solid #4e3e98;
    border-radius: 10px;
    background-color: #FFFDE4;
    padding: 30px;
}
.timeline-wrapper {
    scrollbar-width: thin;
    scrollbar-color: #382985 transparent;
}
.timeline-wrapper table {
    cursor: ew-resize;
}
.timeline-wrapper::-webkit-scrollbar {
    height: 10px;
}
.timeline-wrapper::-webkit-scrollbar-thumb {
    background-color: #382985;
    border-radius: 50px;
}
.timeline-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.timeline-table {
    width: 1800px;
    border-collapse: collapse;
}
.timeline-table th div:first-child {
    font-size: 16px !important;
} 
.timeline-table th {
    color: black;
    font-weight: bold;
    border: 1px solid #382985;
    border-top: unset;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    min-width: 150px;
}
.timeline-table td {
    border: 1px solid #ddd;
    min-width: 150px;
    height: 120px;
    vertical-align: top;
    padding: 6px 10px;
    min-height: 100px;

}
.event-link {
    background-color: #382985;
    background-image: url(/assets/uploads/images/decoration/angel-bg.png);
    background-position: -10px 30px;
    background-size: 180px;
    background-repeat: no-repeat;
    background-blend-mode: soft-light;
    cursor: pointer;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    text-align: left;
    padding: 10px;
    line-height: 1.1;
    position: relative;
    height: 100%;
    display: block;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    transition: .2s;
    text-decoration: none !important;
}
.event-link:hover {
    background-position: 10px 20px;
    background-size: 200px;
    box-shadow:0 2px 8px rgba(0, 0, 0, 0.5);
    background-color: #4835A8;
    color: white !important;
}
.event-name {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 15px;
    height: 32px;
}
.event-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.event-wrapper .merged:before {
    margin: 0 !important;
}
.event-date-wrapper {
    max-width: 85%;
    font-size: 14px !important;
    font-weight: normal !important;
    display: flex;
    align-items: center;
    gap: 12px;
}
.event-date-icon {
    width: 25%;
    max-width: 30px;
    min-width: 30px;
    filter: brightness(0) saturate(100%) invert(93%) sepia(52%) saturate(242%) hue-rotate(323deg) brightness(108%) contrast(104%);
}

.timeline-menu {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    overflow-x: auto;
    flex-wrap: wrap;
    white-space: nowrap;
}
.timeline-menu-item {
    padding: 10px 16px;
    background-color: #382985;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}
.timeline-menu-item:hover {
    background-color: #4e3e98;
    color: white;
}
 @media screen and (max-width: 767px) {
    .timeline-menu { 
        flex-wrap: nowrap;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        padding-bottom: 10px;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }
 }