.horizontal-scroll {
    display: flex !important;
    margin-top: 0;
    margin-bottom: 10px;
    align-items: center;
    padding: 0px 0px;
    height: 40px;
    overflow-x: auto;
    overflow-y: hidden;
    list-style-type: none;
    white-space: nowrap
}

ul li {
    padding: 12px 15px;
}

li a {
    color: black;
}

ul li:hover {
    background-color: #d4d1d1;
    color: black;
}

.active-nav:hover {
    background-color: #084b7f;
}

.active-nav {
    background-color: #084b7f;
    color: white;
}

.active-nav a {
    color: white;
}

/* merubah dari default.css mtvn */

.running-text-mobile {
    height: 40px;
    margin-top: -10px !important;
    background-color: #f4f4f4;
    border-bottom: solid 1px #dddddd;
}

nav.navbar-mobile {
    position: sticky !important;
}

.running-text-mobile .running-text-content {
    position: relative;
    top: -30%;
    overflow: hidden;
}