.ticker-news-box-content-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 18px 16px;
    gap: 1px;
    width: 58%;
    height: 56px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.ticker-news-box-content-1 #news-box-1-content-text-1 {
    position: absolute;
    width: 76px;
    height: 20px;
    /* top: 0; */
    margin-bottom: 23px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #006CB4;
}

.ticker-news-box-content-1 #news-box-1-content-text-2 {
    position: absolute;
    width: 190px;
    height: 20px;
    /* top: 8px; */
    margin-top: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #090B33;
}

.ticker-news-box-content-1 #news-box-1-content-img {
    margin-top: 10px;
    margin-left: 205.81px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.ticker-news-box-content-1 #news-box-1-content-prev {
    flex: none;
    order: 2;
    flex-grow: 0;
}

.ticker-news-box-content-1 #news-box-1-content-play {
    flex: none;
    order: 3;
    flex-grow: 0;
}

.ticker-news-box-content-1 #news-box-1-content-next {
    flex: none;
    order: 4;
    flex-grow: 0;
}

.ticker-news-box-padding {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 0.5%;
    height: 56px;
}

.ticker-news-box-content-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 18px 16px;
    gap: 95px;
    width: 35%;
    height: 56px;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.ticker-news-box-content-2 #news-box-2-content-icon-location {
    margin-top: 0;
    margin-left: 0;
}

.ticker-news-box-content-2 #news-box-2-content-text-1 {
    position: absolute;
    margin-left: 25px;
    font-family: 'Inter';
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #484848;
}

.ticker-news-box-content-2 #news-box-2-content-text-2 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    text-align: right;
    letter-spacing: -0.24px;
    color: #006CB4;
}
@media (max-width: 480px) {
    .ticker-news-box-content-2 {
        flex: 1 1 auto;
    }
}

.new-container-rri {
    display: inline-flex;
    width: 100%;
    overflow: hidden !important;
}

.new-content .headline img {
    border-radius: 5px;
    width: 100%;
    height: auto;
}

.new-content a {
    color: #090B33;
}

.new-content-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 58%;
    padding: 10px 8px;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.new-content-1 #slider-img {
    position: relative;
    width: 100%;
    height: 295px;
    max-height: 300px;
    border-radius: 12px;
}

.new-content-1 .new-slider-tag-category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    gap: 10px;
    position: absolute;
    width: 93px;
    height: 20px;
    left: 20px;
    bottom: 94px;
    background: #D73F3F;
    border-radius: 6px;
}

.new-content-1 .new-slider-tag-category #new-slider-tag-category-text {
    width: 83px;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.new-content-1 #new-slider-title-text {
    position: absolute;
    width: 550px;
    height: 48px;
    left: 20px;
    bottom: 38px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: #FFFFFF;
}

.new-content-1 #new-slider-post-tags-text {
    position: absolute;
    width: 78px;
    height: 20px;
    left: 20px;
    bottom: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #FFFFFF;
}

.new-content-1 #new-slider-shadow {
    position: absolute;
    width: 552px;
    height: 127px;
    left: 8.9px;
    top: 185px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: linear-gradient(0deg, #484848 0%, rgba(0, 0, 0, 0) 100%);
}

.new-content-padding {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 0.5%;
}

.new-content-2 {
    box-sizing: border-box;
    width: 41%;
    padding: 10px 5px;
}

.new-content-2 .new-sub-slide-body {
    float: left;
    width: 50%;
    padding: 3px;
}

.new-content-2 .new-sub-slide-body #slider-img {
    position: relative;
    width: 190px;
    height: 145px;
}

.new-content-2 .new-sub-slide-body .new-sub-slide-tag-category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    gap: 10px;
    position: absolute;
    width: 69px;
    height: 20px;
    top: 63px;
    margin-left: 12px;
    background: #E69C28;
    border-radius: 6px;
}

.new-content-2 .new-sub-slide-body .new-sub-slide-tag-category #new-sub-slide-tag-category-text {
    width: 59px;
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.new-content-2 .new-sub-slide-body #new-sub-slide-title-text {
    position: absolute;
    width: 173px;
    height: 48px;
    top: 87px;
    margin-left: 12px;
    margin-top: 3px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
}

.new-content-2 .new-sub-slide-body #new-sub-slide-post-tags-text {
    position: absolute;
    width: 78px;
    height: 20px;
    top: 138px;
    margin-left: 12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #FFFFFF;
}

.new-content {
    width: 100%;
    margin-bottom: 30px;
}

.new-content #new-input-search {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    height: 48px;
    border-radius: 12px 0px 0px 12px;
}

