/*!
 * Viewer.js v1.11.7
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2024-11-24T04:32:14.526Z
 */

.viewer-zoom-in::before, .viewer-zoom-out::before, .viewer-one-to-one::before, .viewer-reset::before, .viewer-prev::before, .viewer-play::before, .viewer-next::before, .viewer-rotate-left::before, .viewer-rotate-right::before, .viewer-flip-horizontal::before, .viewer-flip-vertical::before, .viewer-fullscreen::before, .viewer-fullscreen-exit::before, .viewer-close::before {
    color: transparent;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    width: 20px;
  }

[dir] .viewer-zoom-in::before, [dir] .viewer-zoom-out::before, [dir] .viewer-one-to-one::before, [dir] .viewer-reset::before, [dir] .viewer-prev::before, [dir] .viewer-play::before, [dir] .viewer-next::before, [dir] .viewer-rotate-left::before, [dir] .viewer-rotate-right::before, [dir] .viewer-flip-horizontal::before, [dir] .viewer-flip-vertical::before, [dir] .viewer-fullscreen::before, [dir] .viewer-fullscreen-exit::before, [dir] .viewer-close::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 560 40%22%3E%3Cpath fill%3D%22%23fff%22 d%3D%22M49.6 17.9h20.2v3.9H49.6zm123.1 2 10.9-11 2.7 2.8-8.2 8.2 8.2 8.2-2.7 2.7-10.9-10.9zm94 0-10.8-11-2.7 2.8 8.1 8.2-8.1 8.2 2.7 2.7 10.8-10.9zM212 9.3l20.1 10.6L212 30.5V9.3zm161.5 4.6-7.2 6 7.2 5.9v-4h12.4v4l7.3-5.9-7.3-6v4h-12.4v-4zm40.2 12.3 5.9 7.2 5.9-7.2h-4V13.6h4l-5.9-7.3-5.9 7.3h4v12.6h-4zm35.9-16.5h6.3v2h-4.3V16h-2V9.7Zm14 0h6.2V16h-2v-4.3h-4.2v-2Zm6.2 14V30h-6.2v-2h4.2v-4.3h2Zm-14 6.3h-6.2v-6.3h2v4.4h4.3v2Zm-438 .1v-8.3H9.6v-3.9h8.2V9.7h3.9v8.2h8.1v3.9h-8.1v8.3h-3.9zM93.6 9.7h-5.8v3.9h2V30h3.8V9.7zm16.1 0h-5.8v3.9h1.9V30h3.9V9.7zm-11.9 4.1h3.9v3.9h-3.9zm0 8.2h3.9v3.9h-3.9zm244.6-11.7 7.2 5.9-7.2 6v-3.6c-5.4-.4-7.8.8-8.7 2.8-.8 1.7-1.8 4.9 2.8 8.2-6.3-2-7.5-6.9-6-11.3 1.6-4.4 8-5 11.9-4.9v-3.1Zm147.2 13.4h6.3V30h-2v-4.3h-4.3v-2zm14 6.3v-6.3h6.2v2h-4.3V30h-1.9zm6.2-14h-6.2V9.7h1.9V14h4.3v2zm-13.9 0h-6.3v-2h4.3V9.7h2V16zm33.3 12.5 8.6-8.6-8.6-8.7 1.9-1.9 8.6 8.7 8.6-8.7 1.9 1.9-8.6 8.7 8.6 8.6-1.9 2-8.6-8.7-8.6 8.7-1.9-2zM297 10.3l-7.1 5.9 7.2 6v-3.6c5.3-.4 7.7.8 8.7 2.8.8 1.7 1.7 4.9-2.9 8.2 6.3-2 7.5-6.9 6-11.3-1.6-4.4-7.9-5-11.8-4.9v-3.1Zm-157.3-.6c2.3 0 4.4.7 6 2l2.5-3 1.9 9.2h-9.3l2.6-3.1a6.2 6.2 0 0 0-9.9 5.1c0 3.4 2.8 6.3 6.2 6.3 2.8 0 5.1-1.9 6-4.4h4c-1 4.7-5 8.3-10 8.3a10 10 0 0 1-10-10.2 10 10 0 0 1 10-10.2Z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: 280px;
  }

.viewer-zoom-in::before {
  content: 'Zoom In';
}

