<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Minimal Bootstrap 5 CSS - Used Classes Only */
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.custom-header {
    height: 3vw;
    position: relative;
    top: -.85vw;
    background: #070707;
    overflow: hidden;
    transition: height .3s ease;
}

.custom-header .row {
    width: 100%;
    margin: 0;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}


.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}



.custom-header .custom-header-logos a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .7);
}

.custom-header .custom-header-logos a img {
    height: 1.5vw;
    /*padding-right: 2.5vw;*/
}
.custom-header-logos a{
    padding: 0 2.5vw;
}
.custom-header-logos a img {
    vertical-align: middle;
    border-style: none;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
    line-height: inherit;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.align-middle {
    vertical-align: middle !important;
}

.d-inline-block {
    display: inline-block !important;
}

.float-right {
    float: right !important;
}

.text-right {
    text-align: right !important;
}

.fa,
.fa-bars {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar a {
    color: #fafafa
}

.navbar a:hover {
    color: #ff006e
}



.navbar .nav-item {
    font-size: 18px;
    font-weight: 600
}

.navbar .nav-item i {
    font-size: 18px;
    padding-right: 10px
}

.affix {
    display: block;
    height: 130px;
    background: rgba(51, 51, 51, .8);
    background: linear-gradient(180deg, #333333 3%, rgba(0, 0, 0, 1) 100%);
    position:relative;
}

.affix-scroll {
    height: auto;
    background: #333333
}

.nav-header {
    height: 100px;
    background: #333333
}

.navbar-collapse {
    height: 90px
}

.user-avatar {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    display: inline-block
}

.search-input {
    display: inline-block
}

@media (max-width: 992px) {

    .navbar-brand img {
        width: 80px !important;
        min-width: 80px !important
    }
}
.site-header .mat-button,
.site-header .mat-raised-button,
.site-header .mat-icon-button,
.site-header .mat-stroked-button,
.site-header .mat-flat-button,
.site-header .mat-fab,
.site-header .mat-mini-fab {
    font-family: Fontfabric, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .container-fluid {
        padding-left: 4rem !important;/*was 2*/
        padding-right: 4rem !important;/*was 2*/
    }

    .mx-3,
    .mr-3 {
        margin-right: .85vw !important;
    }

    .navbar-expand-lg&gt;.container,
    .navbar-expand-lg&gt;.container-fluid,
    .navbar-expand-lg&gt;.container-lg,
    .navbar-expand-lg&gt;.container-md,
    .navbar-expand-lg&gt;.container-sm,
    .navbar-expand-lg&gt;.container-xl {
        flex-wrap: nowrap;
    }
    .px-4,
    .pr-4 {
	    padding-right: 1.25vw !important;
    }
    .mx-1, .mr-1 {
        margin-right: .2125vw!important;
    }
    .button-s2.rounded {
        font-size: 1vw;
    }
}


a:not([href]):not([tabindex]) {
    color: #fff;
    text-decoration: none !important;
}

.button-s2.secondary {
    background: transparent;
    color: #fff;
    border: .2vw solid #ffffff;
    padding: .6vw 1.8vw;
    transition: all .2s ease-out;
    text-align:center;
}

.button-s2.rounded {
    padding: .4vw 1vw;
    border-radius: 40px !important;
    font-size: .8vw;
}

.button-s2 {
    min-width: 50px;
    position: relative;
    cursor: pointer;
    padding: .8vw 2vw;
    margin: 0 1rem 1rem 0;
    font-weight: 800;
    border-radius: 8px;
    border: none;
    margin-bottom:0;
    font-family: 'Fontfabric';
    font-size: 1vw;
}

.container-fluid.custom-header .button-s2 {
    padding: .25vw 1vw; 
    border: .1vw solid;
    font-family: 'Fontfabric';
}

.custom-header .button-s2 .live-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #ff006e;
    border-radius: 50%;
    margin-right: .5rem;
}

.button-s2 span {
    line-height: 22px;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: #ff006e;
    text-decoration: none !important;
}

.button-s2.secondary:hover {
    background: #ffffff;
}
.button-s2.secondary:hover .live-text{
    color: #282828;
}

.site-header .navbar-brand img {
    display: inline-block;
    max-width: 70px;
    width: 70px;
}


.site-header .categories-menu-btns.selected {
    color: #fff !important;
    background: linear-gradient(0deg, rgba(255, 0, 110, .3) 0%, rgba(255, 0, 110, 0) 100%);
    border-bottom: 3px solid #ff006e;
}

.mat-button,
.mat-flat-button,
.mat-icon-button,
.mat-stroked-button {
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px !important;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}

.mat-button .mat-button-wrapper&gt;*,
.mat-fab .mat-button-wrapper&gt;*,
.mat-flat-button .mat-button-wrapper&gt;*,
.mat-icon-button .mat-button-wrapper&gt;*,
.mat-mini-fab .mat-button-wrapper&gt;*,
.mat-raised-button .mat-button-wrapper&gt;*,
.mat-stroked-button .mat-button-wrapper&gt;* {
    vertical-align: middle;
}

.mat-button-wrapper .pe-3 {
    padding-right: 0 !important;
}

.navbar a {
    color: #fafafa;
}

.ver-mid {
	vertical-align: middle;
}
[class^="ic-"], [class*="ic-"] {
	font-family: 'antenna' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.button-s2.subscribe {
    background: linear-gradient(#3A86FF,#8338EC);
    color: #fff;
     min-width:103px
}
.button-s2.subscribe:hover {
    background: #3A86FF;
}

.menu-toggle-mobile{
        display:none;
    }
@media(max-width:1400px){
    .mat-button, .mat-flat-button, .mat-icon-button, .mat-stroked-button {
        padding: 0 10px;
    }
}
@media(min-width:1400px){
    .site-header .mat-button, 
    .site-header .mat-raised-button, 
    .site-header .mat-icon-button, 
    .site-header .mat-stroked-button, 
    .site-header .mat-flat-button, 
    .site-header .mat-fab, 
    .site-header .mat-mini-fab {
        font-size: 14px;
                
    }
}

.gms-pad{
    font-size: 1.6rem; /*was 1.3*/
    vertical-align: middle;

}
a.categories-menu-btns.text-style.mat-button.mat-button-base:hover {
    color: #fff !important;
    background: #5c5c5c2e;
}

/* --- Base / Always Active --- */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
  width:100%;
}
.col,
.col-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-6 {
  flex: 0 0 50%;/*was auto*/
  max-width: 50%;
}
.text-right { text-align: right !important; }
.d-inline-block { display: inline-block !important; }
.align-middle { vertical-align: middle !important; }
.px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important; }
.pl-3 { padding-left: 1rem !important; }
.pr-0 { padding-right: 0 !important; }
.pe-3 { padding-right: 1rem !important; }
.py-3 { padding-top: .85vw !important; padding-bottom: .85vw !important; }
.mr-0 { margin-right: 0 !important; }
.mr-3 { margin-right: 1rem !important; }
.mr-auto { margin-right: auto !important; }
.rounded { border-radius: 0.25rem !important; }

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.loginUser.mobile{
    display:none;
}
.col-6.pr-0.text-right.btns_header.mobileLive{
    display:none;
}
.affix{
    height:unset;
}
.sidebar a {
    width: 31.5%;
}
.navBarOptions.categories-menu.active {
    display: flex;
}
.categories-menu a{
    display:none;
}
.categories-menu.active a{
    display:block;
    align-self:center;
}
.navBarOptions {
  position: relative;
}

.extraNews_menu {
    display: block;
    position: absolute;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 100;
    top: 40px;
    right: -102px;
    border-radius: 5px;
    background: #2d00cc;
    transition: all .5s linear;
    opacity: 0;
    visibility: hidden;
}
.navBarOptions .dropdown:hover + .extraNews_menu,
.navBarOptions .extraNews_menu:hover {
    top: 40px;
    right: -102px;
    opacity: 1;
    visibility: visible;
}
.extraNews_menu a {
    color: white;
    padding: 10px 20px;
    position: relative;
}
.newsMenu .extraNews_menu a:hover {
    background-color: white;
    color: black!important;
    box-shadow: 0px 2px 10px white;
    transform: scale(1.05);
    transition: transform .2s linear;
}
.extraNews_menu i {
    margin-right: 10px;
    vertical-align: middle;
    float: none;
}
.newsMenu a:hover {
    background: #2d00cc69;
}

.site-header .newsMenu .categories-menu-btns.selected {
    background: linear-gradient(0deg, rgb(255 255 255 / 70%) 0%, rgba(255, 0, 110, 0) 100%);
    border-bottom: 3px solid #ffffff;
}
.newsMenu a.categories-menu-btns.text-style.mat-button.mat-button-base:hover {
    background: #fff;
    color: black !important;
}
.site-header .entertainment-menu .categories-menu-btns.selected {
    background: linear-gradient(0deg, rgb(255 255 255 / 54%) 0%, rgba(255, 0, 110, 0) 100%);
    border-bottom: 3px solid #ffffff;
}
.entertainment-menu a.categories-menu-btns.text-style.mat-button.mat-button-base:hover {
    background: #000;
}
.playing-now {
    margin-top: 16px;
    right: 60px;
    height: 30px;
    border-bottom-right-radius: 5px;
    position: absolute;
    bottom: -30px;
}

.playing-now .radio-txt-close {
    font-size: 14px;
    top: 2px;
}
.sidebar.radiobar , .sidebar.tvbar{
    height: 50vh;
    transform: translate(-50%,-50%);
    left: 50%;
    padding: 60px 0;
    border:2px solid #fff;
    border-radius: 10px;
    width:50vw;
    top:-100%;
    transition:top .6s ease;
}

.channel-tv-sidebar {
    width: calc(33.3% - 40.5px)!important;
    margin: auto;
}

.channel-tv-sidebar:nth-child(2n + 1),
.channel-tv-sidebar:nth-child(2n ){
    border:none;
}
.text-powered-by {
    color: #fff;
    font-size:1.5rem;
}
.poweredby {
    justify-content: center;
}
.powered-by-img {
    width: 70px;
}
.flip-container {
    perspective: 1000px;
    position: relative;
    padding: 10px 10px 15px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50%;
    width:calc(100% / 3);
}
.tvbar .flip-container {
    width: calc(100% / 5);
}
.flip-card {
    width: 50%!important;
    height: unset;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s!important;
    padding: 0!important;
    box-shadow: 5px 5px 10px #ffffff22;
}
.flip-container:hover .flip-card {
    transform: rotateY(180deg);
}
.flip-back {
    backface-visibility: hidden;
}
.flip-front {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:1;
    transition:opacity .6s;
}
.flip-container:hover .flip-front{
    opacity: .6;
}
.flip-back {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.playR_Icon{
    font-size:4rem;
}
.flip-card:hover {
    color: white!important;
}
.radiobar .channels-live-wrapper, .tvbar .channels-live-wrapper{
    height:100%;
}
.radiobar i.fa-light.fa-radio, .tvbar i.fa-light.fa-tv-retro {
    position: absolute;
    left: 50%;
    bottom: 50%;
    font-size: 20em;
    z-index: -1;
    opacity: 0.1;
    transform: translate(-50%,50%);
    color: #ffffff;
}
.channel-image {
    width: unset; 
}
.custom-header-logos a * {
    max-height: 30px;/*was 25px*/
}

/*margin-top from nav*/

.entry-header {
    margin-top: 60px;
}
.hero {
    margin-top: 235px;
}
.select-filters.grid {
    margin-top: 30px;
}
.swiper.f1_new {
    margin-top: 110px;
}
.site-main-minisite .featured {
    margin-top: 100px;
}

.site-main .wrapper-with-aside {
    margin-top: 40px;/*was 140*/
}

/*end for margin-top*/
.newsletter-sign-up {
    position: absolute;
    bottom: -30px;
    margin-top: 1rem;
    background-color: black;
    right: 0;
}
.minisite-sections .carousel {
    padding: 10px 25px;
}

.swiper{
    margin-top:1vw;
}
.logo-disabled{
    pointer-events:none;
}
.custom-header-logos a:first-child {
    padding-left: 0;
}
.hero {
    margin-top: 120px;
}

.grid--justify-center {
    justify-content: end;
}
.banner-placeholder.horizontal.top {
    top: 200px;
    padding: 15px 0px;
}
.logout_btn {
    border: 1px solid;
    padding: 10px 10px;
    text-align: center;
    position: absolute;
    right: 15px;
    bottom: -35px;
    z-index: 2;
    background-color: black;
    border-radius: 5px;
}
.navbar .loginUser:hover {
    color: white;
}
.f1_lastvideos_main {
    padding-top: 30px;
}
.minisite .newsletter-sign-up,
.minisite .playing-now{
    bottom:-110px;
}
.loginUser {
        padding: 10px 14px;
        border-radius: 50%;
        background-color: #ff006e;
    }
/*button to stop end*/
.search-btn{
    vertical-align:middle;
}

.mat-button{
    font-family: Fontfabric, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    background: transparent;
    box-sizing: border-box;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    margin: 0;
    min-width: 64px;
    line-height: 36px;
    padding: 0 16px;
    border-radius: 4px;
    overflow: visible;
}
.user-avatar{
    width: 1.85vw;
    height: 1.85vw;
    margin-right: 10px;
    display: inline-block;
}
.profile-avatar-style {
    border-radius: 50%;
}
.ng-star-inserted{
    position:relative;
}
.mat-button:hover ,.mat-menu-item:hover{
    background-color: #8d8d8d38;
}
.nav-menu-texts p{
    font-family: Fontfabric, sans-serif;
}

/*admin menu*/
.cdk-overlay-container {
    position: absolute;
    z-index: 1040;
    pointer-events: none;
    top: 40px;
    right: 115px;
    height: 100%;
    width: 100%;
}
.cdk-overlay-connected-position-bounding-box {
    position: absolute;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    min-width: 1px;
    min-height: 1px;
}
.cdk-overlay-pane {
    position: absolute;
    pointer-events: auto;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    max-width: 100%;
    max-height: 100%;
}
.mat-elevation-z4 {
    box-shadow: 0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f;
}
.mat-menu-panel {
    min-width: 220px;
    max-width: 280px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 48px);
    border-radius: 4px;
    outline: 0;
    min-height: 205px;
}
.mat-menu-panel {
    background: #424242;
}
.mat-menu-content:not(:empty) {
    padding-top: 8px;
    padding-bottom: 8px;
}
.mat-menu-item {
    font-family: Fontfabric,sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.mat-menu-item {
    background: transparent;
    color: #fff;
}
.mat-menu-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    border: none;
    -webkit-tap-highlight-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 48px;
    height: 48px;
    padding: 0 16px;
    text-align: left;
    text-decoration: none;
    max-width: 100%;
    position: relative;
}
.nav-item-big .item-image {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    display: inline-block;
}
.nav-item-big .nav-menu-texts {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
.nav-item-big .nav-menu-texts  p {
    font-size: inherit;
    margin-bottom: 0!important;
}
.nav-separator {
    margin: 15px 0 5px;
    border: 1px solid;
    opacity: .1;
}
.item-icon {
    width: 20px;
}
.nav-menu-texts {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
a.mat-menu-item.nav-item-big.ng-tns-c41-1.ng-star-inserted {
    display: flex;
}
.nav-item-big .item-image{
    align-self:center;
}
.nav-menu-texts p{
    font-size: inherit;
    /*margin-bottom: 0!important;*/
}
.mat-menu-item i{
    margin-right:.425vw!important;
}
.mob_login_user{
    display:none;
}
.auth-disp{
    display:none!important;
}
.mob_login_user .mob-user{
    display:none;
}
.search-btn:hover{
    color:#ffffff!important;
}
#content.village {
    margin-top: 3vw;
}
.mg-glass {
    font-size: 1.55vw;
}
.container-fluid .button-s2 {
    padding: .24vw .6vw;
    text-align: center;
}
.container-fluid.custom-header .button-s2:hover {
    color: #000000;
}
.tvbar .channel-tv-sidebar-live {
    min-width: 100%;
}
.tvbar .channel-image {
    padding:20px;
}
.tvbar .plus-before::before {
    top: 10px;
    right: 5px;
}
.tvbar .channel-tv-sidebar-live:nth-last-child(-n + 2){
    border:0px !important;
    background-color: #232323e6;
    border-radius:10px;
}
@media(max-width:1400px){
    .gms-pad {
        font-size: 1.2rem;
    }
    .swiper {
        margin-top: 0;
    }
    .hero {
        margin-top: 100px;
    }
    .swiper.f1_new {
        margin-top: 100px;
    }
    .user-avatar {
        width: 2.55vw;
        height: 2.55vw;
    }
    #content.village {
        margin-top: 2.5vw;
    }
    .button-s2 {
        font-size: 1.2vw;
        margin: 0 .5rem 0rem 0;
    }
    .button-s2.subscribe {
        min-width: 80px;
    }
}
@media(max-width:1200px){
    .navBarOptions.categories-menu.active{
        display:none;
    }
    .menu-toggle-mobile{
        display:inline-block;
    }
    #primary-menu {
        z-index: 9;
        padding-top: 140px;
    }
    .sidebar.radiobar, .sidebar.tvbar {
        height: 60vh;
    }
    .tvbar .flip-container {
        width: 25%;
        height:auto;
    }
    .flip-card {
        width: 60%!important;
    }
    .gms-pad {
        font-size: 1rem;
    }
    .user-avatar {
        width: 3.05vw;
        height: 3.05vw;
    }
    .button-s2.subscribe {
        min-width: 70px;
    }
    .custom-header {
        height: 4vw;
    }
    .button-s2.rounded {
        font-size: 1vw;
    }
    .container-fluid .button-s2 {
        padding: 0.54vw .8vw;
    }
    .button-s2 {
        font-size: 1.5vw;
    }
    .mg-glass {
        font-size: 2.15vw;
    }
}
@media(max-width:992px){
    .custom-header {
        height: 5vw;
        top: -1vw;
    }
    .custom-header .custom-header-logos a img {
        height: 1.5vw;
    }
    .gms-pad {
         font-size: 1rem;
    }
    .button-s2.rounded {
        font-size: .7rem;
    }
    .site-header .navbar-brand img {
        min-width: 70px !important;
    }
    .site-header .search-container.active {
        z-index: 9999999;
    }
    .newsletter-sign-up {
        bottom: -30px;
    }
    .user-avatar {
        width: 4.05vw;
        height: 4.05vw;
    }
    .button-s2 {
        font-size: 1.8vw;
    }
    .container-fluid .button-s2 {
        padding: .94vw 1vw;
    }
}
@media(max-width:768px){
    .custom-header {
        height: 7vw;
        top: -1vw;
    }
    .button-s2.rounded {
        font-size: .8rem;
    }
    .menu-toggle-mobile {
        width: 50px;
    }
    .sidebar.radiobar, .sidebar.tvbar {
        height: 75vh;
    }
    .gms-pad {
         font-size: .8rem;
    }
    .custom-header-logos a * {
        max-height: 15px;/*was 25px*/
    }
    .flip-container {
        height: auto;
        width: calc(100% / 2);
    }
    .tvbar .flip-container {
        width: calc(100% / 3);
    }
    .flip-card {
        width: 50%!important;
    }
    .custom-header-logos {
        width: 60%!important;
    }
    .btns_header{
        width:40%;
    }
    .button-s2 .live-text {
        font-size: 12px;
    }
    .custom-header .custom-header-logos a img {
        height: 30px;
    }
    .col-6 {
        flex: 0 0 auto;
        max-width: 60%;
    }
    .user-avatar {
        width: 5.05vw;
        height: 5.05vw;
    }
    .mg-glass {
        font-size: 3.50vw;
    }
    .container-fluid .button-s2 {
        padding: 1vw 2vw;
    }
    .button-s2 {
        font-size: 2.4vw;
    }
}
@media(max-width:576px){
    .custom-header {
        height: 11vw;
        top:-1.5vw;
    }
    .custom-header .row {
        justify-content: center;
        align-items: center;
        flex-direction: row;
    }
    .col-6 {
        width: 60%;
        text-align: center;
        padding:10px 0;
    }
    .custom-header .custom-header-logos a img {
        max-height: 20px;
    }
    .gms-pad {
        font-size: 1.2rem;
    }
    .btns_header {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 40%;
    }
    .button-s2.rounded {
        /*font-size: 2.8vw;*/
        min-width: auto;
        padding: .6vw 1.8vw;
    }
    .site-header .navbar-brand img {
        min-width: 55px !important;
    }
     .swiper {
        margin-top: 0vh;
    }
    .py-3{
        padding-bottom: 0.5rem!important;
    }
    .float-right .button-s2{
        display:none!important;
    }
    .loginUser.mobile{
        display:inline-block;
    }
    .sidebar.radiobar, .sidebar.tvbar {
        height: 100%;
        padding-top: 60px;
        z-index:99999999;
    }
    .tvbar .flip-container {
        width: 50%;
    }
    .tvbar i.fa-light.fa-tv-retro{
        font-size:15em;
    }
    .tvbar .channels-live-wrapper{
        height:100%;
    }
    .tvbar .flip-container{
        padding:5px 10px;
    }
    .tvbar .flip-front img{
        max-width:80%
    }
    .tvbar .channel-image{
        padding:20px 10px;
    }
    .playing-now {
        margin-top: 8px;
    }
    .flip-card {
        width: 80% !important;
    }
    .custom-header-logos {
        width: 65%!important;
    }
    .btns_header {
        width: 100%;
    }
    .custom-header-logos{
        display:none;
    }
    .col-6 {
        max-width: 100%;
    }
/*margin from header*/
    .swiper.f1_new {
        margin-top: 100px;
    }
    .swiper.f1_new {
        margin-top: 75px;
    }
    .site-main-minisite .featured {
        margin-top: 70px;
    }
    .site-main .wrapper-with-aside {
        margin-top: 140px;
    }
    .user-avatar {
        width: 9.05vw;
        height: 9.05vw;
    }
    .d-inline-block.ng-star-inserted{
        padding-left:0!important;
    }
    .mob_login_user{
        display:inline-block;
    }
    .mobMenu{
        position:relative;
    }
    .mobMenu .mat-menu-panel {
        min-height: 135px;
    }
    .mob_login_user .cdk-overlay-container {
        top: 10px;
    }
    .mob_login_user .mob-user {
        display:inline-block;
        margin-right: 10px;
        padding: 10px 15px;
        font-size: 14px;
        border-radius: 50%;
        /*background-color: #000000;*/
        color:#ffffff;
    }
    .mob_login_user .mat-button{
        box-shadow: 0px 0px 4px #ffffff;
    }
    #primary-menu {
        padding-top:120px;
    }
    .mg-glass{
        font-size:5vw;
    }
}

#username {
    text-wrap: auto;
}</pre></body></html>