body {
    background-color: #031324;
}

.header {
    background-color: #031324;
    border-bottom: 1px solid #031324;
}

.header_info .header_info_single_alt {
    font-size: 11px;
    text-align: right;
    padding: 0 15px;
    color: #fff;
    width: 150px;
}

.header_info_link {
    color: hsla(0,0%,100%,.6);
    text-transform: uppercase;
    font-size: 11px;
}

.header_info .header_info_single_alt span {
    font-size: 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .header {
        padding-left: 440px;
    }

    .header_info {
        display: none;
    }    
}

@media (min-width: 1200px) {
    .header__nav a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }
}
.player #toggleMobileRadio {
    display: none;
}
.sidebar {
    width: 440px;
    background-color: #000810;
}

.sidebar__logo {
    justify-content: space-between;
}

.sidebar_header_info .sidebar_header_info_single {
    font-size: 11px;
    float: left;
    padding: 0 5px;
}

.sidebar_header_info_link {
    color: hsla(0,0%,100%,.6);
    text-transform: uppercase;
    font-size: 11px;
}

.sidebar_header_info .sidebar_header_info_single span {
    font-size: 20px;
    display: block;
    font-size: 14px;
    font-weight: 700;
}

#live_program {
    background-position: bottom left;
    height: 230px;
    width: 100%;
    background-size: 300px;
    background-repeat: no-repeat;
    margin-left: -40px;
}


#live_program_bg {
    top: 70px;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: -webkit-linear-gradient(top,#000a1500,rgba(25,25,25,0));
    background-image: linear-gradient(180deg,#000a1500,rgba(25,25,25,0));
    z-index:  2;
}

#live_program_content {
    position: absolute;
    top: 130px;
    left: 200px;
    right: 20px;
    z-index:  3;
}

.lpc_title a, 
.lpc_title span {
    font-size: 13px;
    color: hsla(0,0%,100%,.6);
}

.lpc_title svg {
    width: 18px;
    height: auto;
    fill: hsla(0,0%,100%,.6);
    margin-left: 5px;
    transition: fill 0.5s ease;
}

.lpc_program_title {
    color: #fff;
    font-weight: 900;
    font-size: 24px;
}
@media (min-width: 1200px) {
    .main {
        padding: 0 15px 70px 455px;
    }
}

@media (min-width: 1200px) {
    .player {
        width: 440px;
    }
}
.player {
    background-color: #000810;
}

.main__title h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}

.live__title a {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 700;
    color: hsla(0,0%,100%,.8);    
}
.live__title p {

    font-size: 12px;
    color: hsla(0,0%,100%,.8);
    font-weight: 800;
    margin-bottom: 0;
    line-height: 17px;
}

.artist__title {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 700;
    color: hsla(0,0%,100%,.8);    
}

.artist__title p {
    font-size: 12px;
    color: hsla(0,0%,100%,.7);
    font-weight: 500;
    margin-bottom: 0;
    line-height: 17px;
}