[dir=ltr] .viewer-zoom-in::before {
    background-position: 0 0;
}

[dir=rtl] .viewer-zoom-in::before {
  background-position: 100% 0;
}

.viewer-zoom-out::before {
  content: 'Zoom Out';
}

[dir] .viewer-zoom-out::before {
  background-position: -20px 0;
}

.viewer-one-to-one::before {
  content: 'One to One';
}

[dir] .viewer-one-to-one::before {
  background-position: -40px 0;
}

.viewer-reset::before {
  content: 'Reset';
}

[dir] .viewer-reset::before {
  background-position: -60px 0;
}

.viewer-prev::before {
  content: 'Previous';
}

[dir] .viewer-prev::before {
  background-position: -80px 0;
}

.viewer-play::before {
  content: 'Play';
}

[dir] .viewer-play::before {
  background-position: -100px 0;
}

.viewer-next::before {
  content: 'Next';
}

[dir] .viewer-next::before {
  background-position: -120px 0;
}

.viewer-rotate-left::before {
  content: 'Rotate Left';
}

[dir] .viewer-rotate-left::before {
  background-position: -140px 0;
}

.viewer-rotate-right::before {
  content: 'Rotate Right';
}

[dir] .viewer-rotate-right::before {
  background-position: -160px 0;
}

.viewer-flip-horizontal::before {
  content: 'Flip Horizontal';
}

[dir] .viewer-flip-horizontal::before {
  background-position: -180px 0;
}

.viewer-flip-vertical::before {
  content: 'Flip Vertical';
}

[dir] .viewer-flip-vertical::before {
  background-position: -200px 0;
}

.viewer-fullscreen::before {
  content: 'Enter Full Screen';
}

[dir] .viewer-fullscreen::before {
  background-position: -220px 0;
}

.viewer-fullscreen-exit::before {
  content: 'Exit Full Screen';
}

[dir] .viewer-fullscreen-exit::before {
  background-position: -240px 0;
}

.viewer-close::before {
  content: 'Close';
}

[dir] .viewer-close::before {
  background-position: -260px 0;
}

