/*******************
 * Reset style
 * *****************
 */

/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,800;0,900;1,800&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Petrona:ital,wght@0,100..900;1,100..900&display=swap');
 html, body {
height: 100%;
}
li { list-style:none; }
input, button, textarea { outline: none; border: none; }
select,
button:focus,
button:active,
input,
.page-link:focus { outline: none; box-shadow: none !important; }
textarea { resize: none; box-shadow: none !important; }

.btn:not(:disabled):not(.disabled):active,
 .btn:not(:disabled):not(.disabled).active,
 .btn.focus, .btn:focus {
    box-shadow: none !important;
}

a {
  outline: none;
}

body {
  /*font-family: 'Barlow', Helvetica, Arial, sans-serif;*/
  font-family: 'Manrope', Helvetica, Arial, sans-serif;
  color: #5f5f5f;
}

h1, .h1,  h2, .h2,  h3, .h3,  h4, .h4,  h5, .h5,  h6, .h6 {  
  font-family: 'Petrona', Helvetica, Arial, sans-serif;
  font-weight: 800 !important;
}

.navbar-absolute {
    position: absolute;
    z-index: 1010;
    width: 100%;
}

iframe {
    border: 0;
    outline: 0;
    width: 100% !important;
}
[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
.btn:hover:not(.e-none) {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}
input[type='file'] {
  opacity:0;
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  outline: none;
  cursor: inherit;
  font-size: 100px;
}

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 7rem;
  z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 38rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
.card {
  border: 1px solid rgba(111, 111, 111, 0.125);
}
.noscroll {
    overflow-x: hidden;
    overflow-y: hidden;
}
.progress-xs {
    height: 8px;
}

/** NEW **/
.lh-inherit {
  line-height: inherit !important;
}
input[type='file'] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    outline: none;
    cursor: inherit;
    font-size: 100px;
}
.text-featured {
    color: #ffc107 !important;
}
.popout {
    cursor: pointer;
    display: none;
    padding: 14px 10px;
    background: #000;
    color: rgb(255, 255, 255);
    font-size: 16px;
    position: fixed;
    z-index: 1100;
    overflow: hidden;
    width: 100%;
    text-align: center;
    left: 0;
    top: 0;
}
.popout-error {
    background: #f00 !important;
}
.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear !important;
    animation: fa-spin 1s infinite linear !important;
}

.wrap-full-image {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    /*background: #2C2C2C;*/
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
    padding: 10px 20px 20px 20px;
    overflow: auto;
}

img.imageFull {
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
    box-shadow: 0 0 20px rgba(0,0,0,0.8);
    cursor: zoom-in;
    margin: 0 auto;
    position: relative;
}
.details-full-image {
    padding: 10px 0;
    color: #FFF;
    text-align: right;
    margin-bottom: 30px;
    font-size: 25px;
}
.icon-close {
  font-size: 40px;
  line-height: 17px;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  color: #FFF;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  position: relative;
}
.viewFull {
    cursor: zoom-in;
}
.container-image {
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #252525a6;
}
.content-locked {
  background: #ececec;
}
.showBanner {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.9);
    color: #FFF;
    bottom: 0;
    padding: 10px;
}
.icon-equis {
  font-size: 25px;
  line-height: normal;
  width: 1.25rem;
  height: 1.25rem;
  transition: all .15s ease;
  border-radius: 50%;
  background-color: transparent;
  vertical-align: middle;
  margin-right: 5px;
}
.readmore-js-collapsed:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: hsla(0,0%,100%,0);
    background-image: linear-gradient(hsla(0,0%,100%,0),#fff 95%);
    z-index: 40;
}
.text-word-break {
  word-break: break-word;
}
.counterLike {
  font-size: 14px;
}
.post-options {
  font-size: 7px;
  margin-top: 15px;
}
.actionDelete {
  cursor: pointer;
}
a.active > i.fas.fa-heart {
  color: #F00;
}

.li-group {
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.notify {
    z-index: 10;
    top: 0;
    right: 0;
    position:absolute;
    padding: 3px 8px;
    background: #F00;
    color: #FFF;
    line-height: normal;
    font-weight: bold;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    border-bottom: 1px solid #DADADA;
    font-size: 11px;
}
#noti_notifications,
#noti_msg {
  display: none;
}
.c-pointer {
  cursor: pointer !important;
}

.animated-ellipsis-container {
  display: inline-block;
  height: 16px;
  width: 16px;
  transform: translateZ(0);
}

