
    .swiper {
    width: calc(100% - 420px);
    float: left;
height: 100%
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: none;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.swiper-slide.first{height: 0px!important;width: 0px!important;}
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.counter-holder{
 
  height: 100%;
  width: 100%;
}
.counter-holder .counter-wrap{
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 28px;
}
.counter-holder .counter{
  font-size: 28px;
  color: var(--bg-green);
  font-weight: 700;
}
.playerfixed{  position: fixed!important;
  z-index: 999;
  bottom: 10px;
  right: 10px;
  width: 300px;
  height: 169px;
  z-index: 20;
  background: #e6e6e6;
  overflow-x: hidden!important;
  padding-bottom: unset!important;}
.controls {
  position: absolute;
  top: 4vh ;
  right: 15px;
  padding: 20px;
  z-index: 10;
}

  .loadingio-spinner-spinner-nq4q5u6dq7r{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  @keyframes ldio-x2uulkbinbj {
    0% { opacity: 1 }
    100% { opacity: 0 }
  }
  .ldio-x2uulkbinbj div {
    left: 94px;
    top: 48px;
    position: absolute;
    animation: ldio-x2uulkbinbj linear 1s infinite;
    background: #e645a1;
    width: 12px;
    height: 24px;
    border-radius: 6px / 12px;
    transform-origin: 6px 52px;
  }.ldio-x2uulkbinbj div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -0.9166666666666666s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -0.8333333333333334s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.75s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.6666666666666666s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.5833333333333334s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.5s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.4166666666666667s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.3333333333333333s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.25s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.16666666666666666s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.08333333333333333s;
    background: #e645a1;
  }.ldio-x2uulkbinbj div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
    background: #e645a1;
  }
  .loadingio-spinner-spinner-nq4q5u6dq7r {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
  }
  .ldio-x2uulkbinbj {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
  }
  .ldio-x2uulkbinbj div { box-sizing: content-box; }
  .player-holder{
    position: relative;
/*    padding-bottom: 56%;*/
  max-width: 100%}

  .player-holder .poster,
  .player-holder video,
  .player-holder iframe 
  {
      opacity: 0;
      margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 2;
  }
/*.player-holder .poster{opacity: 1}*/
.player-holder #unmuteButton{
    position: absolute;
    top: 15px;
    right: 10px;
    height: 35px;
    width: 35px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    border: none;
    padding: 0;
    z-index: 9999;
  }
  .player-holder #unmuteButton img{
    width: 20px;
    height: 20px;
  }

