@font-face {
    font-family: "FontAwesome";
    src: url("./fonts/font_awesome.ttf") format("truetype");
}
@font-face {  
    font-family: "FontAwesomeSolid900";
    src: url("./fonts/font_awesome_solid_900.ttf") format("truetype");
}
canvas {
   font-family: "FontAwesome"; 
}
:focus {
	outline:0;
}

body {
  background: #000000;
  color: #FFFFFF;
  font-family: Arial;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}

h1 {
  font-weight: 300;
  color: #FFF;
  margin: 0;
  margin-top: 35px;
  padding: 0;
}

p {
  font-size: 25px;
}

.container {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  align-posters: center;
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
}

.container p, .container h1 {
  width: 100%
}

.title {
  font-size: 30px;
}

.focus-info {
  color: #FFF;
}

.posters {
  margin-top: 60px;
  display: flex;
}

.poster {
  position: relative;
  width: 100%;
  margin-right: 14px;
  box-sizing: content-box;
}

/*:focus:not(.background_wrapper), :focus:not(#roomVideo){
 /* outline: 2px solid #4AD0EC;*/
  /* background-color: #0164a8 !important;
}*/

/*modal */
/* The Modal (background) */
.modal .fontLarge {
	font-size: 30px !important;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  width: 100vw; /* Full width */
  height: 100vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
/*  background-color: rgba(0,0,0,0.4); *//* Black w/ opacity */
  top: 0;
  align-items: center;
  justify-content: center;
  z-index: 9999999999999;
}
.modal.left {
	justify-content: left !important;
}
.modal.bottom {
  top: auto;
  bottom: 10px;
  /* position: absolute; */
 }
 
.modal.bottom .modal-content{
	 margin-bottom: 50px;
}
  
.modal.show {
  display: flex; 
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #0164a8;
  margin: auto;
  padding: 7px;
  border: 1px solid #ffffff;
  width: 60%;
  border-radius: 15px;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

.modal-content.bg {
 background-color: rgba(0,0,0,0.4) !important;
}

.modal-body.bg {
 background-color: rgba(0,0,0,0.4) !important;
}

.modal-footer .btn {
    padding: 15px;
    margin: 20px;
    color: #ffffff;
    background-color:transparent;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2em !important;
    min-width: 200px;
}
.modal-footer .btn.hidden {
	display: none;
}
.modal-footer .btn.focus, .modal-footer .btn:focus {
    border-radius: 15px;
    background-color: rgba(255,255,255, .2);
    border: 1px solid #ffffff;
}

.modal-header {
  background-color: #0164a8;
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px;
  -moz-border-radius: 15px 15px 0 0;
  -webkit-border-radius: 15px 15px 0 0;    
   border-radius: 15px 15px 0 0;
   font-size: 2.2em !important;
   white-space: pre-line;
   text-align: center;
}

.modal-header.largeFont {
	font-size: 3.5em !important;
}

.modal-body {
	padding: 2px 16px 16px 16px;  
	color: white; 
	background-color: #0164a8;
	font-size: 1.7em !important;
	white-space: pre-line;
}

.modal-body.largeFont {
	font-size: 2.2em !important;
}

.modal-footer {
	  padding: 2px 16px 16px 16px;
	  background-color: #0164a8;
	  color: white;
	  -moz-border-radius: 0 0 15px 15px;
	  -webkit-border-radius: 0 0 15px 15px;
	  border-radius: 0 0 15px 15px;
	  display: flex;
	  flex-direction: row;
	  align-items: center;
      justify-content: center;
}

.modal-header.hidden, .modal-body.hidden,.modal-footer.hidden {
	display: none;
}


.modal .deviceItemsDivScroll {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px 20px 10px 10px;
  height: 70vh !important;
}

.modal .modal-footer.nobg {
	 background: none !important;
	 color: #0164a8 !important;
}

.modal-footer.nobg .btn:not(:focus) {
	border-radius: 15px;
    background-color: rgba(255,255,255, .2) !important;
    border: 1px solid #ffffff;
    color: #ffffff !important;
}

.modal-footer.nobg .btn:focus {
	border-radius: 15px;
    background-color: rgba(1, 100, 168, .2) !important;
    border: 1px solid #0164a8;
    color: #0164a8 !important;
}

.modal.mTerms {
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  width: 90vw; /* Full width */
  height: 90vh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.4);  
  align-items: center;
  justify-content: center;
  z-index: 9999999999999;
  left:0;
  right: 0;
  overflow-y: scroll;
  padding-right: 20px;
}

.modal.mTerms .modal-content{
   width: 100% !important;
   position: relative;
}

.modal.mTerms .modal-content .modal-body {
	background-color: #ffffff !important;
	color: #000000 !important;
    font-family: "Calibri",sans-serif;
}

.modal.mTerms::-webkit-scrollbar {
  width: 1em;
  background: transparent;
}
.modal.mTerms::-webkit-scrollbar-thumb {
  background: #3c3c3b;
}


