body {
  overflow: hidden;
    
}
*:focus {
    outline: 0 !important;
}
.left__button {
  position: absolute;
  left: 34%;
  margin-top: 20px;
  z-index: 2;
  width:50px;
  height: 50px;
}
.right__button {
  position: absolute;
  margin-top: 20px;
  right: 34%;
  z-index: 2;
  width:50px;
  height: 50px;

}
.left__button {
  transition: .3s;
  cursor: pointer;
  transform: rotateZ(0deg);
}
.right__button {
  transition: .3s;
  cursor: pointer;
  transform: rotateZ(180deg);
}
.right__button svg, .left__button svg {
  width: 50px;
  height: 50px;
}
#live-background {
  height: 100vh;
    display: flex;
    position: fixed;
    align-items: center;
    width: 100%;
	background-repeat: no-repeat;
    background-size: cover;
}

.elementor-widget-shooulive-livestream #live {
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 80vh;
  width:100%;

}

#live-left,
#live-right,
#live-center {
  display: flex;
  width: 25%;
  flex-direction: column;
}

#live-left,
#live-right {
  z-index: 0;
  transition: all 0.5s;
}
#live-center {
  z-index: 2;
}

#live-left .content {
  height: 100%;
  background: aliceblue;
float:right;
padding-top: 15%;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 10%;
position: relative;
opacity: 1;
}

h2 {
  padding: 0px 10px;

}


#live-right .content {
  height: 100%;
  background: aliceblue;
float:right;
padding-top: 15%;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 10%;
position: relative;
opacity: 1;
}

#live-center .container {
  height: 100%;
}
#live-center .plyr {
  height: 100%;
  z-index: 2;
}

.elementor-widget-shooulive-livestream video {
  object-fit: cover;
}


#mute {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  opacity: 0;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
}

.plyr:hover > #mute {
  opacity: 1;
  cursor: pointer;
}

.rotate {
    transform:scaleX(1);
    transition: .3s;
}
.rotate2 {
    transform: scaleX(-1);
    transition: .3s;
}

/*Chat Left Side*/
.chat__list {
  height: 100%;
}
#chat {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 50px;
}
.cometchat {
  height: 100%;
}
#overlay_chat {
  position: absolute;
  height: 70%;
  width: 90%;
  z-index: 100;
  bottom: 0px;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  --scrollbar-width: 8px;


    padding-bottom: var(--mask-height);
    padding-right: 20px;
  --mask-height: 32px;
  --mask-image-content: linear-gradient( to bottom, transparent, black var(--mask-height), black calc(100% - var(--mask-height)), transparent );
    --mask-size-content: calc(100% - var(--scrollbar-width)) 100%;
    --mask-image-scrollbar: linear-gradient(black, black);
    --mask-size-scrollbar: var(--scrollbar-width) 100%;
    -webkit-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
    -webkit-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
    -webkit-mask-position: 0 0, 100% 0;
    -webkit-mask-repeat: no-repeat, no-repeat;
    -moz-mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
    -moz-mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
    -moz-mask-position: 0 0, 100% 0;
    -moz-mask-repeat: no-repeat, no-repeat;
    mask-image: var(--mask-image-content), var(--mask-image-scrollbar);
    mask-size: var(--mask-size-content), var(--mask-size-scrollbar);
    mask-position: 0 0, 100% 0;
    mask-repeat: no-repeat, no-repeat;
}
.overlay_chat_mobile {
  bottom: 5%!important;
}
.overlay_chat_mobile_chat {
  height: 90vh!important;
}
.video_cometchat {
height: 100%;
}
.content_mobile {
  width: 19rem!important;
}

.toggle-chat-wrapper {
    display: flex;
    padding-bottom: 5%;
}

.toggle-chat-button svg {
    padding-top: 2px;
    margin-right: 6px;
}

.toggle-chat-button {
    color: #fff;
    border: none;
    background: none;
    line-height: 24px;
    padding: 0 10px;
    margin: 0;
    --stroke-color: #fff;
    font-family: "Inter",sans-serif;
    font-size: 12px;
    opacity: .8;
    filter: drop-shadow(0 1px 0 rgba(143, 118, 118, 0.18));
    cursor: pointer;
    transition: opacity .3s ease-out;
}

/*PLAYER*/
.plyr__controls {
  display: flex;
  flex-direction: row;
  justify-content: space-between!important;
  padding: 10px;
}

