
.bg-gradient {
  background: url('');
  background-size: cover;
}

a.social-share i {color: #797979; font-size: 32px;}
a:hover.social-share { text-decoration: none; }
.btn-whatsapp {color: #50b154 !important;}
.close-inherit {color: inherit !important;}
.btn-twitter { background-color: #000;  color:#fff !important;}

@media (max-width: 991px) {
  .navbar-user-mobile {
    font-size: 20px;
  }
}
.or {
display:flex;
justify-content:center;
align-items: center;
color:grey;
}

.or:after,
.or:before {
  content: "";
  display: block;
  background: #adb5bd;
  width: 50%;
  height:1px;
  margin: 0 10px;
}

.icon-navbar { font-size: 22px; vertical-align: bottom;  }

.btn, .sa-button-container button {border-radius: 50rem!important;}

.navbar_background_color { 

  background-color: #fff !important; 
}
.link-scroll a.nav-link:not(.btn), .navbar-toggler:not(.text-white) { color: #ffffff !important; }

@media (max-width: 991px) {
  .navbar .navbar-collapse, .dd-menu-user, .dropdown-item.balance:hover
  { background-color: #fff !important; color: #ffffff !important; }
  .navbar-collapse .navbar-toggler span { background-color: #ffffff !important; }
  .dropdown-divider { border-top-color: #8828d7 !important;}
  }

.footer_background_color { background-color: #ffffff !important; }
.footer_text_color, .link-footer:not(.footer-tiny) { color: #5f5f5f; }

:root {
  --plyr-color-main: #be206b;
  --swiper-theme-color: #be206b;
  --color-media-wrapper:  #f1f1f1 ;
  --color-pulse-media-wrapper:  #f8f8f8 ;
}

.plyr--video.plyr--stopped .plyr__controls {display: none;}

@media (min-width: 767px) {
  .login-btn { padding-top: 12px !important;}
}

::selection{ background-color: #be206b; color: white; }
::moz-selection{ background-color: #be206b; color: white; }
::webkit-selection{ background-color: #be206b; color: white; }

body a,
a:hover,
a:focus,
a.page-link,
.btn-outline-primary,
.btn-link {
    color: #be206b;
}
.text-primary {
    color: #be206b!important;
}

a.text-primary.btnBookmark:hover, a.text-primary.btnBookmark:focus {
  color: #be206b!important;
}
.dropdown-menu {
  font-size: 16px !important;
  line-height: normal !important;
  padding: .5rem !important;
}
.dropdown-item {
  border-radius: 5px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.page-item.active .page-link,
.page-link:hover,
.owl-theme .owl-dots .owl-dot span,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span
 {
    background-color: #007bff;
    border-color: #007bff;
}
.bg-primary,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active,
.tooltip-inner,
.custom-range::-webkit-slider-thumb,
.custom-range::-webkit-slider-thumb:active {
    background-color: #be206b!important;
}

.custom-range::-moz-range-thumb:active,
.custom-range::-ms-thumb:active {
  background-color: #be206b!important;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before,
.btn-outline-primary {
  border-color: #be206b;
}
.custom-control-input:not(:disabled):active~.custom-control-label::before,
.custom-control-input:checked~.custom-control-label::before,
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.list-group-item.active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.badge-primary {
    color: #fff;
    background-color: #be206b;
    border-color: #be206b;
}
.popover .arrow::before { border-top-color: rgba(0,0,0,.35) !important; }
.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #be206b!important;
}
.arrow::before {
  border-top-color: #be206b!important;
}
.nav-profile li.active {
  border-bottom: 3px solid #be206b !important;
}
.button-avatar-upload {left: 0;}
input[type='file'] {overflow: hidden;}
.badge-free { top: 10px; right: 10px; background: rgb(0 0 0 / 65%); color: #fff; font-size: 12px;}

.btn-facebook, .btn-twitter, .btn-google {position: relative;}
.btn-facebook i  {
  position: absolute;
    left: 10px;
    bottom: 14px;
    width: 36px;
}

.btn-twitter i {
    position: absolute;
    left: 10px;
    bottom: 9px !important;
    bottom: 13px;
    width: 36px;
}

.btn-google img  {
  position: absolute;
    left: 18px;
    bottom: 12px;
    width: 18px;
}

.button-search {top: 0;}

@media (min-width: 768px) {
  .pace {display:none !important;}
}

@media (min-width: 992px) {
  .menuMobile {display:none !important;}
}

.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.pace-inactive{display:none}
.pace .pace-progress{background:#be206b;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:3px}

.menuMobile {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1040;
      background-color: #8828d7 !important;
  
}
.btn-mobile {border-radius: 25px;
    color: #ffffff !important;
  }
.btn-mobile:hover {
    background-color: rgb(243 243 243 / 26%);
    text-decoration: none !important;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    width: 300px !important;
    box-shadow: 5px 0px 8px #000;
  }

  .card-profile {width: 100% !important; text-align: center;}
  .section-msg {padding: 0 !important;}
  .text-center-sm { text-align: center !important;}

  #navbarUserHome { position: initial !important;}

  .notify {
    top: 5px !important;
    right: 5px !important;
  }

    .margin-auto {
      margin: auto!important;
  }
  }
.sidebar-overlay #mobileMenuOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 101;
    -webkit-transition: all .9s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    transition-delay: .35s;
    left: 0;
}
.noti_notifications, .noti_msg {display: none;}

.link-menu-mobile {border-radius: 6px;}
.link-menu-mobile:hover:not(.balance) {
  background: rgb(242 242 242 / 40%);
}
a.link-border {text-decoration: none;}
@media (max-width: 479px) {
  .card-border-0 {
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
  }
  .card.rounded-large {
    border-radius: 0 !important;
  }
  .wrap-post {padding: 0 !important;}
}

@media (min-width: 576px) {
  .modal-login {
      max-width: 415px;
  }
}
.toggleComments { cursor: pointer;}
.blocked {left: 0; top: 0;}
.card-settings > .list-group-flush>.list-group-item {border-width: 0 0 0px !important;}
.btn-active-hover {background-color: #f3f3f3;}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.container-msg {position: relative; overflow: auto; overflow-x: hidden; flex: 2; -webkit-box-flex: 2;}
.section-msg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    min-width: 0;
    width: 100%;
}
.container-media-msg {max-width: 100%;max-height: 100%;}
.container-media-img {max-width: 100%;}
.rounded-top-right-0 {border-top-right-radius: 0 !important;}
.rounded-top-left-0{border-top-left-radius: 0 !important;}
.custom-rounded {border-radius: 10px;}
.card-profile {width: 75%;}
.fancybox-button {background: none !important;}
.modal-open .modal,
.sweet-overlay {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.pulse-btn:active > i,
.pulse-btn:active > svg {
  animation-duration: 600ms;
  animation-name: pulse-animation;
  animation-timing-function: ease-in;
  -webkit-transition: all .1s;
    transition: all .1s;
}
@keyframes pulse-animation{
  0% { transform:scale(1.2); }
  100% { transform:scale(0); }
}
.post-image {
  max-height: 600px;
  object-fit: cover;
  object-position: 100% center;
}
@media (max-width: 600px) {
  .post-image {
      max-height: 90vw;
  }
}
.swiper-container {
  width: 100%;
}
.font-14 {
  font-size: 14px;
}
.card-user-profile {
  border-radius: .50rem!important;
}
.card-user-profile > .card-cover {
  border-top-left-radius: .50rem!important;
  border-top-right-radius: .50rem!important;
}
.btn-arrow-expand[aria-expanded='true'] > i.fa-chevron-down:before {
    transform: rotate(180deg);
    content: "\f077";
}

.btn-menu-expand[aria-expanded='true'] > i.fa-bars:before {
    content: "\f00d";
}
.wrapper-msg-right {
  float: initial;
  margin-right: auto;
  max-width: 500px;
}
.wrapper-msg-left {
  float: initial;
  margin-left: auto;
  max-width: 500px;
}
.post-img-grid {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -150px 0;
  }
  100% {
    background-position: 150px 0;
  }
}
.media-wrapper {
  background-color: var(--color-media-wrapper);
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  position: relative;
}

@keyframes pulse {
  0% {
    background-color: var(--color-media-wrapper);
  }
  50% {
    background-color: var(--color-pulse-media-wrapper);
  }
  100 {
    background-color: var(--color-media-wrapper);
  }
}
/* ----- MEDIA GRID 1 ------- */
.media-grid-1 .media-wrapper {
  position: relative;
  padding-top: 60%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  display: block;
}

/* ----- MEDIA GRID 2 ------- */
.media-grid-2 {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
}

.media-grid-2 .media-wrapper {
  position: relative;
  padding-top: 45%;
  width: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
.media-grid-2 .media-wrapper:nth-child(1),
.media-grid-3 .media-wrapper:nth-child(1) {
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
}

.media-grid-2 .media-wrapper:nth-child(2) {
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
}

.media-grid-2 .media-wrapper:nth-child(2) {
  margin-left: 3px;
}
.media-grid-1,
.media-grid-3,
.media-grid-4,
.media-grid-5 {
  position: relative;
  width: 100%;
  display: table;
  overflow: hidden;
}
/* ----- MEDIA GRID 3 ------- */
.media-grid-3 .media-wrapper:nth-child(1) {
  position: relative;
  padding-top: 70.6%;
  width: calc(50% / 1 - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  float: left;
}
.media-grid-3 .media-wrapper:nth-child(2) {
  position: relative;
  padding-top: 35%;
  width: calc(100% / 2 - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  margin-bottom: 3px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
}
.media-grid-3 .media-wrapper:nth-child(3) {
  position: relative;
  padding-top: 35%;
  width: calc(100% / 2 - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
}

/* ----- MEDIA GRID 4/5 OR MORE ------- */
.media-grid-4 .media-wrapper:nth-child(1) {
  position: relative;
  padding-top: 50%;
  width: calc(100% / 1 - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  float: left;
  margin-bottom: 3px;
  border-top-right-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
}
.media-grid-5 .media-wrapper:nth-child(1) {
  position: relative;
  padding-top: 45%;
  width: calc(100% / 2 - 3px);
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-bottom: 3px;
  margin-right: 3px;
}
.media-grid-5 .media-wrapper:nth-child(2) {
  position: relative;
  padding-top: 45%;
  width: calc(100% / 2 - 0px);
  float: left;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  margin-bottom: 3px;

}
.media-grid-4 .media-wrapper:nth-child(2),
.media-grid-5 .media-wrapper:nth-child(3) {
  position: relative;
  padding-top: 30.3%;
  width: calc(100% / 3 - 0px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  float: left;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
}
.media-grid-4 .media-wrapper:nth-child(3),
.media-grid-5 .media-wrapper:nth-child(4) {
  position: relative;
  padding-top: 30.3%;
  width: calc(100% / 3 - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  float: left;
  margin-left: 3px;
}
.media-grid-4 .media-wrapper:nth-child(4),
.media-grid-5 .media-wrapper:nth-child(5) {
  position: relative;
  padding-top: 30.3%;
  width: calc(100% / 3 - 3px);
  overflow: hidden;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  float: left;
  margin-left: 3px;
  border-bottom-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
}
.media-grid-4 .media-wrapper:nth-child(1),
.media-grid-4 .media-wrapper:nth-child(2),
.media-grid-4 .media-wrapper:nth-child(3),
.media-grid-4 .media-wrapper:nth-child(4) > img,
.media-grid-4 .media-wrapper:nth-child(5) > img {
  z-index: 2;
}
.wrapper-media-music {
    width: 100%;
    max-width: 500px;
    height: auto;
    border: 1px solid #DDD;
    border-radius: 6px;
}
.progress-upload-cover {
  background-color: #be206b !important;
}
.more-media {
  display: block;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.more-media h2 {
  line-height: 1.8;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  z-index: 5;
}
.container-post-media {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
}
.button-play {
  cursor: pointer;
  margin: auto auto;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 48px;
  line-height: 48px;
  background-color: #be206b!important;
  border-radius: 100%;
  text-align: center;
  opacity: 0.9;
}
.wrapper-msg-inbox {
  overflow: auto;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .wrapper-msg-inbox {
    padding-top: 78px !important;
    padding-bottom: 60px !important;
  }
}
.wrapper-msg-inbox::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.wrapper-msg-inbox::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
}
.wrapper-msg-inbox::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}
.msg-inbox {
  border: 0;
}
@media (min-width: 1280px) {
  .container-lg-3 {
    max-width: 1300px;
  }
}
.menu-left-home li > a {
  padding: 5px 12px;
  display: block;
  font-size: 19px;
  text-decoration: none;
  margin-bottom: 8px;
  border-radius: 20px;
  color: #8a96a3;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.menu-left-home li > a:hover,
.menu-left-home li > a.active {
  background-color: #be206b;
  color: white;
}
.sticky-top {
    top: 90px;
}
.btn-category {
  width: 100%;
  text-align: left;
}
.category-filter {
  padding: 10px 15px;
  display: block;
  font-weight: bold;
}
.text-red {
  color: #F00;
}
.text-orange {
  color: #ff3507;
}
.img-vertical-lg {
  padding-top: 80% !important;
  max-width: 300px;
}
.wrapper-msg-left .img-vertical-lg {
  float:right;
}
.wrapper-msg-right .img-vertical-lg {
  float:left;
}
.button-white-sm {
  padding: 4px 15px;
  border: 1px solid #ccc;
  border-radius: 20px;
  text-align: center;
  font-size: 14px;
  color:  #333 ;
  display: inline-block;
  vertical-align: middle;
}
a:hover.button-white-sm {
  text-decoration: none;
  border-color: #be206b;
  background-color: #be206b;
  color: white;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.msg-inbox .active .verified {
  color: #FFF !important;
}
select[multiple] {
  visibility: hidden;
}
.select2-container
.select2-selection--multiple {
  min-height: 47px !important;
}

.select2-container--default
.select2-selection--multiple {
  border-left-width: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;

  background-color:  #fff !important ;
  border-color:  #cad1d7 !important ;
}

.select2-hidden-accessible {
  position: absolute !important;
}
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: var(--plyr-color-main) !important;
  border: 1px solid var(--plyr-color-main) !important;
  color: #fff !important;
  padding: 4px 10px !important;
}
.select2-results__option {
  color: #333;
}
.select2-container
.select2-search--inline
.select2-search__field {
  margin-top: 10px !important;
}
.announcements a {
  text-decoration: none;
  border-bottom: 1px solid;
  color: #fff;
}
.unread-chat {
  background-color: #f8f9fa;
}
.glightbox-open {
  height: auto !important;
}
.txt-black {color: #241e12;}
.p-bottom-8 {padding-bottom: 8px;}
.pinned-post {border-color:#be206b !important;}
.post-pending {
  border-color:#ff9800 !important;
}
.table-striped tbody tr:nth-of-type(odd) {background-color: rgba(0,0,0,.03);}

.icon-dashboard {
  padding: 12px 11px;
  background-color:  #450ea72b;   border-radius: 35%;
  color:  #be206b !important; ;
}
.icon-dashboard-2 {
    background-color: #450ea72e;
    border-radius: 50%;
    color: #be206b !important;
    width: 3rem!important;
    height: 3rem!important;
    align-items: center!important;
    justify-content: center!important;
    flex-shrink: 0!important;
    display: inline-flex!important;
    font-size: 24px;
}
.icon-notify {
  color:  #be206b ;
  width: 60px;
  height: 60px;
  font-size: 55px;
  line-height: 60px;
}
.btn-blocked {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 99;
    top: 0;
    left: 0;
    border-radius: inherit;
}

.icon-sm-radio {
  padding: 7px 8px;
  border-radius: 35%;
  background-color:  #450ea72b;   color:  #be206b !important; }

@media (max-width: 991px) {
  .w-100-mobile {
    width: 100% !important;
  }
}
.button-like-live {
  font-size: 25px;
}
@media (max-width: 767px) {

  .wrapper-live-chat  {
    background-color: transparent !important;
    position: absolute !important;
    padding: 0 !important;
    z-index: 200 !important;
    max-height: 250px !important;
    bottom: 0;
    left: 0;
    -webkit-mask-image: linear-gradient(transparent 0%, rgba(50, 50, 50, 1.0) 20%);
  }
  .wrapper-live-chat > .card,
  #commentLive {
    background-color: transparent !important;
    color: #FFF;
  }
  .titleChat {
    display: none !important;
  }
  #allComments {
    padding-top: 20px !important;
  }
  .live-blocked {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  li.chatlist {
    color: #FFF !important;
    font-size: 14px;
    text-shadow: 0 1px 2px #000;
  }
  .wrapper-live-chat .content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .wrapper-live-chat .card-footer {
    border: 0 !important;
  }
  .buttons-live {
    color: #FFF !important;
  }
  .buttons-live:hover {
    background-color: transparent !important;
  }
  #commentLive::placeholder {
    color: #FFF !important;
    opacity: 1;
  }
  #commentLive::-moz-placeholder {
    color: #FFF !important;
    opacity: 1;
  }
  #commentLive::-ms-input-placeholder {
    color: #FFF !important;
    opacity: 1;
  }
  #commentLive:-ms-input-placeholder {
    color: #FFF !important;
    opacity: 1;
  }
  #commentLive::-webkit-input-placeholder {
    color: #FFF !important;
    opacity: 1;
  }
  input#commentLive {
    border: 1px solid #FFF !important;
    border-radius: 60px;
  }
  .offline-live { display: none;}
}/* End max-width 767 */

.tipped-live {
  font-size: 14px;
  text-shadow: 0 1px 4px #4b4b4b;
}
.live_offline::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  content: "";
  z-index: 1;
  position: absolute;
}
.live_offline::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  position: absolute;
  background-color: rgba(50, 50, 50, 0.8);
}
.text-content-live {
  position: relative;
  color: #FFF;
  z-index: 2 !important;
}
#full-screen-video {
  position: relative;
  width: 100%;
  height: 100%;
}
.liveContainer {
  background-color: #000;
}
.live-top-menu {
  width: 100%;
  padding: 1rem!important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
}
@keyframes pulse-live {
  0% {
    background-color: #ff0000;
  }
  50% {
    background-color: #ff0000b0;
  }
  100 {
    background-color: #ff0000;
  }
}
.live {
  color: #fff;
  border-color: #ff0000;
  background-color: #ff0000;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: text-top;
  font-weight: bold;
  animation-name: pulse-live;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.live-views {
  color: #fff;
  border-color: #000000;
  background-color: #0000007a;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: text-top;
  font-weight: bold;
}
.close-live,
.exit-live,
.live-options {
  color: #FFF;
  font-size: 22px;
  vertical-align: bottom;
  cursor: pointer;
}
.text-shadow-sm {
  text-shadow: 0 1px 0px #000;
}
.div-flex {
  flex: 1 1 auto;
  position: relative;
  min-height: 12px;
}
.chat-msg {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.menu-options-live a {
  cursor: pointer;
}
.avatar-wrap-live {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 15px;
}
.video-poster-html {
  position:absolute;
  right: 0;
  top: 0;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  width: auto;
  z-index: 2;
  margin: 0 auto;
  object-fit: cover;
}
.wrapper-live {
  position: relative;
  max-width: 100px;
  margin: auto;
}
@keyframes pulseLive {
  0% {
    opacity: 0.1;
    transform: scale(1.05);
  }
  50% {
    opacity: 1;
    transform: scale(1.15);
  }
  100% {
    opacity: 0.1;
    transform: scale(1.3);
  }
}
.live-pulse {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border: 3px solid #ff0000;
  z-index: 1;
  border-radius: 50%;
}
.live-pulse::after,
.live-pulse::before {
  width: 100%;
  border: 2px solid #ff0000 !important;
  height: 100%;
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  border-radius: 50%;
  animation-name: pulseLive;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.live-pulse::after {
  animation-delay: .5s;
}
.live-span {
  width: 39px;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 17px;
  border-radius: 3px;
  text-transform: uppercase;
  justify-content: center;
  background-color: #ff0000;
  margin: auto;
  display: flex;
  z-index: 2;
  position: absolute;
  font-size: 8px;
  text-align: center;
  align-items: center;
  font-weight: 900;
  color: #FFF;
}
.button-like-live .bi-heart-fill {
  color: #F00 !important;
}
.avatar-live {
  border: 2px solid #f00;
}
.liveLink {cursor: pointer;}
.icon-wrap {
  position: absolute;
  top: -30px;
  right: 10px;
  z-index: 0;
  font-size: 115px;
  color: rgba(0,0,0,0.10);
  transform: rotate(20deg);
}
.inner-wrap {
  position: relative;
  z-index: 1;
}
.fee-wrap {
  padding: 5px 10px;
  border: 1px dashed #ccc;
  border-radius: 6px;
}
.btn-arrow-expand-bi[aria-expanded='true'] .bi-chevron-down::before {
  transform: rotate(180deg);
}
.transition-icon::before {
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.limitLiveStreaming {
  position: absolute;
  top: 45px;
  left: 65px;
}
.subscriptionDiscount {
  font-size: 14px;
  padding: 2px 20px;
  border: 1px dashed;
  border-radius: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.border-dashed-radius {
  border: 1px dashed #a7a7a7;
  border-radius: 10px;
}
.list-taxes:last-child {
  border-bottom: 0 !important;
  border-radius: inherit;
}
.search-bar {
  border-radius: 60px;
  padding: 12px 20px !important;
  height: 40px !important;
  background-color: #f6f6f6;
  border: 1px solid transparent !important;
}
.search-bar:focus {
  border: 1px solid #ced4da !important;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.preview-shop .fileuploader {
  display: block;
  background:  #fafbfd !important; ;
}
.file-shop .fileuploader {
  display: block;
}

.count-previews {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 8px 6px;
  background: #0000009e;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
}
a.link-shop,
a.choose-type-sale {
  color: inherit;
  text-decoration: none;
}
a:hover.choose-type-sale {
  border-color: #be206b;
}
.text-truncate-2 {
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-break: break-word;
  text-align: left;
  display: -webkit-box;
  line-height: normal;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}
.price-shop {
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 8px 6px;
  background: #be206b;
  border-radius: 6px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.rounded-large {
  border-radius: 15px!important;
}
.shadow-large {
    box-shadow: 0 8px 30px rgba(0,0,0,.05)!important;
}
.buttons-mobile-nav {
  position: absolute;
  right: 10px;
  top: 10px;
}
.btn-mobile-nav {
    color: #ffffff !important;
  }
.btn-mobile-nav:hover {
  text-decoration: none !important;
}

.modal-content,
.modal-content > .modal-body > .card {
  border-radius: 0.8rem;
}

.btn-arrow::after {
    font-family: "bootstrap-icons";
    display: inline-block;
    padding-left: 5px;
    content: "\f138";
    transition: transform 0.3s ease-out;
    vertical-align: middle;

}
.btn-arrow-sm::after {
  font-size: 13px;
}
.btn-arrow:hover::after {
    transform: translateX(4px);
}
.btn-search {
    color: #c3c3c3;
    background: none;
    position: absolute;
    left: 0;
    outline: none;
    border: none;
    width: 50px;
    text-align: center;
    bottom: 20%;
}
.custom-select {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.ui-widget-content {
  padding: 10px;
  border: 0 !important;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: rgb(101 119 134 / 20%) 0px 0px 15px, rgb(101 119 134 / 15%) 0px 0px 3px 1px;
}
.ui-state-active,
.ui-widget-content
.ui-state-active {
    width: 100%;
    display: block;
    border: 0 !important; 
    background: #efefef;
    color: #333;
    text-decoration: none;
    margin: 0;
    border-radius: 6px;
  }
.ui-menu .ui-menu-item-wrapper {
  width: 100%;
  display: block;
}
.ui-menu.ui-menu-item:not(:last-child) {
  margin-bottom: 10px;
}
.ui-widget {
  font-size: 15px;
}
.btn-sm-custom {
  font-size: .875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.dropdown-item {
  padding: 0.3rem 1.5rem;
}
.triggerEmoji {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 40%;
  cursor: pointer;
}
.triggerEmojiPost {
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
}
.emoji {
  font-size: 26px;
  line-height: 32px;
  padding: 5px 8px;
  display: block;
  cursor: pointer;
  margin-bottom: 2px;
}
.dropdown-emoji {
  width: 350px;
  max-width: 350px;
  max-height: 300px;
  overflow: auto scroll;
}
.type-item {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background-color: #0000008c;
  font-size: 13px;
  color: #fff;
}
.font-13 {
  font-size: 13px;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
.custom-scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 6px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 6px;
}
.icon--dashboard {
    color: rgb(0 0 0 / 2%) !important;
    transform: none !important;
}
.text-revenue {
  position: relative;
  z-index: 10;
}
.quality-video {
  padding: 2px 4px;
  background-color: #fff;
  color: #000;
  border-radius: 3px;
  margin: 0 5px;
  font-weight: bold;
}
.line-replies {
  align-items: stretch;
  border: 0;
  border-bottom: 1px solid #be206b;
  box-sizing: border-box;
  display: inline-block;
  flex-direction: column;
  flex-shrink: 0;
  font: inherit;
  font-size: 100%;
  height: 0;
  margin: 0;
  margin-right: 16px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.mr-14px {
    margin-right: 14px;
}
.dot-item:not(:last-child):after {
   font-family: "bootstrap-icons";
    content: "\F309";
    margin-left: 6px;
    color: inherit;
    vertical-align: middle;
}
.add-story {
  max-height: 160px;
  max-width: 110px;
  width: 25vw;
  border-radius: 5px;
  display: inline-block;
  margin: 0 6px;
  vertical-align: top;
}
.item-add-story {
  text-decoration: none;
  text-align: left;
  color: #fff;
  position: relative;
  max-height: 160px;
  display: block;
}
.add-story-preview {
  display: block;
  box-sizing: border-box;
  font-size: 0;
  max-height: 160px;
  height: 48vw;
  overflow: hidden;
  transition: transform .2s;
}
.add-story-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  object-fit: cover;
  border-radius: 5px;
  position: absolute;
}
.item-add-story > .info {
  top: auto;
  height: auto;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px;
  font-weight: 700;
  font-size: 12px;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 35%), 1px 0 1px rgb(0 0 0 / 35%);
  display: inline-block;
  margin-top: 0.5em;
  line-height: 1.2em;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 10;
}
.item-add-story > .info > .name {
  font-weight: 500;
}
.delete-history {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px 6px;
  background-color: #00000096!important;
  color: #fff;
  z-index: 2;
  border-radius: 6px;
  z-index: 10;
}
.bg-dark-transparent {
  background-color: #00000096!important;
}
.storyBackgrounds, .fontColor {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
}
.storyBackgrounds.active,
.storyBg:first-child,
.fontColor.active {
  border: 1px solid #fff;
  box-shadow: 0 0 0 3px #be206b;
}
.fontColor-white {background-color: #fff;}
.fontColor-black {background-color: #000;}
.bg-current {
  border-radius: 10px;
  height: 700px;
}
.bg-inside {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  flex: 2;
  -webkit-box-flex: 2;
  border-radius: 10px;
  max-width: 400px;
  height: 650px;
}
.text-story {
  font-size: 24px;
  font-family: Arial;
  word-break: break-word;
  font-weight: bold;
  color: #fff;
}
.modalStoryViews {
  max-height: 400px;
}
.modalGifts {
  max-height: 600px;
}
.modal-text-story {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-family: Arial;
  word-break: break-word;
  white-space: break-spaces;
  font-weight: bold;
  width: 45vh;
  text-align: center;
}
.text-story-preview {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    font-size: 5px;
    font-family: Arial;
    word-break: break-word;
    white-space: break-spaces;
    font-weight: bold;
    width: 10vh;
    text-align: center;
}
.profilePhoto, .info>.name {cursor: pointer;}
.profilePhoto {border-radius: 50%;}
.bg-black {background-color: #18191a!important;}
.border-2 {border: 2px solid #fff!important;}
.verified-story:after {
  font-family: "bootstrap-icons";
  display: inline-block;
  padding-left: 5px;
  content: "\F4B6";
  vertical-align: middle;
}
.grecaptcha-badge {
  visibility: hidden;
}
.btn-post {
  width: 48px;
  height: 48px;
  padding: 0;
-webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.btn-post:hover {
  background-color: #f3f3f3;
}
@media (max-width: 991px) {
  .btn-post {
    width: 40px;
    height: 40px;
  }
}
.icons-live {
  padding: 10px 12px;
-webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}
.icons-live:hover {
  background-color: #f3f3f3;
}
.thumbnails-shop {
display: flex;
margin: 1rem auto 0;
padding: 0;
justify-content: center;
}


.thumbnail-shop {
width: 70px;
height: 70px;
overflow: hidden;
list-style: none;
margin: 0 0.2rem;
cursor: pointer;
opacity: 0.3;
}

.thumbnail-shop.is-active {
  opacity: 1;
}

.thumbnail-shop img {
width: 100%;
height: auto;
}
.buttonDisabled {
  opacity: .3;
  cursor: default;
}
.buttonDisabled:active > i {
  animation: none !important;
}
.container-full-w {
  max-width: 100% !important;
}
.font-12 {
  font-size: 12px;
}
.b-radio-custom {
  border-radius: 0.8rem !important;
}
.gslide-image {background-color: #fff !important;}

@-moz-document url-prefix() {
  .custom-scrollbar {
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
  }

  .wrapper-msg-inbox {
    scrollbar-color: #ccc transparent;
    scrollbar-width: thin;
  }
}

.btn-radio {
  border-radius: 15px !important;
  margin: 0 10px 10px 0 !important;
  border: 1px solid #ccc;
  color: #212529 !important;
}
.btn-radio.active {
  border-color:#be206b;
}
.btn-group-radio > .btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0px 0px 0px 1px #be206b !important;
}



/* Normal para varias imágenes AGREGADO RECIENTEMENTE*/

/* Contenedor flexible */

[class^="media-grid-"], [class*=" media-grid-"] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  width: 100%;
}

/* Imagenes normales */
[class^="media-grid-"] .media-wrapper, [class*=" media-grid-"] .media-wrapper {
  flex: 0 0 calc(33.333% - 6px); /* 3 columnas */
  aspect-ratio: 1/1; /* Cuadradas */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  min-width: 150px;
}

/*  Ajuste para 1 imagen */
.media-grid-1 .media-wrapper {
  flex: 0 0 100%;
  aspect-ratio: 4/3;
}

/* Efecto hover */
[class^="media-grid-"] .media-wrapper:hover {
  filter: brightness(0.85);
  transition: 0.3s ease all;
}

/*  Responsive */
@media (max-width: 768px) {
  [class^="media-grid-"] .media-wrapper {
    flex: 0 0 calc(50% - 6px);
  }
  .media-grid-1 .media-wrapper {
    flex: 0 0 100%;
  }
}
@media (max-width: 480px) {
  [class^="media-grid-"] .media-wrapper {
    flex: 0 0 100%;
  }
}
/* Para el overlay "+N" */
.overlay-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  color: white;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  z-index: 2;
}

/* Ajuste para cuando solo hay 1 imagen */
.media-grid-1 .media-wrapper {
  flex: 0 0 100%;
  aspect-ratio: 4/3; /* Proporción bonita y controlada */
  background-size: cover;
  background-position: center;
}
/*  Ajuste para 2 imágenes */
.media-grid-2 .media-wrapper {
  flex: 0 0 calc(50% - 6px);
  aspect-ratio: 1/1;
}


/*.d-none {
  display: none !important;
}
*/