#chatframe{
  overflow: hidden;
  border: none;
}
.video-field .controls .btn-next, .video-field .controls .btn-prev, .video-field .controls .btn-video {
    background: rgba(15,15,19,.3);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 5px;
}
.video-field .controls .btn-next.disabled, .video-field .controls .btn-prev.disabled { pointer-events: none; /* Disable an element interaction, so it will not respond any event */
    color: #ccc; /* Gray out the text color to signify being disabled */}
.video-field .controls .volume {
    background: rgba(15,15,19,.3);
    transition: .3s;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
z-index: 10}
.video-field .controls .volume .btn-video {
    background-color: transparent !important;
    margin: 0;
}
.video-field .controls .volume-slider {
    -webkit-appearance: none;
    height: 8px;
    padding: 0;
    border: none;
    width: 90px;
    background: linear-gradient(to right,rgba(255,255,255,.2),rgba(255,255,255,.2),rgba(255,255,255,.2),rgba(255,255,255,.2));
    transform: rotate(-90deg);
    position: absolute;
    left: -25px;
    top: 81px;
    opacity: 0;
    transition: .35s;
}
.level-control svg.icon {
    width: 20px;
    height: 20px;
    fill: #fff;
    display: none;
}.video-field .controls svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: .3s;
    pointer-events: none;
}
.loadLevelControl {
    position: absolute;
    z-index: 9;
    right: 40px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    flex-direction: row-reverse;
    display: none;
    background: rgba(15,15,19,.6);
}
.controls .btn {
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #e6e6e6;
    transition: .3s ease-in-out;
    line-height: 1;
    font-weight: 700;
}.loadLevelControl .btn {
    cursor: pointer;
    font-size: 13px;
    width: auto;
    height: 40px;
    min-width: 40px;
    font-weight: 500;
    color: #fff;
    padding: 0 6px;
    text-transform: capitalize;
    background-color: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
    .player-holder .level-control .quality-level {
    font-size: 11px;
    line-height: 1;
    color: #fff;
    pointer-events: none;
}
.controls .volume svg{display: none}
   .btn-to-resize, .video-field .controls {display: none}
    .video-field .controls .volume.muted svg.vol-min, .video-field .controls .volume.unmuted svg.vol-max, .video-field .controls .volume.volume-half svg.vol-half{display: block}
@media (min-width: 1024px) {
  .close:hover,
  .video-field .controls .volume:hover .volume-slider,
  .footer .cont-foot a:hover:before,
  .go_up:hover img.hover {
    opacity:1
  }

  .video-field .controls .btn-next:hover,
  .video-field .controls .btn-prev:hover,
  .video-field .controls .btn-video:hover {
    background:rgba(15,15,19,.6)
  }
  .video-field .controls .btn-next:hover svg,
  .video-field .controls .btn-prev:hover svg,
  .video-field .controls .btn-video:hover svg {
    fill:#f45f74
  }
  .video-field .controls .volume:hover {
    background:rgba(15,15,19,.6);
    overflow:visible;
    padding-bottom:100px
  }
}
.enter-chat .model-images-slider .swiper-button-next.swiper-button-disabled, .enter-chat .model-images-slider .swiper-button-prev.swiper-button-disabled, .enter-chat.full-screen.not-playing::after, .enter-chat.no-hover .btn-to-resize, .enter-chat.not-playing .stream::before, .enter-chat.not-playing .swiper-slide.initial::before, .go_up, .img-cont img, .img-cont.loaded::before {
  opacity: 1;
}

.resizer {
  height: 50px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  min-width: 100%;
  display: none;
}
@media (max-width: 992px) {
    .resizer {display: block}
    .btn-to-resize {
    z-index: 9;
    bottom: 5px;
    width: auto;
    transform: translateX(-50%);
    background: rgba(15,15,19,.3);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    display: flex;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    padding: 7px 30px;
    letter-spacing: .4px;
    transition: opacity .5s;
  }
  .btn-to-resize, .enter-chat.full-screen::after {
    position: absolute;
    left: 50%;
    pointer-events: none;
  }
}
    .video-field .controls--nav {
  top: 50vh;
  transform: translateY(-50%);
}
    .btn-prev{transform: rotate(180deg);}
@media (max-width: 1920px) {


    .player-holder:hover .change-size {
    transform: translateY(0);
  }
     .change-size span {
    display: block;
    width: 20px;
    height: 1px;
    position: relative;
    background-color: #fff;
  }
    .change-size span::after, .change-size span::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
    .change-size {
    position: absolute;
    left: 0;
    bottom: 21px;
    transform: translateY(100%);
    width: 100%;
    height: 21px;
    background-color: rgba(15,15,19,.3);
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ns-resize;
    transition: .3s ease-in-out;
  }
 .change-size span::before {
    top: -5px;
  }.change-size span::after {
    bottom: -5px;
  }}
.btn-follow .txt,
.change--size,
.changesize,
.playerfixed .controls--top,
.playerfixed .controls--nav {display: none}
.enter-chat.no-hover .video-model-info {
  opacity: 0;
  visibility: hidden;
}
.video-model-info {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0,0,0,.4);
  border-radius: 10px;
  padding: 15px 10px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-in-out;
}
 .video-model-info .inner {
  align-items: center;
  display: flex;
}.video-model-info .img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #ececec;
    flex-grow: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.video-model-info .info {
    margin-left: 10px;
    padding-right: 10px;
    position: relative;
}.video-model-info .viewers {
  padding: 0;
  background: 0 0;
  border-radius: 0;
}
.viewers {
  display: flex;
  align-items: center;
  background: rgba(15,15,19,.3);
  padding: 4px 7px;
  border-radius: 5px;
}.video-model-info .viewes-count {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.ind.green, .item .viewers, .viewes-count {
  font-weight: 500;
  z-index: 6;
}.viewers-icon-eye {
    display: block;
    margin-right: 5px;
    fill: #f45f74;
}.video-model-info .name-wrap {
    max-width: 130px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    margin-bottom: 10px;
}.video-model-info .name {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: .3s ease-in-out;
}.icon {
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
}.video-model-info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
} .video-model-info .ctrl {
  display: none;
}.video-model-info .btn-follow .icons {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}.btn-follow .remove, .subscribe .btn-follow .remove {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.video-model-info .btn-follow img.dislike {
  opacity: 0;
  z-index: -1;
}
.item-post .btn-follow img, .model-info .btn-follow img, .subscribe .btn-follow img, .video-model-info .btn-follow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: .3s;
}

