.video_skrn-template-default .pls_login{
    color: #fff;
    font-size: 19px;
    margin-bottom: 21px;
    display: inline-block;
    padding: 10px;
}
#header-user-profile-menu ul.skrn-additional-profile-items{display:none !important}
.arm_form_inner_container{border-width: 10px; border-style:solid; border-color:#222}
#video-post-sidebar{margin-top: 55px;}
.cancel_btn, .delete, .save{background-color: #000 !important;}
/* LIVE red dot after menu item */
.live-indicator a {
  position: relative !important;
  padding-right: 20px !important;
}

/* Red flashing LIVE dot */
.live-indicator a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 8px;
  background: #e00000;
  border-radius: 50%;
  transform: translateY(-50%);
  animation: kbcn-live-pulse 1.4s infinite;
  z-index: 9999;
}

/* Pulse animation */
@keyframes kbcn-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(224, 0, 0, 0.8);
  }
  70% {
    box-shadow: 0 0 0 6px rgba(224, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(224, 0, 0, 0);
  }
}