/* .mainwrapper {
	 width: 100vw;
	 height: 100vh;
	 overflow-y: scroll;
	 -webkit-overflow-scrolling: touch;
	 padding-top:40px;
}
 */
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: calc(12px + (26 - 12) * ((100vw - 300px) / (1600 - 300)));
  background-color: #222;
  /* line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
	*/
  /* font-size: 3.5vw;
	*/
  color: white;
  /* background-color: #0f0f0f;
	*/
  padding: 0;
  margin: 0;
  /* position: fixed;
	overflow: scroll;
	width: 100%;
	*/
  line-height: 1.5;
}
/* a, div, p, button,input {
	font-family: Lato !important;
  }
  */
a {
  color: #fff;
  text-decoration: none;
}
#root {
  height: 100%;
}
.title-bar {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: #000;
  display: table;
  z-index: 99999999;
}
[role="navigation"] :first-child {
  box-shadow: unset !important;
}
[role="navigation"] ul {
  list-style: none;
  margin: 20px 0 0 10px;
  padding: 0px;
  /* font-size: 16px;
	*/
  /* font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1600 - 300)));
	line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
	*/
  /* font-size:4.2vw;
	*/
  font-size: 1.1em;
  text-transform: uppercase;
}
[role="navigation"] ul li {
  padding: 10px;
}
[role="navigation"] ul li i.fa {
  margin-right: 10px;
}
.mdl-radio {
  position: relative;
  line-height: 24px;
  display: inline-block;
  box-sizing: border-box;
  margin: 0;
}
.radio-label-block {
  display: flex;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
}
.mdl-radio__button {
  line-height: 24px;
  position: absolute;
  /* 1px is for focusing purposes, so the focusManager doesn't skip over it */
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
.mdl-radio__circles {
  position: relative;
  margin-right: 0.54em;
  width: 1.08em;
  height: 1.08em;
  border-radius: 50%;
  cursor: pointer;
}
.mdl-radio__circles svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: visible;
}
.mdl-radio__button:disabled + .mdl-radio__circles {
  cursor: auto;
}
.mdl-radio__button:disabled + .mdl-radio__circles .mdl-radio__outer-circle {
  color: rgba(0, 0, 0, 0.26);
}
.mdl-radio.show-focus
  .mdl-radio__button:focus
  + .mdl-radio__circles
  .mdl-radio__outer-circle {
  color: #86ba3d;
}
.mdl-radio__inner-circle {
  transition-duration: 0.2s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: 50% 50%;
}
.mdl-radio__button:checked + .mdl-radio__circles .mdl-radio__inner-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mdl-radio__button:disabled + .mdl-radio__circles .mdl-radio__inner-circle {
  color: rgba(0, 0, 0, 0.26);
}
.mdl-radio.show-focus
  .mdl-radio__button:focus
  + .mdl-radio__circles
  .mdl-radio__inner-circle {
  color: #86ba3d;
}
.mdl-radio__focus-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  background: #86ba3d;
  opacity: 0.26;
  transition-duration: 0.2s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.mdl-radio.show-focus
  .mdl-radio__button:focus
  + .mdl-radio__circles
  .mdl-radio__focus-circle {
  -webkit-transform: scale(1.75);
  transform: scale(1.75);
}
.mdl-radio__label {
  cursor: pointer;
}
.mdl-radio__button:disabled + .mdl-radio__label {
  color: rgba(0, 0, 0, 0.26);
  cursor: auto;
}

