.cursor-pointer {
    cursor: pointer;
}

.text-mobile {
    font-size: 13px !important;
    font-weight: 400;
}

.color-primary {
    color: #007aa2;
}
.bg-color-primary {
    background-color: #007aa2;
}

.bottom-nav > .nav-item.active {
    color: #007aa2;
}

.nav > .nav-item > .nav-link {
    color: #007aa2;
    width: 100%;
}

.nav > .nav-item > .nav-link.active {
    background-color: #007aa2;
    width: 100%;
    color: #fff;
}

.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

.timeline-item {
    position: relative;
    margin-bottom: 20px;
}

.timeline-badge {
    position: absolute;
    left: -25px;
    width: 20px;
    height: 20px;
    background-color: #ff5c5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.timeline-badge i {
    font-size: 12px;
}

.timeline-panel {
    margin-left: 40px;
}

.timeline-heading {
    font-size: 18px;
    font-weight: bold;
}

.timeline-body {
    padding-top: 10px;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