.new-content #new-button-search {
    height: 48px;
    border-radius: 0px 12px 12px 0px;
}

.new-content #img-adds-1 {
    width: 99%;
}

.new-content #new-tag-category {
    padding: 12px;
    height: 40px;
    background: linear-gradient(90deg, #D73F3F 0%, #9F1717 100%);
    border-radius: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}

.new-content #new-news-tag-category {
    padding: 0px 5px;
    height: 30px;
    background: #E69C28;
    border-radius: 6px;
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    color: #FFFFFF;
}

.new-content #new-news-title {
    width: 41.4%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #090B33;
}

.new-content #new-news-time {
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #7D7F83;
}

.new-content #new-single-news-title {
    height: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.24px;
    color: #090B33;
}

.new-content #new-single-news-time {
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #7D7F83;
}

.new-content #new-single-news-description {
    width: 31.9%;
    text-align: justify;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #464654;
}

.new-content #btn-custom-news {
    padding: 10px 20px;
    gap: 10;
    width: 202px;
    height: 44px;
    background: #E1EBEB;
    border-radius: 12px;
    border: 1px solid #E1EBEB;
}

.new-content #btn-custom-news span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: #2F3382;
}

.new-content #detail-article-tag-category {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    padding: 0px 5px;
    gap: 10px;
    height: 20px;
    background-color: #D73F3F;
    border-radius: 12px;
}

.new-content #detail-article-tag-category span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    color: #FFFFFF;
}

.new-content #detail-article-title-text {
    margin-top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.24px;
    color: #090B33;
}

.new-content #detail-article-author {
    margin-top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #7D7F83;
}

.new-content #detail-article-subtitle-image {
    margin-top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
    color: #7D7F83;
}

.new-content #detail-article-description {
    margin-top: 24px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    color: #090B33;
}

.new-widget .new-right-content {
    width: 100%;
    background: #FFFFFF;
    border-radius: 12px;
    margin-bottom: 10px;
}

.new-widget .new-right-content #img-addon {
    max-width: 36px;
    max-height: 36px;
    margin-top: -18px;
    margin-left: 124px;
}

.new-widget .new-right-content #new-right-content-title {
    margin-top: 18px;
    width: 173px;
    height: 88px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.29px;
    color: #090B33;
}

.new-widget .new-right-content #new-right-content-time {
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    color: #7D7F83;
    margin-bottom: 10px;
}

.new-widget #new-populer-number {
    width: 41px;
    height: 41px;
    background-color: #006CB4;
    border-radius: 36px;
}

.new-widget #new-populer-number #new-populer-text {
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 41px;
    letter-spacing: -0.24px;
}

.new-widget #new-populer-title {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.24px;
    color: #090B33;
}

.new-widget #new-populer-time {
    height: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #7D7F83;
}

.new-widget #btn-widget-custom-news {
    padding: 10px 20px;
    gap: 10;
    width: 202px;
    height: 44px;
    background: #E1EBEB;
    border-radius: 12px;
    border: 1px solid #E1EBEB;
}

.new-widget #btn-widget-custom-news span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: #2F3382;
}

.post-widget #btn-widget-custom-news {
    padding: 10px 20px;
    gap: 10;
    width: 202px;
    height: 44px;
    background: #E1EBEB;
    border-radius: 12px;
    border: 1px solid #E1EBEB;
    margin-left: 15px;
}

.post-widget #btn-widget-custom-news span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.24px;
    color: #2F3382;
}

.new-right-content-2 {
    position: relative;
    border-radius: 8px;
}

.new-right-content-2 img{
    width: 100% !important;
    object-fit: cover;
    border-radius: 8px;
}

.new-right-content-2 .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    bottom: 0px;
    padding: 8px;
    height: 100%;
    border-radius: 8px;
    background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 85%);
}
.new-right-content-2 .text h5{
    font-weight: 700;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 4px;
}
.new-right-content-2 .text h5,
.new-right-content-2 .text small{
    color: #fff;
    font-family: 'Inter';
}
.new-widget #container-right-tag-category {
    padding: 12px;
    height: 40px;
    background: linear-gradient(90deg, #D73F3F 0%, #9F1717 100%);
    border-radius: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    color: #FFFFFF;
}

.new-widget .bg-streaming-radio {
    width: 100%;
    /* height: 353px; */
    max-height: 353px;
    background: #E1EBEB;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 14px;
}

.new-widget .bg-streaming-radio #span-location-radio {
    cursor: pointer;
    background-color: #FFFFFF;
    height: 44px;
    border-radius: 16px;
    padding: 10px;
}