.plyr__infoline {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
bottom: 40px;
color: #fff;
color: var(--plyr-video-control-color,#fff);
left: 0;
padding: 5px;
padding: calc(var(--plyr-control-spacing,10px)/2);
padding-top: 20px;
padding-top: calc(var(--plyr-control-spacing,10px)*2);
position: absolute;
right: 0;
transition: opacity .4s ease-in-out,transform .4s ease-in-out;
z-index: 3;
}

::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px; /* 1 */
    height: 40px;
    background: #fff;
    box-shadow: -200px 0 0 200px dodgerblue; /* 2 */
    border: 2px solid #999; /* 1 */
}

.plyr__infoline {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.plyr__tracktime {
  width: 100%;
}

.plyr__time {
  display: flex;
  flex-direction: row;
}
.plyr__tracktimes {
  margin-left: -60px;
}

.plyr__control svg {
  width: 24px!important;
  height: 24px!important;
}

.plyr__time+.plyr__time:before {
    content: "⁄";
    margin-left: 10px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing,10px);
    margin-left: var(--plyr-control-spacing,10px);
}

.plyr--video.plyr--hide-controls .plyr__controls {
  /*  opacity: 1!important;
    pointer-events: none;
    transform: translateY(0%)!important; */
}

/*Product List*/

#live-right .content .product__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 90%;
  overflow-y: auto;
}

div#topBar {
  display: none;
}

#live-right .content .product__list .product__overlay {
  display: flex;
  flex-direction: row;
  height: 100px;
  width: 90%;
  justify-content: flex-start;
  align-items: center;
  margin: 5% 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

#live-right .content .product__list .product__overlay:hover {
  box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  cursor: pointer;
}

#live-right .content .product__list .product__overlay .product__image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: flex;
}
#live-right .content .product__list .product__overlay .product__image img {
  object-fit: cover;
width: 100%;
height: 100%;
}
#live-right .content .product__list .product__overlay .product__title {
  display: flex;
  padding-left: 4%;
}

/*Buttons*/
#buttons {
  display: flex;
width: 100%;
}

#product_button {
  display: none;
}

/*Modal Window*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000000000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
    margin: 5% auto;
    padding: 0px 10px;
    border: 1px solid #888;
    width: 80%;
    height: 80%;
}

.modal-content iframe {
  height: 90%;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*Animate Desktop View*/
.animate-live-left {
  transform:translateX(100%);
}

.animate-live-right {
  transform:translateX(-100%);
}

.animate-button-left {
transform: rotateZ(180deg);
}
.animate-button-right {
  transform: rotateZ(0deg);
}


/*Mobile View*/

@media screen and (max-width:414px) and (orientation:portrait) {
body {
  overflow: hidden;
  max-height: 100vh;
  height: 100vh;
}
  .elementor-widget-shooulive-livestream #live {
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
  }

 #live-background {
   height: 100vh;
   max-height: 100vh;
   overflow: hidden;
   position: fixed;
left: 0;
top: 0;
width: 100%;
}

  div#topBar {
  display: block;
  width: 200px;
  height: 7px;
  background: #aaa;
  border-radius: 14px;
  margin: 6px auto;
}

  #buttons {
    display: none;
  }

  #live-left,
  #live-right {
    width: 90%;
  }

  #live-center {
    width: 100%;
    height: 100%;
    max-height: 90%;
    order:1;
    justify-content: center;
    overflow: hidden;
  }

  #live-left {
    order:2;
    height: 0px;
    overflow: hidden;
  }

  #live-right {
    order:3;
    text-align: center;
    width: 90vw;
    height: 600px;
    border-radius: 18px;
    padding: 4px 12px;
    background-color: rgba(255, 255, 255, 83%);
    position: absolute;
    z-index: 100;
    transition: all 0.5s;
    left:5%;
    backdrop-filter: blur(6px) saturate(180%);
    box-shadow: 0 1px 8px #0000001a;
    overflow: hidden!important;
}


  @supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  #live-right {
    bottom: -480px;
  }
  .mobile_player {
    bottom: 10vh;
  }

}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
  #live-right {
    bottom: -520px;
  }

  .mobile_player {
    bottom: 5vh;
  }

}
.active {
  bottom: -20px!important;
}


  #live-right .content {
    background: transparent;
    padding-top: 5%;
  }

#live-right.open {
  box-shadow: 0 1px 20px #0000001a;
}

/*Buttons*/
#product_button {
  display: block;
}
/*Products*/
.product__overlay {
  background-color:#ffffff;
  width: 200px;
}
.product__list {
  max-height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/*Video*/
.plyr__tracktimes {
  margin-left: 0px;
}


.elementor-widget-shooulive-livestream video {
  object-fit: cover;
}
}

