.channels-screen #menu-screen,.channels-screen #topbar-screen
 {
  display: none;
}
#channels-screen {
  width: 100%;
  height: 100%;
  float: right;
  /* background: #000; */
  overflow: hidden;
  display: flex;
  align-items: start;
  /* padding-top: 2vh; */
  justify-content: center;
}

#channels-screen .content {
  /* display: flex;
  justify-content: center;
  height: 87vh;
  padding-left: 20px;
  width: 100%; */

  /* min-width: 70vw; */
  display: block;
	width: 100%;
	height: 100vh;
	/* margin: 2vh 2%; */
}

#channels-screen .content {
  padding: 0 10px;
  flex: 1;
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);

}

#channels-screen .content .container-mid {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0 10px;
  width: 26%;
  position: relative;
}

/* #channels-screen .content .container-mid::after {
  content: "";
  height: 100%;
  border-left: 2px solid rgba(256, 256, 256, 0.3);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
} */

#channels-screen .content .container-mid ul,
#channels-screen .content ul {
  padding: 0;
}

#channels-screen .content .container-mid ul li,
#channels-screen .content  ul li {
  color: #fff;
  font-size: 3vh;
  /* padding: 10px 25px; */
  /* opacity: 0.5; */
  /* margin: 30px 0; */
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  height: calc(90vh/12);
  /* border: 2px solid transparent; */
}
#channels-menu .item {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #cccccc45 !important;
  align-items:center
}
.list-active li.active .selected{
	background-color: rgba(244, 130, 33, 0.9);
	border-radius: 15px;
}
.list-active .item{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-bottom: 1px solid #cccccc45 !important;
}
.list-active button{
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 100%;
	text-align: left;
	color: #fff;

	white-space: nowrap;
}
/* .list-active .program{
  width: calc(100% - 100px);
  padding-right: 5px;
}
.list-active .program{
	width: calc(100% - 150px);
	overflow: hidden;
	padding-left: 20px;
	display: flex;
	line-height: 65px;
	align-items: center;
}
.list-active .broad, .list-active .catch{
  border-bottom: none;
	width: 75px;
	text-align: center;
} */

#channels-screen .content .container-mid ul li.selected,
#channels-screen .content .container ul li.selected {
  background-color: rgba(244, 130, 33, 0.9);
  border-radius: 15px;
  /* border: 2px solid rgba(244, 130, 33, 0.9); */
  opacity: 1;
}
#channels-screen .content .container-mid ul li.active,
#channels-screen .content  ul li.active {
  opacity: 1;
  position: relative;
  /* padding-left: 50px; */
}

/* #channels-screen .content .container-mid ul li.active::after,
#channels-screen .content .container ul li.active::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 24px;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
} */

#channels-screen .content #channels-details {
  overflow: hidden;
}

#channels-screen .content .container .list-active {
  height: 100%;
  margin: 0;
}
#list-group button, #list-lives button{
  font-size: 23px;
  white-space: nowrap;
  overflow: hidden;
}
#list-lives img{
  width: 25px;
  height: 25px;
  /* margin-bottom: 5px; */
}
#list-lives .broad, #list-lives .catch{
  width: 45px;
}
#list-lives .program{
  width: calc(100% - 100px);
  padding-right: 5px;
}
.group-chanel li{
  height: 40px;
    line-height: 40px;
}
#broad h2{
  font-size: 20px;
  padding: 10px;
  margin-top: 5px;
}
#broad .item, #programs .item{
  margin: 0px auto !important;
}
#broad .item button span:first-child{
  padding-left: 7px;
}
#broad .item button{
  display: inline-flex;
  padding: 5px;
    font-size: 23px;
}
#expriceDate{
  font-size: 23px;
}
#programs .item .program {
  width: calc(100% - 0px);
}
#programs .item .download{
  width: 40px;
    text-align: center !important;
    padding-left: 5px !important;
}
#list-group button, #list-lives button{
  font-size: 20px !important;
}
#list-group button .index {
    padding: 0px 10px !important;
}
.group-chanel li{
  height: 50px !important;
}
#list-lives img {
    width: 30px !important;
    height: 30px !important;
}
.group-chanel{
	display: block;
	width: 96%;
	height: 96vh;
	margin: 2vh 2%;
}
#list-group button{
	height: 100%;
	width: 100%;
	background: none;
	border: none;
	/*border-left: none;
	border-right: none;
	border-bottom: 1px solid #cccccc45;*/
	font-size: 28px;
	color: #fff;
	text-align: left;
	font-weight: 700;

}
#list-group button .index{
	padding: 0px 20px;
}
#group{
	width: 26% !important;
	float: left;
	background: rgba(221, 221, 221, 0.139);

	/* background-color: #e4e4e40d; */
	height: 100%;
	overflow-y: scroll;
}
#expriceDate{
	width: 100%;
	text-transform: uppercase;
}
.group-chanel li{
	height: 65px;
}
#list-lives li.active .visited{
	background-color: #f7983e;
	border-radius: 15px;
}
#group li.active{
	background-color: #f7983e !important;
	border-radius: 15px;
}
.border-line {
  width: 100%;
  height: 0.1px;
  background-color: #cccccc45;
}
#list-lives .item{
	display: flex;
    flex-direction: row;
    justify-content: space-around;


    border-bottom: 0.1px solid #747474;
}


#list-lives img{
	width: 40px;
	height: 40px;
}
#list-lives .catch{
	margin-right: -15px;
}

#list-lives .broad, #list-lives .catch{
	border-bottom: none;
	width: 75px;
	text-align: center;
  height: 100%;
}
.catch #programs{
	width: 75%;
}
#broad #programs{
	width: 72%;
}
ul {
  padding: 0px !important;
  margin: 0px !important;
}
#expriceDate{
	font-size: 2em;
	color: #fff;
	width: 100%;
    display: flex;
    /* height: 10vh; */
    align-content: center;
    justify-content: center;
    align-items: center;
}
#list-lives button{
	background: none;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: none;
	height: 100%;
	text-align: left;
	font-size: 2em;
	color: #fff;

	white-space: nowrap;
}
#list-lives .program.visited span.text-run {
	animation: floatText 5s infinite alternate ease-in-out;
}

#programs .program.visited span.text-run {
	animation: floatText 5s infinite alternate ease-in-out;
}

#list-lives .program{
	width: calc(100% - 150px);
	overflow: hidden;
	padding-left: 20px;
	display: flex;
	line-height: 65px;
	align-items: center;
  height: 100%;
}
/*#list-lives button.catch.visited, #list-lives button.broad.visited{
	background-color: #1c70ef;
	border-radius: 15px;
}*/
#list-lives .item.active{
	/*background-color: #cccccc8f;*/
}
#chanel-item{
	width: 74% !important;
	float: left;
	height: 100%;
	overflow-y: scroll;
  position: relative;
}