.modal.mTerms .modal-content .modal-body .header {font-size:16.0pt;}
.modal.mTerms .modal-content .modal-body .center {text-align:center;}
.modal.mTerms .modal-content .modal-body .text {font-size:11.0pt; color: #000000 !important;}
.modal.mTerms .modal-content .modal-body .bold { font-weight: bold; }
.modal.mTerms .modal-content .modal-body .space{ padding-bottom: 2px;}
.modal.mTerms .modal-content .modal-body .left{ padding-left: 10px;}
.modal.mTerms .modal-content .modal-body .left1{ padding-left: 20px;}

.deviceItemsDivScroll::-webkit-scrollbar, .catalogAlphaindex::-webkit-scrollbar {
  width: 0.7em;
  background: transparent;
}
.deviceItemsDivScroll::-webkit-scrollbar-thumb, .catalogAlphaindex::-webkit-scrollbar-thumb {
  background: #3c3c3b;
}

.deviceItemsDiv li div:not(.info1 div) div:nth-child(2){
	width: 80% !important
}
.deviceItemsDiv li .info3{
	width: 10% !important;
	text-align: center;
	display: flex;
	align-items: center;
    justify-content: center;
}

.deviceItem .info {
	 display: flex;
     flex-direction: row;
}
.deviceItem .info1, .deviceItem .info3, .deviceItem .info .number{
     padding: 5px 10px 5px 10px !important;
     margin:5px !important;
}
.deviceItem .info .number{
	list-style-type: none;
	width: 7% !important;
	font-size: 1.5em !important;
}
.deviceItemsDiv div {
	list-style: none;
	list-style-type: none;
	margin-bottom: 10px;
}
.deviceItem .info1:focus, .deviceItem .info1.focus, .deviceItem .info3:focus, .deviceItem .info3.focus {
	background-color: #0164a8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*modal */
/* The Modal (background) */
.pinModal .fontLarge {
	font-size: 30px !important;
}
.pinModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
/*  background-color: rgba(0,0,0,0.4); *//* Black w/ opacity */
  top: 0;
}
.pinModal.bottom {
  top: auto;
  bottom: 10px;
  /* position: absolute; */
 }
 
.pinModal.bottom .modal-content{
	 margin-bottom: 50px;
}
  
.pinModal.show {
  display: flex; 
}

/* Modal Content */
.pinModal-content {
  position: relative;
  background-color: rgba(87, 87, 86, 0.7);
  margin: auto;
  padding: 8px;
  border: 1px solid rgba(87, 87, 86, 0.7);
  border-radius: 15px;
  width: 45%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.pinModal-footer .btn {
    padding: 10px;
    color: #ffffff;
    background-color:transparent;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px !important;
}
.pinModal-footer .btn.hidden {
	display: none;
}
.pinModal-footer .btn.focus {
    border-radius: 5px;
    background-color: rgba(255,255,255, .2);
    border: 1px solid #ffffff;
}
.pinModal-header {
  padding: 2px 16px;
  background-color: #0164a8;
  color: white;
  
  -moz-border-radius: 15px 15px 0 0;
    -webkit-border-radius: 15px 15px 0 0;    
    border-radius: 15px 15px 0 0;
}

.pinModal-body {
	  padding: 2px 16px 16px 16px;
	  color: white;
	  padding: 20px !important;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
      justify-content: center;
}

.pinModal-body p:nth-child(2) {
	 padding: 0px 0px 5px 0px !important;
	 margin: 0 !important;
	 font-weight: bold !important;
	 font-size: 30px !important;
}

.pinModal-body .secondBody {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
     justify-content: center;
}
.pinModal-body input {
	height: 40px !important;
	font-size: 40px !important;
	font-weight: bold;
	width: 40px !important;
	margin: 20px !important;
	text-align: center;
	background: transparent !important;
	border : 0px transparent;
	color: white !important;
}

.pinModal-body input.number3 {
	width: 120px !important;
}

.pinModal-footer {
	  padding: 2px 16px 16px 16px;
	  background-color: #0164a8;
	  color: white;
	  -moz-border-radius: 0 0 15px 15px;
	  -webkit-border-radius: 0 0 15px 15px;
	  border-radius: 0 0 15px 15px;
	  display: flex;
	  flex-direction: row;
	  align-items: center;
      justify-content: center;
}

.pinModal-header.hidden, .pinModal-body.hidden,.pinModal-footer.hidden {
	display: none;
}

.pinModal.changePin .pinModal-content{
	width: 55%;
	font-size: 25px;
}
.changePin .firstRow, .changePin .secondRow, .changePin .thirdRow{
	width: 100%;
	flex-direction: row;
	display: flex;
	align-items: center;
	vertical-align: middle;
	border-bottom: 1px solid white;
	padding: 10px;
}
.changePin .pinModal-body span, .changePin .firstRow .inputs, .changePin .secondRow  .inputs, .changePin .thirdRow  .inputs{
	width: 50%;
}
.changePin .firstRow .inputs input, .changePin .secondRow  .inputs input, .changePin .thirdRow  .inputs input{
	pointer-events: none;
}
.changePin .firstRow.focus, .changePin .secondRow.focus, .changePin .thirdRow.focus{
	background-color: rgba(1, 100, 168, 1);
}
.changePin .footer.button .btn.focus{
	color: rgba(1, 100, 168, 1);
}
.changePin .pinModal-body p {
	font-weight: bold;
	font-size: 30px;
}
.changePin .footer.button .btn {
	background-color: transparent;
	font-weight: bold;
	font-size: 25px;
	color: white;
	border: none;
	text-transform: uppercase;
	justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 20px 0px 0px 0px;
}

.changePin {
  background-color: #000000;
  position: fixed;
  z-index: 10000; 
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  top: -15px;
}

/*modal */
/* The Modal (background) */
.pinUnlockAllModal {
  display: none; 
  position: fixed; 
  z-index: 10000; 
  width: 100%;
  height: 100%;
  overflow: auto; 
  top: 0;
}

.pinUnlockAllModal.show {
  display: flex; 
}

/* Modal Content */
.pinUnlockAllModal-content {
  position: relative;
  background-color: rgba(0,0,0,0.5);
  margin: auto;
  padding: 0;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.pinUnlockAllModal-content p {
	border-bottom: 1px solid white;
	padding-bottom: 5px;
}

.pinUnlockAllModal-body {
	  padding: 2px 16px 16px 16px;
	  color: white;
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	  justify-content: center;
	  text-align: center;
}

.pinUnlockAllModal-body .formBody {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 /* justify-content: center; */
	 font-size: 25px;
	 position: relative;
	 width: 80%;
}
.pinUnlockAllModal-body .formBody div:not(.dropdown-content){
	/* padding: 0px 10px 0px 5px; */
}
.pinUnlockAllModal-body .formBody div label {
	padding: 0px 10px 0px 10px;
}
.pinUnlockAllModal-body .dropdown {
  position: relative;
  display: inline-block;
  background-color: red;
}

.pinUnlockAllModal-body .dropdown-content {
  position: absolute;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
  flex-direction: column;
  text-align: left;
  font-size:20px;
  white-space: nowrap;
  top: -30px;
}
.pinUnlockAllModal-body .dropdown-content.show, .pinUnlockAllModal-body .dropdown-content div:first-child {
  display: block !important;
  background-color: transparent !important;
}
.pinUnlockAllModal-body .dropdown-content div{
	 display: none;
}
.pinUnlockAllModal-body .dropdown-content.show div{
	 display: flex;
}


.pinUnlockAllModal-body .dropdown-content .line{
	border-bottom: 1px solid white;
	padding: 10px;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}
.pinUnlockAllModal-body .dropdown-content .line.focus{
	background-color: rgba(1, 100, 168, 1) !important;;
}
.pinUnlockAllModal-body .dropdown:hover .dropdown-content {
  display: block;
}

.pinUnlockAllModal-body ul{
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  display: flex;
}

.pinUnlockAllModal-body ul li{
  color: #AAAAAA;
  display:inline;
  position: relative;
  float: left;
  height: 100px;
}

.pinUnlockAllModal-body ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.pinUnlockAllModal-body ul li label{
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 25px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

.pinUnlockAllModal-body ul li .check{
  display: block;
  position: absolute;
  border: 5px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 35px;
  left: 20px;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
}

.pinUnlockAllModal-body ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

.pinUnlockAllModal-body input[type=radio]:checked ~ .check {
  border: 5px solid #0164a8;
}

.pinUnlockAllModal-body input[type=radio]:checked ~ .check::before{
  background: #0164a8;
}

.pinUnlockAllModal-body input[type=radio]:checked ~ label{
 /* color: #0164a8;*/
}
/*======================================*/


/*Toast */
.mToast {
	font-size: 20px !important;
}
.mToast {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 12000; /* Sit on top */
  width: 100%; /* Full width */
  height: 100wh; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*  background-color: rgba(0,0,0,0.4); *//* Black w/ opacity */
  top: 0;
}
.mToast.bottom {
  top: auto;
  bottom: 10px;
  /* position: absolute; */
 }
 
.mToast.bottom { 
    position: fixed; 
    bottom:5%;
}

.mToast.mCenter {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction:row;
  top: 25%;
}

.mToast.largeText .toastBody{ 
    font-size: 40px;
    font-weight: normal;
}
  
.mToast.show {
  display: flex; 
}
.mToast .toastBody {
	position: relative;
	background-color: rgba(136,136,136, 0.8);
	margin: auto;
	padding: 15px;
	border: 1px solid #888;
	border-radius: 20px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

/*===*/

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.epg {
  white-space: nowrap;  
  overflow: hidden;
  text-overflow: ellipsis; 
  border: 1px solid #FFFFFF;
  padding : 5px;
}
/*modal*/

.background {
    position: fixed; 
    bottom:0;
    width:100%; 
    top:0 !important;
    left: 0 !important;
}
.background.hidden{
	display: none;
}

.background_epg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 0;
    z-index: 10000;
}

.background_epg.hidden{
	display: none;
}

.background_epg .background_wrapper{
    position: fixed; 
    bottom: 0;
    width: 100%; 
    top: 0;
    height: 100%;
    display: flex;
}

.background_wrapper.hidden{
	display: none;
}

#roomVideo {
	width: 100%;
	height: 100%;
}
.roomVideoBody {
	position: relative;
	width: 100%;
	height: 100%;
}
.roomVideoBody.small{
	background-color: #575756 !important;
}
.epg_descContainer {
	position: fixed;
    top: 80px;
    left: 30%;
    bottom: 70%;
    width: 70%;
    display: table-footer-group;
    padding: 50px;
    font-size: 20px;
    font-weight: normal;
    color: #ffffff;
}
.epg_descContainer .epg_hour {
	padding-bottom: 10px;
	
}

.epg_descContainer .epg_title {
	font-size: 30px;
	padding-bottom: 10px;
}

.epgHeaderContainer {
 display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  background: #2e2d2c;
}

.epgHeader {
  text-transform: uppercase;
  font-weight: bold;
  width: 14%;
  text-align: center;
  color:  #ffffff !important;
  margin: 10px 10px 0px 10px;
  padding: 10px;
}

.epgHeader.active {
	color: #0164a8 !important;
    border-bottom: 3px solid #0164a8 !important;
}

.mainClassBg.p50 {
	padding: 50dp !important;
}

.mainClassBg.p50 .logo {
	 width: auto !important;
}

.mainClassBg.p50 .footer_page{
    bottom: 120px;
    right: 160px;
}

.verticalLine {
  border-left: 2px solid #ffffff;
  margin: 25px 5px 25px 5px;
}

.mainContainer{
	display: flex;
    flex-direction: row;
}

.qrcode_container {
	display: block;
	background-color: white;
    width: 150px;
    height: 190px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 20px 10px;
    margin: 40px;
}
.qrcode_container.hidden {
	display: none;
}

.qrcode_container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: 100%;
    vertical-align: middle;
    font-size: 25px;
    padding: 15px;
    text-align: center;
    padding: 15px;
    margin: auto;
}
	
.qrcode_container2 {
	background-color: white;
    width: 200px;
    height: 200px;
    text-align: center;
    display: flex;
    flex-direction: initial;
    align-items: center;
    /* padding: 20px; */
    vertical-align: middle;
}

.qrcode {
	height: auto;
	/* margin: 0 auto; */
	max-width: 100%;
	width: 120px;
}

.qrcode150 {
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 150px;
}

.qrcode_txt {
    color: black;
    padding-top: 10px;
}

.qrcode_txt1 {
	padding: 15px 15px 0px 15px;
}

.qrcode_txt2 {
	padding: 15px;
}

.logo {
  background: url("./images/logo.png") no-repeat center center;
  width: 417px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 417px auto;
}
video {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  top: 0;
  left: 0;
}
.mainClass {
  width: 100%;
  height: 100%;
  background: #000000;
  color: #FFFFFF;
  outline: 0 none !important;
}
.mainLoadingContainer {
	width:  100%;
    height:  100%;
    background: #000000 !important;
    z-index: 1000000;
    position:  absolute;
    color: #ffffff !important;
    outline: 0 none !important;
}

.mainLoadingContainer.hidden {
  display: none;
}

.mainLoadingClass {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  vertical-align: middle;
  font-size: 1.7em;
  outline: 0 none !important;
}

.mainLoadingClass.hidden {
  display: none;
}

.mainLoadingClass img {
	padding-bottom: 10px;
}

.mainLoadingClass .main_text{
    margin: 5px 0px 0px 0px;
    font-size: 1.5em;
}
.mainLoadingClass .small_text{
    font-size: 0.8em;
}
.right_bottom{
	position: absolute !important;
	bottom: 50px;
    right: 50px;
}
.right_bottom.hidden{
	display: none;
}
.center_bottom {
	position: absolute !important;
    bottom: 100px;
    left: 50px;
    right: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.center_bottom.hidden{
	display: none;
}
.large_text {
	font-weight: bold;
    font-size: 50px !important;
    color: #f6950e;
}
 .ui-widget-content {
    width: 100%;
    height: 10px;
    border-radius: 10px;
  }

.mainLoadingClass .ui-widget-content {
   background-color: rgba(255, 255, 255, .15);
   overflow: hidden;
   height: 12px;
   border-radius: 12px;
   box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
   border: none !important;
}
  
.mainLoadingClass .ui-widget-header {
	width:0%;
    height: 12px;
    background: linear-gradient(90deg, #0164a8, #2babdb, #0164a8);
    background-size: 200% 100%;
    border-radius: 12px;
    transition: width 0.4s ease-out;
    animation: progressShimmer 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px rgba(43, 171, 219, 0.5);
}

@keyframes progressShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
 /* progress::-webkit-progress-bar {
    width: 100%;
    height: 10px;
    border-radius: 10px;
  }
  
  progress::-webkit-progress-value {
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  
  progress::-moz-progress-bar {
    width: 100%;
    height: 10px;
    background-color: #FFFFFF;
    border-radius: 10px;
  }*/
 
.planBody{
  width: 100vw;
  height: 100vh;
  background: #000000;
  color: #FFFFFF;
}
.h_auto {
  height: auto !important;
}
.plansClass {
	position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 95vw;
    height: 40vh;
    vertical-align: middle;
    left: 50vw;
    top: 40vh;
    transform: translate(-50%, -50%);
    overflow-x:  auto;
	overflow-y:  hidden;
}

.plansClass.hidden{
  display: none;
}

.plansClass::-webkit-scrollbar {
  width: 1em;
  background: transparent;
}

.plansContainer {
	display: flex;
    width:20%;
    height: 80%;
    margin: 20px;
    padding: 10px;
    background-color: #2e2d2c;
    color: white;
    font-size: 25px;
    justify-content: space-between;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    flex-direction:column;
    border-radius: 25px;
    border: 1px solid #9c9c9b ;
}

.plansContainer .planName {
	  font-size: 35px;
}
.plansContainer .planDescr {
	  padding-bottom: 5px;
}
.plansContainer .planAmount:not(.planCurrency) {
	  font-size: 40px;
	  padding: 20px;
	  padding-bottom: 20px;
      color: #0164a8  !important;
}

.plansContainer .planAmount .planCurrency{
	  font-size: 0.7em !important;
	  padding-left: 10px;
}

.plansClass div .plansContainer:hover, .plansClass div .plansContainer:focus {
   background-color: #0164a8;
   color: #ffffff;
   height: 80%;
}

.plansClass div .plansContainer:hover .planAmount, .plansClass div .plansContainer:focus .planAmount {
  color: #ffffff !important;
  border:none;
}

.plan_message {
	font-size: 2.5em;
	padding: 10vw !important;
}

.mainClass.plan .planHeader, .planBody.plan .planHeader {
	font-size: 4em !important;
	position: absolute;
    display: table;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 40vh;
    vertical-align: middle;
    left: 50vw;
    top: 10vh;
    transform: translate(-10%, -50%);
}

.mainClass.plan .planHeader.hidden, .planBody.plan .planHeader.hidden{
	display:none;
}

.mainClass.plan .footer, .planBody.plan .footer {
	padding-top: 20px;
	position:absolute;
	bottom:40px;
	right:40px;
}
.mainClass.plan .footer button, .planBody.plan .footer button{
	width: 200px;
    height: 60px;
    margin: 10px 20px 10px 10px;
    background-color: #575756;
    border-radius: 15px;
    color: white;
    font-size: 1.5em;
}
.mainClass.plan .footer button:focus, .planBody.plan .footer button:focus{
	width: 200px;
    height: 60px;
    margin: 10px 20px 10px 10px;
    border-radius: 15px;
    background-color: #0164a8;
    color: white;
}

.mainClass.plan .account_info, .planBody.plan .account_info {
	position:absolute;
	bottom:40px;
	left:40px;
	display: flex;
	flex-direction:column;
	width: 20wv;
    height: 120px;
    margin: 10px !important;
    white-space: pre-line;
    font-size: 1.7em !important;
}

.txt1 .btn {
    padding: 15px;
    margin: 10px;
    color: #ffffff;
    font-size: 0.8em !important;
    border-radius: 15px;
    background-color: rgba(255,255,255, .2);
    border: 1px solid #ffffff;
    min-width: 180px;
}

.txt1 .btn:focus {
    font-size: 0.8em !important;
    border-radius: 15px;
    background-color: rgba(1,100,168, 1);
    border: 1px solid #ffffff;
}


.helpBody{
  width: 100vw;
  height: 100vh;
  background: #000000;
  color: #FFFFFF;
  font-size: 1.7em !important;
}

.helpBody.help1 .footer {
	padding-top: 20px;
	position:absolute;
	bottom:40px;
	right:40px;
}
.helpBody.help1 .footer button{
	width: 200px;
    height: 60px;
    margin: 10px 20px 10px 10px;
    background-color: #575756;
    border-radius: 15px;
    color: white;
    font-size: 1.5em;
}
.helpBody.help1 .footer button:focus{
	width: 200px;
    height: 60px;
    margin: 10px 20px 10px 10px;
    border-radius: 15px;
    background-color: #0164a8;
    color: white;
    font-size: 1.0em;
}
.help_mess {
	display: flex;
	flex-direction:row;
	align-items:center;
	justify-content:normal;
}
.help_mess img, .help_mess div {
	padding: 20px 15px 20px 15px;
}

.help_mess .help2{
	display: flex;
	flex-direction:column;
}

.help_mess .help_back {
  background: url("./images/help_back.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.help_mess .help_menu {
  background: url("./images/help_menu.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.help_mess .help_red {
  background: url("./images/help_red.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.help_mess .help_green {
  background: url("./images/help_green.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.help_mess .help_joystick {
  background: url("./images/help_joystick.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.help_mess .help_skip_back {
  background: url("./images/help_skip_back.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.help_mess .help_skip_forward {
  background: url("./images/help_skip_forward.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}
.help_mess .help_stop {
  background: url("./images/help_stop.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px auto;
}


/*menu*/
.menuClass {
    position: absolute;
    display: table;
    justify-content: center;
    align-items: center;
    width: 97vw;
    height: 35vh;
    vertical-align: middle;
    left: 50vw;
    top: 50vh;
    transform: translate(-50%, -50%);
}

.menuClass.hidden{
  display: none;
}

.center1{
  position: absolute;
  display: flex;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  width: 80%;
  justify-content: center;
  align-items: center;
  flex-direction:row;
 
}
.menuClass .center{
  display: flex;
  vertical-align: middle;
  text-align: center;
  height: 35vh !important;
  justify-content: center;
  align-items: center;
  flex-direction:row;
 
}

.center{
  display: flex;
  vertical-align: middle;
  text-align: center;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction:row;
 
}
.center.hidden, .center1.hidden {
  display: none;
}

.menuClass div .containerMenu {
    display: flex;
    align-items: center;
    width:15%;
    height: 100%;
    margin: 5px;
    padding: 25px;
    background-color: #2e2d2c;
    color: white;
    font-size: 30px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    flex-direction:column;
    border-radius: 15px;
}

.menuClass div .containerMenu:hover, .menuClass div .containerMenu:focus {
  background-color: #0164a8;
  height: 110%;
  border-radius: 15px;
}
.menuClass div .containerMenu .child {
   /* display:block; */
  text-align: center;
}

.menuClass div .containerMenu .child.text{
    /* vertical-align: top; */
    /* height: 100%; */
    padding-top: 5px;
}

.tv::before {
  font-family: "FontAwesome"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f26c";
}
.catalog::before {
  font-family: "FontAwesome"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f0c9";
}
.genres::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f630";
}
.devices::before {
  font-family: "FontAwesome"; 
  font-weight: 250;
  font-size: 60px;
  content: "\f03a";
}
.account::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f3e0";
}
.pin::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f013";
}
.help::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f059";
}
.logout::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f2f6";
}
.exit::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
  content: "\f2f6";
}
.plans::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f53d";
}
.reset_channels::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 60px;
	content: "\f079";
}

/* video */
.video-js,  .video-js .vjs-has-started {
	background-color: black !important;
}
.video-js.small, .video-js.small .vjs-has-started {
	background-color: #575756 !important;
	top: 70px;
}
.video-js .resize_small {
	width: 30%;
	height: auto;
	top: 80px;
	left: 30px;
}

.video-js button {
    font-size: 27px !important;
    font-weight:normal;
}

.video-js .vjs-control-bar {
  height: auto !important;
  position: fixed !important;
  background-color: rgba(0,0,0, .9) !important;
  width: auto !important;
  margin: 5px !important;
}

.vjs-control-text div {
	border-radius: 25px !important;
	border: 2px solid rgba(255,255,255, .2) !important;
}
.video-js .vjs-control {
    width: 3em !important;
    opacity: 1 !important;
    transition: visibility 0.1s, opacity 0.1s !important;
    /*padding: 15px !important;*/
}

.titleInfo {
    display: flex;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1em !important;
    width: 100%;
    text-align: justify;
    padding: 10px 10px 15px 20px !important;
    align-items: center;
	justify-content: center;
}

.txtInfo1 {
	min-width: 40%;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}

.txtInfo2 {
	min-width: 40%;
	padding-right: 20px;
	text-align: right;
}

.video-js .text-control {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    padding: 0;
    font-size: 25px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}

.video-js .vjs-progress-control{
  display: flex !important;
  padding: 1em 2em 1em 2em  !important;
 
}

.video-js .vjs-progress-control:focus {
   background-color: rgba(43, 171, 219, .5) !important;
}

.vjs-playback-rate .vjs-playback-rate-value, .video-js .vjs-live-control {
  font-size: 5em !important;
}

.vjs-icon-menu:before, .video-js .vjs-menu-control.vjs-menu .vjs-icon-menu:before{
   content: "\f0c9";
   font-family: "FontAwesomeSolid900"; 
   font-weight: 250;
}

.vjs-icon-channels:before, .video-js .vjs-channels-control.vjs-channels .vjs-icon-channels:before{
   content: "\f0ca";
   font-family: "FontAwesomeSolid900"; 
   font-weight: 250;
}

.vjs-icon-clock:before, .video-js .vjs-clock-control.vjs-clock .vjs-icon-clock:before{
   content: "\f017";
   font-family: "FontAwesome"; 
   font-weight: 250;
}

.vjs-icon-prev-event:before, .video-js .vjs-prev-event-control.vjs-prev-event .vjs-icon-prev-event:before{
   content: "\f049";
   font-family: "FontAwesomeSolid900"; 
   font-weight: 250;
}

.vjs-icon-prev:before, .video-js .vjs-prev-control.vjs-prev .vjs-icon-prev:before{
  content: "\f048";
   font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
     /* font-size: 1.8em;
   line-height: 1.67; */
}

.vjs-icon-rew:before, .video-js .vjs-rew-control.vjs-rew .vjs-icon-rew:before{
  content: "\f04a";
   font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
}
/**f04c pause, f04d  stop, f04b play*/
.vjs-icon-ffwd:before, .video-js .vjs-ffwd-control.vjs-ffwd .vjs-icon-ffwd:before{
  content: "\f04e";
   font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
}

.vjs-icon-next:before, .video-js .vjs-next-control.vjs-next .vjs-icon-next:before{
  content: "\f051";
   font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
}

.vjs-icon-next-event:before, .video-js .vjs-next-event-control.vjs-next-event .vjs-icon-next-event:before{
  content: "\f050";
   font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
}
.vjs-icon-fullscreen:before, .video-js .vjs-fullscreen-control.vjs-fullscreen .vjs-icon-fullscreen:before{
    content: "\f0B2";
    font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
}
.vjs-icon-red:before, .video-js .vjs-red-control.vjs-red .vjs-icon-red:before{
    content: "\f0c8";
    font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
	color: rgba(255,0,0, .5) !important;/*#FF0000 red*/
}
.vjs-icon-green:before, .video-js .vjs-green-control.vjs-green .vjs-icon-green:before{
    content: "\f0c8";
    font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
	color: rgba(0,255,0, .5) !important;/*#00FF00 green*/
}
.icon_play:before{
    content: "\f04b";
    font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
	font-size: 60px;
	color: #FFFFFF !important;
}

#btnFullscreen{
    right: 20px;
    position: absolute;
    display: flex;
    height: fit-content;
    width: initial !important;
    text-align: center;
    align-items: center;
}

.vjs-icon-gotolive:before, .video-js .vjs-gotolive-control.vjs-gotolive .vjs-icon-gotolive:before{
     content: "\f052";
     font-family: "FontAwesome" !important;
	 font-weight: 250;
}

.vjs-icon-gotolive.rotate90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
}

.video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
   font-family: "FontAwesome" !important;
   font-weight: 250;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{
  content: "\f04c" !important;
  font-family: "FontAwesome" !important;
  font-weight: 250;
  font-size: inherit;
  line-height: inherit;
  top: inherit;
  position: inherit;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f04b" !important;
  font-family: "FontAwesome" !important;
  font-weight: 250;
  font-size: inherit;
  line-height: inherit;
  top: inherit;
  position: inherit;
}

.vjs-has-started .vjs-control-bar {
  display: flex !important;
  flex-flow: row wrap !important;
  justify-content: space-around !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  padding:  10px 10px 5px 10px !important;
}

.vjs-control-bar .js-control.vjs-button {
  text-align: center  !important;
}

.vjs-control.vjs-button.vjs-focus,
.video-js .vjs-control:focus, .vjs-control.vjs-button:hover {
	text-shadow: 0em 0em 1em white;
	border-radius: 40%;
    background-color: #0164a8;
}

.vjs-progress-control.vjs-focus {
     background-color: rgba(43, 171, 219, .5);
}

.disabledEl {
	color: rgba(255,255,255, .5) !important;
}
.vjs-controlInfo{
  /*  padding: 30px 5px 0px 0px*/
}

.vjs-control-bar.custom .vjs-buttons {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
  height: 50px;
  width: 90%;
  flex-direction: row;
}

.vjs-control-bar.custom .vjs-buttons .vjs-left {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
  align-items: stretch;
  height: 50px;
}

.vjs-control-bar.custom .vjs-buttons .vjs-left.hidden {
  display: none;
}

.vjs-control-bar.custom .vjs-buttons .vjs-center{  
  flex-direction: row;
  justify-content: center;
  display: flex;
  width: 100%;
}

.vjs-control-bar.custom .vjs-buttons .vjs-right {
  display: flex;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s, opacity 0.1s;
  justify-content: flex-end;
  height: 50px;
}

.vjs-control-bar.custom .vjs-buttons .vjs-right.hidden {
  display: none;
}

.textStyle{
    padding-right: 5px;
}
.textInfo{
	font-size: 20px;
	display: table;
	padding: 5px !important;
    width: 100%;
}
.textInfo .textSubInfo {
	display: table-row;
}
.textInfo .textSubInfo  > * {
	display: table-cell;
}

.textInfo .textSubInfo .item > * {
	display: table-cell;
	padding-right: 5px;
}

.textInfo .vjs-control.vjs-button{
	font-size: 45px;
}

.vjs-gotolive-control.vjs-gotolive.rotate90{
	 transform: rotate(90deg);
	 display: inherit;
}

.break {
  flex-basis: 100%;
  height: 0;
}

/*hide*/
.video-js .vjs-volume-panel, .vjs-live-control.vjs-control, .vjs-playback-rate , .vjs-chapters-button, .vjs-descriptions-button, .vjs-fullscreen-control{
  display: none !important;
}

/*end hide */

.video-js .text-control.progress{
	 margin: 20px !important;
}
.video-js .vjs-play-progress {
    background-color: #0164a8 !important;
    border-radius: 25px !important;
}


/*progress::-webkit-progress-bar {background-color: transparent !important; width: 100%;}
progress {background-color: transparent !important;}*/

/* value: */
/*progress::-webkit-progress-value {background-color: #0164a8 !important;}
progress::-moz-progress-bar {background-color: #0164a8 !important;}
progress {color: #0164a8;}*/

.video-js .vjs-slider {
    margin: 0px !important;
    border-radius: 25px !important;
}
.video-js .vjs-progress-holder {
    height: 100% !important;
}
    
.video-js .vjs-play-progress:before {
    /* content: "\f111"; */
    content: none !important;
}

.textInfoPadding{
    padding-left: 30px !important;
    padding-right: 20px !important;
}

.flexAuto {
  flex: auto;
}

.flexInherit{
  flex: inherit;
}

.vjs-audio-button {
	right: 150px;
    position: absolute;
}


/*dragList*/
.channelListView {
  background: linear-gradient(to right, #193847 0%, rgba(25, 56, 71, 0.95) 10%, rgba(25, 56, 71, 0.95) 10%, rgba(  37, 80, 100, 0.95) 100%) !important;
  box-shadow: 10px 5px 5px rgba(25, 56, 71, 0.6);
  padding: 15px 15px 15px 50px;
}
.channelItem {
    display: flex;
    flex-direction: row;
    grid-template-columns: 40% 50% 10%;
    vertical-align: middle;
    background: linear-gradient(to right, #193847 0%, rgba(25, 56, 71, 0.95) 10%, rgba(25, 56, 71, 0.95) 10%, rgba(  37, 80, 100, 0.95) 100%) !important;
    border: 1px solid #0a161b;
    height: 115px;
}
.channelItem.focus, .channelItem.focus .channelListView,  .channelItem:focus, .channelItem:focus .channelListView, .channelItem:hover, .channelItem:hover .channelListView {
  background: #0164a8 !important;
}

.listView li{
     list-style-type: none;
}

.listView .move{
    cursor: move;
    background-color: #0164a8;
    color: #fff;
    margin: 5px 0px 1px 10px;
    transition: all 0.2s;
}
.channelNumber {
   overflow: hidden;
   font-size: 20px;
   padding-bottom: 5px;
}
.imgListView {
   width: 100px;
   height: auto;
   max-height: 70px;
}
.imgListView.empty {
  background: url("./images/tv_icon.png") no-repeat center center;
  width: 110px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110px auto;
}
.titleListView {
    display: flex;
    align-self: center;
    flex-direction: column;
    padding: 20px;
    
}
.titleListViewDesc {
    display: block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;
}
.titleListViewDesc.bigText {
  font-size: 30px;
  padding-top: 5px;
}
.channelNumberDiv {
  position: relative;
}
.icon_lock {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.icon_lock::before {
  font-family: "FontAwesome"; 
	font-weight: 250;
  font-size: 20px;
  content: "\f023";
}

.icon_timeshift {
  padding: 10px;
}
.icon_timeshift::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 25px;
  content: "\f1da";
}
.icon_timeshift.large::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 3.5em;
  content: "\f1da";
}
.icon_check {
  padding: 10px;
}
.icon_check::before {
  font-family: "FontAwesomeSolid900"; 
  font-weight: 250;
  font-size: 25px;
  content: "\f00c";
}
.digitClock {
    z-index: 100000000000;
    position: fixed;
    right: 50px !important;
    bottom: 50px !important;
    color: white;
    font-size: 70px;
}
.rt {
    z-index: 100000000000;
    position: fixed;
    right: 50px !important;
    top: 50px !important;
    display: none;
}
.hide {
  display: none;
}
.show {
  display: flex;
  margin-left: auto;
  margin-right: 40px;
}

.icon_lock.show {
  margin-right: 0px !important;
  margin-top: 0px !important;
  top: -3px !important;
}

.listViewDiv {
   display: flex;
   flex-direction: column;
   height: 100vh;
}
.listViewDiv.hidden {
	display: none;
}
.listView {
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(50vw + 20px);
    height: 100vh;
    position: fixed;
    
}
.listView::-webkit-scrollbar {
  width: 0.7em;
  background: transparent;
}
.listView::-webkit-scrollbar-thumb {
  background: #3c3c3b;
}
.listViewHeader {
	display: flex;
	flex-direction: row;
	vertical-align: middle;
	border: 1px solid #696969;
	height: 50px;
	padding: 10px;
	text-align: center !important;
	font-weight: bold !important;
	background: linear-gradient(0deg, rgba(37, 80, 100, 0.75), rgba(0, 0, 0, 0.20) 65%, rgba(0, 0, 0, 1) ), rgba(37, 80, 100, 0.9) 100% !important;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #0164a8;
}

/*genre */
.genreListViewDiv {
   display: flex;
   flex-direction: column;
   height: 100vh;
   align-items: center;
   justify-content: center;
}
.genreListViewDiv.hidden {
	display: none;
}
.genreListView {
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(30vw + 20px);
    height: 100vh;
    position: fixed;
    background: linear-gradient(to right, #193847 0%, rgba(25, 56, 71, 0.95) 10%, rgba(25, 56, 71, 0.95) 10%, rgba(  37, 80, 100, 0.95) 100%) !important;
    /* box-shadow: 10px 5px 5px rgba(25, 56, 71, 0.6); */
    font-size: 30px;
}
.genreListView::-webkit-scrollbar {
  width: 0.7em;
  background: transparent;
}
.genreListView::-webkit-scrollbar-thumb {
  background: #3c3c3b;
}

.genreListView {
  
}
.genreListItemView {
	 display: flex;
	 align-self: center;
	 flex-direction: column;
	 /* padding: 20px; */
	 width: 90%;
}
.genreItem .icon_check {
	position: relative;
	display: flex;
}
.genreItem {
    display: flex;
    flex-direction: row;
    vertical-align: middle;
    /* background: linear-gradient(to right, #193847 0%, rgba(25, 56, 71, 0.95) 10%, rgba(25, 56, 71, 0.95) 10%, rgba(  37, 80, 100, 0.95) 100%) !important; */
    border: 1px solid #696969;
    height: 50px;
    padding: 10px 10px 10px 30px;
    font-weight: normal !important;
}
.genreItem.focus, .genreItem.focus .genreListView,  .genreItem:focus, .genreItem:focus .genreListView, .genreItem:hover, .genreItem:hover .genreListView {
  background: #0164a8 !important;
}

.genreListViewHeader {
	display: flex;
	flex-direction: row;
	vertical-align: middle;
	border: 1px solid #696969;
	height: 50px;
	padding: 10px;
	text-align: center !important;
	font-weight: bold !important;
	background: linear-gradient(0deg, rgba(37, 80, 100, 0.75), rgba(0, 0, 0, 0.20) 65%, rgba(0, 0, 0, 1) ) !important;
	align-items: center;
	justify-content: center;
}

/*catalog tab */
#epg {
	display: flex;
    align-items: center;
    justify-content: center;
}

#catalogBody {
   height: 95vh;
   width: 100vw;
   display: flex;
   flex-direction: column;
   /*
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 20%;
    right: 20%;
    margin: 10dp !important;*/
    
}
.catalogList {
    padding: 20px 20px 0px 20px;
    margin: 25px;
    background-color: rgba(0,0,0, .2) !important;
}
.react-tab-list {
  position: fixed;
  overflow: hidden;
  font-size: 30px !important;
  /* text-transform: uppercase; */
  display: flex;
  justify-content: space-around;
  background-color: rgba(1,100,168,1) !important;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
}

.react-tab-list.hidden {
	display: none;
}

.react-tab-list input[type="radio"] {
  /* position: absolute; */
  opacity: 0;
}
.react-tab-list input[type="radio"]:checked + label {
  color: #0164a8;
  border-bottom: solid 3px #0164a8;
  width: 100%;
  text-align: center;
}
.react-tab-list .tab, .react-tab-list label {
  position: relative;
  display: inline-block;
  float: left;
  width: auto;
  padding: 10px 0px 15px;
  margin: 0px 20px;
  
  color: #ffffff;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.react-tab-list .tab:hover, .react-tab-list label:hover {
  color: rgba(0,0,0, .8);
  cursor: pointer;
}
.react-tab-list .tab-line {
  /* position: absolute; */
  bottom: 0px;
  left: 1px;
  height: 3px;
  background-color: #0164a8;
  opacity: 0;
}
.react-tab-list .tab-line.animation {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.5s, all 0.5s, opacity 0.5s ease-in;
  -moz-transition: -moz-transform 0.5s, all 0.5s, opacity 0.5s ease-in;
  transition: transform 0.5s, all 0.5s, opacity 0.5s ease-in;
}

/**/
.react-tabs {
  -webkit-tap-highlight-color: transparent;
  list-style-type: none !important;
  position: fixed;
  /* width: 93%; */
  display: flex;
 /* justify-content: center;*/
  flex-direction:  row;
}

.react-tabs__tab-list {
    /* border-bottom: 1px solid #aaa; */
    margin: 20px 20px 0px 40px;
    padding: 20px 40px 0px 40px;
   /* position: fixed;*/
    top: 5px;
    left: 20px;
    overflow: hidden;
    width: 18%;
    font-weight: bold;
    font-size: 30px !important;
    /*text-transform: uppercase;*/
    display: flex;
    justify-content: left;
    text-align: left;
    flex-direction:  column;
}

.react-tabs__tab {
  display: table-cell;
  border: 1px solid transparent;
  border-bottom: none;
  bottom: -1px;
  position: relative;
  list-style: none;
  padding: 6px 12px;
  cursor: pointer;
  /* text-align: center; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  list-style-position: inside;
  max-width: 18vw;
  margin: 5px;
  padding: 10px;
}

.react-tabs__tab .film::before {
  font-family: "FontAwesomeSolid900";
  font-weight: 200;
  font-size: 1.0em;
  content: "\f008";
  padding-right:  15px;
  text-decoration:  none !important;
  font-style:  normal;
  text-transform: none !important;
}

.react-tabs__tab .serial::before {
  font-family: "FontAwesomeSolid900";
  font-weight: 200;
  font-size: 1.0em;
  content: "\f03d";
  padding-right:  15px;
  text-decoration:  none !important;
  font-style:  normal;
  text-transform: none !important;
}

.react-tabs__tab .tvshow::before {
  font-family: "FontAwesomeSolid900";
  font-weight: 200;
  font-size: 1.0em;
  content: "\f7b6";
  padding-right:  15px;
  text-decoration:  none !important;
  font-style:  normal;
  text-transform: none !important;
}

.react-tabs__tab .lastwatched::before {
  font-family: "FontAwesomeSolid900";
  font-weight: 200;
  font-size: 1.0em;
  content: "\f06e";
  padding-right:  15px;
  text-decoration:  none !important;
  font-style:  normal;
  text-transform: none !important;
}

.react-tabs__tab--selected {
  /* background: #fff;
  border-color: #aaa;
  color: black;
  border-radius: 5px 5px 0 0; */
  color: #10b279;
 /*  background: rgba(0,0,0, .1) !important;*/
  /* border-bottom: solid 3px #0164a8; */
  /* text-align: center; */
}

.react-tabs__tab--disabled {
  color: GrayText;
  cursor: default;
}

.react-tabs__tab:focus {
  border: none;
  outline: none;
}

 .react-tabs__tab.focus{
  box-shadow: 0 0 5px hsl(159, 84%, 38%);
  border-color: hsl(159, 84%, 38%);
  outline: none;
   background: rgba(0,0,0, .1) !important;
}

.react-tabs__tab:focus:after {
  content: "";
 /* position: absolute; */
  height: 5px;
  left: -4px;
  right: -4px;
  bottom: -5px;
  background: #fff;
}

.react-tabs__tab-panel {
    margin: 40px 40px 0px 40px;
    padding: 10px 10px 10px 0px;
    flex-direction: row;
    text-transform: none;
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 85vh;
    max-width: 75vw;
    position: fixed;
    left: 20%;
    top: 5px;
}

.react-tabs__tab-panel--selected {
   display: flex !important;
   width: 75vw;
}

.catalogItemsDiv {
    display: flex !important;
    flex-direction: column;
    padding: 0px 40px 10px 20px;
}
.catalogAlphaindex {
    width: 60px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    padding: 10px 30px 10px 10px;
    font-size: 40px;
    font-weight: bold;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 85vh;
    max-width: 15vw;

}
.catalogAlphaindex.hidden{
  display: none !important;
}

.indexDiv {
	padding-bottom: 15px;
	color: #FFFFFF;
	width: 40px;
	padding: 2px;
    vertical-align: middle;
    text-align: center;
}

.indexDiv:focus {
  color: #0164a8;
  font-weight: bold !important; 
  background: white;
  border-radius: 10px;
  border: 1px solid #0164a8;
}

.catalogItemsDivScroll {
  width: 100vw;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 85vh;
  max-width: 75vw;
  padding: 10px 20px 10px 10px;
 /* max-height: 80vh;*/
}

.catalogItemsDivScroll::-webkit-scrollbar, .catalogAlphaindex::-webkit-scrollbar {
  width: 0.7em;
  background: transparent;
}
.catalogItemsDivScroll::-webkit-scrollbar-thumb, .catalogAlphaindex::-webkit-scrollbar-thumb {
  background: #3c3c3b;
}
/*.react-tabs__tab-panel::-webkit-scrollbar {
  width: 0.7em;
  background: transparent;
}
.react-tabs__tab-panel::-webkit-scrollbar-thumb {
  background: #3c3c3b;
}*/


/*.catalogItemsDiv .catalogItem {
    display: flex;
    flex-direction: row; 
    margin-bottom: 5px;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
    padding: 20px;
    width: 100%;
}
.catalogItem:focus {
  background-color: #0164a8;
}*/

.info1 {
width: 90%;
font-size: 40px !important;
}
.info2 {
    font-size: 20px !important;
    font-weight: normal;
    text-align: center;
}
.infoTitle {
  font-size: 20px !important;
  font-weight: normal;
  padding: 0px 10px 0px 0px !important;
}
.infoDesc {
  font-size: 20px !important;
  font-weight: normal;
  padding: 0px 10px 0px 0px !important;
}
.tab-list-item {
    /* flex-direction: row; */
    display: flex;
    width: 95%;
}

.w100 {
	 width: 100% !important;
}

.h98 {
	 height: 98% !important;
}

.column {
	flex-direction: column;
}
.ellipsis {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.video-js .vjs-progress-control {
	background-color: transparent;
    height: 25px !important;
    border-radius: 25px;
    border: 0px solid rgba(255,255,255, .2) !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
    padding: 0px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    -webkit-appearance: none !important; 
    overflow: hidden !important; 
}
.vjs-progress-control
{  
  cursor: pointer;
  height: 25px;
  margin-bottom: 10px;
  position: relative;
  width: 400px;
}

.vjs-load-progress {
 /* background: linear-gradient(to right, #0164a8 0%, #0164a8 50%, rgba(115, 133, 159, 0.5) 50%, rgba(115, 133, 159, 0.5) 100%) !important;
  border: solid 1px rgba(115, 133, 159, 0.5);*/
  border-radius: 8px;
  height: 7px;
  width: 356px;
  outline: none;
   
 /* transition: background 450ms ease-in;*/
  -webkit-appearance: none !important; 
   overflow: visible; /*scrubber*/
}

 .vjs-load-progress::-webkit-slider-thumb,  .vjs-load-progress::-webkit-scrollbar-thumb {
  width: 10px;
  height: 10px;
  border: 10px solid #0164a8;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  cursor: grabbing;
   -webkit-appearance: none !important; 
}
/*.vjs-load-progress::-moz-range-track {
  background-color: rgba(255,255,255, 0.5) !important;
}*/
.vjs-load-progress::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border: 10px solid #0164a8;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
  cursor: grabbing;
}
.vjs-load-progress:focus::-moz-range-thumb, .vjs-progress-control:focus .vjs-load-progress::-moz-range-thumb {
  border: 10px solid #0164a8;
/*  outline: 3px solid #053a5f;
  outline-offset: 0.125rem; */
}
/*.vjs-load-progress::-moz-range-thumb {
  transform: translateZ(0);
  border: 0px solid #0164a8;
  height: 32px;
  width: 32px;
  background: transparent;
  cursor: pointer;
}
.vjs-load-progress::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 0px;
  height: 0px;
  border-radius: 0px;
  background-color: #0164a8;
  overflow: hidden;
  cursor: pointer;
}*/
/*.vjs-progress-control .vjs-load-progress, .video-js .vjs-load-progress
{
  background-color: #0164a8 !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0px;
}*/
.inputChannelNumber {
	display: flex;
	background-color: #575756;
	position: fixed;
    top: 30px;
    right: 40px;
    width: 100px;
    height: 60px;
    font-size:15px;


}
.inputChannelNumber input {
	color: white;
	font-size: 40px;
	padding: 5px;
	width: 100px;
	background-color: transparent;
	border: none;
	text-align: center;
	flex-direction: row;
    align-items: center;
    justify-content: center;

}
.inputChannelNumber.hidden {
	display: none;
}

.spinner {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  background: #000000;
  text-align: center !important;
  vertical-align: middle !important;
  padding-top: 25% !important;
}
.spinner.small {
	width: 30% !important;
    padding-top: 200px !important;
}

.spinner1 {
	position: fixed;   
	left: 50%;   
	top: 0px;       
	z-index: 200000;   
	overflow: hidden;     
	text-align: center !important;   
	vertical-align: middle !important;   
	padding-top: 25% !important;
}

.spinner2 {
  overflow: hidden;
  background-color: transparent;
  text-align: center !important;
  vertical-align: middle !important;
}

.spinner2.center {
 /* position: absolute; */
  width: 100%;
  height: 100%;
}

.spinner2.center .spinner3 {
   width: 100%;
   height: 100%;
  /* position: absolute; */
   top: 35%;
   left: 0;
}
.spinner2.center .spinner4 {
   width: 100%;
   height: 100%;
   position: fixed;
   top: 45%;
   left: 0;
}

.full{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}
.codeHeader {
	font-size: 25px;
	color: #0164a8;
	text-align: center;
}
.codeHeader1 {
	font-size: 35px;
	color: #0164a8;
	text-align: center;
}

.codeDiv{
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.codeDiv.w90 {
	width: 90% !important;
}

.codeDiv.w50 {
	width: 50% !important;
}

.codeDiv input{
	width: 50%;
    height: 30px;
    text-indent: 10px;
    font-size: 20px;
    padding: 20px;
}
.codeDiv input:focus{
	border: 2px solid  #0164a8;
}
.codeDiv b, .codeDiv .text.disabled {
	font-size: 20px;
}
.footerLink {
	text-align: center;
	text-decoration: underline;
	color: #ffffff;
	padding-top: 25px;
	font-size: 20px;
}
.footerLink:focus{
	text-align: center;
	text-decoration: underline;
	color: #0164a8;
	padding-top: 25px;
	font-size: 20px;
}
.full .footer {
	padding-top: 20px;
}
.full .footer button{
	width: 200px;
    height: 60px;
    margin: 10px 20px 10px 10px;
    background-color: #575756;
    border-radius: 15px;
    color: white;
    font-size:20px;
}
.full .footer button:focus{
	width: 200px;
    height: 60px;
    margin: 10px 20px 10px 10px;
    border-radius: 15px;
    background-color: #0164a8;
    color: white;
}

.vertical_center {
    margin: 0;
    position: relative;
    top: 30%;
}

.login {
  position: relative;
  height: 100%;
  min-height: 90vh;
  width: 80vw;
  margin: auto;
  padding: 30px 50px 30px 50px;
  background-size: cover;
  box-shadow: 0px 30px 60px -5px #0164a8;
}
.login .active {
  border-bottom: 2px solid #0164a8;
}

.login .nonactive {
  color: rgba(255, 255, 255, 0.2);
}

.login h2 {
  padding-left: 12px;
  font-size: 25px;
  text-transform: uppercase;
  padding-bottom: 5px;
  letter-spacing: 2px;
  display: inline-block;
  font-weight: 100;
}

.login h2:first-child {
  padding-left: 0px;
}

.login span {
  font-size: 20px;
  opacity: 0.4; 
  display: inline-block;
  position: relative;
  top: 10px;
  transition: all 0.5s ease-in-out;
}

.login .codeDiv .text {
  border: none;
  width: 89%;
  padding: 15px;
  display: block;
  height: 25px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0);
  overflow: hidden;
  margin-top: 15px;
  transition: all 0.5s ease-in-out;
  color: #ffffff;
}

.login .codeDiv .text:focus {
  outline: 0;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}

.login .codeDiv .text:focus + span {
  opacity: 0.6;
}

.login input[type="text"],
.login input[type="password"] {
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.login input {
  display: inline-block;
  padding-top: 15px;
  font-size: 20px;
}

.login h2,
.login span {
  margin-left: 20px;
}

.login .custom-checkbox:checked:after {
  content: '\2714';
  font-size: 20px;
  position: absolute;
  top: 1px;
  left: 4px;
  color: #fff;
}

.login .custom-checkbox:focus {
  outline: none;
}

.login label {
  display: block;
  padding-top: 15px;
  padding-left: 5px;
  font-size: 20px;
}

.login .signin {
  background-color: #0164a8;
  color: #FFF;
  width: 100%;
  padding: 10px 20px;
  display: block;
  height: 39px;
  border-radius: 20px;
  margin-top: 20px;
  transition: all 0.5s ease-in-out;
  border: none;
  text-transform: uppercase;
}

.login .signin:hover {
  background: #0164a8;
  box-shadow: 0px 4px 35px -5px #0164a8;
  cursor: pointer;
}

.login .signin:focus {
  outline: none;
}

.login hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
  top: 85px;
  position: relative;
}

.login a:not(.checkbox a) {
  text-align: center;
  display: block;
  top: 120px;
  position: relative;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.2);
}
.login .footer {
	padding-top: 25px;
	text-align: center;
}
.login .footer button{
	width: 20vw;
    height: 60px;
    margin: 5px;
    background-color: #575756;
    border-radius: 15px;
    color: white;
    font-size: 25px;
}
.login .footer.w {
	padding-top: 200px;
	text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
}
.login .footer.w button{
	width: 30vw;
    height: 120px;
    margin: 10px !important;
    white-space: pre-line;
}
.login .footer.w button:focus{
	width: 30vw;
    height: 120px;
}
.login .footer button:focus{
	width: 20vw;
    height: 60px;
    margin: 5px;
    border-radius: 15px;
    background-color: #0164a8;
    color: white;
    outline:0;
}
.login .error, .login .error1 {
	color: #0164a8;
	opacity: 1 !important;
}
.login .login_message_text {
	padding: 10px;
	color: #0164a8;
	font-size: 20px;
}
.login .checkbox {
	width: 100%;
	height: 50px;
	display: flex;
	flex-direction:column;
	padding: 10px !important;
	color: #0164a8;
	padding: 25px 15px 20px 15px !important;
	text-align:left;
}
.login .checkbox .terms {
	display: flex;
	flex-direction:row;
	color: #0164a8;
	padding: 25px 15px 0px 15px !important;
	text-align:left;
}
.login .checkbox .terms2{
  display: flex;
	flex-direction:row;
  color: #0164a8;
}
.login .checkbox .terms1{
	color: #ffffff;
	text-decoration:underline;
	white-space: pre-line;
	font-size: 20px;
	padding-left: 5px;
}
.login .checkbox .terms1.nounderline{
	text-decoration: none !important;
}
.login .checkbox .terms1:focus{
	color: #0164a8;
	text-decoration:underline;
	white-space: pre-line;
	font-size: 20px;
	outline: 0 none !important;
}
.login .checkbox input{
	width: 30px;
	margin-right: 20px;
	vertical-align: middle;
	accent-color: #0164a8;
}
.login .checkbox input:focus{
	outline : 2px solid #0164a8;
}
.footer_page {
	text-align: center;
    bottom: 20px;
    position: absolute;
    right: 20px;
}
.error.txtcolor {
	color: #0164a8;
	opacity: 1 !important;
}
.footer_page button{
	width: 20vw;
    height: 60px;
    margin: 5px;
    background-color: #575756;
    border-radius: 15px;
    color: white;
    font-size: 25px;
}
.footer_page button:focus{
	width: 20vw;
    height: 60px;
    margin: 5px;
    border-radius: 15px;
    background-color: #0164a8;
    color: white;
    outline:0;
}
.fas.fa-angle-double-left:before{
	   content: "\f100";
	   font-family: "FontAwesomeSolid900"; 
	   font-weight: 150;
	   padding-right: 10px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
#anim {
  top: 0%;
  position: fixed;
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 160s;
}
#anim div {
	font-size: 4em !important;
}
/*#anim img {
	width: 150px;
	height: auto;
}*/
@-webkit-keyframes run {
  0% {
    left: 0;
    top: 0;
  }
  14% {
    left: 100%;
    top: 50%;
  }
  28% {
    left: 0%;
    top: 100%;
  }
  42% {
    left: 50%;
    top: 50%;
  }
  56% {
    left: 100%;
    top: 100%;
  }
  70% {
    left: 0%;
    top: 0%;
  }
  84% {
    left: 50%;
    top: 50%;
  }
  100% {
    left: 100%;
    top: 0%;
  }
}

@media only screen and (max-width: 900px) {
	.modal.show {
	    display: flex;
	    margin-left: auto;
	    margin-right: 10px;
	    margin-top: 10px;
	    font-size: 8px
	  }
	  .modal .modal-footer {
	  padding: 2px 5px 5px 5px;
	  background-color: #0164a8;
	  color: white;
	  -moz-border-radius: 0 0 5px 5px;
	  -webkit-border-radius: 0 0 5px 5px;
	  border-radius: 0 0 10px 10px;
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: center;
	}
	 .modal-footer .btn {
	  padding: 7px;
	  margin: 7px;
	  color: #ffffff;
	  background-color: transparent;
	  border: none;
	  text-transform: uppercase;
	  font-weight: bold;
	  font-size: 12px !important;
	  min-width: 100px;
	}
	.logo {
	  background: url("./images/logo.png") no-repeat center center;
  width: 200px !important;
  height: 100px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: 200px auto !important;
    }
    .mainClassBg.p50 .logo {
	 
       background-position: center !important;
  background-repeat: no-repeat !important;
	 background-size: 200px !important;
	 text-align: center !important;
	 align-items: center !important;
    }
    .codeHeader {
      font-size: 15px !important;
      color: #0164a8 !important;
      text-align: center !important;
    }
    .codeHeader1 {
      font-size: 20px !important;
      color: #0164a8 !important;
      text-align: center !important; 
    }
   .codeDiv{
      padding: 5px !important;
      margin-top: 20px !important;
      margin-bottom: 5px !important;
    }
   .codeDiv input{
	  width: 90% !important;
	    height: 20px !important;
	    text-indent: 5px !important;
	    font-size: 12px !important;
	    padding: 5px !important;
	}
	.codeDiv input:focus{
		border: 2px solid  #0164a8 !important;
	}
	.codeDiv b, .codeDiv .text.disabled {
		font-size: 14px !important;
	}
	  .codeDiv{
		padding: 5px !important;
		margin-top: 5px !important;
		margin-bottom: 10px !important;
	}
	
	.codeDiv.w90 {
		width: 100% !important;
	}
	
	.codeDiv.w50 {
		width: 90% !important;
	}
.mainClass {
  width: 100vw !important;
  height: 100vh !important;
  background: #000000 !important;
  color: #FFFFFF !important;
  outline: 0 none !important;
    display: flex !important;
  justify-content: center !important;

}
  .mainClassBg.p50 {
	  padding: 10dp !important;
   display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
  
.login {
  position: relative;
  height: auto !important;
  width: 80vw !important;
  margin: auto !important;
  padding: 30px !important;
  background-size: cover !important;
  box-shadow: none !important;
}
	  .login label {
	  display: block !important;
	  padding-top: 5px !important;
	  padding-left: 5px !important;
	  font-size: 15px !important;
	}
	  .login span {
	  font-size: 12px !important;
	  opacity: 0.4 !important; 
	  display: inline-block !important;
	  position: relative !important;
	  top: 0px !important;
	  transition: all 0.5s ease-in-out !important;
	}
  .login .login_message_text {
	padding: 10px;
	color: #0164a8;
	font-size: 1.5em;
}
.login .codeDiv .text {
  margin-top: 10px !important;
}
.login .checkbox {
	width: 100% !important;
	height: 20px !important;
	display: flex !important;
	flex-direction:column !important;
	padding: 10px !important;
	color: #0164a8 !important;
	padding: 10px 5px 5px 5px !important;
	text-align:left !important;
}
  .login .checkbox .terms2 {
	display: flex !important;
	flex-direction:row !important;
	color: #0164a8 !important;
	padding: 5px 5px 5px 5px !important;
	text-align:left !important;
}
.login .checkbox .terms {
	display: flex !important;
	flex-direction: row !important;
	color: #0164a8 !important;
	padding: 5px 5px 5px 5px !important;
	text-align:left !important;
}
.login .checkbox .terms1{
	color: #ffffff !important;
	text-decoration:underline !important;
	white-space: pre-line !important;
	font-size: 12px !important;
	padding: 5px !important;
}
.login .checkbox .terms1.nounderline{
	text-decoration: none !important;
}
.login .checkbox .terms1:focus{
	color: #0164a8 !important;
	text-decoration:underline !important;
	white-space: pre-line !important;
	font-size: 12px  !important;
	outline: 0 none !important;
}
.login .checkbox input{
	width: 30px !important;
	margin-right: 5px !important;
	vertical-align: middle !important;
	accent-color: #0164a8 !important;
}
.login .checkbox input:focus{
	outline : 2px solid #0164a8 !important;
}
	  .login .footer {
		padding-top: 60px !important;
		text-align: center !important;
	}
	.login .footer button{
		width: 150px  !important;
	    height: 40px  !important;
	    margin: 5px  !important;
	    background-color: #575756  !important;
	    border-radius: 15px  !important;
	    color: white  !important;
	    font-size: 15px  !important;
	}
	  .footerLink {
		text-align: center !important;
		text-decoration: underline !important;
		color: #ffffff !important;
		padding-top: 10px !important;
		font-size: 15px !important;
	}
	.footerLink:focus{
		text-align: center !important;
		text-decoration: underline !important;
		color: #0164a8 !important;
		padding-top: 25px !important;
		font-size: 115px !important;
	}
	  
	  .footer_page button{
	    width: 150px  !important;
	    height: 40px  !important;
	    margin: 5px  !important;
	    background-color: #575756 !important;
	    border-radius: 15px !important;
	    color: white !important;
	    font-size: 20px !important;
	}
	.footer_page button:focus{
		  width: 150px  !important;
	    height: 40px  !important;
	    margin: 5px !important;
	    border-radius: 15px !important;
	    background-color: #0164a8 !important;
	    color: white !important;
	    outline:0 !important;
	}
	
	.menuClass div .containerMenu {
	    display: flex;
	    align-items: center;
	    width:15%;
	    height: 100%;
	    margin: 5px;
	    padding: 15px;
	    background-color: #2e2d2c;
	    color: white;
	    font-size: 12px;
	    justify-content: center;
	    align-items: center;
	    vertical-align: middle;
	    text-align: center;
	    flex-direction:column;
	    border-radius: 15px;
	}
	
	.tv::before {
	  font-family: "FontAwesome"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f26c";
	}
	.catalog::before {
	  font-family: "FontAwesome"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f0c9";
	}
	.genres::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f630";
	}
	.devices::before {
	  font-family: "FontAwesome"; 
	  font-weight: 250;
	  font-size: 30px;
	  content: "\f03a";
	}
	.account::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f3e0";
	}
	.pin::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f013";
	}
	.help::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f059";
	}
	.logout::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f2f6";
	}
	.exit::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 20px;
	  content: "\f2f6";
	}
	.plans::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f53d";
	}
	.reset_channels::before {
	  font-family: "FontAwesomeSolid900"; 
	  font-weight: 250;
	  font-size: 30px;
		content: "\f079";
	}
}