html.ns{overflow: hidden}

.chat-container {
    padding: 0px;
    font-size:12px;width: 100%;
padding-top: 0px;
/*padding-top: 50px;*/
    height: calc(100% - 95px);
    overflow-y: scroll;
}

.message {
    display: flex;
    align-items: center;
    margin: 15px 0;text-align: left;
    padding: 0 20px;
}

.message img {
    width: 40px;
    height: 40px;
        border-radius: 50%;
object-fit: cover;
max-width: 40px}

.message a {    margin-right: 10px;
}

.message-content .text {
    background-color: rgba(44, 45, 60, 1);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    color: #fff;
    position: relative;
    display: block;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 20px;
}
.username a {
        color: rgba(244, 95, 116, 1);
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.chat-input {
top: 8px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    background-color: unset;
    position: relative;
    bottom: 0;
    width: calc(100% - 30px);
}

.chat-input input {  width: calc(100% - 74px);
  padding: 10px;
  border: none;
  border-radius: 10px;
  margin-right: 10px;
  background-color: #fff;
  transition: none;
margin-top: 1px}
.emoji-btn, .send-btn {
    background-color: unset;
    border: none;
    padding: 0px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    z-index: 2;
    position: absolute;
    float: right;
    left: calc(100% - 61px);
top: 0px
}
.video-field{height: 60vh;min-height: 60vh;position: relative;
	padding-bottom: 0px;
	height: 100%;
}
.loaded * {
    opacity: 1 !important;
}
.loaded {opacity: 1}
.regapi-{
    position: absolute;
    z-index: 999;
    background: white;
    width: 100%;}
.emoji-btn {
    left: calc(100% - 95px);
  top: 18px;}
.chat-containerc{max-width: 420px; width: 100%; background-color: #191b28;z-index: 2;float: right;height: 100%}

@media (max-width: 881px) {
  .video-field .controls {
    top: 0px;
    right: 20px;
    padding: 10px;
  }
    .video-field{height: 25vh}
    .video-field .controls--nav.hide {display: none}
  .video-field .controls--nav {
    top: 153px;
    transform: translateY(-50%);
  }
    .full-screen .video-model-info {opacity: 1;visibility: visible}
.swiper{width:100%}}
.chat-containerc.mob .chat-input {
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0px;
}

@media (max-width: 881px){
  .chat-containerc{
    display: none;
  }
  .chat-containerc.mob{
    display: block;
  }
}

.chat-containerc.mob {
    padding: 0px 0 27px 0;
width: auto;float: none}
.chat-containerc.mob .chat-container{padding-bottom: 0;
    max-height: 100px;
    height: 100%;
    padding-top: 5px
   }
.chat-containerc.mob
.chat-input input {
    width: calc(100% - 60px);
padding: 10px;}
.chat-containerc.mob .send-btn{    left: calc(100% - 67px);}
.chat-containerc.mob .emoji-btn {
    left: calc(100% - 100px);
top: 21px}
.chat-containerc h1{
    margin: 0;
    margin-block-start: 0px;
    text-align: left;
    font-weight: 600;
    font-size: 24px;
    /*font-family: Roboto;*/
    color: #fff;
    padding-left: 17px;}
@media (max-height: 500px) {
    .video-field .controls--nav {
    top: 181px;
    transform: translateY(-50%);
  }
}
.full-screen {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: 100vh;
    width: 100%;
    background-color: #191b28;}
#registerForm .error {
            color: red;
            font-size: 0.9em;
        }
#player-container .opmod{display: none}
.stream .poster {
  z-index: 1;
  filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
@media (min-width: 768px) {
  .stream img {
    min-height: auto;
  }
}
.stream, .m-2 {
	width: 100%;
	height: 100%;
	margin: 0 !important;
}
.player-holder img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}