.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.lg-outer {
  background-color: #000 !important;
  z-index: 999999 !important;
}

.sticky-header {
  z-index: 99 !important;
}

.grid-item {
  width: 100%;
  padding: 2%;
}

@media (min-width: 1000px) and (orientation: landscape) {
  .grid-item {
    width: 33.3%;
    padding: 0.5%;
  }
}

.watch-vod,
.watch-live {
  display: none;
  font-size: 1.2rem;
  background: yellow;
  color: #000;
  border: none;
  border-radius: 12px;
  margin: 0 5px;
  padding: 0.5rem 1.5rem;
  margin-top: 20px;
}

.watch-live {
  display: none;
  font-size: 1.2rem;
  background: yellow;
  color: #000;
  border: none;
  border-radius: 12px;
  margin: 0 5px;
  padding: 0.5rem 1.5rem;
  margin-top: 20px;
}

#vods {
  height: 90vh !important;
}

#vodsModal {
  height: 100vh !important;
}

#vods,
#player {
  width: 100% !important;
}

.modal {
  z-index: 99999999 !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 1000px !important;
    margin: .5rem auto !important;
  }
}

.op-time-display,
.op-message-text,
.op-live-badge-lowlatency {
  display: none !important;
}

.modal-dialog {
  pointer-events: unset !important;
}

.modal-header h4 {
  margin-bottom: 4px;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

#vods,
#player {
  width: 100% !important;
}

.modal-dialog {
  margin: .1rem auto !important;
  pointer-events: unset !important;
}

.modal-content {
  overflow: hidden;
}

@media (min-width: 576px) {
  .modal-dialog {
    margin: .1rem auto !important;
    max-width: calc(100vw - 40px) !important;
    height: calc(100vh - 80px) !important;
  }

  #vods,
  #player,
  .side-container {
    min-height: calc(100vh - 10px) !important;
  }

  .side-container {
    padding-left: 0px !important;
    padding-right: 15px !important;
  }

  .chat-container {
    height: 85% !important;
  }

  .input-container {
    height: 7% !important;
  }
}

.op-time-display,
.op-message-text,
.op-live-badge-lowlatency {
  display: none !important;
}

.player-container {
  padding: 0;
}

.side-container {
  background: #efefef;
  padding: 0 3%;
  /* height: calc(100vh - 105px - 100vw*(9/16)); */
}

.chat-container {
  background-color: #fff;
  height: 87%;
  overflow: auto;
  margin: 0.2rem 0.4rem;
  border-radius: 8px;
  border: 1px solid #287de7;
}

.input-container {
  position: relative;
  background-color: #fff;
  height: 10%;
  margin: 0.3rem;
  border-radius: 8px;
  border: 1px solid #287de7;
}

.modal-header {
  background: #fff;
  padding: 0px 14px;
  border-radius: 8px;
}

.modal-body {
  position: relative;
  background: #fff;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 8px;
}

.clear {
  clear: both;
}

.msg {
  padding: 2% 4% 0 2%
}

.msg .user {
  font-weight: bold;
  font-size: 1.0rem;
  color: #287de7;
  float: left;
}

.msg .time {
  font-size: 0.8rem;
  float: right;
  color: #666;
}

.msg .end {
  padding-bottom: 8px;
  border-bottom: 1px dotted #ddd;
}

.msg .text {
  color: #222;
  line-height: 1.2;
}

.msg .text video {
  width: auto;
  /* max-width: 94vw; */
  /* max-height: 35vh; */
  max-height: 240px;
  border-radius: 12px;
  margin-left: 5%;
}

.msg .text.sticker {
  width: auto;
  height: 140px;
  margin-left: 10%;
  border: none;
}

.actions-container {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}

.btn.btn-action {
  background: #287de7;
  border: 1px solid #287de7 !important;
  color: #fff !important;
  padding: 0.12rem 0.4rem;
  margin: 0 0.075rem;
}

.btn.btn-action:hover {
  border: 1px solid #287de7;
  background: #287de7;
  color: #287de7;
}

.btn.btn-accent {
  background: #56a2ff;
  border: 1px solid #56a2ff;
  color: #fff;
  padding: 0.12rem 0.4rem;
  margin: 0 0.075rem;
}

.btn.btn-accent.selected,
.btn.btn-accent:hover {
  border: 1px solid #287de7;
  background: #287de7;
}

.btn-pay {
  background: #287de7;
  border: 1px solid #287de7 !important;
  color: #fff !important;
  padding: 0.4rem 1.4rem;
  margin: 0.8rem;
  font-size: 1.4rem;
  text-transform: capitalize;
  border-radius: 12px;
}

.amount-input {
  width: 90px !important;
  text-align: center;
  margin: auto;
  border: 1px solid #287de7 !important;
  border-radius: 12px;
  margin-top: .6rem;
}

.p-02 {
  padding: 0.2rem;
}

.p-05 {
  padding: 0.5rem;
}

.form-control {
  width: 80%;
  border: none;
  height: auto !important;
  line-height: 1.7;
}

.m-auto {
  margin: auto;
}

.w-40 {
  width: 40%;
}

.w-70 {
  width: 70%;
}

.w-100 {
  width: 100%;
}

.btn-success {
  background-color: rgb(69, 222, 69);
}

.btn-danger {
  background-color: rgb(255, 3, 3);
}

.btn-fab {
  color: #fff;
  /* border-radius: 50%; */
  padding: 0 0.4rem !important;
}

.btn-fab i {
  color: #fff;
  /* font-size: 1.2rem; */
}

.fill {
  width: 100%;
  height: 100%;
  position: relative;
}

.recording-btns {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.sticker {
  width: 31%;
  float: left;
  margin: 1%;
  padding: 1%;
  border: 1px dotted #287de7;
  border-radius: 12px;
}

.modal p {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.p-t-1 {
  padding-top: 1rem;
}

.p-t-2 {
  padding-top: 2rem;
}

.p-t-3 {
  padding-top: 3rem;
}

.p-t-5 {
  padding-top: 5rem;
}

.bold {
  font-weight: 600 !important;
}

.text-success {
  color: green !important;
}

.text-error {
  color: red !important;
}

.gift-wrapper {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(https://live.wedz.live/stickers/gift-box.png);
  text-align: center;
  line-height: 140px;
  height: 140px;
}

.gift-wrapper .text {
  position: absolute;
  bottom: 30px;
  left: 10%;
  font-size: 1.4rem;
  color: #fff;
  background: #00000077;
  padding: 0.2rem 0.8rem;
  border-radius: 12px;
  /* rotate: -8deg; */
}