@media only screen and (max-width: 1024px) {
	body {
		  background: #000000;
		  color: #FFFFFF;
		  font-family: Arial;
		  font-size: 12px;
		  margin: 0 auto;
		  height: 100%;
		  width: auto;
		}

		.mainLoadingContainer {
			width:  100%;
		    height:  100%;
		    background: #ffffff !important;
		    z-index: 1000000;
		    position:  absolute;
		    color: #0164a8 !important;
	        outline: 0 none !important;
		}
		
		.mainLoadingContainer.hidden {
		  display: none;
		}
		.mainLoadingClass {
		  margin: 0;
		  position: absolute;
		  top: 50%;
		  left: 50%;
		  transform: translate(-50%, -50%);
		  text-align: center;
		  vertical-align: middle;
		  font-size: 20px;
		}
		
		.mainLoadingClass.hidden {
		  display: none;
		}
		
		.mainLoadingClass img {
			padding-bottom: 20px;
		}
		
		.mainLoadingClass .main_text{
		    margin: 10px 0px 0px 0px;
		    font-size: 1.0em;
		}
		
		 .ui-widget-content {
		    width: 100%;
		    height: 10px;
		    border-radius: 10px;
		 
		 }
		
		.mainLoadingClass .ui-widget-content {
		   background-color: rgba(1, 100, 168, .2);
		}
		  
		.mainLoadingClass .ui-widget-header {
			 width:0%;
		    height: 10px;
		    background-color: #0164a8;
		    border-radius: 10px;
		}
		.plansContainer .planName {
	        font-size: 25px;
		}
		.plansContainer .planDescr {
			  padding-bottom: 2px;
		}
		.plansContainer .planAmount:not(.planCurrency) {
			  font-size: 30px;
			  padding: 20px;
			  padding-bottom: 10px;
		      color: #0164a8  !important;
		}
	.textInfo{
		font-size: 12px;
		display: table;
		padding: 5px !important;
		width: 100%;
		/* height:30px; */
		}
	.textStyle {
			padding-right: 5px;
		}
		
		/* video */
		.video-js,  .video-js .vjs-has-started {
			background-color: black !important;
		}
		.video-js.small, .video-js.small .vjs-has-started {
			background-color: #575756 !important;
			top: 70px;
		}
		.video-js .resize_small {
			width: 30%;
			height: auto;
			top: 80px;
			left: 30px;
		}
		
		.video-js button {
		    font-size: 17px !important;
		    font-weight:normal;
		}
		
		.video-js .vjs-control-bar {
		  height: auto !important;
		  position: fixed !important;
		  background-color: rgba(0,0,0, .9) !important;
		  width: auto !important;
		  margin: 5px !important;
		}
		
		.vjs-control-text div {
			border-radius: 25px !important;
			 border: 2px solid rgba(255,255,255, .2) !important;
		}
		.video-js .vjs-control {
		    width: 2.5em !important;
		    height: 2.5em !important;
		    opacity: 1 !important;
		    transition: visibility 0.1s, opacity 0.1s !important;
		    padding: 5px !important;
		}
		
		.titleInfo {
		    display: flex;
		    color: #fff;
		    font-size: 15px;
		    line-height: 1;
		    font-weight: normal;
		    font-style: normal;
		    font-family: Arial, Helvetica, sans-serif;
		    padding: 1em !important;
		    width: 100%;
		    text-align: justify;
		    padding: 0px 10px 5px 10px !important;
		    align-items: center;
			justify-content: center;
		}
		
		.txtInfo1 {
			min-width: 40%;
			padding-left: 10px;
			padding-right: 20px;
			text-align: left;
		}
		.txtInfo2 {
			min-width: 40%;
			padding-right: 20px;
			text-align: right;
		}
		
		.video-js .text-control {
		    display: block;
		    vertical-align: top;
		    box-sizing: border-box;
		    color: #fff;
		    position: relative;
		    padding: 0;
		    font-size: 15px;
		    line-height: 1;
		    font-weight: normal;
		    font-style: normal;
		    font-family: Arial, Helvetica, sans-serif;
		    word-break: initial;
		}
		
		.video-js .vjs-progress-control{
		  display: flex !important;
		  padding: 1em 2em 1em 2em  !important;
		 
		}
		
		.video-js .vjs-progress-control:focus{
		   background-color: rgba(43, 171, 219, .5) !important;
		}
		
		.vjs-playback-rate .vjs-playback-rate-value, .video-js .vjs-live-control {
		  font-size: 2em !important;
		}
		
		.vjs-icon-menu:before, .video-js .vjs-menu-control.vjs-menu .vjs-icon-menu:before{
		   content: "\f0c9";
		   font-family: "FontAwesomeSolid900"; 
		   font-weight: 150;
		}
		
		.vjs-icon-channels:before, .video-js .vjs-channels-control.vjs-channels .vjs-icon-channels:before{
		   content: "\f0ca";
		   font-family: "FontAwesomeSolid900"; 
		   font-weight: 150;
		}
		
		.vjs-icon-clock:before, .video-js .vjs-clock-control.vjs-clock .vjs-icon-clock:before{
		   content: "\f017";
		   font-family: "FontAwesome"; 
		   font-weight: 150;
		}
		
		.vjs-icon-prev-event:before, .video-js .vjs-prev-event-control.vjs-prev-event .vjs-icon-prev-event:before{
		   content: "\f049";
		   font-family: "FontAwesomeSolid900"; 
		   font-weight: 150;
		}
		
		.vjs-icon-prev:before, .video-js .vjs-prev-control.vjs-prev .vjs-icon-prev:before{
		  content: "\f048";
		   font-family: "FontAwesomeSolid900"; 
		  font-weight: 150;
		     /* font-size: 1.8em;
		   line-height: 1.67; */
		}
		
		.vjs-icon-rew:before, .video-js .vjs-rew-control.vjs-rew .vjs-icon-rew:before{
		  content: "\f04a";
		   font-family: "FontAwesomeSolid900"; 
			font-weight: 150;
		}
		/**f04c pause, f04d  stop, f04b play*/
		.vjs-icon-ffwd:before, .video-js .vjs-ffwd-control.vjs-ffwd .vjs-icon-ffwd:before{
		  content: "\f04e";
		   font-family: "FontAwesomeSolid900"; 
			font-weight: 150;
		}
		
		.vjs-icon-next:before, .video-js .vjs-next-control.vjs-next .vjs-icon-next:before{
		  content: "\f051";
		   font-family: "FontAwesomeSolid900"; 
			font-weight: 150;
		}
		
		.vjs-icon-next-event:before, .video-js .vjs-next-event-control.vjs-next-event .vjs-icon-next-event:before{
		  content: "\f050";
		   font-family: "FontAwesomeSolid900"; 
			font-weight: 150;
		}
		.vjs-icon-fullscreen:before, .video-js .vjs-fullscreen-control.vjs-fullscreen .vjs-icon-fullscreen:before{
		    content: "\f0B2";
		    font-family: "FontAwesomeSolid900"; 
			font-weight: 150;
		}
		.vjs-icon-red:before, .video-js .vjs-red-control.vjs-red .vjs-icon-red:before{
			    content: "\f0c8";
			    font-family: "FontAwesomeSolid900"; 
				font-weight: 150;
				color: rgba(255,0,0, .5) !important;/*#FF0000 red*/
			}
			.vjs-icon-green:before, .video-js .vjs-green-control.vjs-green .vjs-icon-green:before{
			    content: "\f0c8";
			    font-family: "FontAwesomeSolid900"; 
				font-weight: 150;
				color: rgba(0,255,0, .5) !important;/*#00FF00 green*/
			}
		
		#btnFullscreen{
		    right: 20px;
		    position: absolute;
		    display: flex;
		    height: fit-content;
		    width: initial !important;
		    text-align: center;
		    align-items: center;
		}
		
		.vjs-gotolive-control.vjs-gotolive.vjs-icon-gotolive {
			 transform: rotate(90deg);
			 height: 2.5em !important;
		}
		
		.vjs-icon-gotolive:before, .video-js .vjs-gotolive-control.vjs-gotolive .vjs-icon-gotolive:before{
		     content: "\f052";
		     font-family: "FontAwesome" !important;
			 font-weight: 150;
		}
		
		.video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
		   font-family: "FontAwesome" !important;
		   font-weight: 150;
		}
         
		.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before{
		  content: "\f04c" !important;
		  font-family: "FontAwesome" !important;
		  font-weight: 150;
		  font-size: inherit;
		  line-height: inherit;
		  top: inherit;
		  position: inherit;
		}
		
		.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
		  content: "\f04b" !important;
		  font-family: "FontAwesome" !important;
		  font-weight: 150;
		  font-size: inherit;
		  line-height: inherit;
		  top: inherit;
		  position: inherit;
		}
		
		.vjs-has-started .vjs-control-bar {
		  display: flex !important;
		  flex-flow: row wrap !important;
		  justify-content: space-around !important;
		  padding: 0 !important;
		  align-items: center !important;
		  justify-content: center !important;
		  padding:  10px 10px 5px 10px !important;
		}
		
		.vjs-control-bar .js-control.vjs-button {
		  text-align: center  !important;
		}
		
		.vjs-control.vjs-button.vjs-focus,
		.video-js .vjs-control:focus, .vjs-control.vjs-button:hover {
			text-shadow: 0em 0em 1em white;
			border-radius: 40%;
		    background-color: #0164a8;
            position: relative;
		}
		
		.vjs-progress-control.vjs-focus {
		     background-color: rgba(43, 171, 219, .5);
		}
		
		.disabledEl {
			color: rgba(255,255,255, .5) !important;
		}
		.vjs-controlInfo{
		  /*  padding: 30px 5px 0px 0px*/
		}
		.vjs-control-bar.custom .vjs-buttons {
		  display: flex;
		  visibility: visible;
		  opacity: 1;
		  transition: visibility 0.1s, opacity 0.1s;
		  height: 30px;
		}

		.textStyle{
		    padding-right: 5px;
		}
		.textInfo{
			font-size: 10px;
			display: table;
			padding: 5px !important;
		    width: 100%;
		}
		.textInfo .textSubInfo {
			display: table-row;
		}
		.textInfo .textSubInfo  > * {
			display: table-cell;
		}
		.textInfo .vjs-control.vjs-button{
			font-size: 35px;
		}
		.vjs-gotolive-control.vjs-gotolive.rotate90{
			 transform: rotate(90deg);
			 display: inherit;
		}
		
		.break {
		  flex-basis: 100%;
		  height: 0;
		}
		
		/*hide*/
		.video-js .vjs-volume-panel, .vjs-live-control.vjs-control, .vjs-playback-rate , .vjs-chapters-button, .vjs-descriptions-button, .vjs-fullscreen-control{
		  display: none !important;
		}
		
		/*end hide */
		
		.video-js .text-control.progress{
			 margin: 20px !important;
		}
		.video-js .vjs-play-progress {
		    background-color: #0164a8 !important;
		    border-radius: 25px !important;
		}
		.video-js .vjs-progress-control {
			background-color: transparent;
		    height: 15px !important;
		    border-radius: 25px;
		    border: 2px solid rgba(255,255,255, .2) !important;
		    margin-left: 10px !important;
		    margin-right: 10px !important;
		    padding: 0px !important;
		    margin-bottom: 10px !important;
		    margin-top: 15px !important;
		}
		
		progress::-webkit-progress-bar {background-color: transparent !important; width: 100%;}
		progress {background-color: transparent !important;}
		
		/* value: */
		progress::-webkit-progress-value {background-color: #0164a8 !important;}
		progress::-moz-progress-bar {background-color: #0164a8 !important;}
		progress {color: #0164a8;}
		
		.video-js .vjs-slider {
		    margin: 0px !important;
		    border-radius: 25px !important;
		}
		.video-js .vjs-progress-holder {
		    height: 100% !important;
		}
		    
		.video-js .vjs-play-progress:before {
		    /* content: "\f111"; */
		    content: none !important;
		}
		
		.textInfoPadding{
		    padding-left: 30px !important;
		    padding-right: 20px !important;
		}
		
		.flexAuto {
		  flex: auto;
		}
		
		.flexInherit{
		  flex: inherit;
		}
		
		.vjs-audio-button {
			right: 150px;
		    position: absolute;
		}
		
		
		/*dragList*/
		.channelListView {
		  background-color: #3c3c3b; 
		  box-shadow: 5px 0px 1px black;
		  padding: 5px 5px 5px 15px;
		}
		.channelItem {
		    display: flex;
		    flex-direction: row;
		    grid-template-columns: 30% 65% 5%;
		    vertical-align: middle;
		    background-color: #575756;
		    border: 1px solid #696969;
		}
		.channelItem.focus, .channelItem.focus .channelListView,  .channelItem:focus, .channelItem:focus .channelListView, .channelItem:hover, .channelItem:hover .channelListView {
		  background-color: #0164a8 !important;
		}
		
		.listView li{
		     list-style-type: none;
		}
		
		.listView .move{
		    cursor: move;
		    background-color: #0164a8;
		    color: #fff;
		    margin: 5px 0px 1px 10px;
		    transition: all 0.2s;
		}
		.channelNumber {
		   overflow: hidden;
		   font-size: 10px;
		   padding-bottom: 5px;
		}
		.imgListView {
		   width: 60px;
		   height: auto;
		}
		.titleListView {
		    display: flex;
		    align-self: center;
		    flex-direction: column;
		    padding: 10px;
		    
		}
		.titleListViewDesc {
		    display: block;
		    vertical-align: middle;
		    overflow: hidden;
		    font-size: 12px;
		    text-overflow: ellipsis;
		    display: -webkit-box;
		    -webkit-line-clamp: 1;
		    -webkit-box-orient: vertical;
		}
		.titleListViewDesc.bigText {
		  font-size: 15px;
		  padding-top: 5px;
		}
		.channelNumberDiv {
		  position: relative;
		}
		.icon_lock {
		  padding: 10px;
		  position: absolute;
		  top: 0;
		  right: 0;
		}
		.icon_lock::before {
		  font-family: "FontAwesome"; 
			font-weight: 250;
		  font-size: 20px;
		  content: "\f023";
		}
		
		.icon_timeshift {
		  padding: 10px;
		}
		.icon_timeshift::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 15px;
		  content: "\f1da";
		}
		.icon_check {
		  padding: 10px;
		}
		.icon_check::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 15px;
		  content: "\f00c";
		}
		.hide {
		  display: none;
		}
		.show {
		  display: flex;
		  margin-left: auto;
		  margin-right: 10px;
		  margin-top: 10px;
		}
		
		.icon_lock.show {
		  margin-right: 0px !important;
		  margin-top: 0px !important;
		  top: -3px !important;
		}
		
		.listViewDiv {
			display: block;
		}
		.listViewDiv.hidden {
			display: none;
		}
		.listView {
		    overflow-y: auto;
		    overflow-x: hidden;
		    height: 100vh;
		    width: 50vw;
		}
		.listView::-webkit-scrollbar {
		  width: 0.7em;
		  background: transparent;
		}
		.listView::-webkit-scrollbar-thumb {
		  background: #3c3c3b;
		}
		
		.menuClass div .containerMenu {
		    display: flex;
		    align-items: center;
		    width:15%;
		    height: 100%;
		    margin: 5px;
		    padding: 15px;
		    background-color: #2e2d2c;
		    color: white;
		    font-size: 15px;
		    justify-content: center;
		    align-items: center;
		    vertical-align: middle;
		    text-align: center;
		    flex-direction:column;
		    border-radius: 15px;
		}
		
		.tv::before {
		  font-family: "FontAwesome"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f26c";
		}
		.catalog::before {
		  font-family: "FontAwesome"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f0c9";
		}
		.genres::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f630";
		}
		.devices::before {
		  font-family: "FontAwesome"; 
		  font-weight: 250;
		  font-size: 35px;
		  content: "\f03a";
		}
		.account::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f3e0";
		}
		.pin::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f013";
		}
		.help::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f059";
		}
		.logout::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f2f6";
		}
		.exit::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
		  content: "\f2f6";
		}
		.plans::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f53d";
		}
		.reset_channels::before {
		  font-family: "FontAwesomeSolid900"; 
		  font-weight: 250;
		  font-size: 35px;
			content: "\f079";
		}
}
@media only screen and (max-width: 1280px) {
	.modal.show {
	    display: flex;
	    margin-left: auto;
	    margin-right: 10px;
	    margin-top: 10px;
	    font-size: 8px
	  }
	  .modal .modal-footer {
	  padding: 2px 5px 5px 5px;
	  background-color: #0164a8;
	  color: white;
	  -moz-border-radius: 0 0 5px 5px;
	  -webkit-border-radius: 0 0 5px 5px;
	  border-radius: 0 0 10px 10px;
	  display: flex;
	  flex-direction: row;
	  align-items: center;
	  justify-content: center;
	}
	 .modal-footer .btn {
	  padding: 7px;
	  margin: 7px;
	  color: #ffffff;
	  background-color: transparent;
	  border: none;
	  text-transform: uppercase;
	  font-weight: bold;
	  font-size: 12px !important;
	  min-width: 100px;
	}
}