.new-widget .bg-streaming-radio #text-location-radio {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    color: #090B33;
    margin-left: 10px;
}

.new-widget .bg-streaming-radio h3 {
    font-family: 'Inter';
    font-style: 'normal';
    font-weight: 700;
    letter-spacing: -0.24px;
    color: #090B33;
}

.new-widget .bg-streaming-radio h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.24px;
    color: #9A9BAE;
}

.new-widget .bg-streaming-radio #add-icon {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
}

.new-widget .bg-streaming-radio #add-icon i {
    margin-top: 70.5%;
    margin-left: 20%;
    cursor: pointer;
}

.new-widget .bg-streaming-radio .bg-list-city {
    margin-top: 15px;
    list-style-type: none;
}

.new-widget .bg-streaming-radio .bg-list-city li {
    height: 34px;
    margin-left: -10%;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.24px;
    color: #090B33;
}

.new-widget #text-addon #text-streaming-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -0.24px;
    color: #090B33;
}

.new-widget #text-addon #text-streaming-2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.24px;
    color: #9A9BAE;
    margin-top: -10px;
}

.new-widget #text-addon #text-streaming-3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.24px;
    color: #484848;
    margin-top: 20px;
}

.new-widget .bg-list-radio {
    width: 100%;
    height: 60px;
    padding: 10px;
    gap: 10px;
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 12px; 
}

.new-widget .bg-list-radio #list-radio-play-pause {
    display: flex;
    font-family: 'Inter';
    font-style: normal;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    margin-left: 7px;
}

.new-widget .bg-list-radio #list-radio-play-pause #onclick-play {
    cursor: pointer;
}

.new-widget .bg-list-radio #list-radio-play-pause #onclick-pause {
    cursor: pointer;
}

.new-widget .bg-list-radio #list-radio-title {
    font-family: 'Inter';
    font-style: normal;
    font-size: 15px;
    font-weight: 700;
    color: #484848;
}

.new-widget .bg-list-radio #list-radio-subtitle {
    font-family: 'Inter';
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    color: #484848;
}

.fixed-img-card{
    z-index: 999;
}

/* Addon */
#display-none {
    display: none;
}

.daerah-menu{
    position: inherit !important;
}

.mega-menu-content,
.mega-menu-content-footer
 {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    cursor: pointer;
    padding: 24px;
}
@media (max-width: 991px){
    .mega-menu-content,
    .mega-menu-content-footer {
        height: 460px;
        overflow-y: scroll;
    }
}
@media (max-width: 650px){
    .mega-menu-content {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        left: 0;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 9999;
        cursor: pointer;
        padding: 0 24px 24px;
        height: auto;
        overflow-y: scroll;
        margin-top: 28px;
    }

    .mega-menu-content-footer {
        display: none;
        position: absolute;
        background-color: #FFFFFF;
        width: 100%;
        left: 0;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 9999;
        cursor: pointer;
        padding: 0 24px 24px;
        height: 1040px;
        overflow-y: scroll;
        margin-top: 28px;
    }
    .mega-menu-body {
        padding: 20px;
        width: 100%;
        left: 0;
        cursor: pointer;
        height: 480px;
        overflow-y: scroll;
    }
    .mega-menu-content-footer .mega-menu-body {
        padding: 20px;
        width: 100%;
        left: 0;
        cursor: pointer;
        height: auto;
        overflow-y: scroll;
    }
}

.mega-menu-content-static
 {
    display: none;
    position: absolute;
    float: left;
    background-color: #FFFFFF;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-top: 1px solid #dedede;
    cursor: pointer;
    padding: 24px;
}

.mega-menu-content-static.active {
    display: inherit !important;
}
.mega-menu-content-footer.active {
    display: inherit !important;
}

.mega-menu-rri:hover .mega-menu-content {
    display: block;
}

.footer-menu-rri:hover .mega-menu-content-footer {
    display: block;
}

.daerah-menu:hover .mega-menu-content-static {
    display: block;
}

.mega-menu-body {
    padding: 20px;
    width: 100%;
    left: 0;
    cursor: pointer;
}

.rri-dropdown{
    cursor: pointer;
}

.rri-dropdown-footer{
    cursor: pointer;
}

.mega-menu-body .row div{
    text-align: left;
    padding: 4px 0;
}

#mega-menu-rri-ul {
    list-style: none;
    padding: 5px;
}

#mega-menu-rri-ul li{
    line-height: 30px;
}

.news-post.video-post.infografis-box img {
    height: auto;
}