.animated-ellipsis {
  animation: ellipsis 1s infinite;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

@keyframes ellipsis {
  0%
  {
    width:2px
    }
    to
    {
      width:16px
      }
    }
.cover-user:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5,5,5,.4);
    left: 0;
    top: 0;
}
.video-responsive {
position: relative;
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.readmore-js-toggle {
  text-align: center;
}
.verify-notice {
    display: block;
    padding: 14px 10px;
    background: #F00;
    color: rgb(255, 255, 255);
    font-size: 16px;
    z-index: 1100;
    overflow: hidden;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}
.verified {
  color: #3897f0;
}
.border-dashed {
  border-style: dashed !important;
}
.video-js {
  width: 100%;
}
.StripeElement {
  box-sizing: border-box;
  height: calc(2.75rem + 2px);
  padding: 14px 18px;
  background-color: white;
  transition: box-shadow .15s ease;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  border-radius: .25rem;
}

.StripeElement--focus {
	border-color: #3c8dbc;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
.avatar-modal {
  border: 3px solid #FFF;
  background-color: #FFF;
}
.modal-offset {
  margin-top: -90px;
}
.display-none {
  display: none;
}
.display-block {
  display: block;
}
.blocked {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 300;
}
.blocked span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-search {
      color: #DDD;
      background: none;
      position: absolute;
      right: 0;
      cursor: pointer;
      outline: none;
      border: none;
}
button:hover.button-search,
button:focus.button-search,
button:active.button-search {
  box-shadow: none !important;
  background: none !important;
  color: inherit !important;
  transform: none
}
.input-search {
    border-radius: 60px;
    padding: 12px 20px !important;
    height: 40px !important;
}

.carousel-cover:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5,5,5,.2);
  left: 0;
  top: 0;
}
.dropdown-toggle::after {
	margin-left: 0.1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.p-nav a.nav-link:not(.btn) {
  color: #FFF;
  -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav-link:hover:not(.search):not(.btn):not(.link-nav),
.nav-link:active:not(.search):not(.btn):not(.link-nav),
.nav-link:focus:not(.search):not(.btn):not(.link-nav) {
  color: #FFF;
}
.link-scroll a.nav-link:not(.btn) {
  color: #3a3a3a;
}
.link-scroll a.nav-link:hover:not(.search):not(.btn),
.link-scroll a.nav-link:active:not(.search):not(.btn),
.link-scroll a.nav-link:focus:not(.search):not(.btn) {
  color: #969696;
}

.nav-link.search:hover,
.nav-link.search:active,
.nav-link.search:focus {
  color: white;
}
.dropdown-menu {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border: 0;
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0.125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 13px;
	line-height:18px;
}
.dd-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    left: 10px;
    right: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.dd-menu-user:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    right: 10px;
    left: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
}
.dropdown.show .dropdown-menu,
.dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.dropdown.show .dropdown-menu {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    -o-transform: translate3d(0, 7px, 0);
    -ms-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}
.dropdown-toggle::after {
	margin-left: 0.1em;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.dropdown-toggle[aria-expanded="true"]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
  font-weight: 400;
  font-style: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: none;
  content: "\f107";
  font-size: 14px;
  top: 50%;
  right: 24px;
  margin-top: -5px;
  vertical-align: baseline;
}
.text-shadow-trans {
  text-shadow: 0 1px 4px #333333b3;
}
.navbar .nav-item {
    margin-left: 2px;
    margin-right: 2px;
}

.sidebar-overlay .navbar .navbar-collapse {
    z-index: 100;
}
@media (min-width: 768px) {
  .py-large {padding-top:6rem!important;}
  .py-large {padding-bottom: 6rem!important;}
}
/*** max-width 991 ***/
@media (max-width: 991px) {
    .navbar .navbar-collapse { position: fixed; right: -100%; width: 100%; top: 0; height: 100%; background: #FFF; z-index: 999999; overflow-y: scroll; -webkit-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; padding: 15px 15px 85px; }
    .navbar .navbar-collapse .close-menu { color: #000; padding: 2px 4px; background: transparent; display: inline-block; cursor: pointer; font-size: 25px; text-align: center; font-weight: 100; text-decoration: none; }
    .dd-menu:before,
    .dd-menu-user:before {border: none;}
    .carousel-caption .display-4 {font-size: 3.1rem;}
    .item h5 {line-height: 1.2 !important;}
    .social-links {text-align: center !important;margin-top: 10px;}
    .list-social {float: none !important;}
    .copyright {text-align: center;}
    .btn-create {margin-top: 10px;}
    .navbar .navbar-collapse.show {right: 0;}
    .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:not(.btn) {color: #000000;}
    .input-search {border: 1px solid #c1c1c1 !important;}
    .navbar .navbar-nav .nav-item {display: block;width: 100%;margin-right: 0;margin-bottom: .25rem;}
    .navbar .navbar-nav .nav-item .nav-link {display: block;padding: .625rem;}
    .dropdown .dropdown-menu {display: none;}
    .dropdown.show
    .dropdown-menu,
    .dropdown-menu.open {display: block;box-shadow: none;}
    .home, .homepage {padding-bottom: 50px !important;}
    .homepage {padding-top: 100px !important;}
    .img-post {height: 250px !important;}
    .btn-w { width: 100%; }
    .btn-w-mb { width: 100%; margin-bottom: 10px; }
    .first{ order: 1;}
    .second{order: 2;}
    .link-border {float:none !important;}
    .btn-profile { margin-bottom: .5rem!important; }
    .btn-profile, .w-small-100 { width: 100%; }
    .d-flex-user { display: inherit !important; }
    .navbar-collapse .navbar-toggler { position: relative; display: inline-block; width: 20px; height: 20px; padding: 0; cursor: pointer; }
    .navbar-collapse .navbar-toggler span { position: absolute; display: block; width: 100%; height: 2px; opacity: 1; border-radius: 2px; background: #283448; }
    .navbar-collapse .navbar-toggler :nth-child(1) { transform: rotate(135deg); }
    .navbar-collapse .navbar-toggler :nth-child(2) { transform: rotate(-135deg); }
    .section-sm {padding-bottom: 48px !important;}
    .avatar-chat {width: 25px; height: 25px;}
    .loading-name {width: 60% !important;}
    .loading-time {width: 40% !important;}
}
/* End 991px */
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar .navbar-nav .nav-item .nav-link:not(.btn).active {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}
.dropdown-item:focus, .dropdown-item:hover {
  color: white;
  background-color: var(--main-color);
}

[class^="ribbon-"] {
  position: absolute;
  margin-bottom: 80px;
}
[class^="ribbon-"]:before, [class^="ribbon-"]:after {
  content: "";
  position: absolute;
}

.ribbon-1 {
  width: 30px;
  height: 40px;
  background: #ff9800;
  top: -6px;
  left: 25px;
}
.ribbon-1:before {
  height: 0;
  width: 0;
  border-bottom: 6px solid #d07e05;
  border-right: 6px solid transparent;
  right: -6px;
}
.ribbon-1:after {
  height: 0;
  width: 0;
  border-left: 15px solid #ff9800;
  border-right: 15px solid #ff9800;
  border-bottom: 10px solid transparent;
  bottom: -10px;
}
.ribbon-1 i {
  position: absolute;
  top: 40%;
  left: 30%;
  color: #FFF;
}
.item > a::after {
  content: "";
  display: block;
  background: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item h5 {
    line-height: 3.0;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -30px;
    color: #fff;
    z-index: 5;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: transparent !important;
  transform: scale(.9);
}
.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    box-sizing: border-box;
    border: 3px solid transparent;
    border-radius: 50%;
    transform: scale(.6);
    transition: all .3s ease-in-out;
    opacity: .7;

    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.bg-dark-2 {
  background-color: #1b1b1b;
}
.bg-dark-3 {
  background-color: #212121;
}
.link-footer,
.ico-social {
    color: #999;
}
.btn-main:hover i {
  -webkit-transform: translateX(6px);
  transform: translateX(6px);
}
.btn-main i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
}
.btn {
  padding: .625rem 1.25rem;
}
.btn-sm,
.btn-group-sm > .btn
{
    font-size: .875rem;
    line-height: 1.5;
    padding: .25rem .5rem;
    border-radius: .25rem;
}
.jumbotron-cover:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(5,5,5,.3);
    left: 0;
    top: 0;
}
.custom-select {
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23a5a5a5' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e")
  no-repeat right .75rem center/8px 10px
}
main>div.section:nth-child(odd){
 background-color:white;
}
main>div.section:nth-child(even){
 background-color:#fbfafd!important;
}
.fixed-top {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.home {
  padding: 150px 0;
}
.homepage {
  padding: 180px 0;
}
.p-nav {
  padding: 1rem;
}
.p-nav-scroll {
  padding: .7rem !important;
}
.jumbotron {
  border-radius: 0 !important;
}
.img-user {
  width: auto !important;
  border-radius: 50%;
  margin: 0 auto;
  border: 5px solid #FFF;
}
.ico-social {
  font-size: 20px;
}
a:hover.link-border {
  text-decoration: none;
}
a.link-border {
  border-bottom: 1px solid;
}
.card-cover {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  height: 135px;
  padding: 1rem;
}
.card-avatar {
  left: 50%;
  margin-left: -45px;
  position: absolute;
  top: 80px;
  background-color: #FFF;
  border-radius: 50%;
}
.section-sm {
  padding: 78px 0;
}
.facebook-btn {
  color: #3e5c9b !important;
}
.twitter-btn {
  color: #1da1f2 !important;
}
.alert-success {
    background-color: #00a65a;
    border-color: #00a65a;
    color: #FFF;
}
.alert-danger {
    color: #FFF;
    background-color: #FF0000;
    border-color: #FF012A;
}
.alert-primary {
    color: #fff;
    border-color: #7889e8;
    background-color: #7889e8;
}
.alert-warning {
  color: #1f2d3d;
  background: #ffc107;
  border-color: #edb100;
}
.alert-dismissible .close {
  color: #FFF;
  text-shadow: none;
}
.close {
    float: right;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    text-shadow: none;
    opacity: .9;
}
.page-link:hover {
  color: #FFF;
}
.page-link {
  border-radius: 35px !important;
  border: none;
  margin-right: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 35px;
  min-width: 35px;
  text-align: center;
}
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 3.5rem;
    overflow-y: hidden;
}
.nav-scroller .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav-scroller-2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2%;
    height: 100px;
    background-color: hsla(0,0%,100%,0);
    background-image: linear-gradient(90deg, white, transparent);
    z-index: 40;
}
.nav-scroller-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 2%;
    height: 100px;
    background-color: hsla(0,0%,100%,0);
    background-image: linear-gradient(-90deg, white, transparent);
    z-index: 40;
}
.btn-category {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn-category:hover,
.active-category {
  border-color: #333 !important;
}
.input-group-text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: flex;
    margin-bottom: 0;
    padding: .625rem .75rem;
    text-align: center;
    white-space: nowrap;
    color: #adb5bd;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    background-color: #fff;
    align-items: center;
}
.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
    border: 0;
    box-shadow: none;
}
.input-group-alternative {
    transition: box-shadow .15s ease;
    border: 0;
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}
.form-control {
  height: calc(2.75rem + 2px);
  padding: .625rem .75rem;
}
.custom-control-input:not(:disabled):focus~.custom-control-label::before {
	box-shadow: none;
}
.custom-checkbox .custom-control-input ~ .custom-control-label,
.custom-control-label {
    font-size: .875rem;
    cursor: pointer;
}
.custom-control-label:not(.switch)::before {
    position: absolute;
    top: .125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    background-color: #fff;
    box-shadow: none;
}
.custom-control-label::after {
    position: absolute;
    top: .125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-control-label::before {
    box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
}
.input-group .form-control:not(:first-child) {
    padding-left: 0;
    border-left: 0;
}
.form-control:focus,
.custom-select:focus {
    border-color: #ced4da !important;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .075), 0 0 0 0 rgba(50, 151, 211, .5);
}
.btn-facebook,
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
    background: #3b579d;
    color: #ffffff;
}
.btn-google,
.btn-google:hover,
.btn-google:active,
.btn-google:focus {
    background: #fff;
    border-color: #ccc;
    color: #333;
}
.shadow-custom {
  box-shadow: 0 5px 16px rgba(0,9,128,.05);
}
.btn-danger {
    color: #fff;
    border-color: #f5365c;
    background-color: #f5365c;
}
.nav-wrapper {
    padding: 1rem 0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.nav-pills .nav-link {
    font-size: .875rem;
    font-weight: 500;
    padding: .75rem 1rem;
    transition: all .15s ease;
    color: #5e72e4;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.nav-pills .nav-item:not(:last-child) {
    padding-right: 1rem;
}
.dropdown-item.balance:hover {
  background: #FFF !important;
  color: #212529;
}
.page-item.disabled
.page-link {
  color: #9daebd;
}
.img-profile-user {
    margin-top: -100px !important;
}
.modal-danger .modal-content {
    color: #fff;
    background-color: #f5365c;
}
.modal-danger .modal-header, .modal-danger .modal-footer {
    border-color: rgba(255, 255, 255, .075);
}
.focused .form-control {
    border-color: rgba(50, 151, 211, .25);
}
.btn-white {
    color: #212529;
    border-color: #fff;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-white:hover {
    color: #212529;
    border-color: white;
    background-color: white;
}
.text-muted {
  color: #8898aa !important;
}
.btn-sm,
.btn-group-sm > .btn {
    font-size: .875rem;
    line-height: 1.5;
    padding: .50rem 1.8rem;
    border-radius: .25rem;
}
.btnLike:hover {
  text-decoration: none !important;
}
.bg-success {
    background-color: #2dce89 !important;
}
.nav-profile {
  border-bottom: 3px solid rgba(159, 163, 177, 0.07);
}
.nav-profile a,
.nav-profile li.active a:hover,
.nav-profile li.active a:active,
.nav-profile li.active a:focus {
  color: #333;
}
.nav-profile a:hover {
  text-decoration: none;
}
.sm-btn-size {
    color: #333;
    font-weight: bold;
    font-size: 17px !important;
    line-height: 15px;
    text-align: center;
}
.font-icon-lg {
  font-size: 120px;
}
.d-flex-user {
  display: flex;
}
.link-share {
  font-size: 16px;
}
@media (min-width: 576px) {
  .modal-sm {
      max-width: 380px;
  }
}
.pb-lg, .py-lg {
    padding-bottom: 6rem !important;
}
.pt-lg, .py-lg {
    padding-top: 6rem !important;
}
.ico-no-result {
    color: #c5c5c5;
    border: 3px solid #c5c5c5;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    font-size: 60px;
    width: 150px;
    height: 150px;
    display: block;
    line-height: 150px !important;
    margin: 0 auto;
}
.popout-success {
  background-color: #2dce89 !important;
}
.headerModalOverlay:before {
    content: '';
    position: absolute;
    width: 100%;
    background: rgba(5,5,5,.4);
    left: 0;
    top: 0;
    display: block;
    bottom: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.avatar-wrap {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    background-color: #FFF;
}
.button-avatar-upload {
    color: #FFF;
    width: 100%;
    padding: 8px;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
}
a:hover.button-avatar-upload {
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
}
.progress-upload {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #FFF;
    line-height: 150px;
    display: none;
}
.btn-cover-upload {
    position: absolute;
    color: #FFF;
    padding: 8px 25px;
    background: rgba(0, 0, 0, 0.5);
    left: 10px;
    bottom: 10px;
    z-index: 100;
}
.btn-cover-upload:hover,
.btn-cover-upload:disabled {
  color: #FFF;
  background: rgba(0, 0, 0, 0.8) !important;
}

.progress-upload-cover {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #28a745;
  transition: width .6s ease;
}
.avatar-user-home {
  margin-top: -25px;
  border: 2px solid #FFF;
  background-color: #FFF;
}
.btn-upload {
  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;
}
.btn-upload:hover {
  background-color: #f3f3f3;
}
.share-btn-user {
  font-size: 18px;
}
.user-online::before {
  background: #4caf50;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}
.user-offline::before {
  background: #adadad;
  position: absolute;
  border: 3px solid #fff;
  display: block;
  bottom: -3px;
  right: 0;
  content: "";
  border-radius: 50%;
  height: 30%;
  min-height: 30%;
  width: 30%;
  min-width: 30%
}
.user-online-profile::before {
  background: #4caf50;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: 10px;
    right: 15px;
    content: "";
    border-radius: 50%;
    height: 12%;
    width: 12%;
}
.user-offline-profile::before {
  background: #adadad;
    position: absolute;
    border: 3px solid #fff;
    display: block;
    bottom: 10px;
    right: 15px;
    content: "";
    border-radius: 50%;
    height: 12%;
    width: 12%;
}
.overflow-visible {
  overflow: visible !important;
}
  .message {
  padding: 6px 14px 7px !important;
  border-radius: 25px !important;
}
.message.media-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.message.bg-primary > a {
  color: #FFF !important;
  text-decoration: underline !important;
}
.content::-webkit-scrollbar {
display: none;
}
.d-scrollbars {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}
.input-new-msg {
  padding: 8px 34px !important;
  height: 40px !important;
}
.btn-new-msg {
  color: #DDD;
  background: none;
  position: absolute;
  outline: none;
  border: none;
  padding: 8px 0 8px 10px;
  left: 0;
}
.btn-cancel-msg {
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 0;
}
.rounded-bottom-left-0 {
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-right-0 {
  border-bottom-right-radius: 0 !important;
}
.btn-removeMsg {
  position: absolute;
  top: 20%;
  right: -18px;
  z-index: 3;
}
.container-media-img {
  background-position: center center;
  background-size: cover;
  max-width: 250px;
  max-height: 280px;
  width: 280px;
  height: 280px;
  border-radius: 6px;
}
.container-media-music {
  width: 100%;
  max-width: 400px;
  height: auto;
  border: 1px solid #DDD;
  border-radius: 6px;
}
.container-media-msg {
  width: 100%;
  max-width: 400px;
  max-height: 280px;
  height: 280px;
}
.img-user-small {
    width: auto !important;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #FFF;
}
.icon-notifications {
  font-size: 19px;
  color: #c3c3c3;
}
.table thead th {
    vertical-align: bottom;
    border: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color: #afafaf;
    font-size: 14px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border: none;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 14px;
}
.error-page h1 {
    font-size: 10rem;
    line-height: 9rem;
    font-weight: 700;
    color: #ec2522;
}
.wrap-center {
	position:absolute;
	width:100%;
	top:50%;
	left:0;
	z-index:20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.error-link {
  color: #ec2522;
}
.wrap-container {
  max-width: 550px;
  margin: 0 auto;
}
.wrap-container-lg {
  width: 650px;
  margin: 0 auto;
}
.font-tiny {
  font-size: 65% !important;
}
.item-loading::before {
  background-color: #f5f6f7;
  background-image: url('../img/loadpost.gif');
  background-repeat: repeat-y;
  background-size: 100% 1px;
  content: ' ';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 50%;
}
.loading-avatar {
  width:60px;
  height:60px;
  display:block;
  background-color:#f5f6f7;
  border-radius: 50%;
}
.loading-name {
  width: 25%;
  height: 10px;
  display: block;
  background-color: #f5f6f7;
}
.loading-time {
  width: 15%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}
.loading-text-1 {
  width: 85%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}
.loading-text-2 {
  width: 75%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}
.loading-text-3 {
  width: 55%;
  height: 10px;
  display: block;
  margin-top: 8px;
  background-color: #f5f6f7;
}
/* Large toggl switches */
.custom-switch-lg .custom-control-label::before {
    left: -2.25rem;
    width: 3rem;
    border-radius: 1.5rem;
}
.custom-switch-lg .custom-control-label::after {
    top: calc(.25rem + 3px);
    left: calc(-2.25rem + 4px);
    width: calc(1.5rem - 6px);
    height: calc(1.5rem - 6px);
    border-radius: 1.5rem;
}
.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(1.4rem);
}
.custom-switch-lg .custom-control-label::before {
    height: 1.5rem;
}
.custom-switch-lg .custom-control-label {
    padding-left: 1.5rem;
    line-height: 1.7rem;
}
.content-p img {
  max-width: 100% !important;
  height: auto !important;
}
.content-p li {
  list-style: inherit;
}
.content-p ol,
.content-p ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.img-post {
  height: 430px;
}
.max-w-100 {
  max-width:100px;
}
.max-w-125 {
   max-width:125px;
 }
.visibility-hidden {
  visibility: hidden;
}
.f-size-25 {
  font-size:25px;
 }
 .f-size-20 {
   font-size:20px;
 }


 /* 11th nov 2025 new modifications */

.border.border-muted { border-color: #ddd !important;}
.top-0 { top: 0 !important;}
.left-0 { left: 0 !important;}
.right-0 { right: 0 !important;}
.button-0 { bottom: 0 !important;}
.fevourite-btn { width: 35px; height: 35px; border-radius: 50%; padding: 0; color: #d038c7; overflow: hidden;}
.fevourite-btn i { position: absolute; top: 11px;  left: 50%; transform: translateX(-50%); transition: 0.3s ease all;}
.fevourite-btn i.fas { top: 38px;}
.fevourite-btn.active i.fas { top: 11px;}
.fevourite-btn.active i.far { top: -38px;}

.text-muted-lite { color: #999 !important;}
 body { background-image: linear-gradient(to bottom, #000, color-mix(in srgb, var(--main-color), #000 75%), color-mix(in srgb, var(--main-color), #000 85%), color-mix(in srgb, var(--main-color), #000 95%), #000); background-size: cover; background-attachment: fixed;}
.form-control:disabled, .form-control[readonly] { background-color: #303030; cursor: not-allowed;}

.header-langing { position: absolute; top: 0; left: 0; width: 100%; padding: 12px 0; background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), transparent); z-index: 12;}
.banner-langing { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; padding: 85px 0 0; position: relative;}
.banner-langing::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 33.333%; background-image: linear-gradient(to top, rgba(0,0,0,0.8), transparent); z-index: 1;}

.banner-langing-start h1 {font-size: 36px; line-height: 1.2; margin-bottom: 1rem; color: color-mix(in srgb, var(--main-color), #fff 80%); font-weight: 400 !important;}
.banner-langing-start h1 span {color: #fff; background-image: linear-gradient(to right,  #fff, var(--main-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.banner-langing-start p {font-size: 16px; line-height: 1.5; color: #fff;}

.card { background-color: #181617;}
.card .form-control { background-color: transparent;}
.card .card-footer.bg-white { background-color: transparent !important;}
.card .card-footer.bg-white .text-muted { color: #b1b1b1 !important;}

.card-logins { background-color: transparent; backdrop-filter: blur(10px); border: 1px solid color-mix(in srgb, var(--main-color), #000 35%) !important; border-radius: 10px; box-shadow: 0 0 28px 1px rgba(255,255,255,0.03) inset; width: 100%; max-width: 366px; margin: 0 auto; position: relative; z-index: 12;}
.card-logins h2 { font-size: 22px;}
.card-logins h2::before {content: attr(date-login); display: block;}
.card-logins .form-control { background-color: #fff;}
.card-logins-terms p { font-size: 12px; color: #fff;}
.card-logins-forgot a { font-size: 14px; color: #fff;}
.card-logins-forgot a#forgotPassword { border-right: 1px solid color-mix(in srgb, #fff, #000 70%);}

.section-promotions { background-color: var(--main-color); background-image: linear-gradient(to right, rgba(0,0,0,0.85) -20%, color-mix(in srgb, var(--main-color), #000 75%) 50%, rgba(0,0,0,0.99) 155%);}
.card-promotion { background-color: color-mix(in srgb, var(--main-color), #000 83%); border-radius: 8px; box-shadow: 0 2px 10px 1px color-mix(in srgb, var(--main-color), #000 95%); padding: 35px; border-color: color-mix(in srgb, var(--main-color), #000 74%) !important; height: 100%; align-items: center;}
.section-promotions h2 { font-weight: 500 !important;}
.card-promotion .card-promotion-image { width: 150px; height: 150px; border-radius: 50%; overflow: hidden; box-shadow: color-mix(in srgb, var(--main-color), transparent 30%) 0 2px 22px 1px;}
.card-promotion .card-promotion-image img { width: 100%; height: 100%; object-fit: cover; object-position: top center;}
.card-promotion h3 { font-size: 28px; font-weight: 500 !important; display: flex; white-space: nowrap; align-items: center;}
.card-promotion h3 svg { margin-right: 10px;}

.section-promotions-2 { background-color: var(--main-color); background-image: linear-gradient(to top right, rgba(0,0,0,0.85) -20%, color-mix(in srgb, var(--main-color), #000 75%) 50%, rgba(0,0,0,0.99) 155%);}
.section-promotions-2 h2 { font-weight: 500 !important;}
.card-promotion2 {border: none !important; background-color: transparent;}
.card-promotion2 ul li { color: #fff; font-size: 16px; padding-left: 35px; position: relative; margin-bottom: 25px;}
.card-promotion2 ul li::before {content: "\e887"; font-family: "feather"; font-size: 16px; position: absolute; left: 0; top: 0;}
.card-promotion2 .btn-main { color: #fff;}

.card-user-profile .fevourite-btn.mr-2 { margin-right: 0.5rem !important;}

.section-calculate { background-color: #0A0A0A;}
.section-calculate h2 { font-weight: 500 !important; }

.section-boost { background-color: color-mix(in srgb, var(--main-color), #171717 95%); position: relative; overflow: hidden;}
.section-boost-innr { padding: 90px 0; }
.section-boost-innr::before {content: ""; position: absolute;  top: -50%; left: 50%; width: 100%;  max-width: 800px; height: 100%; transform: translateX(-50%); background-image: radial-gradient(var(--main-color), transparent 65%, transparent 100%); z-index: 12; opacity: 0.2;}
.section-boost .container { position: relative; z-index: 12;}
.section-boost::before, .section-boost::after { content: ""; position: absolute; width: 100%; height: 1px; background-image: linear-gradient( to left, transparent, color-mix(in srgb, var(--main-color), #737373 74%), transparent);  left: 0;}
.section-boost::before {  top: 0;}
.section-boost::after {  bottom: 0;}
.section-boost .btn-main { background-color: var(--main-color); color: #fff; border: 2px transparent solid;}
.section-boost .btn-main:hover { background-color: transparent; color: #fff; border-color: var(--main-color);}
.section-boost h2 { font-weight: 500 !important;}

.footer-main { background-color: color-mix(in srgb, var(--main-color), #171717 95%);}
.footer-main-contactText, .copyright { color: #999999;}
.footer-main-menu li .link-footer:not(.footer-tiny) { color: color-mix(in srgb, var(--main-color), #fff 75%);}
.footer-main-menu li .link-footer:not(.footer-tiny):hover { color: var(--main-color);}

.navbar_background_color {background-color: var(--main-color); background-image: linear-gradient(to right, rgba(0,0,0,0.85) -20%, color-mix(in srgb, var(--navbar-bg), #000 75%) 50%, rgba(0,0,0,0.99) 155%);}
/* .navbar-nav-white-icon a img { filter: invert(100) grayscale(1) contrast(1);} */
.dropdown .dropdown-menu { background-color: color-mix(in srgb, var(--main-color), #000 83%); border-radius: 15px; border: color-mix(in srgb, var(--main-color), #000 74%) 1px solid;}



.btn-block-filter-dark a.text-muted { color: #fff !important;}
.btn-block-filter-dark a.bg-white { background-color: #181617 !important;}
.btn-block-filter-dark a.active-category { border-color: var(--main-color) !important;}
.btn-block-filter-dark a.btn-category img { filter: invert(100) contrast(10);}
.btn-block-filter-dark a.btn-category:hover { border-color: color-mix(in srgb, var(--main-color), transparent 60%) !important;}
.btn.text-danger { color: #FF606F !important;}

.card-settings { background-color: #303030;}
.category-title-dark img { filter: invert(100) contrast(10);}

.card-updatePost .card-footer .form-control { background-color: #303030;}

.modal-new .modal-dialog .card.bg-white { background-color: #fff !important; background-image: linear-gradient(to bottom, color-mix(in srgb, var(--main-color) 25%, #fff), #fff, #fff, #fff, #fff);}
.modal-new .modal-content { background-color: transparent; background-image: linear-gradient(to bottom, color-mix(in srgb, var(--main-color) 25%, #fff), #fff, #fff, #fff, #fff); border: none;}
.modal-new .modal-dialog .card-title { font-size: 20px; font-weight: 700; color: #000; padding: 20px 25px 0;}
.modal-new .card .tip-list { justify-content: space-between; padding: 0;}
.modal-new .card .tip-list li { width: calc(50% - 4px);}
.modal-new .card .tip-list li a { color: #000 !important;}
.modal-new .card .tip-list input[type="radio"] { display: none;}
.modal-new .card .tip-list input[type="radio"]:checked + label { border-color: var(--main-color); background-color: color-mix(in srgb, var(--main-color) 6%, transparent);}
.modal-new .card .tip-list label { color: #3A3A3A; padding: 14px;  border: #ddd 1px solid; display: flex; justify-content: center; align-items: center; border-radius: 5px; cursor: pointer;}
.modal-new .card .tip-list label svg { margin-right: 5px; width: 22px; height: auto;}
.modal-new .card .input-group { border: #ddd 1px solid; border-radius: 5px;}
.modal-new .card .form-control { color: #000; border-color: #ddd;}
.modal-new .card .card-info div { color: #878787;}
.modal-new .card .card-info div span { color: #000; font-weight: 700;}
.modal-new .card .card-info a { font-weight: 700; text-decoration: underline; color: var(--main-color) !important;}
.modal-new .card .card-title-private { margin-bottom: 0 !important;}
.modal-new .card .card-private-duration { font-size: 12px;}
.modal-new .card .card-private-eye { font-size: 16px; font-weight: 700;}
.modal-new .card .card-body-private-text { background-color: #F8F9FA; border: #ddd 1px solid; border-radius: 5px; padding: 14px 18px; color: #666; line-height: 1.4;}

.modal-new .card .card-private-request { gap: 8px; max-height: 350px; overflow: auto;}
.modal-new .card .card-private-request li { width: calc(100%); padding: 3px; border: #ddd 1px solid; border-radius: 30px;}
.modal-new .card .card-private-request li span { max-width: 120px; text-overflow: ellipsis; white-space: nowrap; display: block; overflow: hidden;}
.modal-new .card .custom-radio .custom-control-label a { color: #000; text-decoration: underline;}
.modal-new .card .custom-radio .custom-control-label::before { background-color: transparent !important; border: 1px solid var(--main-color) !important;}
.modal-new .card .custom-radio .custom-control-label::after { background-image: none !important;} 
.modal-new .card .custom-radio .custom-control-input:checked + .custom-control-label::before { background-color: var(--main-color) !important; box-shadow: #fff 0 0 0 3px inset;}
.modal-new.subscription .card a { color: #000 !important; text-decoration: underline;}
.modal-new.subscription .card a:hover { color: var(--main-color) !important;}

.modal-new .card .modal-new-btns-set .btn { background-color: color-mix(in srgb, var(--main-color) 20%, #fff 10%); color: #000; border-color: var(--main-color); width: 45px; height: 45px; padding: 8px; display: flex; align-items: center; justify-content: center; margin-right: 3px;}
.modal-new .card .modal-new-btns-set .btn.btn-active-hover { background-color: var(--main-color) !important; color: #fff;}

.modal-new .close { position: absolute; width: 22px; height: 22px; background-color: #5F5F5F; border-radius: 50%; font-size: 12px; font-weight: 400; top: -10px; right: 10px; z-index: 12;}
.modal-new .btn-gift svg { width: 22px; height: auto;}



.dropdown-menu { background-color: #fff; border-radius: 8px;}
.dropdown-menu:not(.dd-menu-user) button, 
.dropdown-menu:not(.dd-menu-user) a, 
.dropdown-menu:not(.dd-menu-user) .dropdown-item { color: #000 !important;}
.dropdown-menu:not(.dd-menu-user) button:hover, 
.dropdown-menu:not(.dd-menu-user) a:hover, 
.dropdown-menu:not(.dd-menu-user) .dropdown-item:hover { color: #fff !important; }


.live-top-menu { padding: 0.3rem;}
.live-data { padding: 72px 0px 0; overflow: hidden;}
.live-data .liveContainer { background-color: transparent !important; height: calc(100vh - 114px);}

.liveContainer-btns .btn { background-color: #121212; width: 70px; height: 70px; padding: 8px 5px; font-size: 13px; border: #303030 1px solid; border-radius: 12px !important; margin: 0 5px; position: relative;}
.liveContainer-btns .btn i { font-size: 14px; line-height: 1; margin-bottom: 5px;}
.liveContainer-btns .btn svg { width: 18px; height: auto; margin-bottom: 3px;}
.liveContainer-btns .btn:hover { background-color: var(--main-color);}
.like-counter { width: 18px; height: 18px; background-color: #fff; color: #000; border-radius: 50%; position: absolute; top: 4px; right: 11px; font-size: 11px; display: flex; justify-content: center;}
.like-counter:empty { display: none;}

.wrapper-live-chat .bg-white { background-color: transparent !important;}
.wrapper-live-chat .content ul li { color: #000;}
.wrapper-live-chat .card-footer { background-color: transparent !important; border-radius: 0 0 15px 15px !important; padding: 8px;}
.wrapper-live-chat .card-footer .form-control { background-color: #ddd !important; color: #000 !important;}
.wrapper-live-chat .card-footer .compose-chat-emozy .btn-emoji { position: absolute; top: 0; right: 0; padding: 10px 8px; color: #000 !important;}
.wrapper-live-chat ul .chatlist:not(.gift) { padding-left: 25px; position: relative;}
.wrapper-live-chat ul .chatlist > img { position: absolute; top: 3px; left: 0;}
.wrapper-live-chat ul .chatlist strong { font-size: 13px;}
.wrapper-live-chat ul .chatlist small { font-size: 12px;}
.wrapper-live-chat ul .chatlist p { line-height: 1.2; margin-bottom: 8px;}
.wrapper-live-chat ul .chatlist .gift-recive { background-color: color-mix(in srgb, var(--main-color) 20%, transparent); color: var(--main-color); padding: 5px 12px; font-size: 13px; border-radius: 20px; font-weight: bold; display: flex; align-items: center;}
.wrapper-live-chat ul .chatlist .gift-recive svg { width: 17px; height: auto; margin-right: 5px;}


.card-chat-footer .btn  { width: 45px; height: 45px; background-color: color-mix(in srgb, #000 30%, transparent); border-radius: 3px; margin: 0 3px; padding: 10px;}
.card-chat-footer .btn svg { width: 100%; height: auto;}





.live-top-user .live-user { background-color: rgba(0,0,0,0.5); padding: 4px 4px 3px 38px; border-radius: 8px; position: relative; margin-left: 12px;}
.live-top-user .live-user .live-user-img { width: 46px; height: 46px; padding: 3px; border-radius: 50%; background-image: linear-gradient(to bottom, color-mix(in srgb, var(--main-color) 38%, #000 25%), color-mix(in srgb, var(--main-color) 3%, #000 40%), color-mix(in srgb, var(--main-color) 38%, #000 25%)); position: absolute; left: -12px; top: -3px;}
.live-top-user .live-user .live-user-img img { width: 100%; height: 100%;}
.live-top-user .live-user .live-user-info { margin-right: 8px; font-size: 12px;}
.live-top-user .live-user .live-user-info .live-user-name { display: block; width: 52px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 1.2;}
.live-top-user .live-user .live-user-info .live-user-views { line-height: 1.2; margin-top: 2px;}
.live-top-user .live-user .live-user-btn { font-size: 13px; background-color: var(--main-color); color: #fff; border: 0; padding: 5px 10px; border-radius: 5px;}
.live-top-user .live-user .live-user-btn:hover { background-color: #fff; color: var(--main-color);}

.live-top-user .live-user-message { background-color: rgba(0,0,0,0.5); padding: 8px; color: #fff; margin-left: 3px; display: flex; align-items: center; justify-content: center; border-radius: 8px;}
.live-top-user .live-user-message i { font-size: 18px;}
.live-top-user .live-user-message:hover { text-decoration: none; background-color: color-mix(in srgb, var(--main-color) 15%, #000 25%);}

.live-top-user .btn-privateShow { padding: 8px 8px; position: relative; background-color: rgba(0,0,0,0.5);  border-radius: 8px; margin-left: 3px; display: flex; align-items: center;}
.live-top-user .btn-privateShow .badge { position: absolute; width: 16px; height: 16px; background-color: var(--main-color); color: #fff; border-radius: 50%; top: -3px; right: -10px; font-size: 11px; display: flex; align-items: center; justify-content: center;}
.live-top-user .btn-privateShow svg { width: 20px; height: 20px; }
.live-top-user .btn-privateShow:hover {  background-color: color-mix(in srgb, var(--main-color) 15%, #000 25%);}



.live-top-user .live-user-target { width: 160px; background-color: rgba(0,0,0,0.5); padding: 4px; border-radius: 8px; margin-top: 8px;}
.live-top-user .live-user-target .live-user-target-data { background-color: #C4C4C4; border-radius: 20px; padding: 2px; overflow: hidden; position: relative; font-size: 12px;}
.live-top-user .live-user-target .live-user-target-data::before { content: ""; background-size: 200% 100%;  background-image: linear-gradient(to right, color-mix(in srgb, var(--main-color) 40%, #000 25%), var(--main-color), #fff); position: absolute; top: 0; left: 0; width: var(--data-width, 100%); height: 100%; z-index: 1; animation: gradient-motion 2s linear infinite; }
.live-top-user .live-user-target .live-user-target-data span { position: relative; z-index: 12; display: flex; align-items: center; line-height: 1.2;}
.live-top-user .live-user-target .live-user-target-data svg { width: 17px; height: auto; margin-right: 3px;}
.live-top-user .live-user-target .live-user-tagline { font-size: 13px; margin-top: 5px; line-height: 1.3;}

.live-user-options .live-user-options-live { display: block; background-color: #D52423; color: #fff; text-transform: uppercase; font-size: 13px; padding: 7px 11px; border-radius: 8px; box-shadow: rgba(0,0,0,0.5) 0 3px 8px 1px; letter-spacing: 1.2px; line-height: 1; margin-right: 10px;}
.live-user-options .live-tag { background-color: rgba(0,0,0,0.5); padding: 3px 5px; font-size: 13px; display: flex; align-items: center; border-radius: 5px;}
.live-user-options .live-tag svg { width: 15px; height: auto; margin-right: 5px;}

.wrapper-live-chat .nav-tabs { border: none;}
.wrapper-live-chat .nav-tabs .nav-item:first-child .nav-link { border-radius: 10px 0 0 0;}
.wrapper-live-chat .nav-tabs .nav-link { background-color: transparent; color: #fff; border: none;}
.wrapper-live-chat .nav-tabs .nav-link.active, .wrapper-live-chat .nav-tabs .nav-link:focus { background-color: #F0F0F0; color: #000 !important;}
.wrapper-live-chat .tab-content { overflow: auto; height: 250px;}


.live-cams-grid {display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; margin-bottom: 2rem;}
.live-cams-grid-single {  grid-template-columns: repeat(1, 1fr);}
.live-cams-controls { width: 100%;}

.cam-card { position: relative; border-radius: 8px; overflow: hidden; cursor: pointer; transition: transform 0.3s; background: #1a1a1a;}
.cam-card.rounded-bottom { border-radius: 0 0 8px 8px;}
.cam-thumbnail { position: relative; width: 100%; padding-top: 58.33%; overflow: hidden; border-radius: 8px 8px 0 0;}
.cam-thumbnail img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: top center;}
.cam-thumbnail 
.cam-user-flag { width: 15px; height: 15px; overflow: hidden; border-radius: 3px; position: relative;}
.cam-user-gender { width: 16px; height: 16px; display: block;}
.cam-user-gender svg { width: 100%; height: auto; display: block;}
.cam-user-flag img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; object-fit: cover; object-position: top center;}
.cam-username { color: #fff; font-size: 0.9rem; font-weight: 500; width: 90px; text-overflow: ellipsis; white-space: nowrap; display: block; overflow: hidden;}
.cam-viewers { display: flex; align-items: center; gap: 0.25rem; color: #fff; font-size: 0.85rem;}
.cam-meta { position: absolute; top: 0.75rem; right: 0.75rem; display: flex; gap: 0.5rem;}
.cam-badge { padding: 0.25rem 0.5rem; background: rgba(0, 0, 0, 0.7); color: #fff; font-size: 0.75rem; border-radius: 4px; display: flex; align-items: center; gap: 0.25rem;}
.cam-info { /* position: absolute; */ bottom: 0; left: 0; right: 0; padding: 0.5rem 0.8rem; /* background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.7) 50%, transparent 100%); */ display: flex; justify-content: space-between; align-items: flex-end;}
.cam-user { display: flex; align-items: center; gap: 0.5rem;}
.cam-card:hover { text-decoration: none;}
.cam-card:hover { transform: translateY(-5px);}

.card-recommendedStaff { background-color: #fff; overflow-y: auto; overflow-x: hidden;}
.card-recommendedStaff .cam-card { display: flex; border-radius: 0 0 8px 8px;}

.message-center .wrapper-msg-inbox { background-color: #e7e7e7;}
.message-center .wrapper-msg-inbox-header { padding: 17px 18px; background-color: #ddd;}
.message-center .wrapper-msg-inbox-header a { color: #000 !important;}
.message-center .wrapper-msg-inbox .msg-inbox .list-group {margin-bottom: 2px;}
.message-center .wrapper-msg-inbox .msg-inbox .list-group-item { background-color: transparent;}
.message-center .wrapper-msg-inbox .msg-inbox .list-group-item.unread-chat { background-color: color-mix(in srgb, var(--main-color) 75%, #fff 60%) !important;}
.message-center .wrapper-msg-inbox { overflow: hidden;}
.message-center .wrapper-msg-inbox .wrapper-msg-inbox-scroller { height: calc(100vh - 173px); overflow-y: auto; padding: 10px;}
.message-center .wrapper-msg-inbox .msg-inbox .list-group-item:not(.disabled):hover { background-color: color-mix(in srgb, var(--main-color) 17%, #fff 100%);}
.message-center .wrapper-msg-inbox .msg-inbox .list-group-item.active { background-color: color-mix(in srgb, var(--main-color) 75%, #fff 60%);}
.message-center .wrapper-msg-inbox .msg-inbox .list-group-item.active .verified.text-info { color: #3498db !important;} 
.message-center .wrapper-msg-inbox .msg-inbox .list-group-item .media-heading-name { width: 100px; margin-right: 2px; font-weight: 700;}



.message-center .card-header { padding: 8px 6px; background-color: #ddd; border-radius: 0;}
.message-center .card-header .btn-message-centerToggle { padding: 5px; margin-right: 8px; color: #000;}
.message-center .card-header a.text-dark { color: #000 !important;}
.message-center .card-header .media-body .badge-active { background-color: #00a65a;}

.message-center .container-msg { background-image: linear-gradient(to bottom, color-mix(in srgb, var(--main-color) 25%, #fff), #fff, #fff, #fff, #fff); background-size: cover;}
.message-center .container-msg .chatlist .removeMsg { color: #ffa9a9 !important;}
.message-center .container-msg .chatlist .small { font-size: 12px; opacity: 0.5;}
.message-center .container-msg .chatlist .message.bg-light { background-color: #ddd !important; color: #000 !important;}
.message-center .container-msg .chatlist .content-locked .btn-block, .message-center .container-msg .chatlist .content-locked .btn-block i, .message-center .container-msg .chatlist .content-locked .list-inline .list-inline-item { color: #000;}

.message-center .card-footer { background-color: #ddd;}
.message-center .card-footer .message-center-chatField { width: 100%; flex-shrink: 0;}
.message-center .card-footer .message-center-chatField .form-control {  padding: 8px 172px 8px 52px; background-color: #c6c6c6; color: #000;}
.message-center .card-footer .message-center-chatField .message-center-chatField-btns { position: absolute; right: 0; bottom: 0;}
.message-center .card-footer .message-center-chatField .message-center-chatField-btns .btn, .message-center .card-footer .message-center-chatField .message-center-emojiDropdown .triggerEmoji { padding: 8px 10px; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; color: #000 !important; border-radius: 3px !important;}
.message-center .card-footer .message-center-chatField .message-center-chatField-btns .btn:hover, .message-center .card-footer .message-center-chatField .message-center-emojiDropdown .triggerEmoji:hover { background-color: color-mix(in srgb, var(--main-color) 20%, #fff); box-shadow: none !important;}
.message-center .card-footer .message-center-chatField .message-center-chatField-btns .btn.btn-active-hover { background-color: var(--main-color) !important; color: #fff !important;}

.message-center .card-footer .message-center-chatField .message-center-chatField-btns .btn svg { width: 100%; height: auto;}
.message-center .card-footer .message-center-chatField .message-center-emojiDropdown { position: absolute; left: 0; bottom: 0;}
.message-center .card-footer .message-center-chatField .message-center-emojiDropdown .triggerEmoji { position: static; top: 0; right: 0;}
.message-center .card-footer .form-group .input-group-text, .message-center .card-footer .form-group .form-control { background-color: #c6c6c6 !important;  border-color: #c6c6c6 !important; color: #000 !important;}

.select2-container .select2-search--inline .select2-search__field { color: #fff;}

@media (min-width: 576px) {
  
}

@media (min-width: 768px) {
  .banner-langing { background-image: none !important;}
  .banner-langing-start { background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; padding: 50px 50px 50px 15rem;}
  .banner-langing-end, .banner-langing-start { position: relative;}
  /* .banner-langing-end::before, .banner-langing-start::before { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 33.3333%; background-image: linear-gradient(to top, #000, transparent);} */
  .banner-langing-end { background-color: color-mix(in srgb, var(--main-color), #000 78%); padding: 110px 50px;}
  .banner-langing-start h1 { font-size: 46px; font-weight: 700 !important;}
  .card-logins { border-color: color-mix(in srgb, var(--main-color), #000 65%) !important;}
  .modal-new .card .card-private-request li { width: calc(50% - 8px);}
  .modal-new .card .card-private-request li .name { max-width: 98px;}
}

@media (min-width: 992px) {
  .card-promotion h3 { font-size: 22px;}
  .card-promotion2 { background-color: #0A0A0A; padding: 77px 100px; border-radius: 25px; }
  .live-data { padding: 90px 18px 18px;}
  .live-data .liveContainer { height: calc(100vh - 108px);}
  .live-top-menu { padding: 1rem;}
  .live-top-user .live-user { padding: 8px 8px 8px 55px;}
  .live-top-user .live-user .live-user-img { width: 62px; height: 62px; padding: 5px;}
  .live-top-user .live-user .live-user-info { font-size: 15px;}
  .live-top-user .live-user .live-user-info .live-user-name {  width: 65px; }
  .live-top-user .live-user .live-user-btn { font-size: 15px; padding: 5px 13px; border-radius: 8px;}
  .live-top-user .live-user-message { padding: 8px 10px; margin-left: 8px;}
  .live-top-user .live-user-message i { font-size: 22px;}
  .live-top-user .btn-privateShow { margin-left: 8px;}
  .live-top-user .btn-privateShow svg { margin-right: 5px;}
  .live-top-user .live-user-target { width: 380px; padding: 8px; }
  .live-top-user .live-user-target .live-user-target-data { padding: 4px; font-size: 13px;}

  .wrapper-live-chat .bg-white { background-color: #fff !important;}
  .wrapper-live-chat .card-footer { background-color: #fff !important; padding: 10px 15px;}

  .live-user-options .live-user-options-live {font-size: 17px; padding: 7px 14px;}
  .live-data .liveContainerFullScreen .agora_video_player { border-radius: 15px 0 0 15px;}
  .wrapper-live-chat .tab-content {height: calc(100vh - 164px);}
  .wrapper-live-chat-creator .tab-content {height: calc(100vh - 50px);}

  .message-center .card-header { padding: 8px 18px;}

  .live-cams-controls { width: auto;}
}

@media (min-width: 1200px) {
  .card-promotion h3 { font-size: 28px;}
}

@media (max-width: 991px) {
  .message-center .message-center-headerName { width: 150px;}
  .message-center .wrapper-msg-inbox .wrapper-msg-inbox-scroller { height: calc(100vh - 100px);}
  .message-center { position: relative;}
  .message-center .wrapper-msg-inbox { position: absolute; padding: 0 !important; z-index: 12; height: calc(100% - 40px);  width: 100%; max-width: 350px; left: -350px; box-shadow: rgba(0,0,0,0.3) 0 0 10px 1px; transition: 0.3s ease all;}
  .message-center .wrapper-msg-inbox.active { left: 0;}
  .message-center .wrapper-msg-inbox .wrapper-msg-inbox-header .btn-close { padding: 0 5px; height: 24px; margin-right: 7px; color: #000;}
}

@media (max-width: 768px) {
  .banner-langing-start { background-image: none !important;}  
  .wrapper-live-chat .card  { background-color: transparent;}
  .wrapper-live-chat .card-footer .compose-chat-emozy .btn-emoji { color: #fff !important;}
  .wrapper-live-chat .card-footer input#commentLive { padding-right: 35px;}
}

@media (max-width: 575px) {
  .modal-dialog { margin: 25px 0.5rem;}
}

@keyframes gradient-motion {
  0% { background-position: 100% 0;}
  30% { background-position: 25% 0;}
  60% {background-position: 75% 0;}
  100% { background-position: 100% 0;}
}