[navbar-toggle] {
  width: 40px;
  height: 40px;
  vertical-align: middle;
  display: table-cell;
}
ul.sidebar-menu li {
  display: block;
}
ul.sidebar-menu li img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.sidebar-btn {
  border: 2px solid #99ca3c;
  border-radius: 2px;
  margin: 20px;
  padding: 10px;
  outline: none;
  /* font-size:16px;
	*/
  /* font-size: calc(16px + (30 - 16) * ((100vw - 300px) / (1600 - 300)));
	line-height: calc(1.3em + (1.5 - 1.2) * ((100vw - 300px)/(1600 - 300)));
	*/
  /* font-size:4vw;
	*/
  font-size: 1.1em;
  color: #fff;
  background-color: transparent;
}
.app-title {
  /* float:left;
	*/
  /* width: calc(100% - 40px);
	*/
  width: 100%;
  /* padding-right:40px;
	*/
  box-sizing: border-box;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
#top-search-btn {
  display: table-cell;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.search-selected-genre {
  display: inline-block;
  white-space: nowrap;
  background-color: #c0c0c0;
  padding: 5px;
  /* border-radius: 2px;
	*/
  border: 2px solid #0f0f0f;
  border-right: none;
  /* box-sizing: border-box;
	*/
}
.search-selected-genre .search-selected-genre-remove {
  padding-left: 10px;
  color: #909090;
}
.menu-buttons {
  /* padding:20px 10px 0px 10px;
	*/
  margin: 0 0 20px 0;
  padding: 10px 5px 0 5px;
  position: relative;
  display: grid;
  grid-template-columns: calc(33vw - 3px) calc(33vw - 3px) calc(33vw - 3px);
  grid-gap: calc(1vw / 2);
}
.menu-buttons button,
.menu-buttons a {
  /* margin:5px;
	*/
  /* margin-bottom:5px;
	*/
  border: 1px solid #fff;
  background: none;
  text-transform: uppercase;
  padding: 10px;
  overflow: hidden;
  text-align: center;
}
.menu-buttons button.current,
.menu-buttons a.current {
  background: #86ba3d;
}
span.danet {
  color: #86ba3d;
}
.page-title {
  padding: 10px 10px 0px 10px;
  font-size: 1.3em;
  text-transform: uppercase;
}
.playlist {
  margin-top: 0px;
  /* margin-bottom:30px;
	*/
}
.playlist-title {
  padding: 15px 5px 0px 5px;
  font-size: 1.1em;
  text-transform: uppercase;
}
.movie-title {
  text-transform: uppercase;
  font-size: 2em;
}
.movie-title h2 {
  margin: 0;
}
.movie-title h3 {
  margin: 0;
}
.movie-title h4 {
  margin: 0;
}
.name-list:not(:first-child):before {
  content: ", ";
}
.carousel {
  width: 100vw;
  height: 40vw;
  position: relative;
}
.carousel-item {
  width: 100vw;
  height: 40vw;
  background-color: #1a1a1a;
  background-size: cover;
  position: relative;
  -moz-box-shadow: inset 0 -100px 100px -100px #000;
  -webkit-box-shadow: inset 0 -100px 100px -100px #000;
  box-shadow: inset 0 -100px 100px -100px #000;
}
.video-msg-container {
  color: #fff;
  height: 56vw;
  width: 100vw;
  background-size: cover;
  -webkit-box-shadow: inset 0px -50px 50px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -50px 50px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -50px 50px 0px rgba(0, 0, 0, 0.75);
}
.video-msg {
  position: absolute;
  margin: 10px;
  padding: 10px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: 0;
  left: 0;
}
.message {
  margin: 10vw;
  width: 80vw;
  box-sizing: border-box;
  padding: 10px;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #fff;
  border-radius: 2px;
}
.movie-detail-poster {
  width: 28vw;
  height: 43vw;
  background-color: #1a1a1a;
  background-size: cover;
  /* display: table-cell;
	*/
}
.episode-slider {
  height: 23vw;
  margin-top: 10px;
  margin-bottom: 40px;
}
.episode-slider-item {
  height: 23vw;
  margin-right: 5px;
  background-color: #1a1a1a;
  background-size: cover;
}
.movie-slider {
  height: 14.2vw;
  margin-top: 10px;
}
.movie-slider-item {
  height: 14.2vw;
  margin-right: 5px;
  background-color: #1a1a1a;
  background-size: cover;
}
.search-result div div {
  display: grid;
  grid-template-columns: 33vw 33vw 33vw;
  grid-gap: calc(1vw / 2);
  background-color: transparent;
}
.search-result-item {
  height: 49vw;
  box-sizing: border-box;
  /* margin-right:5px;
	*/
  border: 1px solid transparent;
  background-color: #1a1a1a;
  background-size: cover;
}
hr {
  margin: 20px 0 20px 0;
  /* border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	*/
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}
/* .vjs-paused .vjs-big-play-button {
	display: none !important;
  }
  .vjs-paused .vjs-control-bar {
	display: flex !important;
  }
  */
.vjs-error-display {
  display: none !important;
}
.wait-icon {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
}
.custom-ui {
  text-align: center;
  width: 100vw;
  padding: 0;
  background: #3b3b3b;
  box-shadow: 0 20px 75px rgba(0, 0, 0, 0.23);
  color: #fff;
  position: relative;
  z-index: 99999;
}
.custom-ui > h1 {
  margin-top: 0;
  padding: 5px;
  font-style: normal;
  font-size: 1.1em;
  background-color: #2c2a2b;
}
.custom-ui > button,
.custom-ui > a.btn {
  min-width: 80px;
  padding: 10px;
  border: 1px solid #fff;
  margin: 5px 5px 10px 5px;
  cursor: pointer;
  background: none;
  color: #fff;
  font-size: 14px;
  display: inline-block;
}
/* .login-form {
	width:70vw;
	max-width: 800px;
  }
  .login-form input[type='text'], .login-form input[type='password'] {
	background-repeat: no-repeat !important;
	background-position: 5px !important;
	background-size: 12px !important;
	padding: 8px 8px 8px 25px;
  }
  */
div.vertical-center {
  height: 100%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.changepassword-form {
  /* margin-top:30px;
	*/
  width: 80vw;
  box-sizing: border-box;
  margin: auto;
  /* display:flex;
	*/
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.changepassword-form > * {
  margin-bottom: 15px;
}
.changepassword-form input {
  margin: 0 0 15px 0 !important;
}
input[type="text"],
input[type="password"] {
  width: 100%;
  font-size: 0.8em;
  padding: 10px;
  box-sizing: border-box;
  background-color: transparent;
  border-radius: 15px;
  border: 1px solid white;
  color: white;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus {
  border: 1px solid #86ba3d;
  box-shadow: 0px 0px 15px 1px rgba(134, 186, 61, 1) !important;
}
button,
.btn {
  border: 0px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  min-width: 250px;
  margin-right: 20px;
  /* line-height: 10px;
	*/
  display: inline-block;
  outline: none;
  font-size: 1em;
  color: #fff;
  margin: 20px;
  /* background-color:#c0c0c0;
	*/
  background-color: rgba(255, 255, 255, 0.1);
  text-transform: uppercase;
  text-align: center;
  transition: transform 0.3s;
  font-weight: bold;
}
.btn p {
  font-weight: 100;
}
button > a {
  width: 100%;
  display: inline-block;
}
/* a.btn {
	padding:5px;
	border:1px solid #fff;
  }
  */
/* .login-form input[type='text'], input[type='password'] {
	margin:5px;
  }
  */
.login-form div button {
  width: 50%;
  padding: 10px;
  font-size: 1.1em;
  background-color: #c0c0c0;
  margin-top: 10px;
  font-size: 16px;
}
.login-form button:nth-child(1) {
  margin-right: 5px;
}
.login-form button:nth-child(2) {
  margin-left: 5px;
}
/* .login-form input[type=checkbox] {
	border:1px solid #99ca3c !important;
	border-radius: 0;
	background: #99ca3c;
  }
  */
.subscription-item {
  margin: 10px;
}
.subscription-item .subscription-item-heading {
  background-color: #2c2a2a;
  color: #fff;
  padding: 10px;
}
.subscription-item .subscription-item-heading:after {
  content: "";
  clear: both;
  display: table;
}
.subscription-item .subscription-item-heading .subscription-item-name {
  text-transform: uppercase;
  float: left;
}
.subscription-item .subscription-item-heading .subscription-item-price {
  color: #648236;
  text-transform: uppercase;
  float: right;
}
.subscription-item .subscription-item-description {
  padding: 10px;
  background-color: #3b3b3b;
  color: #fff;
  font-size: 0.8em;
}
.help-content {
  padding: 20px;
  text-align: justify;
  font-size: 0.8em;
}
.section {
  margin-bottom: 20px;
}
.help-content h1 {
  font-size: 1.2em;
  color: #648236;
}
.help-content h2,
.help-content h3,
.help-content h4 {
  font-size: 1.1em;
  color: #648236;
}
ul#footer {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100vw;
  margin: 50px 0 20px 0;
  padding: 0;
}
ul#footer li {
  align-content: center;
  justify-content: center;
  text-align: center;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  font-size: 0.8em;
}
ul#footer li a {
  align-content: center;
  justify-content: center;
  text-align: center;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
}
ul#footer li img {
  height: 20px;
  display: block;
  margin-bottom: 5px;
}

.settings-container.history-sub-container img {
  height: 50px;
}
.settings-container.history-sub-container .sub-item {
  display: block;
  padding: 30px;
  font-size: 0.9em;
  border-radius: 30px;
  margin-bottom: 15px;
}
.settings-container.history-sub-container .sub-item-focus {
  border: 1px solid #e1e1e1;
}

.settings-container p {
  font-size: 0.9em;
  margin: 0 0 15px 0;
  position: relative;
  font-weight: 100;
}
.settings-container h1,
.settings-container h2,
.settings-container h3,
.settings-container h4,
.settings-container h5,
.settings-container h6 {
  margin: 0 0 4vh 0;
  position: relative;
}

.settings-container .icon {
  display: block;
  height: 100px;
  margin: 0 auto;
  padding-bottom: 15px;
}
.settings-container .qrcode {
  height: 20vw;
  width: 20vw;
}