.catalogItemsDiv .catalogItem .info {
    display: flex;
    flex-direction: row; 
    margin-bottom: 5px;
    margin-right: 10px;
   /* border: 1px solid #FFFFFF; */
    padding: 20px;
    width: 100%;
   /* background: rgb(2,0,36);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);*/
    background: rgb(25,56,71);
    background: linear-gradient(0deg, rgba(25,56,71,0.7) 0%, rgba(25,56,71,0.85) 40%, rgba(25,56,71,0.7) 100%);
    border-radius: 15px;
}

.catalogItem:focus .info {
  background-color: #0164a8;
  background: linear-gradient(0deg, rgba(1, 100, 168, 1) 0%, rgba(1, 100, 168, 1) 40%, rgba(1, 100, 168, 1) 100%);
  border-radius: 15px;
  border: 2px solid #FFFFFF; 
}
.catalogItemsDiv .catalogItem.watched {
	display: flex;
    flex-direction: row; 
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}
.catalogItem.watched:focus {
  background: transparent;
}
.catalogItem.watched .info {
    display: flex;
    flex-direction: row; 
    margin-bottom: 5px;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
    padding: 20px;
    width: 90%;
}

.catalogItem.watched .info:focus {
  background: #0164a8;
}

.catalogItem.watched .info3 {
	margin-bottom: 5px;
    margin-right: 10px;
    border: 1px solid #FFFFFF;
    background: rgb(25,56,71);
    background: linear-gradient(0deg, rgba(25,56,71,0.7) 0%, rgba(25,56,71,0.85) 40%, rgba(25,56,71,0.7) 100%);
    border-radius: 15px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-posters: center;
    text-align: center;
	width: 10%;
}
.catalogItem.watched .info3:focus {
	background: #0164a8;
}
.icon_remove {
    color: red;
    display: block;
    font-size: 50px;
}

