﻿.showpad {
    padding-top: 45px;
    /* background-color:green;*/
    background-color: var(--ob-background-color);
}

.showlineup_titlePad {
    padding-left: 85px;
    padding-top: 20px;
}

.showlineup_title {
    color: var(--ob-text-color);
    font-family: Barlow;
    font-weight: bold;
    font-size: 45px;
}

.showlineup_text {
    color: var(--ob-text-color);
    font-family: inter;
    font-weight: normal;
    font-size: 15px;
}

.padcalendar {
    padding-top: 30px;
    /*padding-bottom:30px;*/
}

.calendar {
    background-color: #3b312f;
    width: 100%;
    display: table;
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 8px;
}

.caldate {
    /* width: 14.28%;*/

    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 18px;
    display: table-cell;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    min-width: 140px;
}

.caldateactive {
    background-color: red;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 8px;
}

.padcalendarevents {
    padding-top: 30px;
}

.redBackground {
    background-color: red;
}

.blackBackground {
    background-color: black;
}

.onesidecurvered {
    border: 1px solid red;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.onesidecurvegray {
    /*border: 1px solid #747474;*/
    border: 1px solid #171817;
    /*border: 1px solid #3b312f;*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.showprogram {
    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
}

.showpic {
    padding-top: 15px;
    padding-bottom: 15px;
}


.showscheduletextwhite {
    color: white;
    font-family: inter;
    font-weight: normal;
    font-size: 15px;
}

.showscheduletext {
    color: #747474;
    font-family: inter;
    font-weight: normal;
    font-size: 15px;
}

.showscheduletime {
    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 15px;
}

.pad20 {
    padding-left: 20px;
}

.padclock {
    padding-top: 0px;
    padding-bottom: 0px;
}

.showborderleftwhite {
    padding-top: 25px;
    padding-bottom: 15px;
    height: 70px;
    border-left: 1px solid #ea7272;
    margin-top: 10px;
}

.showborderleft {
    padding-top: 25px;
    padding-bottom: 15px;
    height: 70px;
    border-left: 1px solid #3b312f;
    margin-top: 10px;
}

.showpadclock {
    margin-top: -10px;
    margin-left: 10px;
}

.showredactive {
    border: 10px solid red;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    /*border-bottom-left-radius: 10px;*/
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.shownumber {
    color: #747474;
    font-family: inter;
    font-weight: normal;
    font-size: 12px;
}

.showviewall {
    /* width: 14.28%;*/

    color: RED;
    font-family: inter;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    /* margin-top:-50px;*/
}

    .showviewall:hover {
        /* width: 14.28%;*/

        color: #2068B7;
        font-family: inter;
        font-weight: bold;
        font-size: 18px;
        /* margin-top:-50px;*/
        text-decoration: none;
    }

.jimmywidth {
    width: 100%;
    height: 100%;
    /* object-fit: cover;
    object-position: center;*/
    /*  object-fit: scale-down;*/
    /* object-fit:contain;*/
}


.upcomingEvents_title {
    color: var(--ob-sectionhead-text-color);
    font-family: Barlow;
    font-weight: bold;
    font-size: 45px;
}


.upcomingEvents_titlePad {
    /*padding-left: 85px;*/
    padding-top: 20px;
}


.upcomingEvents_text {
    color: white;
    font-family: inter;
    font-weight: normal;
    font-size: 15px;
}

.upcomingEvents_textPad {
    padding-left: 85px;
    padding-top: 0px;
}






.upcomingEvents {
    padding-top: 45px;
    /* background-color:green;*/
    background-color: #B7B7B7;
}



.upcomingbox {
    height: 160px;
    width: auto;
}

.blogbox {
    background-color: #191313;
    min-height: 224px;
    width: auto;
}

.upcomingwrapper {
    /* background-color: green;*/
    background-color: #2068B7;
    height: 100%;
    width: 100%;
    /* max-width: 300px;*/
    margin-left: 7px;
}


.UpcomingBox_Text {
    color: #ababac;
    font-family: inter;
    font-weight: normal;
    font-size: 14px;
    padding-left: 7px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.UpcomingBox_Title {
    color: #e40406;
    font-family: inter;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 5px;
}

.blogbox_Title {
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding-top: 10px;
    padding-left: 10px;
}


.blogbox_Date {
    color: #e40406;
    font-family: inter;
    font-weight: normal;
    font-size: 13px;
    padding-left: 10px;
    padding-top: 5px;
}

.blogbox_Text {
    color: #ababac;
    font-family: inter;
    font-weight: normal;
    font-size: 14px;
    padding-left: 10px;
    padding-top: 15px;
    padding-bottom: 10px;
}

.contestborder {
    border: 1px solid white;
    border-radius: 10px 10px 10px 10px;
}

.contestbox {
    /*height: 160px;*/
    width: auto;
    /* padding-left: 10px;*/
    padding-right: 10px;
    /* padding: 5px 5px 5px 5px*/
}



.contestwrapper {
    /* background-color: green;*/
    background-color: #181818;
    height: 99%;
    width: 96%;
    max-width: 300px;
    margin-left: 8px;
}

.contestBox_Text {
    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 15px;
    /* padding-left: 7px;*/
    padding-top: 25px;
    padding-bottom: 10px;
    min-height: 90px;
    margin-left: 10px;
    text-decoration: none;
}

.modal-body {
    padding: 20px !important;
    border: 0px !important;
}

.modal-content {
    background-color: white;
}

.mdl-head {
    color: black;
    padding-bottom: 20px;
    padding-left: 7.5%;
    display: inline-block;
    text-align: center;
    width: 85%;
}

.mdl-close {
    display: inline-block;
    float: right;
    background-color: transparent;
    padding-top: 5px;
    border-radius: 5px;
    cursor: pointer;
}


.scrollviewall2 {


    color: black;
    font-family: inter;
    font-weight: bold;
    font-size: 18px;
    margin-top: -50px;
}

scrollviewall2:hover {
    color: #2068B7;
    font-family: inter;
    font-weight: bold;
    font-size: 18px;
    margin-top: -50px;
}

.viewall2 {
    color: black;
    text-decoration: none;
}

    .viewall2:hover {
        color: #2068B7;
        text-decoration: none;
    }


.padtop20 {
    padding-top: 20px;
}


.musicprogram {
    color: #999999;
    font-family: inter;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
}

.musicprogramwhite {
    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 20px;
    padding-left: 20px;
}

.musictext {
    color: #999999;
    font-family: inter;
    font-weight: normal;
    font-size: 14px;
    padding-left: 20px;
}

.musictext2 {
    color: #999999;
    font-family: inter;
    font-weight: normal;
    font-size: 14px;
    padding-left: 20px;
}

.musictextBold {
    color: white;
    font-family: inter;
    font-weight: bold;
    font-size: 14px;
    padding-left: 20px;
}

.musicclock {
    padding-top: 15px;
}

.musicclocktext {
    padding-top: 17px;
    color: #999999;
    font-family: inter;
    font-weight: normal;
    font-size: 14px;
}

.musicpad {
    padding-top: 10px;
}

.redborder {
    padding: 10px;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    margin-top: 50px;
    width: 200px;
    text-align: center;
}

.redborder2 {
    padding: 10px;
    border: 1px solid red;
    border-radius: 5px;
    color: red;
    margin-top: 50px;
    width: 150px;
    text-align: center;
}

.songicon {
    min-width: 40px;
}




.z_background {
    /*background-image: var(--ob-sectionzlogo-imageurl);*/
    background-repeat: no-repeat;
    background-size: contain;
    height: 130px;
    width: auto;
}
.sectionhead-background-imageurl {
   /* background-image: var(--ob-sectionhead-background-imageurl);*/
    background-repeat: no-repeat;
    background-size: cover;  /* Changed from 'contain' to 'cover' */
    background-position: center;  /* Added to center the image */
    /* height: 130px;
    width: 100%; */
}


.padTop35 {
    padding-top: 35px;
}


.padTop50 {
    padding-top: 50px;
}

.padTop15 {
    padding-top: 15px;
}


.toprequestcell {
    border-bottom: 1px solid #3b312f;
    padding-bottom: 18px
}

.toprequestcell2 {
    border-bottom: 0px solid #3b312f;
    padding-bottom: 100px
}



.notify-badge {
    width: 44px;
    height: 46px;
    position: absolute;
    bottom: -20px;
    right: 26px;
    z-index: 1000;
}

.Adv3Pad {
    padding-top: 0px;
    padding-bottom: 50px;
}

.imgheight {
    height: 100%;
}





@media (min-width:1399px) {
    .musicright {
        text-align: right;
    }

    .musicright2 {
        float: right;
    }

    .imgheight {
        height: 100%;
    }

    .redborderPad {
        float: right
    }

    #sliderScroll_outer4 {
        display: none;
    }

    .showpaginationpad {
        padding-top: 15px;
    }

    .padwidth24 {
        flex: 0 0 auto;
        width: 24%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }

    .padwidth25 {
        flex: 0 0 auto;
        width: 25%;
    }

    .padwidth33 {
        flex: 0 0 auto;
        width: 33%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }

}


@media screen and (max-width: 1399px) {

    #sliderScroll_outer4 {
        display: none;
    }




    .pad20 {
        padding-left: 15px;
    }

    .showprogram {
        font-size: 19px;
        padding-left: 10px;
    }

    .showpic {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .showscheduletext {
        font-size: 14px;
    }

    .showscheduletime {
        font-size: 14px;
    }

    .padwidth24 {
        flex: 0 0 auto;
        width: 24%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }

    .padwidth33 {
        flex: 0 0 auto;
        width: 33%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }

    .padwidth25 {
        flex: 0 0 auto;
        width: 25%;
    }


}


@media screen and (max-width: 1199px) {

    .pad20 {
        padding-left: 10px;
    }

    .showprogram {
        font-size: 17px;
        padding-left: 10px;
    }

    .showpic {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .showscheduletextwhite {
        font-size: 12px;
    }

    .showscheduletimewhite {
        font-size: 12px;
    }

    .showscheduletext {
        font-size: 12px;
    }

    .showscheduletime {
        font-size: 12px;
    }

    .imgheight {
        height: 100%;
    }

    .contestwrapper {
        /* background-color: green;*/
        background-color: #181818;
        height: 99%;
        width: 90%;
        max-width: 300px;
        margin-left: 8px;
    }

    .contestBox_Text {
        font-size: 11px;
        font-weight: bold;
        /* padding-left: 7px; */
        padding-top: 25px;
        padding-bottom: 10px;
        min-height: 90px;
        margin-left: 10px;
    }

    .padwidth24 {
        flex: 0 0 auto;
        width: 30%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }

    .padwidth33 {
        flex: 0 0 auto;
        width: 45%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }

    .padwidth25 {
        flex: 0 0 auto;
        width: 31%;
    }


}



@media screen and (max-width:991px) {

    #sliderScroll_outer4 {
        display: block;
    }



    .pad20 {
        padding-left: 0px;
    }

    .showprogram {
        font-size: 15px;
        padding-left: 8px;
    }

    .showpic {
        padding-top: 2px;
        padding-bottom: 2px;
    }

    .showscheduletextwhite {
        font-size: 12px;
    }

    .showscheduletimewhite {
        font-size: 12px;
    }

    .showscheduletext {
        font-size: 12px;
    }

    .showscheduletime {
        font-size: 10px;
    }

    .showborderleft {
        padding-top: 12px;
        padding-bottom: 10px;
        height: 50px;
        border-left: 1px solid #3b312f;
        margin-top: 10px;
    }

    .showborderleftwhite {
        padding-top: 12px;
        padding-bottom: 10px;
        height: 50px;
        border-left: 1px solid white;
        margin-top: 10px;
    }

    .showpadclock {
        margin-top: -18px;
        margin-left: 10px;
    }

    .showlineup_titlePad {
        padding-left: 85px;
        padding-top: 20px;
    }

    .showlineup_title {
        font-size: 30px;
    }

    .upcomingEvents_title {
        font-size: 30px;
    }


    .upcomingEvents_titlePad {
        /*padding-left: 85px;*/
        padding-top: 20px;
    }

    .upcomingEvents_text {
        font-size: 13px;
    }


    .musicprogram {
        font-size: 17px;
        padding-left: 20px;
    }

    .musicprogramwhite {
        font-size: 17px;
        padding-left: 0px;
    }

    .musictext {
        font-size: 12px;
        padding-left: 20px;
    }

    .musictext2 {
        font-size: 12px;
        padding-left: 0px;
    }

    .musictextBold {
        font-size: 12px;
        padding-left: 20px;
    }

    .contestBox_Text {
        font-size: 11px;
        font-weight: bold;
        /* padding-left: 7px; */
        padding-top: 25px;
        padding-bottom: 10px;
        min-height: 90px;
        margin-left: 10px;
    }

    .notify-badge {
        width: 38px;
        height: 40px;
    }

    .padwidth24 {
        flex: 0 0 auto;
        width: 40%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }

    .padwidth25 {
        flex: 0 0 auto;
        width: 40%;
    }

    .topimage {
        padding-top: 10%;
    }

}



@media screen and (max-width: 767px) {



    .showborderleftwhite {
        border-left: 1px solid red;
        height: auto;
    }

    .showborderleft {
        border-left: 1px solid black;
        height: auto;
    }

    .showpadclock {
        margin-top: 0px;
        margin-left: 0px;
    }

    .showpic {
        padding-top: 8px;
        padding-bottom: 2px;
    }

    .musicright2 {
        float: left;
    }

    .musicright {
        text-align: left;
    }

    .padTop50 {
        padding-top: 10px;
    }

    .padwidth25 {
        flex: 0 0 auto;
        width: 80%;
    }

    .padwidth24 {
        flex: 0 0 auto;
        width: 80%;
    }
    .padwidth33 {
        flex: 0 0 auto;
        width: 80%;
        margin-left: 7px;
        margin-right: 7px;
        /* border: 1px solid white;*/
    }
    .jimmywidth {
        /*width: 50%;*/
        height: 80%;
        width: 80%;
    }


    .showpaginationpad {
        margin-top: -35px;
    }

    .showviewall {
        font-size: 18px;
        margin-top: -50px;
    }

    .scrollviewall2 {
        font-size: 14px;
        margin-top: -45px;
    }



    /*.padTop80 {
            padding-top: 30px;
        }*/

    .padTop20 {
        padding-top: 15px;
    }

    .padTop35 {
        padding-top: 15px;
    }

    .toprequestcell2 {

        padding-bottom: 50px;
    }

    .Adv3Pad {
        padding-top: 0px;
        padding-bottom: 25px;
    }

    .redborder {

        margin-top: 50px;
        width: 200px;
        text-align: center;
    }

    .redborder2 {
        margin-top: 50px;
        width: 150px;
        text-align: center;
    }

    .redborderPad {
        float: left
    }

    .showredactive {
        border: 10px solid black;

        border-bottom-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .showviewall {
        font-size: 18px;
        margin-top: 10px;
    }

    .scrollviewall2 {
        font-size: 14px;
        /* margin-top: 10px;*/
        margin-top: -43px;
    }

    .contestwrapper {
        /* background-color: green;*/
        background-color: #181818;
        height: 90%;
        width: 100%;
        max-width: 300px;
        margin-left: 0px;
        margin-bottom: 10px;
    }


    .contestBox_Text {
        font-size: 11px;
        font-weight: normal;
        /* padding-left: 7px; */
        padding-top: 25px;
        padding-bottom: 10px;
        min-height: 90px;
        margin-left: 10px;
    }

    .notify-badge {
        width: 35px;
        height: 36px;
    }

    .topimage {
        padding-top: 12%;
    }
}








@media screen and (max-width: 575px) {
    .showborderleftwhite {
        border-left: 1px solid red;
    }

    .showborderleft {
        border-left: 1px solid black;
    }

    /* .showborder {
        display: none;
    }*/

    .musicright2 {
        text-align: left !important;
    }

    .musicright {
        text-align: left !important;
    }

    .padTop50 {
        padding-top: 10px;
    }

    .padwidth25 {
        flex: 0 0 auto;
        width: 80%;
    }

    .padwidth24 {
        flex: 0 0 auto;
        width: 80%;
    }

    .viewall2 {
        color: RED;
        text-decoration: none;
        padding-top: 30px;
    }

    .scrollviewall2 {
        font-size: 14px;
        /* margin-top: 10px;*/
        margin-top: 15px;
    }

    .contestBox_Text {
        font-size: 10px;
        font-weight: normal;
        /* padding-left: 7px; */
        padding-top: 20px;
        padding-bottom: 10px;
        min-height: 90px;
        margin-left: 10px;
    }


}










/*.Upcoming-scrollbar {
    width: 70%;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: thin;
    scrollbar-color: red grey;
}


.Upcoming-scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    background-color: grey;*/
/* or add it to the track */
/*border-radius: 10px;
    scrollbar-width: thin;
    background: transparent;
}


.Upcoming-scrollbar::-webkit-scrollbar-button {
    display: block;
    background-color: grey;
    height: 2px;
    border-radius: 10px;
}




.Upcoming-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: red;*/
/* color of the scroll thumb */
/*background: transparent;
    border: 3px solid red;
}

.Upcoming-scrollbar::-webkit-scrollbar-track {
    height: 2px;
    background-color: grey;
    background: transparent;
}*/

/* Make the scrollbar visible when hovering over the track */
/*.Upcoming-scrollbar::-webkit-scrollbar-track-piece-over:hover {
    background: transparent;
    background-color: red;
}

.Upcoming-scrollbar::-webkit-scrollbar-corner {
    background-color: transparent;
}*/