.mapulcss {
    list-style-type: none;
}

.timeline {
    position: relative;
    padding: 10px 0;
    list-style: none;
}
.timeline:before {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 40px;
    width: 0.5px;
    content: '';
    background-color: #e9ecef;
}
.timeline-item {
    position: relative;
    margin-bottom: 20px;
}
.timeline-item:before {
    content: "";
    display: table;
}
.timeline-item:after {
    content: "";
    display: table;
    clear: both;
}
.timeline-item .timeline-icon {
    position: absolute;
    left: 18px;
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #e9ecef;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #495057;
}
.timeline-item .timeline-content {
    margin-left: 75px;
    padding: 5px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
}
.timeline-item .timeline-content h5 {
    margin-top: 0;
    color: #495057;
}
.timeline-item .timeline-content p {
    margin-bottom: 0;
}
.alert-warning {
    background-color: #ffc107;
    color: #856404;
}

#accordion-search .collapsing {
    transition: none !important;
}

@keyframes nj-shimmer {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
.nj-skeleton {
    padding: 8px 4px;
}
.nj-skel-header,
.nj-skel-line {
    border-radius: 4px;
    background: linear-gradient(90deg, #e9ecef 25%, #f4f5f6 50%, #e9ecef 75%);
    background-size: 400% 100%;
    animation: nj-shimmer 1.4s ease-in-out infinite;
    margin-bottom: 7px;
}
.nj-skel-header {
    height: 26px;
}
.nj-skel-line {
    height: 13px;
}