.news-post.video-post.infografis-box {
    margin-bottom: 20px;
    height: auto;
}
@media (max-width: 1199px) {
    .ticker-news-box-content-2 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 18px 16px;
        gap: 95px;
        width: 300px;
        height: 56px;
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 4px 4px 4px rgb(0 0 0 / 10%);
        border-radius: 12px;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
}
.container-mobile-jaringan {
    display: none;
}
.streaming-background{
    width: 100%;
    border-radius: 16px;
    background-color: #484848;
    margin-bottom:40px;
}
.streaming-background img{
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 16px;
    opacity: 0.5;
}
.streaming-background .streaming-content {
    position: absolute;
    bottom: 0;
    width: 97%;
    padding: 0 40px 20px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%);
    color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 40px;
    border-radius: 16px;
}
.streaming-background .streaming-content h3{
    margin: 4px 0 24px;
    font-weight: bold;
}
#thefile {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 10000;
  }
.streaming-background #canvas {
    position: absolute;
    height: 200%;
    width: 97%;
    bottom: 0;
    border-radius: 16px;
    margin-bottom: 40px;
}
.streaming-background .streaming-content audio{
    width: 100%;
}
@media (max-width: 600px) {
    .ticker-news-box-content-2 {
        display: none;
    }
    .daerah-menu:hover .mega-menu-content-static {
        display: none;
    }
    .container-mobile-jaringan{
        display: inherit;
        padding: 8px 16px;
    }
    .ticker-news-box-content-3 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 18px 16px;
        gap: 95px;
        width: 100%;
        height: 56px;
        background-color: #FFFFFF;
        border: 1px solid rgba(0, 0, 0, 0.05);
        box-shadow: 4px 4px 4px rgb(0 0 0 / 10%);
        border-radius: 12px;
        flex: none;
        order: 1;
        flex-grow: 0;
    }
}

.row > .column {
    padding: 0 8px;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Create four equal columns that floats next to eachother */
  .column {
    float: left;
    width: 100%;
  }
  /* img{
      width: 100%;
  } */
  
  /* The Modal (background) */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
  }
  
  /* Modal Content */
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
  }
  
  /* The Close Button */
  .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
  }
  
  /* Hide the slides by default */
  .mySlides {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
  /* Caption text */
  .caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
  }
  
  img.demo {
    opacity: 0.6;
  }
  
  .active,
  .demo:hover {
    opacity: 1;
  }
  
  img.hover-shadow {
    transition: 0.3s;
  }
  
  .hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .post-contributor{
      display: flex;
      padding-top: 8px;
  }

  .post-contributor img{
      height: 60px;
      width: 60px;
      object-fit: cover;
      border-radius: 60px;
  }

  .post-contributor ul{
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 8px;
      gap: 4px;
  }

section#audio{
    width: 100%;
    height: 86px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
}

