.blackMirror {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:9050;
  -webkit-overflow-scrolling:touch;
  overflow-x:hidden;
  overflow-y:auto;
  display:none
}
.player_window,
.player_window * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.player_window:before,
.player_window :before,
.player_window:after,
.player_window :after {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box
}
.player_window {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  display:none;
  outline:0;
  background-color:rgba(0,0,0,.65);
  display:-webkit-flex;
  display:-ms-flex;
  display:flex;
  -ms-align-items:center;
  align-items:center;
  justify-content:center
}
.player_window_dialog {
  position:relative;
  width:auto;
  margin:10px;
  font-size:14px;
  line-height:1.42857143;
  color:#fff;
  width:90%;
  max-width:970px;
  box-shadow:0 10px 25px rgba(0,0,0,.5) padding:0;
  display:-webkit-flex;
  display:-ms-flex;
  display:flex;
  background-color:#161416;
  border-radius:10px;
  overflow:hidden;
  text-align:left
}
.player_window_left {
  width:46%;
  max-width:46%
}
.player_window_right {
  width:54%;
  max-width:54%
}
@media(max-width:767px) {
  .player_window {
    position:relative
  }
  .player_window_dialog {
    flex-direction:column
  }
  .player_window_left,
  .player_window_right {
    width:100%;
    max-width:100%
  }
}
.player_window_form {
  max-width:280px;
  margin-left:auto;
  margin-right:auto
}
.player_window_close {
  position:absolute;
  top:10px;
  right:10px;
  padding:0;
  border:none;
  background:0 0;
  width:38px;
  height:38px;
  border-radius:50%;
  background-color:rgba(255,255,255,.1);
  z-index:100
}
.player_window_close:before,
.player_window_close:after {
  content:'';
  position:absolute;
  height:2px;
  width:20px;
  top:50%;
  left:50%;
  margin-left:-10px;
  margin-top:-1px;
  background:#eee
}
.player_window_close:before {
  transform:rotate(45deg)
}
.player_window_close:after {
  transform:rotate(-45deg)
}
.player_window_poster {
  width:130px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px
}
.player_window_poster img {
  width:100%;
  display:block
}
.player_window_logo {
  width:150px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:15px
}
.player_window_logo img {
  width:100%;
  display:block
}
.player_window_bg {
  position:absolute;
  left:0;
  top:0;
  right:0;
  bottom:0;
  opacity:.3;
  background-repeat:no-repeat;
  background-position:50%;
  background-size:cover
}
.player_window_left {
  position:relative
}
.player_window_inner {
  padding:30px;
  position:relative
}
.player_window_right {
  padding:50px 30px
}
@media(max-width:767px) {
  .player_window_inner,
  .player_window_right {
    padding:16px
  }
}
.player_window_list2 {
  list-style:none;
  padding-left:0
}
.player_window_list2 li {
  margin-left:0;
  margin-bottom:10px;
  font-size:1.1em;
  display:-webkit-flex;
  display:-ms-flex;
  display:flex;
  -ms-align-items:center;
  align-items:center
}
.player_window_list2 svg {
  margin-right:10px
}
.player_window_list2 path {
  fill:#00d300
}
.player_window_group {
  margin-bottom:5px
}
.player_window_group input {
  height:38px;
  border:none;
  background-color:#fff;
  color:#333;
  border-radius:5px;
  display:block;
  width:100%;
  padding-left:12px;
  padding-right:12px;
  text-align:center;
  font-size:16px
}
.player_window_btn {
  padding:8px;
  display:block;
  border:none;
  background:#00a1d8;
  width:100%;
  border-radius:5px;
  font-size:16px;
  color:#fff!important
}
.player_window_register {
  padding:8px;
  display:block;
  border:none;
  background:red;
  width:100%;
  border-radius:5px;
  font-size:16px;
  text-decoration:none;
  color:#fff!important
}
.player_window_title {
  text-align:center;
  font-size:20px;
  margin-bottom:10px
}
.player_window_heading {
  text-transform:uppercase;
  font-weight:700;
  margin-bottom:10px;
  font-size:18px;
  color:#fff;
  display:-webkit-flex;
  display:-ms-flex;
  display:flex;
  -ms-align-items:center;
  align-items:center
}
.player_window_heading svg:first-child {
  margin-right:10px;
  min-width:22px
}
.player_window_heading svg:last-child {
  margin-left:auto;
  min-width:20px
}
.player_window_members {
  width:250px;
  max-width:70%;
  margin-bottom:40px
}
@media(max-width:767px) {
  .player_window_text {
    display:none
  }
  .player_window_members {
    margin-bottom:20px
  }
}
.player_window_alert {
  display:none
}
.player_window_alert {
  padding:2px 5px;
  color:#fff;
  border-radius:3px;
  background-color:#dc3545;
  font-size:13px;
  display:none;
  text-align:center;
  margin-bottom:5px
}
.player_window_small {
  font-size:12px;
  margin-top:15px;
  border-radius:6px;
  margin-left:-10px;
  margin-right:-10px
}
