@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.text-primary {
  color: #61346B !important; }

.text-primary-400 {
  color: #7F448C !important; }

.text-primary-600 {
  color: #45254D !important; }

.text-secondary {
  color: #FFAF00 !important; }

.text-secondary-400 {
  color: #FFC443 !important; }

.text-secondary-600 {
  color: #EAA100 !important; }

.text-black {
  color: #120815 !important; }

.text-white {
  color: #ffffff !important; }

.text-color {
  color: #42204A !important; }

.text-grey-100 {
  color: #F8F8F8 !important; }

.text-grey-200 {
  color: #EFEBF0 !important; }

.text-grey-300 {
  color: #C5BBC7 !important; }

.text-grey-400 {
  color: #9E94A1 !important; }

.text-grey-500 {
  color: #736876 !important; }

.text-grey-600 {
  color: #4B3D4F !important; }

.text-lightpurple-400 {
  color: #CC7DC7 !important; }

.text-lightpurple-500 {
  color: #AE6BAA !important; }

.text-lightpurple-600 {
  color: #804E7D !important; }

.bg-primary {
  background-color: #61346B !important; }

.bg-primary-400 {
  background-color: #7F448C !important; }

.bg-primary-600 {
  background-color: #45254D !important; }

.bg-secondary {
  background-color: #FFAF00 !important; }

.bg-secondary-400 {
  background-color: #FFC443 !important; }

.bg-secondary-600 {
  background-color: #EAA100 !important; }

.bg-dark {
  background-color: #33143A !important; }

.bg-white {
  background-color: #ffffff !important; }

h1, .h1 {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #33143A; }

h2, .h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #33143A; }

h3, .h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 0;
  color: #33143A; }

h4, .h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  color: #33143A; }

h5, .h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  color: #33143A; }

h6, .h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #33143A; }

p, .p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0; }

p.bold, .p.bold {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0; }

.small, .small {
  font-size: 13px;
  font-weight: 400; }

.small-bold, .small-bold {
  font-size: 13px;
  font-weight: 600; }

.xsmall {
  font-size: 11px;
  font-weight: 400; }

a {
  cursor: pointer;
  transition: all .2s ease;
  color: #42204A;
  text-decoration: none; }
  a:hover {
    color: #7F448C; }
  a.back-to-project:hover {
    color: inherit !important;
    filter: brightness(0.9) !important; }

.form-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0; }

.viewers-tag {
  display: flex;
  align-items: center;
  border: 1px solid #61346B;
  max-width: 80px;
  padding: 0px 8px;
  border-radius: 3px; }
  .viewers-tag::before {
    content: url("img/eye-empty.svg");
    padding-top: 6px;
    padding-right: 8px; }
  .viewers-tag.viewers-tag-secondary {
    background: #FFAF00;
    border: none; }

.live-tag {
  display: block;
  color: #ffffff;
  background: #D9445D;
  position: absolute;
  z-index: 51;
  padding: 1px 3px 2px 4px;
  border-radius: 3px;
  font-size: 8px;
  font-weight: 500;
  letter-spacing: 0.6px; }
  .live-tag::before {
    content: "EN DIRECT"; }
  .live-tag.up {
    top: 8px !important; }
  .live-tag.down {
    bottom: 8px !important; }
  .live-tag.left {
    left: 8px !important; }
  .live-tag.right {
    right: 8px !important; }

.live-dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #D9445D;
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 51;
  border-radius: 50%; }

.tags {
  font-size: 12px;
  color: #9E94A1;
  font-style: italic; }

.thumbnail .channel-title {
  font-size: 13px; }

.live-since {
  font-size: 12px;
  color: #CC7DC7;
  font-style: italic;
  z-index: 12; }

.btn {
  font-size: 12px !important; }
  .btn.open-live {
    color: #33143A;
    border: 1px solid #45254D; }
    .btn.open-live:active {
      border: 1px solid #45254D;
      color: #804E7D; }
    .btn.open-live:focus {
      border: 1px solid #45254D;
      color: #804E7D; }
    .btn.open-live:hover {
      border: 1px solid #45254D;
      color: #804E7D;
      background: rgba(232, 202, 230, 0.3); }
  .btn.btn-primary {
    background: #FFC443;
    font-weight: 500;
    color: #45254D;
    padding: 8px 16px;
    border: none;
    border-radius: 3px; }
    .btn.btn-primary:hover {
      background: #FFAF00;
      color: #45254D; }
  .btn.btn-secondary {
    background: #61346B;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 3px; }
    .btn.btn-secondary:hover {
      background: #7F448C;
      color: #ffffff; }
  .btn.btn-success {
    background: #4A825C;
    font-weight: 500;
    color: #ffffff;
    padding: 8px 16px;
    border: none;
    border-radius: 3px; }
    .btn.btn-success:hover {
      background: #62A076;
      color: #ffffff; }
  .btn.btn-icon {
    color: #61346B;
    background: #ffffff;
    border: none;
    padding: 8px;
    width: 32px;
    height: 32px; }
    .btn.btn-icon i::before {
      font-size: 16px; }
    .btn.btn-icon:hover {
      background: #EFEBF0;
      color: #45254D; }
    .btn.btn-icon.active img {
      transform: translateY(0px); }
  .btn.btn-fab {
    border-radius: 8px;
    padding: 8px;
    position: fixed;
    z-index: 999;
    right: 24px;
    bottom: 72px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25); }
    .btn.btn-fab i::before {
      font-size: 16px; }
    .btn.btn-fab:hover {
      background: #EFEBF0;
      color: #45254D; }

button:focus, a:focus {
  box-shadow: none !important; }
button:focus-visible, a:focus-visible {
  outline: none; }

.heart-fill, .star-fill {
  width: 16px;
  height: 16px;
  vertical-align: middle !important;
  margin-bottom: 8px;
  transform: translateY(-1.5px); }

.heart-fill {
  transform: translate(-0.5px, -1.5px); }

.section-title {
  margin-bottom: 32px;
  padding-right: 24px; }
  .section-title .title-line {
    display: block;
    background: #FFAF00;
    height: 1px;
    flex: 0 0 auto;
    width: 8.33333333%; }

.shadow-block {
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  padding-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px; }

.splide__slide, .thumbnail {
  padding: 8px;
  border-radius: 5px;
  transition: all 0.1s;
  /*video{
      width: 100%;
      min-height: 133px;
      border-radius: 5px;
  }*/ }
  .splide__slide .thumb-infos, .thumbnail .thumb-infos {
    min-height: 60px; }
  .splide__slide .thumbnail-img, .thumbnail .thumbnail-img {
    width: 100%;
    border-radius: 5px; }
  .splide__slide .channel-pic, .thumbnail .channel-pic {
    padding-right: 8px; }
    .splide__slide .channel-pic img, .thumbnail .channel-pic img {
      width: 32px;
      height: 32px;
      border: 1px solid #f5e5f4;
      border-radius: 50%; }
  .splide__slide .channel-infos, .thumbnail .channel-infos {
    position: relative;
    width: calc(100% - 40px); }
    .splide__slide .channel-infos .live-title, .thumbnail .channel-infos .live-title {
      color: #42204A;
      font-weight: 600;
      font-size: 14px;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .splide__slide .channel-infos .channel-title, .thumbnail .channel-infos .channel-title {
      padding: 2px 0 4px 0;
      color: #7F448C;
      font-size: 14px; }
    .splide__slide .channel-infos .tags, .thumbnail .channel-infos .tags {
      width: 100%;
      white-space: nowrap;
      overflow-x: hidden;
      text-overflow: ellipsis;
      display: flex;
      flex-flow: row wrap;
      padding-top: 2px;
      overflow-y: hidden;
      height: 24px; }
      .splide__slide .channel-infos .tags .tag-span, .thumbnail .channel-infos .tags .tag-span {
        padding: 2px 6px;
        margin-bottom: 2px;
        border-radius: 8px;
        color: #804E7D;
        background: rgba(204, 125, 199, 0.2); }
  .splide__slide .live-buttons, .thumbnail .live-buttons {
    margin-top: 8px;
    margin-left: 40px; }
  .splide__slide.is-active, .thumbnail.is-active {
    background: #EFEBF0; }

.block-infos {
  background: #61346B;
  border-radius: 5px;
  padding: 32px 0;
  height: 100%; }

.sizeBox {
  padding: 8px; }

.form-control, .sizeBox {
  border: 1px solid #C5BBC7;
  border-radius: 8px; }

.form-control:focus, input:focus {
  color: #42204A;
  background-color: #fff;
  border-color: #C5BBC7;
  outline: 0;
  box-shadow: none; }

#authorizeData {
  min-height: 13px;
  min-width: 13px; }

.user-options button:hover, .user-options button:focus, .user-options button:active, .user-options button:focus-visible {
  border-color: transparent;
  outline: none;
  box-shadow: none; }
.user-options button i::before {
  width: 24px;
  height: 24px; }

body {
  font-family: "Poppins", sans-serif;
  /* for iOs devices */
  touch-action: pan-y;
  background-color: #61346B;
  height: 100vh; }
  body .reBody {
    background-color: #fff;
    min-height: 91vh;
    position: relative; }

footer {
  height: 64px; }

.container-fluid {
  padding: 0 24px; }

.navbar {
  margin-bottom: 32px;
  padding: 4px 0;
  background-color: #61346B;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all .2s ease; }
  .navbar .navbar-toggler {
    margin-right: 24px;
    transform: translateY(0px);
    transition: all .2s ease; }
    .navbar .navbar-toggler:focus {
      box-shadow: none; }
  .navbar .navbar-brand {
    display: flex;
    align-items: center;
    padding: 18px 0;
    position: relative;
    z-index: 500;
    margin-right: 0; }
    .navbar .navbar-brand img {
      width: auto;
      height: 20px; }
  .navbar .navbar-collapse {
    background: #61346B;
    border-radius: 0 0 8px 8px;
    padding: 0; }
  .navbar .navbar-nav {
    position: absolute;
    top: 18px;
    left: 41%;
    z-index: 500; }
    .navbar .navbar-nav .nav-item {
      margin: 0 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 28px;
      width: 28px;
      border-radius: 50%;
      background: #FFAF00;
      transition: all .3s ease; }
      .navbar .navbar-nav .nav-item .nav-link {
        position: relative;
        color: #ffffff;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .navbar .navbar-nav .nav-item .nav-link img {
          height: 20px;
          width: 20px;
          margin-top: 17px; }
        .navbar .navbar-nav .nav-item .nav-link span {
          text-align: center;
          margin: auto;
          font-size: 11px;
          transform: translateY(-18px);
          opacity: 0;
          text-transform: lowercase; }
      .navbar .navbar-nav .nav-item:hover, .navbar .navbar-nav .nav-item.active {
        background: #ffffff;
        transform: translateY(-6px); }
        .navbar .navbar-nav .nav-item:hover .nav-link img, .navbar .navbar-nav .nav-item.active .nav-link img {
          transform: translateY(4.5px); }
        .navbar .navbar-nav .nav-item:hover .nav-link span, .navbar .navbar-nav .nav-item.active .nav-link span {
          transform: translateY(0);
          opacity: 1;
          padding-top: 10px; }
  .navbar .secondary-nav {
    position: relative; }
    .navbar .secondary-nav input {
      border-radius: 5px 0 0 5px;
      border: none;
      font-size: 14px !important; }
      .navbar .secondary-nav input:focus {
        box-shadow: none; }
    .navbar .secondary-nav button {
      border-radius: 0 5px 5px 0;
      cursor: pointer;
      background: #ffffff;
      transition: all .2s ease; }
      .navbar .secondary-nav button i {
        color: #736876;
        transition: all .2s ease; }
        .navbar .secondary-nav button i::before {
          width: 16px;
          height: 16px; }
      .navbar .secondary-nav button:active, .navbar .secondary-nav button:focus {
        border-color: transparent; }
      .navbar .secondary-nav button:focus-visible {
        outline: none; }
      .navbar .secondary-nav button:hover {
        border-color: transparent;
        background-color: #EFEBF0; }
        .navbar .secondary-nav button:hover i {
          color: #120815; }
    .navbar .secondary-nav .loginBtn {
      background: #FFAF00;
      border-radius: 3px;
      margin-left: 16px; }
      .navbar .secondary-nav .loginBtn:hover {
        background: #FFC443; }
    .navbar .secondary-nav .user-profile {
      width: 32px;
      height: 32px;
      background: #EFEBF0;
      padding: 2px;
      border-radius: 50%;
      margin-left: 16px; }

.top-mobile-nav {
  margin-bottom: 32px;
  background-color: #61346B;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all .2s ease; }
  .top-mobile-nav .navbar-brand {
    display: flex;
    align-items: center;
    padding: 16px 0;
    position: relative;
    z-index: 500;
    margin-right: 0; }
    .top-mobile-nav .navbar-brand img {
      width: auto;
      height: 20px; }
  .top-mobile-nav .secondary-nav {
    color: #ffffff;
    font-size: 12px;
    list-style: none;
    margin: 0 0 16px 0; }
    .top-mobile-nav .secondary-nav .user-profile {
      width: 32px;
      height: 32px;
      background: #F8F8F8;
      padding: 4px;
      border-radius: 50%;
      margin-left: 16px; }
      .top-mobile-nav .secondary-nav .user-profile img {
        height: 24px;
        width: 24px; }
    .top-mobile-nav .secondary-nav .loginBtn {
      background: #FFAF00;
      border-radius: 3px;
      margin-left: 16px; }
      .top-mobile-nav .secondary-nav .loginBtn:hover {
        background: #FFC443; }

.dropdown-menu {
  margin-top: 12px !important;
  --bs-dropdown-border-radius: 5px;
  --bs-dropdown-padding-y: 0;
  --bs-dropdown-border-width: 0px;
  --bs-dropdown-border-color: #45254D;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); }
  .dropdown-menu li .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px; }
    .dropdown-menu li .dropdown-item:hover {
      background: #45254D;
      color: #FFAF00; }

.bottom-mobile-nav {
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 8px 0;
  background-color: #61346B;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
  transition: all .2s ease;
  height: 56px; }
  .bottom-mobile-nav .nav-item {
    margin: 0 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease; }
    .bottom-mobile-nav .nav-item .nav-link {
      position: relative;
      font-size: 12px;
      color: #ffffff;
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .bottom-mobile-nav .nav-item .nav-link img {
        height: 20px;
        width: 20px;
        margin-top: 4px; }
      .bottom-mobile-nav .nav-item .nav-link span {
        text-align: center;
        margin: auto;
        font-size: 11px;
        text-transform: lowercase; }
      .bottom-mobile-nav .nav-item .nav-link.active {
        transform: translateY(-2px); }
        .bottom-mobile-nav .nav-item .nav-link.active::after {
          content: "";
          display: block;
          position: absolute;
          bottom: -10px;
          height: 4px;
          background: #FFAF00;
          width: 50px; }

.modal-body {
  padding: 24px; }

.login, .signUp, .lostPass {
  text-align: center; }
  .login .modal-dialog .modal-content, .signUp .modal-dialog .modal-content, .lostPass .modal-dialog .modal-content {
    padding: 24px; }
    .login .modal-dialog .modal-content .modal-body, .signUp .modal-dialog .modal-content .modal-body, .lostPass .modal-dialog .modal-content .modal-body {
      padding: 1rem 0; }
      .login .modal-dialog .modal-content .modal-body .form__title, .signUp .modal-dialog .modal-content .modal-body .form__title, .lostPass .modal-dialog .modal-content .modal-body .form__title {
        margin-bottom: 24px; }
      .login .modal-dialog .modal-content .modal-body .container__form .input, .signUp .modal-dialog .modal-content .modal-body .container__form .input, .lostPass .modal-dialog .modal-content .modal-body .container__form .input {
        display: block;
        width: 100%;
        margin-bottom: 8px;
        padding: 8px;
        font-size: 14px;
        border: 1px solid #61346B;
        border-radius: 5px; }
        .login .modal-dialog .modal-content .modal-body .container__form .input:focus-visible, .signUp .modal-dialog .modal-content .modal-body .container__form .input:focus-visible, .lostPass .modal-dialog .modal-content .modal-body .container__form .input:focus-visible {
          outline: #61346B auto 1px; }
      .login .modal-dialog .modal-content .modal-body .container__form button, .signUp .modal-dialog .modal-content .modal-body .container__form button, .lostPass .modal-dialog .modal-content .modal-body .container__form button {
        width: 50%;
        padding: 12px 16px; }
      .login .modal-dialog .modal-content .modal-body .btn-close, .signUp .modal-dialog .modal-content .modal-body .btn-close, .lostPass .modal-dialog .modal-content .modal-body .btn-close {
        position: absolute;
        top: 0px;
        right: 0px; }

.search input {
  border-radius: 5px 0 0 5px;
  border: none;
  font-size: 14px; }
  .search input:focus {
    box-shadow: none; }
.search button {
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  background: #ffffff;
  transition: all .2s ease; }
  .search button i {
    color: #736876;
    transition: all .2s ease;
    font-size: 16px; }
    .search button i::before {
      width: 16px;
      height: 16px; }
  .search button:active, .search button:focus {
    border-color: transparent; }
  .search button:focus-visible {
    outline: none; }
  .search button:hover {
    border-color: transparent;
    background-color: #EFEBF0; }
    .search button:hover i {
      color: #120815; }

.gallery {
  width: 100%;
  position: relative;
  margin-bottom: 32px; }
  .gallery .gallery-container {
    align-items: center;
    display: flex;
    height: 320px;
    margin: 0 auto;
    max-width: 1000px;
    position: relative; }
    .gallery .gallery-container .gallery-item {
      display: inline;
      height: auto;
      opacity: 0;
      position: absolute;
      transition: all .3s ease-in-out;
      width: 330px;
      z-index: 0;
      border-radius: 10px;
      background-size: contain;
      transform: translateX(-50%); }
      .gallery .gallery-container .gallery-item .join-live {
        display: none; }
      .gallery .gallery-container .gallery-item.gallery-item-1 {
        left: 50%;
        opacity: .4; }
      .gallery .gallery-container .gallery-item.gallery-item-2, .gallery .gallery-container .gallery-item.gallery-item-4 {
        height: auto;
        opacity: .8;
        width: 380px;
        z-index: 1; }
      .gallery .gallery-container .gallery-item.gallery-item-2 {
        left: 50%; }
      .gallery .gallery-container .gallery-item.gallery-item-3 {
        cursor: pointer;
        box-shadow: 0px 5px 24px 6px rgba(0, 0, 0, 0.25);
        height: auto;
        opacity: 1;
        left: 50%;
        width: 430px;
        z-index: 2; }
        .gallery .gallery-container .gallery-item.gallery-item-3 .join-live {
          display: inline-block; }
      .gallery .gallery-container .gallery-item.gallery-item-4 {
        left: 50%; }
      .gallery .gallery-container .gallery-item.gallery-item-5 {
        left: 50%;
        opacity: .4; }
      .gallery .gallery-container .gallery-item .join-live {
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 4px 8px;
        font-size: 10px !important;
        z-index: 50; }
      .gallery .gallery-container .gallery-item .video-live-stream-tempo, .gallery .gallery-container .gallery-item .live-preview {
        border-radius: 8px; }
      .gallery .gallery-container .gallery-item .live-preview {
        height: 100%; }
  .gallery .gallery-controls {
    display: flex;
    justify-content: space-between;
    margin: 24px 0;
    height: 100px;
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0; }
    .gallery .gallery-controls button {
      background-color: transparent;
      border: 0;
      cursor: pointer;
      font-size: 24px;
      margin: 0 24px;
      padding: 0 12px;
      text-transform: capitalize; }
    .gallery .gallery-controls .gallery-controls-button:focus {
      outline: none; }
    .gallery .gallery-controls .gallery-controls-previous {
      position: relative; }
      .gallery .gallery-controls .gallery-controls-previous::before {
        border: 1px solid #61346B;
        border-width: 0 3px 3px 0;
        content: "";
        display: inline-block;
        height: 3px;
        left: 0px;
        padding: 5px;
        position: absolute;
        top: 25%;
        transform: rotate(135deg) translateY(-50%);
        transition: left 0.15s ease-in-out;
        width: 3px; }
      .gallery .gallery-controls .gallery-controls-previous:hover::before {
        left: -10px; }
    .gallery .gallery-controls .gallery-controls-next {
      position: relative; }
      .gallery .gallery-controls .gallery-controls-next::before {
        border: 1px solid #61346B;
        border-width: 0 3px 3px 0;
        content: "";
        display: inline-block;
        height: 3px;
        padding: 5px;
        position: absolute;
        right: 0px;
        top: 34%;
        transform: rotate(-45deg) translateY(-50%);
        transition: right 0.15s ease-in-out;
        width: 3px; }
      .gallery .gallery-controls .gallery-controls-next:hover::before {
        right: -10px; }
  .gallery .gallery-nav {
    bottom: -15px;
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    position: absolute;
    width: 100%; }
    .gallery .gallery-nav li {
      background: #cccccc;
      border-radius: 50%;
      height: 10px;
      margin: 0 16px;
      witdh: 10px; }
      .gallery .gallery-nav li.gallery-item-selected {
        background: #555555; }

@media (max-width: 399.98px) {
  .offcanvas {
    width: 100% !important;
    height: 100%; } }
@media (max-width: 575.98px) {
  body {
    width: 100%;
    overflow-x: hidden; }

  h1, .h1 {
    font-size: 32px; }

  h2, .h2 {
    font-size: 24px; }

  .search {
    width: 100%; }

  .gallery {
    margin-bottom: 72px; }
    .gallery .gallery-container {
      height: 280px; }
      .gallery .gallery-container .gallery-item.gallery-item-1 {
        width: 65vw; }
      .gallery .gallery-container .gallery-item.gallery-item-2 {
        width: 70vw;
        left: 42%; }
      .gallery .gallery-container .gallery-item.gallery-item-3 {
        width: 80vw; }
      .gallery .gallery-container .gallery-item.gallery-item-4 {
        width: 70vw;
        left: 58%; }
      .gallery .gallery-container .gallery-item.gallery-item-5 {
        width: 65vw; }
    .gallery .gallery-controls {
      top: 90% !important; }
      .gallery .gallery-controls .gallery-controls-previous:hover::before {
        left: 0px; }
      .gallery .gallery-controls .gallery-controls-next:hover::before {
        right: 0px; }

  .thumbnails-slider {
    padding-bottom: 136px !important; }

  .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--next {
    transform: translateX(50px) !important; }

  .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: translateX(-50px) !important; }

  .streamer-profile.public-profile {
    margin-bottom: 14rem !important; }
  .streamer-profile .chatroom {
    /*.video-live-stream{
        position: absolute;
        bottom: 64px;
        right: 0;
        width: 40% !important;
    }*/ }
    .streamer-profile .chatroom.user-chatroom {
      position: fixed !important;
      bottom: 0;
      top: calc(70% - 56px) !important; }
  .streamer-profile .channel-infos .section-title {
    font-size: 18px; }
  .streamer-profile .channel-infos .stream .stream-form .form-label {
    font-size: 14px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 4px; }
  .streamer-profile .streamer-details .card-title {
    font-size: 18px; } }
@media (min-width: 576px) {
  .gallery .gallery-container .gallery-item.gallery-item-1 {
    left: 37%; }
  .gallery .gallery-container .gallery-item.gallery-item-2 {
    left: 43%; }
  .gallery .gallery-container .gallery-item.gallery-item-4 {
    left: 57%; }
  .gallery .gallery-container .gallery-item.gallery-item-5 {
    left: 63%; } }
@media (max-width: 767.98px) {
  .navbar .secondary-nav {
    margin: 8px 0 16px 0; }
    .navbar .secondary-nav .search {
      width: 100%; }

  .gallery .gallery-controls {
    top: 80%;
    justify-content: center; }

  .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--next {
    transform: translateX(35px); }

  .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: translateX(-35px); }

  .streamer-profile .chatroom {
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; }
    .streamer-profile .chatroom .chatmsgs {
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      /* Lets it scroll lazy */
      height: 100% !important; }
    .streamer-profile .chatroom.user-chatroom {
      position: fixed !important;
      bottom: 0;
      top: 70%; }
    .streamer-profile .chatroom.account-chatroom {
      position: relative !important;
      top: 0 !important; }
  .streamer-profile .channel-infos {
    height: 70%; }
  .streamer-profile .offcanvas .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    padding: 4px;
    border-radius: 50%;
    z-index: 1000;
    color: #61346B; }
    .streamer-profile .offcanvas .btn-close i:before {
      width: 24px;
      height: 24px; }
  .streamer-profile .offcanvas .chatroom.account-chatroom {
    height: 100%; } }
@media (min-width: 768px) {
  .gallery .gallery-container .gallery-item.gallery-item-1 {
    left: 30%; }
  .gallery .gallery-container .gallery-item.gallery-item-2 {
    left: 40%; }
  .gallery .gallery-container .gallery-item.gallery-item-4 {
    left: 60%; }
  .gallery .gallery-container .gallery-item.gallery-item-5 {
    left: 70%; } }
@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    left: 35%; }

  .infos .all-infos {
    padding: 0 12px !important; }
    .infos .all-infos .newsfeed-container {
      padding: 0 12px; } }
@media (min-width: 992px) {
  .gallery .gallery-container .gallery-item.gallery-item-1 {
    left: 26%; }
  .gallery .gallery-container .gallery-item.gallery-item-2 {
    left: 37%; }
  .gallery .gallery-container .gallery-item.gallery-item-4 {
    left: 63%; }
  .gallery .gallery-container .gallery-item.gallery-item-5 {
    left: 74%; }

  .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--next {
    transform: translateX(15px); }

  .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--prev {
    transform: translateX(-15px); } }
@media (min-width: 1200px) {
  .gallery .gallery-container .gallery-item.gallery-item-1 {
    left: 15%; }
  .gallery .gallery-container .gallery-item.gallery-item-2 {
    left: 30%; }
  .gallery .gallery-container .gallery-item.gallery-item-4 {
    left: 70%; }
  .gallery .gallery-container .gallery-item.gallery-item-5 {
    left: 85%; } }
.thumbnails-slider {
  padding-bottom: calc(32px + 48px); }
  .thumbnails-slider .splide .splide__slide {
    margin-right: 16px !important; }
  .thumbnails-slider .splide .splide__pagination {
    display: none; }
  .thumbnails-slider .splide .splide__arrows .splide__arrow {
    background: #ffffff;
    top: calc(100% + 24px);
    transform: none; }
    .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--prev {
      left: 45%; }
    .thumbnails-slider .splide .splide__arrows .splide__arrow.splide__arrow--next {
      right: 45%; }
    .thumbnails-slider .splide .splide__arrows .splide__arrow svg {
      fill: #61346B; }

.reco-channels {
  padding: 32px 0; }
  .reco-channels .channels-row {
    padding-bottom: 24px; }
    .reco-channels .channels-row .card {
      border-radius: 8px; }
      .reco-channels .channels-row .card .channel-block {
        height: 100%;
        min-height: 100px;
        position: relative; }
        .reco-channels .channels-row .card .channel-block .mask-primary {
          position: absolute;
          z-index: 50;
          right: 0;
          top: 0;
          height: 100%;
          width: 32px;
          background: #61346b;
          background: linear-gradient(90deg, rgba(97, 52, 107, 0) 0%, #61346b 60%);
          border-radius: 0 8px 8px 0; }
        .reco-channels .channels-row .card .channel-block .block-content {
          height: 100%;
          padding: 16px;
          border-radius: 5px;
          overflow: hidden; }
          .reco-channels .channels-row .card .channel-block .block-content .channel-pic {
            margin-right: 16px; }
            .reco-channels .channels-row .card .channel-block .block-content .channel-pic img {
              height: 48px;
              width: 48px;
              background: #EFEBF0;
              border-radius: 50%; }
          .reco-channels .channels-row .card .channel-block .block-content .channel-infos {
            padding-right: 40px; }
            .reco-channels .channels-row .card .channel-block .block-content .channel-infos .tags, .reco-channels .channels-row .card .channel-block .block-content .channel-infos .follow {
              font-size: 10px; }
            .reco-channels .channels-row .card .channel-block .block-content .channel-infos .tags {
              min-height: 16px;
              margin: 4px 0;
              color: #FFAF00;
              width: 100%;
              white-space: nowrap;
              overflow-x: hidden;
              text-overflow: ellipsis;
              display: flex;
              flex-flow: row wrap;
              overflow-y: hidden;
              height: 16px; }
            .reco-channels .channels-row .card .channel-block .block-content .channel-infos .tag-span {
              color: #CC7DC7; }

.live-selection .container-fluid {
  padding: 0 12px; }
  .live-selection .container-fluid .thumbnail {
    padding: 0 12px;
    margin-bottom: 32px; }

.streamer-profile {
  margin-top: -32px; }
  .streamer-profile .channel-infos .stream .form-label {
    margin-bottom: 0; }
  .streamer-profile .channel-infos .live-infos {
    position: relative; }
    .streamer-profile .channel-infos .live-infos .streamer-pic {
      padding-right: 24px; }
      .streamer-profile .channel-infos .live-infos .streamer-pic img {
        object-fit: contain;
        width: 64px;
        height: 64px;
        border-radius: 50%;
        background: #EFEBF0; }
    .streamer-profile .channel-infos .live-infos .streamer-details .h2 {
      font-size: 16px;
      font-weight: 500; }
    .streamer-profile .channel-infos .live-infos .streamer-details .h6 {
      font-size: 14px;
      font-weight: 400; }
    .streamer-profile .channel-infos .live-infos .streamer-details .btn-icon {
      margin-left: -8px; }
      .streamer-profile .channel-infos .live-infos .streamer-details .btn-icon:hover {
        background: transparent; }
    .streamer-profile .channel-infos .live-infos .tags {
      min-height: 16px;
      margin: 4px 0;
      color: #FFAF00;
      width: 100%; }
    .streamer-profile .channel-infos .live-infos .tag-span {
      padding: 2px 6px 4px 6px;
      margin-bottom: 2px;
      border-radius: 8px;
      color: #804E7D;
      background: rgba(204, 125, 199, 0.2); }
  .streamer-profile .channel-infos .streamer-infos {
    position: relative; }
    .streamer-profile .channel-infos .streamer-infos .streamer-pic {
      padding-right: 24px; }
      .streamer-profile .channel-infos .streamer-infos .streamer-pic img {
        object-fit: contain;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: #EFEBF0; }
    .streamer-profile .channel-infos .streamer-infos .edit-pic {
      position: absolute;
      bottom: 0;
      left: 92px;
      background: #ffffff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
      border-radius: 50%;
      transition: all 0.2s ease; }
      .streamer-profile .channel-infos .streamer-infos .edit-pic:hover {
        background: #F8F8F8; }
    .streamer-profile .channel-infos .streamer-infos .streamer-details .btn-icon {
      margin-left: -8px; }
      .streamer-profile .channel-infos .streamer-infos .streamer-details .btn-icon:hover {
        background: transparent; }
  .streamer-profile .channel-infos .about, .streamer-profile .channel-infos .infos {
    padding: 48px 0; }
  .streamer-profile .channel-infos .stream {
    padding: 32px 0; }
  .streamer-profile .channel-infos .products .products-row .card-container .product-card, .streamer-profile .channel-infos #productForm .product-card {
    background-image: url("img/product_preview.png");
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #61346B; }
    .streamer-profile .channel-infos .products .products-row .card-container .product-card .product-footer, .streamer-profile .channel-infos #productForm .product-card .product-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: rgba(97, 52, 107, 0.9);
      padding: 8px 12px;
      border-radius: 0 0 5px 5px; }
    .streamer-profile .channel-infos .products .products-row .card-container .product-card > .product-edit, .streamer-profile .channel-infos #productForm .product-card > .product-edit {
      background-image: url("img/edit-pencil.svg");
      background-size: 20px 20px;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      content: "";
      top: 8px;
      right: 44px;
      height: 28px;
      width: 28px;
      background-color: #EFEBF0;
      border-radius: 50%;
      opacity: 0;
      cursor: pointer;
      visibility: hidden;
      transition: all 0.2s ease; }
    .streamer-profile .channel-infos .products .products-row .card-container .product-card > .product-delete, .streamer-profile .channel-infos #productForm .product-card > .product-delete {
      background-image: url("img/cancel.svg");
      background-size: 20px 20px;
      background-position: center;
      background-repeat: no-repeat;
      display: block;
      position: absolute;
      content: "";
      top: 8px;
      right: 8px;
      height: 28px;
      width: 28px;
      background-color: #EFEBF0;
      border-radius: 50%;
      opacity: 0;
      cursor: pointer;
      visibility: hidden;
      transition: all 0.2s ease; }
    .streamer-profile .channel-infos .products .products-row .card-container .product-card:hover > .pro-action, .streamer-profile .channel-infos #productForm .product-card:hover > .pro-action {
      visibility: visible;
      opacity: 0.6; }
  .streamer-profile .channel-infos .products .products-row {
    padding: 0 12px; }
    .streamer-profile .channel-infos .products .products-row .card-container {
      padding: 0 12px; }
  .streamer-profile .chatroom {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    top: 64px;
    right: 0;
    height: calc(100vh - 64px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 0; }
    .streamer-profile .chatroom ::-webkit-scrollbar {
      width: 6px;
      height: 6px; }
    .streamer-profile .chatroom ::-webkit-scrollbar-track {
      background: #CC7DC7;
      border-radius: 0px; }
    .streamer-profile .chatroom ::-webkit-scrollbar-thumb {
      background: #7F448C;
      border-radius: 0px;
      /*outline: 2px solid #f5f5f5;
      outline-offset: -2px;*/ }
    .streamer-profile .chatroom ::-webkit-scrollbar-thumb:hover {
      background: #783E85; }
    .streamer-profile .chatroom .chatmsgs {
      overflow-y: auto;
      height: 100%;
      background: #45254D;
      font-size: 14px; }
      .streamer-profile .chatroom .chatmsgs .chat-message:last-child {
        padding-bottom: 8px !important; }
      .streamer-profile .chatroom .chatmsgs .chat-message .msg-message {
        color: #ffffff; }
      .streamer-profile .chatroom .chatmsgs .chat-message .msg-username {
        color: #FFAF00;
        font-weight: 600; }
      .streamer-profile .chatroom .chatmsgs .chat-message .msg-avatar {
        background: transparent;
        border-radius: 50%;
        padding: 2px;
        width: 24px;
        height: 24px; }
    .streamer-profile .chatroom .chatForm .newMsg {
      background: #33143A;
      color: #ffffff;
      padding: 16px 8px;
      font-size: 14px;
      -webkit-appearance: none;
      border-radius: 0;
      border: 0 solid transparent; }
      .streamer-profile .chatroom .chatForm .newMsg:focus-visible {
        outline: none; }
  .streamer-profile .video-live-stream {
    width: 100%; }

.streamer-account .btnInput input {
  border-radius: 5px 0 0 5px; }
.streamer-account .btnInput button {
  border-radius: 0 5px 5px 0; }
.streamer-account .add-product {
  display: none;
  opacity: 0;
  transform: translateY(-24px);
  transition: all 0.3s ease; }
  .streamer-account .add-product.visible {
    display: block;
    opacity: 1;
    transform: translateY(0px);
    transition: all 0.3s ease; }
  .streamer-account .add-product .togglePrice::before {
    width: 32px;
    height: 32px; }

.infos .all-infos {
  padding: 0 24px 0 12px; }
  .infos .all-infos .infos-container {
    padding: 0 12px 24px 12px; }
  .infos .all-infos .newsfeed-container {
    padding-bottom: 24px;
    padding-left: 12px; }
    .infos .all-infos .newsfeed-container .newsfeed {
      padding: 16px;
      color: #ffffff;
      height: 100%;
      background: #61346B;
      border-radius: 5px; }

/* fixes zoom on input with iOs devices */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 16px !important; } }
#prevImg,
#StreamImg {
  border-radius: 8px; }

.gl-modal .modal-dialog {
  overflow: hidden; }
  .gl-modal .modal-dialog .modal-content {
    border-radius: 4px;
    border: none; }
    .gl-modal .modal-dialog .modal-content .modal-body {
      position: relative;
      z-index: 10;
      border-radius: 4px 4px 0 0; }
      .gl-modal .modal-dialog .modal-content .modal-body .welcome-text {
        position: relative;
        z-index: 20; }
      .gl-modal .modal-dialog .modal-content .modal-body .btn-close {
        position: absolute;
        top: 24px;
        right: 24px; }
      .gl-modal .modal-dialog .modal-content .modal-body .bgImg {
        position: absolute;
        z-index: 0;
        top: -20%;
        right: -20%;
        width: 60%;
        height: auto;
        opacity: 0.2; }
    .gl-modal .modal-dialog .modal-content .modal-footer {
      z-index: 15;
      border-radius: 0 0 4px 4px; }

.liveStarted {
  /*display: none !important;*/
  background: #FFC443;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  bottom: 16px;
  right: 16px;
  max-width: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transform: translateX(300px);
  transition: all 0.5s ease; }
  .liveStarted .profile-pic {
    height: 48px;
    width: 48px;
    background: #EFEBF0;
    border-radius: 50%; }
  .liveStarted .btn-close {
    position: absolute;
    top: 4px;
    right: 4px;
    background-size: 40%; }

#copyToast {
  color: #52089D;
  opacity: 1;
  font-weight: 500;
  font-size: 12px;
  visibility: hidden;
  position: relative;
  text-align: end;
  bottom: 0; }
  #copyToast.show {
    visibility: visible;
    /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s; }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {
    bottom: -15px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
@keyframes fadein {
  from {
    bottom: -15px;
    opacity: 0; }
  to {
    bottom: 0;
    opacity: 1; } }
@-webkit-keyframes fadeout {
  from {
    bottom: 0;
    opacity: 1; }
  to {
    bottom: -15px;
    opacity: 0; } }
@keyframes fadeout {
  from {
    bottom: 0;
    opacity: 1; }
  to {
    bottom: -15px;
    opacity: 0; } }
.help-img {
  cursor: pointer;
  width: 50%; }

.lightbox {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-top: 64px;
  background-color: rgba(18, 8, 21, 0.98);
  /* Modal Content */ }
  .lightbox .lightbox-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px; }
    .lightbox .lightbox-content .thumbnails .column {
      padding: 0 8px;
      float: left;
      width: 25%; }
      .lightbox .lightbox-content .thumbnails .column img.demo {
        opacity: 0.6;
        width: 100%;
        max-height: 150px;
        margin-top: 24px; }
      .lightbox .lightbox-content .thumbnails .column .active,
      .lightbox .lightbox-content .thumbnails .column .demo:hover {
        opacity: 1; }

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 35px;
  font-weight: bold; }
  .close:hover, .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer; }

/* Hide the slides by default */
.mySlides {
  display: none; }

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none; }

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px; }

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8); }

/* Number text (1/3 etc) */
.numbertext {
  color: #ffffff;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: -48px;
  left: 0px;
  border-radius: 4px;
  background: #61346B; }

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white; }

img.hover-shadow {
  transition: 0.3s; }

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

@media (max-width: 991.98px) {
  .help-img {
    width: 100%; } }
@media (max-width: 767.98px) {
  .lightbox {
    margin-top: 120px; } }
@media (max-width: 575.98px) {
  .lightbox {
    height: 100%;
    width: 100%;
    z-index: 1000;
    position: fixed;
    margin-top: 0; }
    .lightbox .numbertext {
      top: -48px;
      left: 0px; }
    .lightbox .prev,
    .lightbox .next {
      display: none; } }

/*# sourceMappingURL=style_gltv.css.map */