.banner-satker img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.broadcaster-card{
    width: 120px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.broadcaster-card .broadcaster-card_image{
    border-radius: 50%;
    height: 120px;
    width: 120px;
    cursor: pointer;
}
.broadcaster-card .broadcaster-card_image img{
    border-radius: 50%;
    object-fit: cover;
    height: 120px;
    width: 120px;
}

.footer-profile-satker {
    width: 100%;
    height: auto;
    background: linear-gradient(90deg, #006FB4 0%, #2F3382 100%);
    margin-bottom: 50px;
}

.footer-profile-satker-header {
    height: 158px;
    padding-top: 0px;
    background: url('../images/footer-union.png'), linear-gradient(154.01deg, #006CB4 0.53%, #2F3382 92.74%);
    background-repeat: no-repeat;
    background-position: 2%;
    background-size: contain;
}

.header-satker-profile-p {
    font-weight: 800;
    font-family: 'Inter';
    font-size: 21px;
    font-style: italic;
    color: #FFFFFF;
    margin-left: 40px;
    margin-top: 7px;
}

.header-satker-profile-span {
    color: #D73F3F;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 3px;
    transform: matrix(1, 0, -0.16, 0.99, 0, 0);
}

.footer-profile-satker-body {
    margin-top: 20px;
    padding: 10px;
}

.card-satker-body {
    margin-bottom: 25px;
    height: 176px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px 9px 5px;
}

.card-satker-header {
    position: absolute;
    background: #D73F3F;
    margin-top: -215px;
    margin-left: 77px;
    width: 153px;
    height: 29px;
    border-radius: 8px;
    text-align: center;
    padding: 3px 0;
}

.card-satker-header-text {
    margin-bottom: 10px;
    color: #FFFFFF;
    font-family: 'Inter';
    font-style: italic;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: -0.03em;
}

.card-satker-body-title-1 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #000000;
}

.card-satker-body-price-1 {
    margin-top: -12px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    letter-spacing: -0.03em;
    color: #2F3382;
}

.card-satker-body-duration-1 {
    margin-top: -9px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    text-align: right;
    letter-spacing: -0.03em;
    color: #2F3382;
}

/*Modal View*/
.modalView {
    width: 360px;
    position: fixed;
    border-radius: 5px;
    display: none;
    justify-content: center;
    align-items: center;
    top: 360px;
    left: 50%;
    height: auto;
    max-height: 480px;
    text-align: left;
    background: #fff;
    transform: translate(-50%, -50%);
    font-size: 1.2rem;
    -webkit-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
    -moz-box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
    box-shadow: -1px 2px 30px -8px rgba(0, 0, 0, 0.62);
    z-index: 10001;
  }
  .modalViewTimeline {
    width: auto;
  }

  .modalView .active {
    display: flex !important;
  }
  
  .modalView > .modalView__content {
    color: #000;
    width: 100%;
    font-weight: bold;
    max-height: 480px;
    overflow-y: scroll;
    padding: 20px 16px;
  }
  .modalView > .modalView__content.centered {
    text-align: center;
  }
  
  .modalView__content h5 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .modalView__content p {
    font-size: 15px;
    text-align: left;
  }
  
  #modalView__closeBtn,
  #modalViewTimeline__closeBtn {
    position: fixed;
    background: #000000;
    width: 35px;
    border-radius: 35px;
    height: 35px;
    right: -17px;
    top: -17px;
    color: white;
    z-index: 10002;
  }
  
  #modalView__closeBtn,
  #modalViewTimeline__closeBtn {
    cursor: pointer;
  }
  #modalView__closeBtn:after,
  #modalViewTimeline__closeBtn:after,
  #modalView__closeBtn:before,
  #modalViewTimeline__closeBtn:before {
    content: "";
    height: 20px;
    width: 20px;
    border-top: 3px solid #ffffff;
    position: absolute;
    top: 13px;
    right: 0px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #modalView__closeBtn:before,
  #modalViewTimeline__closeBtn:before {
    color: white;
    right: 12px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #modalView__closeBtn:hover,
  #modalViewTimeline__closeBtn:hover {
    background-color: #2F3382;
  }

  .accordion {
    color: #fff;
    cursor: pointer;
    width: 100%;
    transition: 0.4s;
    text-transform: uppercase;
    text-align: left;
    outline: none;
    border: none;
  }
  .accordion:active {
    border-style: outset;
  }
  
  .active, .accordion:hover {
    background-color: #fff; 
  }

  .panel {
    padding: 16px 24px;
    display: none;
    background-color: white;
    overflow: hidden;
  }

  .separated-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 16px;
  }

  .separated-text .right{
    width: 100%;
  }
  
  .separated-text .left-text{
    width: auto;
    font-size: 12px;
    color: #2F3382;
  }

  .separated-text .left-text label {
    cursor: pointer;
  }

  /* timeline style */

  .containers {
    padding: 0 25px;
    margin: 0 60px;
  }
  .containers ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .containers ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    border: 1px dashed #aaa;
  }
  
  .box {
    margin: 50px 0;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.2);
    width: 400px;
    position: relative;
    font-weight: 400;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 1px 1px 3px rgba(100, 100, 100, 0.3);
    font-size: 15px;
  }
  .box > span {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    border: 1px solid #ccc;
  }
  .box > span:before, .box > span:after {
    content: "";
    position: absolute;
    left: -7px;
    width: 10px;
    height: 10px;
    border: 2px solid #ccc;
    background: #01579b;
    border-radius: 100%;
  }
  .box > span:before {
    top: -12px;
  }
  .box > span:after {
    top: 100%;
  }
  .box .title {
    font-size: 1rem;
    text-transform: uppercase;
    margin-top: 10px;
  }
  .box .sub-title {
    font-size: 15px;
    color: #aaa;
  }
  .box .info {
    margin: 15px 0;
  }
  .box .time span {
    position: absolute;
    font-size: 12px;
    color: #aaa;
  }
  .box .time span:first-child {
    top: -10px;
    left: -70px;
  }
  .box .time span:last-child {
    top: 100%;
    left: -70px;
  }

  .ramadan-logo img {
    width: 240px;
    margin: 0 auto 20px;
}

.img-banner-4{
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: contain;
    margin-bottom: 24px;
}

@media (max-width:768px) {
    .ramadan-logo img {
        width: 180px;
        margin: 24px auto;
    }
}