.contact-content {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.support-contact-content {
  text-align: left;
  padding: 20px;
  font-size: 0.8em;
  position: relative;
}
.up-subscription-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
  margin-top: 30px;
}
.up-subscription-table .column-header {
  display: table-cell;
  padding: 5px;
  background-color: #2c2a2a;
  border: 1px solid #0f0f0f;
}
.up-subscription-table .cell {
  display: table-cell;
  padding: 5px;
  font-size: 1.5em;
  background-color: #3b3b3b;
  color: #86ba3d;
  border: 1px solid #0f0f0f;
  margin: 0;
}
.up-subscription-table .cell.center {
  text-align: center;
}
/* .up-subscription-table .column-header:nth-last-child() {
	width:100%;
  }
  */
.up-button {
  display: block;
  margin: 20px auto 20px auto;
  width: 80%;
  background-color: #323232;
}
:focus {
  outline: 0;
}
#container,
#root {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.homepage-container {
  display: flex;
}
#sidebar-minimize {
  width: 50px;
  overflow: visible;
  background: #000;
  opacity: 0.9;
  padding: 0px 10px;
}
#sidebar-minimize img {
  width: 20px;
  height: 20px;
  margin-bottom: 20px;
}
#sidebar-minimize div:first-child {
  display: flex !important;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
}
#sidebar-minimize:hover {
  background: #4d4d4d;
}
#sidebar-minimize svg,
#sidebar-minimize span {
  margin-bottom: 20px;
}
#sidebar-minimize .item-current {
  border-bottom: 2px solid #86ba3d;
  padding-bottom: 4px;
}
#sidebar {
  height: 100vh;
  position: absolute;
  left: -450px;
  top: 0;
  width: 460px;
  height: 100%;
  z-index: 100;
  transition: transform 0.5s;
  background-color: #343434;
}
#sidebar.focused {
  transform: translateX(450px);
}
#icons {
  /* margin-right: 22px;
	*/
  /* transition: opacity 0.5s;
	*/
  background-color: #242424;
  box-shadow: 2px 0 20px 0 black;
  z-index: 10;
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 101;
}
#icons div {
  text-align: center;
  margin: 30px 0;
}
#icons .fa {
  color: #ccc;
  font-size: 30px;
}
#icons .icon-btn {
  margin: 30px 0;
  text-align: center;
  display: block;
  padding: 10px;
  line-height: 0;
}
#icons .icon-btn > img {
  width: 30px;
  height: 30px;
  margin: auto;
}
#icons .icon-btn-active {
  /* border:2px solid salmon;
	*/
  background-color: #86ba3d;
}
/* #sidebar.focused #icons {
	opacity: 1;
  }
  */
#menu-info {
  /* background-color: #000; */
  width: calc(33vw);
  min-height: 100vh;
  /* padding-bottom: 3vw; */
}
#menu-info .btn {
  text-align: left;
  display: flex;
  align-items: center;
  background-color: transparent;
  width: calc(31vw - 5vw);
  margin-right: 2vw;
  margin-left: 3vw;
  padding: 1vw 10px;
  padding-left: 1vw;
  text-transform: none;
  font-size: 0.9em;
  margin-bottom: 3vh;
  border-radius: 15px;
  font-weight: 100;
}
#menu {
  height: 100%;
  box-sizing: border-box;
  padding-top: 4vh;
  color: #7e7e7e;
  left: 0;
  top: 0;
  width: 6vw;
  z-index: 100;
  transition: width 0.3s, background-color 0.5s linear;
  box-shadow: none !important;
}
#menu .item {
  position: relative;
  /* left:-450px;
	*/
  /* transition: left 0.5s;
	*/
  width: 50vw;
  height: fit-content;
  font-size: 0.8em;
  text-transform: none;
  color: #8f8f8f;
  padding-left: 2vw;
  margin-bottom: 5.5vh;
  box-sizing: border-box;
  cursor: default;
  /* display: none;
	*/
  cursor: pointer;
}
#menu .item-focus {
  color: #86ba3d;
  opacity: 1;
  /* color: red !important;
	*/
}
#menu.inactive .item-current img {
  border-bottom: 2px solid #86ba3d;
}
#menu .item img {
  width: 2vw;
  margin-right: 2vw;
  box-sizing: content-box;
  padding-bottom: 3px;
}
#menu .item .fa {
  width: 40px;
}
#menu.active {
  width: 50vw;
}
#menu-bottom {
  padding-left: 4vw;
  /* position: absolute;
	bottom:0;
	padding-bottom: 20px;
	*/
}
#menu-bottom .item {
  font-size: 0.7em;
  margin-bottom: 2vh;
}
#menu-bottom .item img {
  height: 1.5vw;
  width: 1.5vw;
  margin-right: 1vw;
}
#menu-bottom .item-focus {
  opacity: 1;
  /* color: red !important;
	*/
}
#sidebar-minimize {
  width: 50px;
  overflow: visible;
  background: #000;
  padding: 0px 10px;
}
#sidebar-minimize img {
  width: 30px;
  height: 30px;
  margin-bottom: 20px;
}
#sidebar-minimize div:first-child {
  display: flex !important;
  justify-content: center;
  flex-flow: column wrap;
  align-items: center;
}
#sidebar-minimize:hover {
  background: #4d4d4d;
}
#sidebar-minimize svg,
#sidebar-minimize span {
  margin-bottom: 20px;
}
#sidebar-minimize .item-current {
  border-bottom: 2px solid #86ba3d;
  padding-bottom: 4px;
}
/* #sidebar.focused #menu {
	opacity: 1;
	width:460px;
  }
  */
#sidebar.focused #menu .item {
  display: block;
}
.mainbox {
  width: calc(100% - 7vw);
  display: table-cell;
  height: 100%;
  box-sizing: border-box;
  margin: 0px 0 0 7vw;
  /* background-size: contain;
	background-color: rgba(255,255,255,0.6);
	background-blend-mode: darken;
	*/
}
/* @keyframes fadein {
	from {
	  opacity: 0;
   }
	to {
	  opacity: 0.5;
   }
  }
  */
#search-box-placeholder {
  width: 70%;
  height: 50px;
  line-height: 50px;
  background-color: #666;
  box-sizing: border-box;
  padding-left: 15px;
  cursor: pointer;
  font-size: 25px;
  color: #aaa;
}
#search-box-placeholder:hover {
  color: black !important;
  background-color: white !important;
}
.search-box-placeholder-focus {
  color: black !important;
  background-color: white !important;
}
.movies {
  height: 100%;
  position: relative;
  white-space: nowrap;
  /* font-size: 0;
	*/
  overflow: visible;
  padding: 0px 50px;
  margin: 0px -50px;
}
.social-content-container,
.settings-container {
  width: 66vw;
  height: calc(100vh - 3vw);
  padding: 4vh 2vw 1vw 2vw;
  background-color: #1e1e1e;
  margin: 0;
  position: relative;
  /* display:grid;
	*/
  /* grid-template-rows: auto 1fr auto */
}
h1.movie-slider-title {
  font-size: 1.5em;
  padding-bottom: 20px;
  margin: 0;
  box-sizing: border-box;
  text-transform: none;
}
.search-bar {
  display: flex;
  justify-content: center;
  flex-direction: row;
}
.search-bar img {
  height: 3vh;
  vertical-align: sub;
}
.search-bar span {
  font-size: 0.9em;
  vertical-align: baseline;
}
.search-bar input {
  padding-left: 15px !important;
}
.search-bar .btn {
  height: 100% !important;
  min-width: 200px !important;
  margin-right: 0 !important;
}
.search-bar .homepage {
  min-width: 70px !important;
  margin-right: 0 !important;
}

