@import url(https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@300&display=swap);body{background-color:#2c2c2c;color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0}::selection{background:#0000}header{background-color:#2c2c2c;display:block;height:65px;opacity:1;position:fixed;top:0;transition:2s;width:100%;z-index:1}header.hide{opacity:0}header>img{opacity:1;transition:1s}header.fade>img{opacity:0}#mainPage{flex-direction:column;margin-top:65px;min-height:calc(100% - 65px);position:absolute;transition:1s;width:100%}#mainPage.hide{background-color:#2c2c2c}#mainPage.hide>*{opacity:0;transition:1s}header>img{display:block;margin:auto;max-height:50px;padding:10px}#loader{bottom:0;display:flex;flex-direction:column;height:100%;justify-content:center;position:fixed;transition:.5s;width:100%;z-index:100}#loader.hide{height:0;opacity:0}.player{bottom:0;position:fixed;transition:.8s;z-index:3}.player.modal-open{filter:blur(5px);transform:scale(.5) skew(-15deg)}.player.expand{bottom:0;position:fixed}footer{bottom:100vh;height:65px;position:absolute;transition:2s;width:100%;z-index:20}.player.hide>footer{bottom:0;top:-115vh}.player.show>footer{bottom:0;top:-65px}footer>.playerData{display:flex}.player.expand>footer{margin-top:10px;top:-100vh}.player.expand.mobile>footer{margin-top:10px;top:-90vh}#wave{background:#e01064;bottom:0;height:100px;padding-bottom:100vh;position:fixed;transition:2s;width:100%;z-index:-1}.player.show>#wave{padding-bottom:0}.player.expand>#wave{padding-bottom:100vh}#wave>div>svg{margin-bottom:0;transition:1s}#wave>div>svg,.player.expand #wave>div>svg{background-color:#2c2c2c}.playerData>div{align-items:center;color:#fff;flex-grow:1}.playerData>.streamActionBtn{cursor:pointer;flex-grow:0;height:50px;width:50px}.playerData>.sectionExpansionBtn{align-self:center;cursor:pointer;flex-grow:0;height:20px;margin-bottom:10px;padding:10px;transition:1s;width:20px}.playerData>.sectionExpansionBtn.expand{transform:rotate(-180deg)}.showTitle{color:#fff;font-size:20px;font-weight:700}.showDesc{color:#d3d3d3;font-size:16px}#error{align-items:center;background-color:crimson;color:#fff;display:none;flex-direction:column;font-size:24px;height:100%;justify-content:center;position:fixed;width:100%;z-index:1000}#error.show{display:flex}#error>span{width:80%}#error>span,select,select option{text-align:center}#error>a{background-color:#fff;border-radius:10px;color:#000;padding:10px 20px;text-decoration:none}.currentSongBarContainer{border:1px solid #2c2c2c;margin-top:11px}.currentSongBar{background-color:#fff;height:4px;width:0}#footerSections{color:#fff;height:85vh;margin:0 10px;overflow:overlay;padding-bottom:20px;text-align:center;transition:6s}#footerSections.hide{opacity:0}.modal{height:auto;left:50%;margin:15px 0 0;position:fixed;top:5%;transform:translateX(-50%) translateY(-5%);visibility:hidden;width:50%;z-index:2000}.modal.show{visibility:visible}.overlay{background:#2226;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s;visibility:hidden;width:100%;z-index:1000}.modal.show~.overlay{opacity:1;visibility:visible}.modal-content{background:#e1075e;border-bottom-left-radius:25px;border-bottom-right-radius:3px;border-top-left-radius:3px;border-top-right-radius:25px;color:#fff;margin:0 auto;max-height:calc(100vh - 100px);overflow-x:hidden;overflow-y:overlay;padding:15px 50px 40px;position:relative}.modal-content ul{list-style:none;margin:10px}.zoomInEffect .modal-content{opacity:0;transform:scale(.7);transition:all .4s}.modal.show.zoomInEffect .modal-content{opacity:1;transform:scale(1)}.showPageTitle{margin:0 auto;text-align:center}.showPageHosts{color:#ccc;display:block;text-align:center}.showPageContent{display:flex;flex-direction:row;gap:25px;justify-content:space-between;margin:50px 0}.showPageImage{aspect-ratio:1/1;object-fit:cover;object-position:center;width:250px}.showPageDetails{flex-grow:1;overflow-wrap:anywhere}.showEpisode{align-items:center;background-color:#f6d7b0;border-radius:6px;color:#444;display:flex;flex-direction:row;gap:10px;margin:6px 0;opacity:.8;padding:10px;transition:all .2s}.showEpisode.active,.showEpisode:hover{opacity:1}.showEpisode>img{cursor:pointer;filter:grayscale(1) contrast(0) brightness(.6);transition:.1s;width:25px}.showEpisode>img:hover{transform:scale(1.1)}.showEpisode>b{white-space:nowrap}@media only screen and (max-width:1024px){.modal{margin:15px 0 0;width:90%}.modal-content{border-bottom-right-radius:25px;border-top-left-radius:25px;max-height:calc(100vh - 100px);padding:0 25px}.showPageContent{align-items:center;flex-direction:column;margin:10px 0}.modal .spacer{height:50px}.showEpisode{flex-wrap:wrap}.showEpisode>b{order:1}.showEpisode>img{margin:auto;order:2}.showEpisode>span{order:3}.showEpisode>input{order:4}}.player-seeker{appearance:none;background:#777;background-color:#9a905d;border-radius:15px;height:10px;opacity:.7;outline:none;overflow:hidden;transition:opacity .2s}.player-seeker::-webkit-slider-thumb{-webkit-appearance:none;background:#434343;border-radius:15px;box-shadow:-100vw 0 0 100vw #292929;height:0;width:0}.player-seeker::-webkit-slider-runnable-track{-webkit-appearance:none;color:#13bba4;height:10px;margin-right:0}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px grey;margin:20px 0 0}.modal-content::-webkit-scrollbar-thumb{background:#555;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#444}.modal-content::-webkit-scrollbar-thumb:active{background:#323232}table#schedule td{cursor:pointer;transition:.1s ease-in}table#schedule td:hover{background-color:#bf0a54}table#schedule tbody tr th{border-bottom:1px solid}table#schedule tbody tr:last-child th{border-bottom:0}.mainPageContent{margin:auto;width:100%}.currentShows-card{background-image:url(/static/media/show-img-placeholder1.f8ab77448bc28c961d95.png);background-size:cover;height:225px;position:relative}.currentShows-card.rtcrc{background-image:url(/static/media/rtcrc.affa880623f0d0b7d620.jpg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:225px;position:relative}.currentShows-card>.currentShows-card-shadow{background-image:url(/static/media/shadow.38bb6ac38051c357883e.png);bottom:0;height:112px;position:absolute;width:100%}.currentShows-card>.currentShows-card-onairshow,.currentShows-card>.currentShows-card-onairtime,.currentShows-card>.currentShows-card-socialsbuttons,.currentShows-card>.currentShows-card-socialstitle{bottom:0;color:#fff;display:inline;font-family:Barlow Semi Condensed,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:22px;padding:5px 10px;position:absolute}.currentShows-card>.currentShows-card-onairtime{background-color:#e1075e;margin-bottom:30px}.currentShows-card>.currentShows-card-onairshow{background-color:#e1075e;margin-bottom:-15px}.currentShows-card>.currentShows-card-socialstitle{background-color:#fff;color:#2c2c2c;margin-bottom:80px;right:0}.currentShows-card>.currentShows-card-socialsbuttons{margin-bottom:35px;right:0}.currentShows-card>.currentShows-card-socialsbuttons>span>a{color:#fff}.currentShows-card>.currentShows-card-socialsbuttons>span>a>i{background-color:#fff;border-radius:20px;color:#2c2c2c;margin-left:5px;padding:3px 2px 7px}.InstagramInfo{color:#e1075e;font-family:Barlow Semi Condensed,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:18px;font-weight:600;letter-spacing:1px}.InstagramInfo a{color:#ac0a4b;margin-left:3px}.InstagramInfo a:hover{color:#e1075e}.newsBtn{height:50px;padding:10px;width:50px}.news{bottom:0;color:#fff;display:inline;font-family:Barlow Semi Condensed,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:22px;padding:5px 20px}
/*# sourceMappingURL=main.f605fcb6.css.map*/