.icon_remove:before{
    content: "\f00d";
    font-family: "FontAwesomeSolid900"; 
	font-weight: 250;
}
.catalogItem .ui-widget-content {
   margin-top: 30px;
   width: 90% !important;
   height: 10px;
   border-radius: 10px;
   background-color: rgba(255, 0, 0, .2);
}
  
.catalogItem .ui-widget-header {
	width:0%;
    height: 10px;
    background-color: red;
    border-radius: 10px;
}

.catalogItemContainer {
  position: relative;
  text-align: center;
  color: white;
  height: 75vh !important;
}

.bottom-left {
  position: absolute;
  bottom: 20px;
  left: 16px;
  text-align: left;
  padding: 10px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
  text-align: left;
  padding: 10px;
}

.catlogSubItem {
  width: 20% !important;
  padding: 5px 5px 25px 5px;
  border-radius: 15px;
  position: relative;
  text-align: center;
  color: white;
  display: flex;
  flex-direction:  column;
  flex: 0 0 auto;
}

.catlogSubItem:focus {
  /*width: 20% !important;
  padding: 5px 5px 25px 5px;*/
  border-radius: 15px;
  position: relative;
  text-align: center;
  background-color: #10b279;
}

.catlogSubItem .infoDesc {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
	/* position: absolute; */
    bottom: 5px;
}
.react-tabs__tab-panel .descrInfo {
	padding-top: 0px !important;
    top: 0px !important;
    margin-top: 0px !important;
    right: 0px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
}
.catalogItemContainer .title {
	font-size: 30px !important;
	font-weight: bolder !important;
	padding-top: 5px;
}
.catalogItemContainer .subtitle {
	font-size: 23px !important;
	font-weight: normal !important;
	padding-top: 5px;
}
.catalogItemContainer .descr {
	font-size: 23px !important;
	font-weight: normal !important;
	padding-top: 5px;
}