.alert-player {
  border-left: 3px solid;
  position: absolute;
  z-index: 9999;
  border-color: #86ba3d;
  padding: 15px;
  margin: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
}
.alert-player.off {
  overflow: hidden;
  opacity: 0;
}
.alert-player.on {
  opacity: 1;
}
.movies .item {
  display: inline-block;
  width: calc((((100vw) - 60px - 40px * 4) / 5));
  vertical-align: top;
  /* height: calc((100vw / 9.5) * 36 / 24);
	Film posters sold in retailing are in poster size, which is 24 x 36 inches */
  box-sizing: content-box;
  /* padding-bottom: 50px;
	*/
  /* background-color: #666;
	*/
  /* font-size: 1rem;
	*/
  margin-right: 40px;
  cursor: pointer;
  /* border:4px solid transparent;
	*/
}
.settings-container.movies .item {
  width: calc((((66vw) - 4vw - 40px * 2) / 3));
}
.movies .item > {
  /* opacity: 0.9;
	*/
  /* background-size: cover;
	*/
}
.movies .item > div:first-of-type {
  /* background-size: 100% 100%; */
  /* width: 100%; */
  /* Film posters sold in retailing are in poster size, which is 24 x 36 inches */
  /* box-sizing: content-box; */
  /* border:4px solid transparent;
	*/
  /* position:relative;
	*/
}
.movies .item .movie-poster span.progress {
  position: absolute;
  background-color: #c0c0c0;
  width: 100%;
  border-radius: 0 0 15px 15px;
  height: 10px;
  bottom: 0;
  overflow: hidden;
}
.movies .item .movie-poster {
  width: calc((((100vw) - 6vw - 40px * 4) / 5));
  height: calc((((100vw) - 6vw - 40px * 4) / 5) * 1.5);
  border: 4px solid transparent;
  position: relative;
  border-radius: 15px;
  padding: 3px;
  overflow: hidden;
}
.movies .item .movie-poster .movie-poster-container {
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  object-fit: cover;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.movies .item .movie-poster .movie-poster-container img {
  position: absolute;
  width: 100%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}
.movies .item .movie-poster span.progress > span {
  position: absolute;
  background-color: #86ba3d;
  height: 100%;
}
.movies .item > div:nth-of-type(2) {
  visibility: hidden;
  /* white-space: normal;
	*/
  padding-bottom: 20px;
  overflow: hidden;
  text-align: left;
  font-size: 0.8em;
}
.movies .grid-item {
  width: calc((((100vw) - 100px - 40px * 4) / 5));
}
.movies .item-landscape > div:nth-of-type(2) {
  visibility: hidden;
  /* white-space: normal;
	*/
  padding: 5px;
  overflow: visible;
  text-align: left;
  font-size: 1em;
}
.movies .item-focus > div {
  /* opacity: 1;
	*/
  /* background-color: white;
	*/
  /* transform: scale(1.3);
	*/
  /* position: relative;
	*/
  /* transition: all .1s ease-in-out;
	*/
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	*/
  /* -webkit-box-shadow: 3px 3px 15px 1px rgba(255,255,255,0.34);
	-moz-box-shadow: 3px 3px 15px 1px rgba(255,255,255,0.34);
	*/
  /* box-shadow: 4px 4px 15px 1px rgba(255,255,255,0.34);
	*/
  /* box-shadow: 4px 4px 15px 1px rgba(134,186,61,1);
	*/
  /* box-shadow: 4px 4px 15px 1px rgba(0,0,0,1);
	*/
  /* box-shadow: 0px 0px 15px 1px rgba(134,186,61,1) !important;
	margin:0 !important;
	box-sizing: content-box !important;
	border: 4px solid rgba(134,186,61,1) !important;
	border-radius: 4px !important;
	*/
}
.movies .item-focus > div:first-of-type {
  border: 4px solid white !important;
  /* transform: scale(1.1);
	transition: transform 0.5s;
	position: relative;
	*/
}
.movies .item-focus > div:nth-of-type(2) {
  visibility: visible;
  /* background-color: #343434;
	*/
}
.movies .item-landscape-carousel {
  display: inline-block;
  width: calc(100vw - 7vw - 2.5vw);
  box-sizing: content-box;
  vertical-align: top;
  padding-right: 15px;
  cursor: pointer;
  /* border:4px solid transparent;
	*/
}
.movies .item-landscape-carousel > div:first-of-type {
  /* background-size: cover;
	*/
  background-size: 100% 100%;
  height: calc((100vw - 7vw - 2.5vw) * 7 / 19 - 8px);
  box-sizing: content-box;
  /* border:4px solid transparent;
	*/
}
.movies .item-landscape {
  display: inline-block;
  width: calc(100vw / 3.5);
  box-sizing: content-box;
  vertical-align: top;
  /* padding-bottom: 50px;
	*/
  margin-right: 20px;
  cursor: pointer;
  /* border:4px solid transparent;
	*/
}
.movies .item-landscape > div:first-of-type {
  background-color: #343434;
  /* background-size: cover;
	*/
  background-size: 100% 100%;
  width: 100%;
  height: calc((100vw / 3.5) * 9 / 16);
  box-sizing: content-box;
  /* border:4px solid transparent;
	*/
  margin: 4px;
}
.movies .episode-item {
  display: inline-block;
  width: calc(100vw / 5.5);
  box-sizing: content-box;
  vertical-align: top;
  /* padding-bottom: 50px;
	*/
  /* background-color: #343434;
	*/
  margin-right: 20px;
  cursor: pointer;
  /* border:4px solid transparent;
	*/
}
.movies .episode-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  z-index: 2;
}
.movies .episode-item > div {
  /* background-size: cover;
	*/
}
.movies .episode-item > div:first-of-type {
  background-size: 100% 100%;
  width: 100%;
  height: calc((100vw / 5.5) * 9 / 16);
  box-sizing: content-box;
  margin: 4px;
  border: 4px solid transparent;
}
.movies .episode-item > div:nth-child(2) {
  font-size: 0.8em;
  text-align: center;
  padding: 5px;
  overflow: hidden;
}
.movies .episode-item.item-focus > div:nth-child(2) {
  /* font-size: 0.7em;
	*/
}
.movies .animate {
  width: 25%;
  padding-bottom: 0;
  transition: padding-bottom 0.3s ease;
}
.movies .placeholder {
  width: 25%;
  padding-bottom: calc(30% + 80px);
}
.contentgroup {
  width: 100%;
  z-index: 2;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.carousel-logo {
  height: 80%;
  padding: 15px 0 0 15px;
}
.carousel-description {
  height: 30%;
  white-space: pre-line;
  margin: 0px;
  line-height: 1.5;
  text-align: left;
  color: #8b8b8b;
  font-size: calc((((100vw - 7vw - 2.5vw) * 7 / 19 - 8px) * 0.7 * 0.3) / 4.5);
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: none;
}
.carousel-title {
  height: 30%;
  font-size: calc((((100vw - 7vw - 2.5vw) * 7 / 19 - 8px) * 0.7 * 0.3) / 2);
  line-height: 1;
  text-transform: uppercase;
}
.carousel-logo img {
  height: 100%;
}
.carousel-button {
  height: calc(30% - 2vh - 15px);
  margin-top: 2vh;
  min-width: 0px !important;
  background-color: #e1e1e1;
  display: flex !important;
  align-items: center;
  min-width: fit-content;
  width: 15vw;
  margin: 0;
}
.carousel-button span {
  padding-left: 15px;
  color: black;
  text-transform: none;
  text-shadow: none;
}
.movie-description {
  white-space: pre-line;
  margin: 0px;
  text-align: left;
  opacity: 0.6;
  font-size: 0.8em;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  text-transform: none;
  padding-bottom: 2vh;
}
/* .contentgroup.inactive {
	filter: blur(1px);
  }
  */
.page-body {
  /* overflow-y: scroll;
	*/
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  /* background-color:#0f0f0f;
	*/
  background-color: #1a1a1a;
}
.movie-cover {
  height: 70vh;
  width: 70vw;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  /* -webkit-box-shadow: inset 75px -75px 183px 66px rgba(15,15,15,1);
	-moz-box-shadow: inset 75px -75px 183px 66px rgba(15,15,15,1);
	box-shadow: inset 75px -75px 183px 66px rgba(15,15,15,1);
	*/
  /* -webkit-box-shadow: inset 200px -200px 300px 50px rgba(15,15,15,1);
	-moz-box-shadow: inset 200px -200px 300px 50px rgba(15,15,15,1);
	box-shadow: inset 200px -200px 300px 50px rgba(15,15,15,1);
	*/
  /* -webkit-box-shadow: inset 200px -200px 300px 50px rgba(26,26,26,1);
	-moz-box-shadow: inset 200px -200px 300px 50px rgba(26,26,26,1);
	box-shadow: inset 200px -200px 300px 50px rgba(26,26,26,1);
	*/
}
.carousel-info {
  position: relative;
  overflow: hidden;
  outline: 0;
  height: calc((100vw - 7vw - 2.5vw) * 7 / 19);
}
.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}
.background .content .banner-container {
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 70%;
}
.background .content .banner-container .banner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transform: translateZ(0);
}
.carousel-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  text-shadow: 2px 2px black;
}
.carousel-content h1 {
  margin: 0px;
}
.carousel-cover-mask {
  z-index: 2;
  width: 100%;
  bottom: 0;
  height: 50%;
  position: absolute;
  background: linear-gradient(360deg, #000, transparent);
  opacity: 0.7;
}
.movies .item-landscape-carousel > div:first-of-type::before {
  content: "";
  position: absolute;
  z-index: 10;
  background-image: linear-gradient(to right, #000, transparent);
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  width: 50%;
  height: 100%;
}
.movie-qualifier,
.movie-release {
  display: flex;
  align-items: center;
  padding-bottom: 2vh;
}
.movie-release {
  font-size: 0.8em;
}
.movie-qualifier img,
.movie-release img {
  position: absolute;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
ul.movie-brief .movie-qualifier {
  color: #86ba3d;
  font-size: 1.4vw;
}
ul.movie-brief {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.2vw;
}
ul.movie-brief li {
  display: inline-block;
  line-height: 0.7;
  padding: 2px;
  /* margin: 0 20px 0 0;
	*/
}
ul.movie-brief li.quality > span {
  display: inline-block;
  border: 1px solid #86ba3d;
  border-radius: 10px;
  padding: 8px 10px;
}
ul.movie-brief li.qualifier > span {
  display: inline-block;
  padding: 8px 10px;
}
ul.movie-brief li.qualifier.qualifierA > span {
  border: 1px solid #036003;
  background-color: #036003;
}
ul.movie-brief li.qualifier.qualifier13 > span {
  border: 1px solid #ffc800;
  background-color: #ffc800;
}
ul.movie-brief li.qualifier.qualifier16 > span {
  border: 1px solid orange;
  background-color: orange;
}
ul.movie-brief li.qualifier.qualifier18 > span {
  border: 1px solid red;
  background-color: red;
}
ul.movie-brief li.qualifier.qualifier13 > span:after,
ul.movie-brief li.qualifier.qualifier16 > span:after,
ul.movie-brief li.qualifier.qualifier18 > span:after {
  content: "+";
}
/*ví dụ A --> Xanh lá, 13 là vàng, 16 là cam, 18 là đỏ*/
.movie-media-btn span {
  display: inline-block;
}
.carousel-highlight {
  height: 10%;
  overflow: hidden;
  font-size: 0.7em;
  color: orange;
  display: flex;
  align-items: center;
}
.carousel-highlight > img {
  margin-right: 10px;
}
.carousel-highlight > div {
  display: table-cell;
  vertical-align: middle;
}
.video-js .vjs-control-bar {
  width: 80vw !important;
  height: 100px !important;
  margin: auto !important;
  bottom: 60px !important;
}
.video-js .vjs-play-control,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button,
.video-js .vjs-progress-control,
.video-js .vjs-time-control {
  font-size: 35px !important;
  line-height: 100px !important;
}
.video-js .vjs-fullscreen-control {
  display: none;
}
.video-js .vjs-play-progress:before {
  top: -1.39em !important;
}
#topbar {
  width: 100%;
  height: 80px;
  padding: 20px;
  box-sizing: border-box;
  /* background-color:rgba(0, 0, 0, 0.3);
	*/
  overflow: visible;
  text-align: center;
  position: fixed;
  width: calc(100vw - 80px);
  top: 0;
  left: 80px;
  z-index: 100;
}
#logo {
  height: 60px;
  position: absolute;
  bottom: 40px;
  /* left:40px;
	*/
  right: 40px;
}
.topbar-menu-button {
  display: inline-block;
  padding: 20px;
  font-size: 1em;
  border-bottom: 2px solid transparent;
  box-sizing: border-box;
  line-height: 18px;
  height: 60px;
}
.topbar-menu-button-active {
  border-bottom: 2px solid #86ba3d !important;
  background-color: transparent;
}
.topbar-menu-button-focus {
  border-bottom: 2px solid #1e1e1e;
  /* background-color: #86ba3d;
	*/
  color: #86ba3d;
}
/* @media screen and (min-width: 1200px) { */
#menu .item p {
  line-height: 2vw;
}
/* } */
/* @media screen and (min-width: 1900px) {
  #menu .item p {
    line-height: 1.9 !important;
  }
} */
.rounded-search-btn {
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  box-sizing: border-box;
  border-radius: 32px;
  height: 64px;
  line-height: 64px;
  color: #fff;
  font-family: SamsungOne;
  width: 64px;
  font-size: 0px;
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 2px 2px 7px 0px #000;
  -webkit-box-shadow: 2px 2px 7px 0px #000;
  -moz-box-shadow: 2px 2px 7px 0px #000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 40px;
}
.rounded-search-btn > img {
  width: 40px;
  height: 40px;
  margin: 12px;
}
.rounded-search-btn-active {
  /* border:2px solid salmon;
	*/
  background-color: #86ba3d;
}
.search-suggestion {
  padding-left: 5px;
  text-align: start;
}
.search-suggestion .search-suggestion-item {
  display: block;
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #3a373f;
  margin-bottom: 15px;
}
.search-suggestion .search-suggestion-item-focus {
  background-color: #e1e1e1;
  color: #000;
}
.cast-crew {
  padding-bottom: 2vh;
  font-size: 0.8em;
  white-space: normal;
  display: flex;
  justify-content: space-between;
}
.cast-crew .header {
  opacity: 0.7;
  font-size: 0.7em;
  margin: 0;
}
.cast-crew .content {
  display: block;
}
.bmpui-ui-watermark {
  bottom: 0 !important;
  right: 0 !important;
  padding-top: 45%;
  padding-left: 83%;
  position: relative !important;
}
#player-control-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 80px;
  /* padding:0 20px 20px 20px;
	*/
  box-sizing: content-box;
  transition: bottom 0.5s;
}
#player-progress-bar {
  width: 70vw;
  height: 5px;
  position: relative;
  border-radius: 5px;
  display: inline-block;
}
#player-progress-bar-full {
  position: absolute;
  z-index: 1;
  width: 70vw;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  background-color: #e1e1e1;
  opacity: 0.24;
}
#player-progress-bar-current {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  height: 5px;
  border-radius: 5px;
  background-color: #e1e1e1;
}
#player-progress-bar.active #player-progress-bar-full {
  height: 10px;
}
#player-progress-bar.active #player-progress-bar-current {
  height: 10px;
}
#player-progress-bar.seek #player-progress-bar-full {
  border: 2px solid white;
  opacity: 1;
  background-color: #454545;
}
#player-progress-bar.seek #player-progress-bar-full,
#player-progress-bar.seek #player-progress-bar-current {
  height: 10px;
}
#player-progress-bar.seek #player-progress-bar-current {
  background-color: #8bbf3f;
}
.sidebar-player {
  position: absolute;
  top: 100px;
  right: 50px;
}
.sidebar > p {
  position: absolute;
  bottom: 100px;
  left: 50px;
  margin: 0;
}
.sidebar > .setting-btn {
  position: absolute;
  bottom: 100px;
  right: 50px;
  margin-right: 0px;
}
.side-bar-container {
  text-align: right;
}
.side-bar-container p,
.side-bar-container span {
  margin-left: 50px;
}
.sidebar > .side-bar-container {
  position: absolute;
  transition: right 0.5s;
}
.player-control-button {
  margin: 0 20px;
  position: relative;
  display: inline-block;
}
.playing-time {
  color: #9aca3c;
  vertical-align: text-bottom;
  display: inline-block;
}
.duration {
  display: inline-block;
  vertical-align: top;
  /* height: 100%;
	line-height: 100%;
	*/
}
.volume-popup {
  position: absolute;
  left: -10px;
  bottom: 0;
  padding: 10px 20px 0px 20px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
  margin-bottom: 55px;
}
.volume-popup > div {
  margin: 2px;
  background-color: #fff;
  height: 20px;
  width: 10px;
}
.volume-popup > div.active {
  background-color: #9aca3c;
}
.subtitle-item {
  white-space: nowrap;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  border-radius: 5px;
}
.subtitle-item.active {
  background-color: #9aca3c;
}
#subtitle {
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 100px;
  padding: 0px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  /* -webkit-text-stroke: 1px black solid;
	*/
  -webkit-font-smoothing: antialiased;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px,
    #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
  /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	*/
}
::cue {
  color: #ccc;
}
.vertical-divider {
  position: absolute;
  display: table;
  text-align: center;
  margin: 0px;
  height: 100%;
  width: 100%;
}
.vertical-divider .center-element {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.vertical-divider .center-element:before,
.vertical-divider .center-element:after {
  position: absolute;
  content: "";
  width: 1px;
  left: 50%;
  border-left: 1px solid #9aca3c;
}
.vertical-divider .center-element:before {
  bottom: 50%;
  top: 0;
  margin-bottom: 50px;
}
.vertical-divider .center-element:after {
  top: 50%;
  bottom: 0;
  margin-top: 50px;
}
.login-buttons {
  justify-content: space-between;
  display: flex;
  font-size: 0.8em;
}

.horizontal-divider {
  display: table;
  text-align: center;
  margin: 0px;
  width: 50%;
  height: 10px;
  border-bottom: 1px solid #9aca3c;
}
.login-pane {
  position: absolute;
  width: 50%;
  height: auto !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.login-pane p {
  text-align: center;
  color: #9aca3c;
}
.login-pane label {
  text-align: left;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.payment-method-pane {
  height: auto !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.pin-code {
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.pin-code input {
  border: none;
  text-align: center;
  width: 48px;
  height: 48px;
  font-size: 36px;
  background-color: #f3f3f3;
  margin-right: 15px;
}
.pin-code input:focus {
  border: 1px solid #573d8b;
  outline: none;
}
.login-pane > div > div {
  margin: 20px;
}
.login-pane .error {
  color: #f00;
}
.green {
  color: #86ba3d;
}
.red {
  color: red;
}
.parental-controls .error {
  text-align: center;
  padding-top: 15px;
  color: #f00;
}
.parental-controls .success {
  text-align: center;
  padding-top: 15px;
  color: #86ba3d;
}
.vjs-loading-spinner {
  display: none !important;
}
.vjs-modal-dialog {
  display: none !important;
}
.payment-page {
  content: "";
  background-size: contain;
  height: 100vh;
  width: 100vw;
}
.payment-container {
  padding: 5vw;
  margin: 0;
  width: 90vw;
  height: calc(100vh - 10vw);
}
.payment-container.movies {
  width: 100vw;
}
.payment-container h3 {
  margin: 0;
  position: relative;
}
.payment-container .text-right {
  font-weight: bold;
}
.payment-container .focused-button {
  color: black;
}
.payment-container .method-button {
  width: 50%;
  position: relative;
}
.payment-container .method-button .selected-button {
  color: black;
}
.payment-container .method-button .logo {
  height: 40px;
  max-width: 80px;
  object-fit: contain;
  padding: 0px 20px;
  float: left;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-left: 15px;
  z-index: 9;
}
.payment-container .sub-method {
  text-align: left;
}
.payment-container .voucher-btn {
  position: relative;
  padding-top: 10px;
  font-size: 0.8em;
  min-width: 100px;
  height: 70px;
  margin-right: 0px !important;
}
.payment-container .voucher-ipn {
  padding-top: 10px;
  min-width: 100px;
  height: 70px;
  margin-right: 0px !important;
  text-align: center;
}
.payment-container .divider {
  margin: 0px 15px;
  height: 2px;
  background-color: rgba(153, 153, 153, 0.5);
}
.payment-container .voucher-pane {
  padding: 15px 0px;
}
.payment-container .voucher-pane span {
  width: calc(40% - 15px);
  height: 70px;
}
.payment-container .total-cost {
  padding: 15px 0px;
  font-weight: bold;
}
.payment-container .btn {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
.payment-container .sub-button {
  width: 43vw;
  margin: 0;
  margin-bottom: 2vw;
  margin-left: 2vw;
  display: inline-block;
  border-radius: 15px;
  white-space: normal;
  position: relative;
  vertical-align: top;
  font-size: 0.7em;
  overflow: hidden;
}
.payment-container .sub-button img {
  height: calc(41vw * 0.4);
  width: calc(41vw * 0.4);
}
.payment-container .sub-button .movie img {
  height: calc((41vw * 0.2) * 16 / 9);
  width: calc(41vw * 0.2);
}
.payment-container .sub-button .column {
  height: calc(41vw * 0.4);
}

.payment-container .sub-button .column-row {
  padding: 15px;
  height: calc(41vw * 0.4);
  text-align: left;
}
.payment-container .sub-button .column.movie {
  height: calc((43vw * 0.2) * 16 / 9 - 2vw);
}

.payment-container .sub-button .movie .column-row {
  height: calc((43vw * 0.2) * 16 / 9 - 2vw);
  text-align: left;
}
.payment-container .sub-button span {
  text-transform: none;
}
.payment-container .sub-button .highlight {
  top: -10px;
  position: absolute;
  width: 50%;
  height: 4vh;
  color: #1a1a1a;
  background-color: #ffbf00;
  text-transform: none;
  right: 0;
}
.payment-container .sub-button .highlight p {
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-size: 0.6em;
}
.payment-container .sub-button .info {
  font-size: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 0;
  padding-bottom: 15px;
  text-transform: none;
}
.payment-container .sub-button.selected-button {
  color: black;
}
.payment-container .sub-button.selected-button .green {
  color: black;
}
.payment-container .sub-button .amount {
  display: inline-block;
  padding: 4vh 0px;
}
.payment-container .sub-button h1 {
  margin: 0;
  padding: 4vh 15px;
}
.payment-container .payment-logo {
  height: 50px;
  padding-bottom: 15px;
}
.payment-container .package-button {
  width: 30vh;
  display: inline-block;
  height: 60vh;
  border-radius: 30px;
}
.payment-container .success,
.payment-container .failed {
  width: 100%;
  text-align: center;
}
.payment-container .success .btn,
.payment-container .failed .btn {
  margin-right: 0;
}
.payment-container .success .qr-top .status-icon,
.payment-container .failed .qr-top .status-icon {
  height: 13vh;
  padding: 15px;
}
.payment-container .success .qr-top .error,
.payment-container .failed .qr-top .error {
  color: 0;
}
.payment-container .success .qr-footer,
.payment-container .failed .qr-footer {
  height: 40vh;
}
.payment-container .qr-container {
  border-radius: 50px 50px 0px 0px;
  position: relative;
  overflow: hidden;
  background-color: #ffd6e7;
  width: 90%;
  text-align: center;
}
.payment-container .qr-container .qr-guide {
  text-align: left;
  padding: 0px 30px;
}
.payment-container .qr-container .qr-top {
  position: relative;
  background-color: #d82d8b;
  height: 45vh;
  width: 100%;
}
.payment-container .qr-container .qr-top .qrcode {
  top: 5%;
  height: 90%;
  position: relative;
}
.payment-container .qr-container .qr-top .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20%;
  object-fit: contain;
  z-index: 9;
}
.payment-container .qr-container .qr-footer {
  bottom: 0;
  position: relative;
  height: 40vh;
  width: 100%;
  color: #303233;
  text-align: center;
  padding: 5px;
}
.payment-container .qr-container .qr-footer span {
  display: inline-block;
}
.payment-container .qr-container .qr-footer img {
  height: 25px;
  margin-right: 15px;
}
.payment-container .qr-container .qr-footer h3,
.payment-container .qr-container .qr-footer h1,
.payment-container .qr-container .qr-footer h4 {
  text-transform: uppercase;
  padding: 10px;
  margin: 10px;
}
.payment-container h3 {
  font-size: 1.6em;
}
.payment-container .sub-button .column .desc {
  height: calc((41vw * 0.4) * 0.3);
  font-size: calc(((41vw * 0.4) * 0.3) / 4.5);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.payment-container .sub-button .column .desc p {
  margin: 0;
}
.payment-container h4 {
  font-size: 1.2em;
  margin: 0;
}
/* input {
  height: 6vh;
} */
.noti-message {
  color: #856404;
  margin-top: 10px;
}
#payment-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
#payment-content .package-info {
  background-color: #000;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.line-through {
  text-decoration: line-through;
}
.row {
  display: block;
  box-sizing: border-box;
}
.row::after {
  display: block;
  content: "";
  clear: both;
}
.row span {
  text-transform: none;
}
.credit-card-input {
  margin-right: 10px;
}
.col-2 {
  float: left;
  width: 16.66% !important;
  box-sizing: border-box;
}
.col-4 {
  float: left;
  width: 30% !important;
  box-sizing: border-box;
}
.col-5 {
  float: left;
  width: 40% !important;
  box-sizing: border-box;
}
.col-6 {
  float: left;
  width: 50% !important;
  box-sizing: border-box;
}
.col-7 {
  float: left;
  width: 60% !important;
  box-sizing: border-box;
}
.col-8 {
  float: left;
  width: 70% !important;
  box-sizing: border-box;
}
.col-9 {
  float: left;
  width: 75% !important;
  box-sizing: border-box;
}
.col-3 {
  float: left;
  width: 25% !important;
  box-sizing: border-box;
}
.subscription-toggle-button {
  background-color: #3b3840 !important;
  border-radius: 8px !important;
  margin: 0 !important;
  min-width: auto !important;
  width: 100% !important;
  position: relative;
  min-height: 80px;
  color: #c0bfc1;
}
.selected-button {
  background-color: white !important;
  color: black;
  transform: scale(1.05);
}
.focused-button {
  background-color: #99ca3c !important;
  border: 4px solid #f60 !important;
  transform: scale(1.2);
}
.disabled-button {
  background-color: #999 !important;
}
.subscription-toggle-button > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 0.9em;
}
#lv_popup {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#payment-method {
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
  min-height: 200px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
  margin-right: 0px;
  font-size: 0.8em;
  text-align: center;
}
#payment-method .payment-package h2 {
  font-size: 1em;
}
#payment-method .error {
  color: #f00;
}
#payment-method .accept-term {
  font-size: 15px;
  font-style: italic;
}
#payment-method .payment-token-options {
  text-align: left;
  padding: 0 10%;
}
#payment-method input[type="checkbox"] {
  border: 1px solid #99ca3c !important;
  border-radius: 0;
  background: #99ca3c;
}
#payment-method .payment-package {
  max-width: 600px;
  margin: 0 auto;
}
#payment-method .row {
  margin-bottom: 15px !important;
  margin: auto;
}
/* #payment-method>div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	font-size:0.8em;
	text-align: center;
  }
  */
