body {
  background-color: #000;
  margin: 0;
  padding: 0;
}

#support {
  height: 100%;
  width: 100%;
}

#player {
  height: 100%;
  width: 100%;
}

#feed {
  height: 100%;
  width: 100%;
}

#list {
  height: 100%;
  width: 100%;
}

#settings {
  height: 100%;
  width: 100%;
}

.fullscreen {
  height: 100%;
  width: 100%;
}

.friend-avatar {
  width: 25px;
}

.friend-item{
  padding: 6px 0;
}

/* Set our background image */
.webix_dsk_main {
  background-image: url("assets/imgs/bg5.gif");
}

.sign-in {
  /*background-image: url("assets/imgs/bg.jpg");*/
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #171717;
}

.webix_view.webix_form.signin_form {
  /*background: rgba(0, 0, 0, 0.6);*/
  background: transparent;
  margin: 0 auto !important;
  display: block !important;
}

.signin_form label {
  color: #fff;
}

.signin_form {
  padding-top: 35vh;
}

.signin_form .webix_view {
  background: transparent;
  color: #fff;
  text-align: center;
}

.signin_form .webix_list_item {
  text-align: center;
}

.my_user_label .webix_el_box {
  color: #fff;
}

.copy-footer {
  position: absolute;
  bottom: 0;
  border: none;
  font-size: 10px;
}

.google-search-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.yt-embed {
  width: 100%;
  height: 100%;
  min-height: 225px;
  border-radius: 5px;
}

.webix_comments_image {
  border-radius: 5px;
}