a {
    text-decoration: none;
}

.header-top {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.nav-item {
    text-decoration: none;
}

.fa-square-check {
    color: green;
    font-weight: bold;
}

.fa-clock {
    color: blue;
    font-weight: bold;
}

.card-harga {
    display: flex;
    justify-content: center;
}

.list-unstyled {
    text-align: left;
    margin: auto;
    display: inline-block;

}

.fa-circle-info {
    color: rgb(6, 185, 209);
}