.payment-movie-cover {
  background-size: cover;
  height: 300px;
  width: 100%;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
#blackscreen {
  position: absolute;
  z-index: 99999;
  display: none;
  height: 100%;
  width: 100%;
  background-color: black;
}
.loader-container {
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loader {
  color: #fff;
  font-size: 45px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  transform: translateZ(0);
  animation: mltShdSpin 1.7s infinite ease, round 1.7s infinite ease;
}
@keyframes mltShdSpin {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes round {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.playlist-navbar {
  white-space: nowrap;
  overflow: visible;
}
.playlist-navbar .nav-item {
  background-color: transparent;
}
.news-movies {
  overflow: hidden;
  padding-top: 15px;
  margin: 0px;
}
#player-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
#player-body .logo {
  position: absolute;
  top: 90%;
  left: 88%;
  width: 8%;
}
.trailer-player video {
  padding-left: 30vw;
  padding-bottom: 30vh;
}
#ad-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#ad-container > div:first-child {
  width: 100% !important;
  height: 100% !important;
}
.countdown {
  position: absolute;
  bottom: 100px;
  left: 50px;
}
.circled-number {
  color: white;
  background-color: #666;
  border: 2px solid #666;
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
}
.skipplayer,
#skipplayer {
  bottom: 100px;
  cursor: pointer;
  font-size: 2vw;
  font-weight: bold;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  z-index: 999999;
  display: none;
  color: #fff;
}
.skipplayer {
  background-color: #2d2d2d;
}
.img-register-instruction {
  position: absolute;
  width: 70%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
#welcome-ad-container,
.welcome-ad {
  position: absolute;
  width: 100%;
  height: 100%;
}
#popup-ad-container {
  position: fixed;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  max-width: 100vw;
  z-index: 1111;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
}
#popup-ad-container #popup-ad {
  position: fixed;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100vw;
  z-index: 1111;
  transform: translateX(-50%) translateY(-50%);
}
#iframe-popup {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}
.keyboard-container p {
  height: 3vw;
  line-height: 3vw;
  margin: 0;
}
.keyboard-container .btn {
  min-width: auto;
  width: calc(12% - 10px);
  border-radius: 10px;
  margin: 5px;
  font-size: 1vw;
  padding: 0;
  height: 3vw;
  text-transform: none;
  position: relative;
}