/*Tablet View*/
@media screen and (min-width:768px) and (orientation:portrait) {
body {
  overflow: hidden;
  max-height: 100vh;
  height: 100vh;
}
  .elementor-widget-shooulive-livestream #live {
    flex-direction: column;
    height: 100vh;
    overflow: hidden;
    justify-content: flex-start;
    align-items: center;
  }

 #live-background {
   height: 100vh;
   max-height: 100vh;
   overflow: hidden;
   position: fixed;
left: 0;
top: 0;
width: 100%;
}

  div#topBar {
  display: block;
  width: 200px;
  height: 7px;
  background: #aaa;
  border-radius: 14px;
  margin: 6px auto;
}

  #buttons {
    display: none;
  }

  #live-left,
  #live-right {
    width: 90%;
  }

  #live-center {
    width: 70%;
    height: 90%;
    max-height: 90%;
    order:1;
    justify-content: center;
    overflow: hidden;
  }

  #live-left {
    order:2;
    height: 0px;
    overflow: hidden;
  }

  #live-right {
    order:3;
    text-align: center;
    width: 90vw;
    height: 600px;
    border-radius: 18px;
    padding: 4px 12px;
    background-color: rgba(255, 255, 255, 83%);
    position: absolute;
    z-index: 100;
    transition: all 0.5s;
    left:5%;
    backdrop-filter: blur(6px) saturate(180%);
    box-shadow: 0 1px 8px #0000001a;
    overflow: hidden!important;
}


  @supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  #live-right {
    bottom: -480px;
  }
  .mobile_player {
    bottom: 10vh;
  }

}

@supports not (-webkit-touch-callout: none) {
  /* CSS for other than iOS devices */
  #live-right {
    bottom: -520px;
  }

  .tablet_player {
    bottom: 5vh;
  }

}
.active {
  bottom: -20px!important;
}


  #live-right .content {
    background: transparent;
    padding-top: 5%;
  }

#live-right.open {
  box-shadow: 0 1px 20px #0000001a;
}

/*Buttons*/
#product_button {
  display: block;
}
/*Products*/
.product__overlay {
  background-color:#ffffff;
  width: 200px;
}
.product__list {
  max-height: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/*Video*/
.plyr__tracktimes {
  margin-left: 0px;
}
.tablet_player {
  opacity: 1;
  flex-direction: column!important;
    align-items: flex-end!important;
    position: absolute!important;
    background: transparent!important;
}

.tablet_player:not(:last-child) > button {
  margin-bottom: 30px;
}

.tablet_player_hide_controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0%);
}

.tablet_player .plyr__infoline {
  bottom:0;
  position: relative;
}

.elementor-widget-shooulive-livestream video {
  object-fit: cover;
}
}

h2 {
  font-size: 1rem;
}

@media screen and (min-width:768px) and (orientation:landscape) {
  .tablet_list {
    align-items: center;
  }

  .tablet-view {
    display: flex;
    width: 33%!important;
    flex-direction: column;
  }

  .tablet_left__button {
    position: absolute;
    left: 27%!important;
    margin-top: 10px;
    z-index: 2;
    width:50px!important;
    height: 50px!important;
  }
  .tablet_right__button {
    position: absolute;
    margin-top: 10px;
    right: 27%!important;
    z-index: 2;
    width:50px!important;
    height: 50px!important;

  }

  .tablet-content {
    padding-top:20%!important;
  }



  .tablet_product__overlay {
    width: 90%!important;
  }
}
.mobile-view {
  display: flex;
  width: 34%!important;
  flex-direction: column;
}
.mobile-view-center {
  display: flex;
  width: 28%!important;
  flex-direction: column;
}
.mobile {
  height: 100vh!important;
}

.mobile__button {
  display: none!important;
}

.mobile_player {
  opacity: 1;
  flex-direction: column!important;
    align-items: flex-end!important;
    position: absolute!important;
    background: transparent!important;
}

.mobile_player:not(:last-child) > button {
  margin-bottom: 30px;
}

.mobile_player_hide_controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(0%);
}

.mobile_player .plyr__infoline {
  bottom:0;
  position: relative;
}

/*PRELOADER*/
.ready {
  opacity: 1!important;
  transition: opacity 3s;
}

.product__list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.product__list::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.product__list::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.app__messenger {
  border: none!important;
  border-radius:0px;
}

.mobile-view > .content {
  padding-top:5%!important;
}

.button--hide {
  display: none;
}
