.morning {
    background: linear-gradient(135deg, #FFE082, #FFB74D) !important;
}

.afternoon {
    background: linear-gradient(135deg, #4FC3F7, #4DD0E1) !important;
}

.evening {
    background: linear-gradient(135deg, #FF7043, #8E24AA) !important;
}

.night {
    background: linear-gradient(135deg, #1A237E, #4A148C) !important;
}

.top-corner-el img {
max-width: 550px !important;
}

.main-navbar.navbar-scroll-bg {
    background-color: rgba(7, 17, 38, 0.59) !important;
    backdrop-filter: blur(6.5px) !important;
    border-bottom: 0 !important;
}

.navbar-active {
top:0 !important;
}

/*.banner-section.style-two {
    background-position-y: -30px !important;
}*/

.banner-section {
    background-position: top center;
}

.live-status {
background: #D91D52 !important;
}

.lokal-player {
padding: 0.0625rem 1.5625rem;
    font-size: 1rem;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
    margin-left: 1.25rem;
background: #F5821F !important;
}

.podcast-item.style-two .podcast-item-content .artist-thumb {
    width: 80px !important;
    height: auto !important;
}

.podcast-item.style-two .podcast-item-content .artist-content {
    width: calc(100% - 80px) !important;
}