.keyboard-container img {
  width: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.keyboard-container .last {
  width: 100px;
}

.player-control-button .circle {
  display: flex;
  /* CIRCLE SIZE */
  width: 50px;
  height: 50px;
  background: #2d2d2d;
  /*BACKGROUND COLOR HERE*/
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.player-control-button .circle.active {
  background: #c3c3c3;
}
.player-control-button .circle.active {
  background: white;
}
.user-profile-container {
  font-size: 0.9em;
}
.user-profile-container .circle-container {
  text-align: center;
}
.user-profile-container .information {
  border: 2px solid white;
  padding: 15px;
  border-radius: 15px;
}
.user-profile-container img {
  height: 30px;
}
.user-profile-container .circle-name {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 30px;
}
.media-button {
  font-size: 0.8em !important;
  min-width: 0px !important;
  display: flex !important;
  align-items: center;
  width: fit-content;
  margin: 0px;
  margin-right: 15px;
}
.media-button img {
  height: 25px !important;
  margin-right: 10px !important;
}
.primary-button {
  background-color: white !important; /* color: black; */
  color: black;
  transform: scale(1.05);
}
#menu-info h2 {
  margin: 0;
  padding: 4vh 3vw 4vh 3vw;
  height: 5vh;
}

#menu-info .current {
  background-color: #ffffff;
  color: #000;
}
#menu-info .circle {
  display: flex;
  margin-right: 15px;
  /* CIRCLE SIZE */
  width: 60px;
  height: 60px;
  background: #333333;
  /*BACKGROUND COLOR HERE*/
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

