.video-heading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
  text-align: center;
}
.videoWrapper iframe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.videoWrapper video {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  z-index: 1;
}
.left-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: #ffffff url("../images/background-sidebar.jpg") no-repeat fixed center;
  background-size: cover;
}
.left-sidebar a {
  background: transparent;
}
.left-sidebar a.active {
  background-color: #18a2b8;
  border-color: #18a2b8;
}
.left-sidebar a.focus:not(.active) {
  background-color: #0a5b68;
  color: #ffffff;
}
.left-sidebar h4 {
  font-weight: 800;
}
.left-sidebar .btn-select {
  margin-top: 0;
  border-radius: 0;
}
.main {
  background: #ffffff url("../images/background-main.jpg") no-repeat fixed center;
  background-size: cover;
}
.code {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: #000000;
  border-radius: 15px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 30px;
  z-index: 9;
}
.code .num {
  width: 150px;
  height: 200px;
  margin: 25px;
  border: 5px solid #ffffff;
  border-radius: 15px;
  font-size: 135px;
  color: #ffffff;
  background-color: #000000;
}
.reload-app {
  color: #ffffff;
  border-radius: 0;
  background-color:#a52a2a !important;
}
.manage {
  border-radius: 0;
  background-color:#a1a1a1 !important;
}
.center-message {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 99;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 40px;
  padding: 20px 40px;
  box-shadow: 0 0 25px #c7c7c7;
}
.welcome {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: #000000 url("../images/background-welcome.jpg") no-repeat center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.welcome h5 {
  font-size: 75px;
  text-transform: uppercase;
  text-align: center;
}
.playlist-page .sidebar,
.videos-page .sidebar {
  width: 300px;
}