.catlogitemImg {
  border-radius: 15px;
}
.fill {
    background-size: cover;
    background-position: center;
    width: 100%;
    max-width:100%;
    height: auto;
    max-height: 98%;
}
.react-tabs__tab-panel:not(.react-tabs__tab-panel--selected) {
	display: none;
}

.cataloGridItemContainer {
  display: flex; 
  flex-wrap: nowrap;
  overflow-x: auto;
  flex-direction:  row;
  padding-bottom: 8px !important;
  margin-bottom:  10px !important;
  height: 25vh !important
}

.cataloGridItemContainer::-webkit-scrollbar {
  width: 0.7em;
  background: transparent;
}
.cataloGridItemContainer::-webkit-scrollbar-thumb {
  background: rgba(25, 56, 71, 0.9);
}

.circle {
	background: transparent;
	width: 100px;
	height: 100px;
	text-align:  center;
    vertical-align: middle;
    border:  none;
	padding-left: 15px !important;
}
.circle:focus {
	background: rgba(16,178,121, 1) !important;
	border-radius: 50%;
	text-align:  center;
	vertical-align: middle;
	border:  none;
}
.vertical {
    flex-direction: column !important;
}
/* Login loading overlay - shown immediately when login button is pressed */
.loginLoadingOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loginLoadingOverlay .logo {
  margin-bottom: 30px;
}
.loginLoadingOverlay .main_text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 25px;
  text-align: center;
  animation: textPulse 2s ease-in-out infinite;
}

.loginLoadingOverlay .logo {
  animation: logoPulse 2s ease-in-out infinite;
}

@keyframes logoPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.7; transform: scale(0.98); }
}

@keyframes textPulse {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 0.4; }
}