.viewer-container {
  bottom: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[dir=ltr] .viewer-container {
    direction: ltr;
    left: 0;
    right: 0;
}

[dir=rtl] .viewer-container {
  direction: rtl;
  right: 0;
  left: 0;
}

[dir] .viewer-container::-moz-selection, [dir] .viewer-container *::-moz-selection {
    background-color: transparent;
  }

[dir] .viewer-container::selection, [dir] .viewer-container *::selection {
    background-color: transparent;
  }

.viewer-container:focus {
    outline: 0;
  }

.viewer-container img {
    display: block;
    height: auto;
    max-height: none !important;
    max-width: none !important;
    min-height: 0 !important;
    min-width: 0 !important;
    width: 100%;
  }

.viewer-canvas {
  bottom: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
}

[dir=ltr] .viewer-canvas {
    left: 0;
    right: 0;
}

[dir=rtl] .viewer-canvas {
  right: 0;
  left: 0;
}

.viewer-canvas > img {
    height: auto;
    max-width: 90% !important;
    width: auto;
  }

[dir] .viewer-canvas > img {
    margin: 15px auto;
  }

.viewer-footer {
  bottom: 0;
  overflow: hidden;
  position: absolute;
}

[dir] .viewer-footer {
  text-align: center;
}

[dir=ltr] .viewer-footer {
    left: 0;
    right: 0;
}

[dir=rtl] .viewer-footer {
  right: 0;
  left: 0;
}

.viewer-navbar {
  overflow: hidden;
}

[dir] .viewer-navbar {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-list {
  box-sizing: content-box;
  height: 50px;
  overflow: hidden;
}

[dir] .viewer-list {
  margin: 0;
  padding: 1px 0;
}

.viewer-list > li {
    color: transparent;
    font-size: 0;
    height: 50px;
    line-height: 0;
    opacity: 0.5;
    overflow: hidden;
    transition: opacity 0.15s;
    width: 30px;
  }

[dir] .viewer-list > li {
    cursor: pointer;
  }

[dir=ltr] .viewer-list > li {
    float: left;
  }

[dir=rtl] .viewer-list > li {
    float: right;
  }

.viewer-list > li:focus,
    .viewer-list > li:hover {
      opacity: 0.75;
    }

.viewer-list > li:focus {
      outline: 0;
    }

[dir=ltr] .viewer-list > li + li {
    margin-left: 1px;
    }

[dir=rtl] .viewer-list > li + li {
      margin-right: 1px;
    }

.viewer-list > .viewer-loading {
    position: relative;
  }

.viewer-list > .viewer-loading::after {
      height: 20px;
      width: 20px;
    }

[dir] .viewer-list > .viewer-loading::after {
      border-width: 2px;
      margin-top: -10px;
    }

[dir=ltr] .viewer-list > .viewer-loading::after {
    margin-left: -10px;
    }

[dir=rtl] .viewer-list > .viewer-loading::after {
      margin-right: -10px;
    }

.viewer-list > .viewer-active,
  .viewer-list > .viewer-active:focus,
  .viewer-list > .viewer-active:hover {
    opacity: 1;
  }

.viewer-player {
  bottom: 0;
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

[dir] .viewer-player {
  background-color: #000;
  cursor: none;
}

[dir=ltr] .viewer-player {
    left: 0;
    right: 0;
}

[dir=rtl] .viewer-player {
  right: 0;
  left: 0;
}

.viewer-player > img {
    position: absolute;
    top: 0;
  }

[dir=ltr] .viewer-player > img {
    left: 0;
  }

[dir=rtl] .viewer-player > img {
    right: 0;
  }

.viewer-toolbar > ul {
    display: inline-block;
    overflow: hidden;
  }

[dir] .viewer-toolbar > ul {
    margin: 0 auto 5px;
    padding: 6px 3px;
  }

.viewer-toolbar > ul > li {
      height: 24px;
      overflow: hidden;
      transition: background-color 0.15s;
      width: 24px;
    }

[dir] .viewer-toolbar > ul > li {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
      cursor: pointer;
    }

[dir=ltr] .viewer-toolbar > ul > li {
    float: left;
    }

[dir=rtl] .viewer-toolbar > ul > li {
      float: right;
    }

[dir] .viewer-toolbar > ul > li:focus, [dir] .viewer-toolbar > ul > li:hover {
        background-color: rgba(0, 0, 0, 0.8);
      }

.viewer-toolbar > ul > li:focus {
        outline: 0;
        position: relative;
        z-index: 1;
      }

[dir] .viewer-toolbar > ul > li:focus {
        box-shadow: 0 0 3px #fff;
      }

[dir] .viewer-toolbar > ul > li::before {
        margin: 2px;
      }

[dir=ltr] .viewer-toolbar > ul > li + li {
    margin-left: 1px;
      }

[dir=rtl] .viewer-toolbar > ul > li + li {
        margin-right: 1px;
      }

.viewer-toolbar > ul > .viewer-small {
      height: 18px;
      width: 18px;
    }

[dir] .viewer-toolbar > ul > .viewer-small {
      margin-bottom: 3px;
      margin-top: 3px;
    }

[dir] .viewer-toolbar > ul > .viewer-small::before {
        margin: -1px;
      }

.viewer-toolbar > ul > .viewer-large {
      height: 30px;
      width: 30px;
    }

[dir] .viewer-toolbar > ul > .viewer-large {
      margin-bottom: -3px;
      margin-top: -3px;
    }

[dir] .viewer-toolbar > ul > .viewer-large::before {
        margin: 5px;
      }

.viewer-tooltip {
  color: #fff;
  display: none;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  width: 50px;
}

[dir] .viewer-tooltip {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  margin-top: -10px;
  text-align: center;
}

[dir=ltr] .viewer-tooltip {
    left: 50%;
    margin-left: -25px;
}

[dir=rtl] .viewer-tooltip {
  right: 50%;
  margin-right: -25px;
}

.viewer-title {
  color: #ccc;
  display: inline-block;
  font-size: 12px;
  line-height: 1.2;
  max-width: 90%;
  min-height: 14px;
  opacity: 0.8;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.15s;
  white-space: nowrap;
}

[dir] .viewer-title {
  margin: 5px 5%;
}

.viewer-title:hover {
    opacity: 1;
  }

.viewer-button {
  -webkit-app-region: no-drag;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: -40px;
  transition: background-color 0.15s;
  width: 80px;
}

[dir] .viewer-button {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}

[dir=ltr] .viewer-button {
    right: -40px;
}

[dir=rtl] .viewer-button {
  left: -40px;
}

[dir] .viewer-button:focus, [dir] .viewer-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

.viewer-button:focus {
    outline: 0;
  }

[dir] .viewer-button:focus {
    box-shadow: 0 0 3px #fff;
  }

.viewer-button::before {
    bottom: 15px;
    position: absolute;
  }

[dir=ltr] .viewer-button::before {
    left: 15px;
  }

[dir=rtl] .viewer-button::before {
    right: 15px;
  }

.viewer-fixed {
  position: fixed;
}

.viewer-open {
  overflow: hidden;
}

.viewer-show {
  display: block;
}

.viewer-hide {
  display: none;
}

[dir] .viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.viewer-invisible {
  visibility: hidden;
}

[dir] .viewer-move {
  cursor: move;
  cursor: grab;
}

.viewer-fade {
  opacity: 0;
}

.viewer-in {
  opacity: 1;
}

.viewer-transition {
  transition: all 0.3s;
}

@keyframes viewer-spinner-ltr {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes viewer-spinner-rtl {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

.viewer-loading::after {
    content: '';
    display: inline-block;
    height: 40px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 1;
  }

[dir] .viewer-loading::after {
    border: 4px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-top: -20px;
  }

[dir=ltr] .viewer-loading::after {
    animation:  viewer-spinner-ltr 1s linear infinite;
    border-left-color: rgba(255, 255, 255, 0.5);
    left: 50%;
    margin-left: -20px;
  }

[dir=rtl] .viewer-loading::after {
    animation:  viewer-spinner-rtl 1s linear infinite;
    border-right-color: rgba(255, 255, 255, 0.5);
    right: 50%;
    margin-right: -20px;
  }

@media (max-width: 767px) {
  .viewer-hide-xs-down {
    display: none;
  }
}

@media (max-width: 991px) {
  .viewer-hide-sm-down {
    display: none;
  }
}

@media (max-width: 1199px) {
  .viewer-hide-md-down {
    display: none;
  }
}

.indicator[data-v-63d62acf]{display:inline-block;width:12px;height:12px;position:relative;font-size:14px}[dir] .indicator[data-v-63d62acf]{border-radius:50%}[dir=ltr] .indicator[data-v-63d62acf]{margin-right:2px}[dir=rtl] .indicator[data-v-63d62acf]{margin-left:2px}@media(max-width: 767px){.indicator[data-v-63d62acf]{width:8px;height:8px}}span.blink[data-v-63d62acf]{display:block;width:12px;height:12px;opacity:.7}[dir] span.blink[data-v-63d62acf]{background-color:#0fcc45;border-radius:50%}[dir=ltr] span.blink[data-v-63d62acf]{animation:blink-data-v-63d62acf 1s linear infinite}[dir=rtl] span.blink[data-v-63d62acf]{animation:blink-data-v-63d62acf 1s linear infinite}@media(max-width: 767px){span.blink[data-v-63d62acf]{width:8px;height:8px}}[dir] .online[data-v-63d62acf]{background-color:#0fcc45}[dir] .offline[data-v-63d62acf]{background-color:red}@keyframes blink-data-v-63d62acf{100%{transform:scale(2, 2);opacity:0}}
#user-profile #user-profile-carousel{position:relative}#user-profile #user-profile-carousel .carousel-inner{overflow:hidden}[dir] #user-profile #user-profile-carousel .carousel-inner{border-radius:24px}#user-profile #user-profile-carousel .carousel-item{height:500px}@media(max-width: 1199px){#user-profile #user-profile-carousel .carousel-item{height:380px}}@media(max-width: 767px){#user-profile #user-profile-carousel .carousel-item{height:320px}}#user-profile #user-profile-carousel .carousel-item .img-overlay{width:100%;height:100%;display:flex;align-items:center;justify-content:center}[dir] #user-profile #user-profile-carousel .carousel-item .img-overlay{background:#000}#user-profile #user-profile-carousel .carousel-item .slide-image{width:100%;height:100%;object-fit:cover}#user-profile #user-profile-carousel .carousel-control-prev,#user-profile #user-profile-carousel .carousel-control-next{width:auto;opacity:1;top:50%}[dir] #user-profile #user-profile-carousel .carousel-control-prev, [dir] #user-profile #user-profile-carousel .carousel-control-next{transform:translateY(-50%)}#user-profile #user-profile-carousel .carousel-control-prev-icon,#user-profile #user-profile-carousel .carousel-control-next-icon{width:38px;height:38px}[dir] #user-profile #user-profile-carousel .carousel-control-prev-icon, [dir] #user-profile #user-profile-carousel .carousel-control-next-icon{border-radius:50%;background-color:rgba(0,0,0,.65);background-size:55% 55%;box-shadow:0 4px 12px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.4)}[dir=ltr] #user-profile #user-profile-carousel .carousel-control-prev-icon{margin-left:10px}[dir=rtl] #user-profile #user-profile-carousel .carousel-control-prev-icon{margin-right:10px}[dir=ltr] #user-profile #user-profile-carousel .carousel-control-next-icon{margin-right:10px}[dir=rtl] #user-profile #user-profile-carousel .carousel-control-next-icon{margin-left:10px}#user-profile #user-profile-carousel .carousel-indicators{bottom:10px}#user-profile #user-profile-carousel .carousel-indicators li{width:8px;height:8px}[dir] #user-profile #user-profile-carousel .carousel-indicators li{border-radius:50%;background-color:rgba(255,255,255,.5);border:none;margin:0 3px}[dir] #user-profile #user-profile-carousel .carousel-indicators li.active{background-color:#f9447a}#user-profile .gallery-edit-icon{position:absolute;z-index:999;bottom:24px}[dir] #user-profile .gallery-edit-icon{background-color:rgba(0,0,0,.15);border-radius:50%;padding:6px}[dir=ltr] #user-profile .gallery-edit-icon{right:24px}[dir=rtl] #user-profile .gallery-edit-icon{left:24px}[dir] #user-profile .card{background-color:#f5f8fd;border-radius:24px}#user-profile .title{font-weight:600;font-size:22px;line-height:28px;color:#000}#user-profile .user-information .name-location .location{font-weight:400;font-size:14px;line-height:18px;color:#f9447a}#user-profile .user-information .actions{display:flex;justify-content:end;align-items:start}[dir] #user-profile .user-information .actions{margin-top:6px}@media(max-width: 1199px){#user-profile .user-information .actions{justify-content:start}}[dir] #user-profile .user-information .actions div{background:#fff;box-shadow:0 1px 8px #e8edf4;border-radius:50%;padding:8px;cursor:pointer}[dir=ltr] #user-profile .user-information .actions div{margin-right:12px}[dir=rtl] #user-profile .user-information .actions div{margin-left:12px}[dir] #user-profile .online-status{margin-top:4px}#user-profile .about-me{font-weight:300;font-size:14px;line-height:25px;color:#3d3d3d}[dir] #user-profile .about-me{margin-top:16px;background:#fff;box-shadow:0 1px 8px #e8edf4;border-radius:12px;padding:16px}[dir] #user-profile .about-me p{margin-bottom:6px}#user-profile .about-me .head{color:#000;font-weight:500}[dir] #user-profile .about-me .head{margin-bottom:10px}#user-profile .about-me .link{color:#f9447a;text-decoration:underline}[dir] #user-profile .about-me .link{cursor:pointer}[dir] #user-profile .images, [dir] #user-profile .videos{margin-top:20px}[dir] #user-profile .images img, [dir] #user-profile .videos img{border-radius:12px;cursor:zoom-in}#user-profile .images .plus,#user-profile .videos .plus{font-weight:500;font-size:14px;line-height:18px;color:#f9447a;display:flex;align-items:center;justify-content:center}[dir] #user-profile .images .plus, [dir] #user-profile .videos .plus{text-align:center}[dir] #user-profile .images .plus span, [dir] #user-profile .videos .plus span{padding:16px;background-color:#fff;border-radius:50%;cursor:pointer}#user-profile .images .private-video-play-icon,#user-profile .videos .private-video-play-icon{position:absolute;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}[dir] #user-profile .images .private-video-play-icon, [dir] #user-profile .videos .private-video-play-icon{cursor:zoom-in}[dir=ltr] #user-profile .images .private-video-play-icon, [dir=ltr] #user-profile .videos .private-video-play-icon{left:0}[dir=rtl] #user-profile .images .private-video-play-icon, [dir=rtl] #user-profile .videos .private-video-play-icon{right:0}#user-profile .user-level{display:flex;justify-content:center;align-items:center;gap:4px}[dir] #user-profile .user-level{margin-top:12px}#user-profile .user-level>div{display:flex;justify-content:end;align-items:center;flex-direction:column;width:25%;gap:4px;height:92px}#user-profile .user-level>div div{display:flex;justify-content:center;flex-direction:column;align-items:center;gap:4px;width:100%}[dir=ltr] #user-profile .user-level>div.user-level-bronze .bar{background:linear-gradient(to right, #CB6A34 0%, #F1AF8C 100%)}[dir=rtl] #user-profile .user-level>div.user-level-bronze .bar{background:linear-gradient(to left, #CB6A34 0%, #F1AF8C 100%)}[dir=ltr] #user-profile .user-level>div.user-level-gold .bar{background:linear-gradient(to right, #D68E22 0%, #FFD75C 100%)}[dir=rtl] #user-profile .user-level>div.user-level-gold .bar{background:linear-gradient(to left, #D68E22 0%, #FFD75C 100%)}[dir=ltr] #user-profile .user-level>div.user-level-member .bar{background:linear-gradient(to right, #743BC5 0%, #DC85FF 100%)}[dir=rtl] #user-profile .user-level>div.user-level-member .bar{background:linear-gradient(to left, #743BC5 0%, #DC85FF 100%)}[dir=ltr] #user-profile .user-level>div.user-level-silver .bar{background:linear-gradient(to right, #9A9A9A 0%, #D9D7DF 100%)}[dir=rtl] #user-profile .user-level>div.user-level-silver .bar{background:linear-gradient(to left, #9A9A9A 0%, #D9D7DF 100%)}#user-profile .user-level>div.user-level-bronze .text{color:#cb6a34}#user-profile .user-level>div.user-level-gold .text{color:#d68e22}#user-profile .user-level>div.user-level-member .text{color:#743bc5}#user-profile .user-level>div.user-level-silver .text{color:#212121}#user-profile .user-level>div.passive{filter:grayscale(1);-webkit-filter:grayscale(1)}#user-profile .user-level>div.passive.user-level-silver .text{color:#7e7d7d}#user-profile .user-level>div .bar{display:block;width:100%;height:8px}#user-profile .user-level>div .text{font-size:8px;height:26px;font-weight:bold}[dir] #user-profile .user-level>div .text{text-align:center}[dir=ltr] #user-profile .user-level>div:first-of-type .bar{border-bottom-left-radius:12px;border-top-left-radius:12px}[dir=rtl] #user-profile .user-level>div:first-of-type .bar{border-bottom-right-radius:12px;border-top-right-radius:12px}[dir=ltr] #user-profile .user-level>div:last-of-type .bar{border-bottom-right-radius:12px;border-top-right-radius:12px}[dir=rtl] #user-profile .user-level>div:last-of-type .bar{border-bottom-left-radius:12px;border-top-left-radius:12px}[dir] .modal-private-video .modal-content{background-color:#fff}.modal-private-video .modal-body{display:flex;justify-content:center}[dir] .modal-private-video .modal-body{padding:12px !important}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(79,187,86,.7)}70%{transform:scale(1.05);box-shadow:0 0 0 5px rgba(79,187,86,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(79,187,86,0)}}.live-badge{display:inline-flex;align-items:center;gap:5px;color:#fff;font-size:11px;font-weight:bold;text-transform:uppercase;transition:background-color .2s;height:24px}[dir] .live-badge{background-color:#4fbb56;padding:3px 8px;border-radius:4px;cursor:pointer}[dir=ltr] .live-badge{animation:pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);margin-left:-12px}[dir=rtl] .live-badge{animation:pulse 1.5s infinite cubic-bezier(0.66, 0, 0, 1);margin-right:-12px}[dir] .live-badge:hover{background-color:#27ff35}.live-badge-wrapper{display:inline-flex;align-items:center;vertical-align:middle}[dir] .live-badge-wrapper{cursor:pointer}

/*# sourceMappingURL=chunk-180e4460.0965340e.css.map*/