
@font-face {font-family: GilroyRegular;src: url("Gilroy-Regular.ttf") format("opentype");}
@font-face {font-family: DaznTrim;src: url("DAZNTrimCondensedText-Regular.ttf") format("opentype");}
@font-face {font-family: OscineRegular;src: url("Oscine_Trial_Rg.ttf") format("opentype");}

@font-face {font-family: DaznTrimBold;src: url("DAZNTrimCondensed-Bold.ttf") format("opentype");}
@font-face {font-family: GilroyThin;src: url("Gilroy-Thin.ttf") format("opentype");}
@font-face {font-family: GilroyLight;src: url("Gilroy-Light.ttf") format("opentype");}

@font-face {font-family: GilroyBold;src: url("Gilroy-ExtraBold.ttf") format("opentype");}
@font-face {font-family: OscineBold;src: url("Oscine_Trial_Bd.ttf") format("opentype");}
@font-face {font-family: OscineBold;src: url("Oscine_Trial_Bd.ttf") format("opentype");}


body {background: #0d161d; font-family: 'OscineRegular', sans-serif;font-weight: 100;font-style: normal;}
a {color: #FFF; text-decoration: none;}
.dazn_menu a:hover {
    border-bottom: 2px solid #f7ff1a;
    padding-bottom: 22px;
    color: #FFF;
}

#channel:nth-child(even) {
    background: #253136;
}

#channel {
    color: #FFF;
    background: #455a64;
    margin: 5px auto;
    width: 100%;
    text-align: left;
    padding: 20px 50px;
    border: 1px solid rgb(255 255 255 / 5%);
    overflow: auto;
}

@media only screen and (max-width: 600px) {
    #channel {
		color: #FFF;
		background: #455a64;
		margin: 5px auto;
		width: 100%;
		text-align: left;
		padding: 20px 10px;
		border: 1px solid rgb(255 255 255 / 5%);
		overflow: auto;
	}
}


.logon {
    border-radius: 5px;
    padding: 20px;
    width: 60%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #34515e;
    box-shadow: 0px 0px 12px #00000059;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    background: #172834;
    padding: 50px;
    border-radius: 5px;
	min-width: 40%;
    max-width: 80%;
	color: #FFF
}

input#loginformpsw, input#loginformusr {
    background: #546e7a;
    color: #FFF;
    border-radius: 5px;
    border: 1px solid #ffffff1c;
}

.error-message {
    animation: fadeOut 2s forwards;
    animation-delay: 5s;
    background: red;
    color: white;
    padding: 10px;
    text-align: center;
    position: fixed;
    left: 50%;
    margin-right: 50px;
    transform: translate(-50%, -50%);
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;display:none}
}

#container, #partite, #video {
	overflow: auto;
	overflow-x: hidden;
}
#content, #part, #video {
	white-space: nowrap;
	flex-wrap: nowrap;
}

.left, .left_part, .left_video, .left_score{
    left: 20px;
}

.right, .right_part, .right_video, .right_score {
    right: 20px;
}

.left, .right, .right_part, .left_part, .left_video, .right_video, .right_score, .left_score {
    z-index: 999;
    background: #1a2d3c;
    border: 0;
    padding: 15px;
    border-radius: 5px;
    position: absolute;
    margin-top: 80px;
    transition: all 0.5s;
}

.right:hover, .left:hover, .right_part:hover, .left_part:hover, .left_video:hover, .right_video:hover, .right_score:hover, .left_score:hover {
    background: #f7ff1a;
    color: #000
}

i.bi.bi-chevron-right, i.bi.bi-chevron-left {
    color: #FFF;
}

.right_part:hover i.bi.bi-chevron-right, .left_part:hover i.bi.bi-chevron-right, .left_video:hover i.bi.bi-chevron-right, .right_video:hover i.bi.bi-chevron-right, .right_score:hover i.bi.bi-chevron-right, .left_score:hover i.bi.bi-chevron-right,
.right_part:hover i.bi.bi-chevron-left, .left_part:hover i.bi.bi-chevron-left, .left_video:hover i.bi.bi-chevron-left, .right_video:hover i.bi.bi-chevron-left, .right_score:hover i.bi.bi-chevron-right, .left_score:hover i.bi.bi-chevron-left
{
    color: #000;
}

.left_score, .right_score{
    top: 100;
}

.selected{
    border: 2px solid #FFF
}
.bottom-nav {display: none}

.news_box {
    width: 80%;
    margin: auto;
    color: #FFF;
}
.news_img {
    display: inline-block;
}
.news_title {
    font-family: 'OscineBold';
    font-size: 20px;
}
.big_title{
    font-family: 'OscineBold';
    font-size: 30px;
}
.news_plot, .big_plot {
    font-size: 15px;
    color: #ced0d2;
}

.dazn_menu {
    width: 100%;
    border-bottom: 1px solid #1f3648;
    padding: 15px 10 0;
    color: #FFF;
    font-family: 'OscineBold';
}

.dropbtn {
    font-family: 'OscineBold';
    background: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 20px;
}
  
  .dropbtn:hover, .dropbtn:focus {
    background-color: transparent;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #0d161d;
    min-width: 160px;
    overflow: auto;
    border: 1px solid #1f3648;
    z-index: 1;
    right: 20;
    top: 40px;
}
  
  .dropdown-content a {
    color: #FFF;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    font-family: 'OscineRegular', sans-serif;
  }

  .dropdown-content a:hover {
    border: 0;
    background: #242d33;
    padding: 5px 16px;
}
  
  .dropdown a:hover {background-color: #ddd;}
  
  .show {display: block;}

  .zoom {
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .zoom:hover {
    -webkit-filter: brightness(50%);
  }

    .login {background: transparent;text-align: center;}
    .no_mobile{display:none}
    .schedule {
        display: inline-block;
        margin: 20px;
    }
    .all_schehdule {
        margin: auto;
        text-align: center;
    }
    a.nav-link.active {
        color: #FFF;
    }
    a.nav-link.active:hover {
        border-bottom: 2px solid #f7ff1a;
    }

    .live_sign {
        position: relative;
        top: 30px;
        left: 5px;
        font-size: 12px;
        background: #fe3938;
        padding: 2px 10px;
        width: 45px;
    }

    .vod_sign {
        position: relative;
        top: 30px;
        left: 5px;
        font-size: 12px;
        background: #f7ff1a;
        padding: 2px 10px;
        color: #000;
        width: 45px;
    }
    

    @media only screen and (max-width: 600px) {
        .left, .right, .right_part, .left_part, .left_video, .right_video, .right_score, .left_score{display: none!important;}
        .bottom-nav {display: block!important;}
        .news_box { width: 100%!important;}
        .news_title {font-size: 15px!important;}
        td.tdnews {
            display: table;
            text-align: center;
            margin: auto;
        }
        .timereed{margin-bottom: 35px;}
    }