#instagram_banner_wrapper {
    top: 440px;
    padding: 0 30px;
    z-index: 102;
    position: absolute;
    width: 100%;
}
#instagram_banner {
    border-radius: 4px;
    background-image: -webkit-linear-gradient(left,#feda75,#fa7e1e 5%,#d62976 18%,#962fbf 26%,#694bcd 35%,#00ceff);
    background-image: linear-gradient(90deg,#feda75 0,#fa7e1e 5%,#d62976 18%,#962fbf 26%,#694bcd 35%,#00ceff);
    font-size: 14px;
    padding: 0 8px;
    height: 36px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.prev_next_songs {
    z-index: 102;
    position: absolute;
    top: 430px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.prev_next_songs h6 {
    color: hsla(0,0%,100%,.6);
    font-size: 12px;
    font-weight: 400;
}
.prev_next_songs p {
    color: #fff;
    margin-bottom: 5px;
    font-size: 12px;
}
.prev_next_songs p svg {
    fill: hsla(0,0%,100%,.6);
    height: 18px;
}
@media (min-width: 1200px) {
    .player {
        width: 440px;
    }
    #instagram_banner,
    .prev_next_songs {
        display: flex;
    }

}


#instagram_banner .text {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

#instagram_banner .radyo44 {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

#instagram_banner svg {
    margin-right: 10px; 
}



/* Sidebar Yayın Akışı */

.all-podcast {
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    /*display: none;*/
}

@media (min-width: 992px) {
    .all-podcast {
        display: flex;
        padding: 38px 0 0;
        bottom: 0;
        margin-top: 20px;
        z-index: 102;
    }

}
@media (max-width: 767px) {
    .sidebar {
        width: calc(100% - 120px);
    }        
}

@media (max-width: 575px) {
    .sidebar {
        width: calc(100%);
    }          
}
@media (min-width: 576px) {
    .sidebar .header__actions,
    .sidebar .m_header__btn {
        display: none;
    }          

    
}


.all-podcast>span {
    width: 100px;
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    background-size: 120px;
    background-position: 5px bottom;
    background-repeat: no-repeat;
}

@media (max-width: 992px) {
    .all-podcast>span {
        background-size: 80px;
        left: 0px;
    }
}
.all-podcast-wrap {
    background-color: #000;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    padding: 8px 8px 8px 90px;
}


@media (min-width: 1200px) {
    .all-podcast-wrap {
        flex-direction: row;
    }
}


.all-podcast-wrap .figure {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.all-podcast-wrap .figure em {
    color: hsla(0,0%,100%,.6);
    font-size: 12px;
}

.all-podcast-wrap .figure h3 {
    font-size: 14px;
    color: #ccc;
}

.all-podcast-wrap .outline {
    font-size: 12px;
    display: none;
}
.ui-button.outline {
    border: 1px solid #fff;
}
.ui-button {
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
}

@media (min-width: 992px) {
    .all-podcast-wrap .outline {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        height: 40px;
        padding: 0 15px;
        align-items: center;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

@media (min-width: 576px) {
    .ui-button.active, .ui-button:hover {
        box-shadow: 0 3px 30px rgb(242 70 84 / 58%);
        background-image: -webkit-linear-gradient(336deg,#b62126,#ff4e5e);
        background-image: linear-gradient(114deg,#b62126,#ff4e5e);
        border-color: transparent;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        color: #fff;
    }
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 100%;
    /*max-width: 200px;*/
    min-width: 80px;
    position: relative;
    width: 100%;
}


@media (min-width: 1900px) {
    #live_program {
        height: 320px;
    background-size: 350px;
    margin-left: -60px;
    }
    #live_program_content {
        position: absolute;
        top: 220px;
        left: 220px;
        right: 20px;
        z-index:  3;
    }    
    .player {
        top: 390px;
    }    

    .prev_next_songs {
        top: 500px;
    }        
    #instagram_banner_wrapper {
        top: 530px;
    }    
}


.top_20_number {
    background: #e54749;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    height: 31px;
    width: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px auto 0;
    position: relative;
    z-index: 2;
    margin-top: -15px;
    color: #fff;    
}

header .navbar {
    display:none;
}

@media (max-width: 1200px) {

    header .navbar {
        background-image: -webkit-linear-gradient(bottom,#002038,rgba(26,50,70,.65));
        background-image: linear-gradient(0deg,#002038 0,rgba(26,50,70,.65));
        bottom: 0;
        display: flex;
        height: 44px;
        left: 0;
        position: fixed;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding: 0;
        width: 100%;
    }

    header .main-nav {
        align-items: center;
        display: flex;
        flex-grow: 1;
        height: 100%;
        width: 100%;
    }

    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        header .main-nav .to-top-btn {
            background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAAAXNSR0IB2cksfwAAAEVQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////Up1zwgAAABd0Uk5TACCfv38w7//PEPCg0N+AwD9PcJBAUGCtiHPLAAAAl0lEQVR4nNXRSxKDIBBF0TZK8BOVCGT/S40UEKV5zTw9ojy3hAKi+3SPfiB51FNrPU5NloPEUhB5loLIy/TCQWIiHPwYBzdGQcF1wJgHFZcB4CJYAefg/LxBzoGiPfzHGMXYmHfY9yAb32Rnnp7KkW/5fB7QNtyFpV8EP9KhnOB5/Q++DuVwR5O9w3xtaaH76zSfrZ54uV+PbA4rx2LkxQAAAABJRU5ErkJggg==);
        }
    }

    header .main-nav .to-top-btn {
        background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAAXNSR0IB2cksfwAAADlQTFRFAAAA////////////////////////////////////////////////////////////////////////Cjo1bwAAABN0Uk5TABCvzzD/7/CwoNAgQG+QcMC/YHmvi6YAAABeSURBVHichc5LEoAwCAPQ1DYWLX7vf1jtj6krs4G8YQFQ4iYfMMR5cg6fHmWQ3AMWk9ph0rvJ2nuRBCU310A9BYGkNnjXHTjiAJKPzwHK+Aehv2oa3LRIvUzakh98AHRSA4qC8g2XAAAAAElFTkSuQmCC) no-repeat;
        background-position: 50%;
        background-size: 14px;
        flex: 0 0 auto;
        opacity: .8;
        flex-grow: 1;
        height: 22px;
        width: 22px;
        padding: 22px;
        z-index: 102;
    }

    header .main-nav-list {
        display: flex;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
        overflow-x: auto;
    }

    header .end:before {
        content: "";
        width: 65px;
        height: 100%;
        position: absolute;
        right: 0;
        background-image: -webkit-linear-gradient(right,rgba(0,32,56,.95),rgba(1,50,93,.1));
        background-image: linear-gradient(270deg,rgba(0,32,56,.95) 0,rgba(1,50,93,.1));
    }

    header .main-nav-list .main-nav-item {
        padding: 0 12px;
    }

    header .main-nav-list .main-nav-item .main-nav-link {
        align-items: center;
        color: hsla(0,0%,100%,.6);
        display: flex;
        font-size: 12px;
        font-weight: 700;
        height: 44px;
        letter-spacing: .84px;
        text-shadow: 0 2px 10px rgb(0 0 0 / 16%);
        white-space: nowrap;
        position: relative;
        text-transform: uppercase;
    }
    .player {
        position: relative;
    }
    .mobile_player {
        position: fixed;
        bottom: 50px;
        background: transparent;        
        background-image: -webkit-linear-gradient(bottom,#002038,rgba(26,50,70,.65));
        background-image: linear-gradient(0deg,#002038 0,rgba(26,50,70,.65));
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);     
        border-radius: 7px;
        border-top: 1px solid hsla(0,0%,100%,.2);   
        width: calc(100% - 40px);
        margin-left: 20px;
        padding: 10px 5px;        
    }

    .mobile_player .player__content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;        
    }
    .mobile_player .player__cover {
        display: none;
    }

    .mobile_player .plyr__control svg {
        width: 16px;
        height: 16px;
        transition: fill 0.4s ease;
    }
    .mobile_player .plyr__actions button {
        padding: 6px;
    }
    .mobile_player .plyr--audio .plyr__controls {
        width: 100%;
    }    

    .mobile_player .player__track {
        text-transform: uppercase;
        width: 40%;
    }    
    .mobile_player .plyr--audio .plyr__controls {
        margin-top: 0px; 
        padding: 0;
        flex-direction: row-reverse;
    }    
    .mobile_player .plyr--audio {
        display: block;
        width: 60%;
    }    
    .player #toggleMobileRadio {
        display: none;
    }
    .player.mobile_player #toggleMobileRadio {
        display: flex;
        border: 0px;
    }
    
    .mobile_player #toggleMobileRadio svg {
        width: 18px;
        height: 18px;
        fill: #fff;
        margin-bottom: 6px;        
    }


}

.player__btn {
    display:none;
}

.top20-play-first .single-item__rate {
        display:block;
        margin: 0 auto;
}

@media (max-width: 787px) {

    header .main-nav-list {
        display: flex;
        overflow-y: scroll !important;
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        /*margin-top: 0px;*/
    }    
}

.top20-play-first .single-item__rate {
    display: block;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 6px 7px;
    position: absolute;
    bottom: 55%;
    left: 0;
    right: 0;    
}

.list-single-item .single-item__rate {
    border: 2px solid #fff;
    border-radius: 100%;
    width: 40px;
    height: 40px;    
    padding: 6px 7px;
}

.absolute_play {
    position: absolute;
    bottom: 55%;
    left:0;
    right:0;
    margin: 0 auto;
}

.text-description {
    color: #ddd;
}

.go-back svg {
    height: 40px;
    fill:  #bbb;
}

.go-back-title a {
    color: #bbb;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}



/* Top 20 mobile select*/

@media (min-width: 992px)
{
    .broadcast-container {
        margin-top: 18px;
    }    
}
.broadcast-container {
    position: relative;
}

.broadcast-container .broadcast-day .broadcast-dropdown .select-day {
    border-radius: 6px;
    padding: 6px 10px 6px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    background-image: -webkit-linear-gradient(top,#00a5ef,#0d77d1);
    background-image: linear-gradient(180deg,#00a5ef,#0d77d1);
}

.broadcast-container .broadcast-day .broadcast-dropdown .breadcrumb-sub-nav {
    z-index: 4;
    background: #fff;
    box-shadow: 0 2px 20px rgb(0 0 0 / 36%);
    border-radius: 6px 0 6px 6px;
    width: 180px;
    position: absolute;
    top: 30px;
    right: 0;
}

.broadcast-container .broadcast-day .broadcast-dropdown .breadcrumb-sub-nav .link {
    font-size: 14px;
    font-weight: 700;
    color: #031324;
    display: block;
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.broadcast-container .broadcast-day {
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 576px)
    {
    .broadcast-container .broadcast-day .broadcast-dropdown .breadcrumb-sub-nav .link.active, 
    .broadcast-container .broadcast-day .broadcast-dropdown .breadcrumb-sub-nav .link:hover {
        background: #0591e2;
        color: #fff;    
    }
}

.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.share__link--wa {
  background-color: #25D366;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.share__link--twitter {
  background-color: #55acee;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.share__link--fb {
  background-color: #3b5998;
  width: 40px;
  height: 40px;
  border-radius: 100%;    
}
.share__link--pnt {
  background-color: #E60023;
  width: 40px;
  height: 40px;
  border-radius: 100%;    
}
.share__link--lnk {
  background-color: #0e76a8;
  width: 40px;
  height: 40px;
  border-radius: 100%;    
}
.share__link--tu {
  background-color: #35465C;
  width: 40px;
  height: 40px;
  border-radius: 100%;    
}


.slide-area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 20%;
    left: 5%;
    z-index: 3;
    pointer-events: none;
    height: auto;
    width: auto;
    padding: 5px 12px;
    border-radius: 8px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
    font-weight: 600;   
    animation: color-change 2s infinite;

}

.hero_pt {
    position: absolute;
    display: flex;
    top: 40%;
    left: 5%;    
}

.hero_pt_sub {
    margin-top: 50px;
    font-weight: 400;
    text-transform: none;
}



@media (max-width: 990px) {
    .slide-area {
        bottom: 70%;
    }

    .hero_pt {
        font-size: 24px;
    }

    .hero_pt_sub {
        margin-top: 35px;
    }
}

@keyframes color-change {
  0% {background-color: #000810; }
  50% {background-color: #e5012e; }
  100% {background-color: #000810; }
}



#apps_wrapper {
    top: 490px;
    padding: 0 30px;
    z-index: 102;
    position: absolute;
    width: 100%;
}

#apps_wrapper h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
#apps_wrapper a {
    margin-right: 5px;
}    

@media (min-width: 1900px) {
    
    #apps_wrapper {
        top: 600px;
    }    
    #apps_wrapper a {
        margin-right: 10px;
    }        

}

@media (max-width: 990px) {
    #apps_wrapper h4 { 
        display:none;
    }
}

.custom_live:hover {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transition-duration: 1.5s;
    -webkit-transition-duration:1s;
}

.vote_area {
    display: grid;
    position: relative;
    width: 25px;
    height: 45px;

}

.vote_area a.upvote {
    position: absolute;
    top: -5px;
}

.vote_area a.downvote {
    position: absolute;
    bottom: -5px;
}

.point_area {
    position: absolute;
    left: 5px;
    bottom: 14px;
    font-size: 14px;
    font-weight: 700;
    color: hsla(0,0%,100%,.8);    
}
.vote_area i {
    color: #fff;
    font-size: 28px;
}

.vote_area a.upvote:hover i {
    color: #25D366;
}

.vote_area a.downvote:hover i {
    color: #e5012e;
}


.vote_area a.upvote.selected i {
    color: #25D366;
}

.vote_area a.downvote.selected i {
    color: #e5012e;
}