#menu-info .circle.current {
  background: #c3c3c3;
}
#menu-info .circle.active {
  background: white;
}
#menu-info .primary-button {
  background-color: #999999 !important;
  transform: scale(1.05) !important;
  color: white;
}
.genre-page {
  padding-top: 25px;
}
.genre-page p {
  margin: 0;
}
.genre-page .nav-item {
  background-color: #49454f !important;
  color: #b8b3be;
  min-width: 0px !important;
  padding: 15px;
}
.genre-page .nav-item.primary-button {
  border: 2px solid #82848d;
}
.stars-page .nav-item {
  background-color: transparent !important;
  color: white;
}
.stars-page .nav-item.primary-button {
  border: 2px solid white;
}
.LinesEllipsis {
  opacity: 0.8;
}
.movie-item-title {
  white-space: pre-line;
  margin: 0px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  height: 6vh;
  line-height: 1.3;
  font-size: calc(6vh / 2.6);
  text-transform: none;
}
.hotline {
  margin: 0;
}
.column {
  display: flex;
  align-items: center;
}
.column.start {
  align-items: flex-start;
}
.column-row {
  flex-direction: column;
}
.column.between {
  justify-content: space-between;
}
.column.evenly {
  justify-content: space-around;
}
.login-buttons .btn {
  text-transform: none;
}
.login-buttons .btn.primary-button {
  transform: scale(1.1);
}
.movies.search .item {
  width: calc((((100vw) * 0.6 - 40px * 3 - 4px * 2 - 50px * 3) / 3) - 5px);
}
.movies.search .item .movie-poster {
  width: calc((((100vw) * 0.6 - 40px * 3 - 4px * 2 - 50px * 3) / 3) - 5px);
  height: calc(
    ((((100vw) * 0.6 - 40px * 3 - 4px * 2 - 50px * 3) / 3) - 5px) * 1.5
  );
}
.genre-item {
  width: calc(18.6vw - 40px) !important;
}
.genre-item .movie-poster {
  width: calc(18.6vw - 40px) !important;
  height: calc((18.6vw - 40px) * 1.5) !important;
}
