/* 
 * structure reset 
 */

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('/sites/all/themes/pinkvillablaze/assets/fonts/Gilroy-Medium.woff') format('woff');
  font-display: swap;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Gilroy-Medium', Roboto, "Helvetica Neue";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

a {
  color: #3D3D3D;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

iframe, .twitter-tweet {
  display: block;
  width: 100% !important;
  margin: 0px auto !important;
}

/* 
 * structure  
 */

ul {
  list-style-type: none;
  margin: 0;
}

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}

.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 1.5rem !important;
}

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}

.my20 {
  margin: 20px 0px;
}

.mt0 {
  margin-top: 0px;
}

.my10 {
  margin: 10px 0px;
}

.mx20 {
  margin: 0px 20px;
}

.mx10 {
  margin: 0px 10px;
}

.mr5 {
  margin-right: 5px;
}

.py10 {
  padding: 10px 0px !important;
}

.px20 {
  padding: 0px 20px;
}

.py20 {
  padding: 20px 0px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.noscroll {
  overflow: hidden;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0px 15px;
}

.container, .widget-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  box-sizing: border-box;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

#main {
    margin-bottom: 20px;
  }

.navbar {
  padding: 0.1rem 1rem 0.1rem 0.3rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1;
  background-color: transparent;
  border-radius: 0.25rem;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../icons/mobile-nav.svg?1);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-brand {
  font-size: 12px;
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand-logo {
  width: 150px;
  background: url(../images/pinkvilla-logo-1.jfif);
  background-size: 150px 23px;
  background-repeat: no-repeat;
  background-position: center;
}

.nav-scroller {
  position: relative;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: -webkit-box;
  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 .nav>a {
  font-family: Gilroy-Medium;
  background-color: #ffffff;
  border-radius: 80px;
  opacity: .80;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 10px;
  font-size: 12px;
  color: #8A8A8A !important;
  text-decoration: none;
}

.nav-scroller .nav a.active {
  background-color: #FFF2F6;
  color: #EA275E !important;
  font-family: Gilroy-Medium;
  font-weight: bold;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.float-right {
  float: right !important;
}

.landing-article img {
  width: 100%;
  height: auto;
}

.label {
  font-size: 12px;
  font-family: Gilroy-Medium;
  text-transform: uppercase;
  line-height: 14px;
  font-weight: bold;
}

.label-green {
  color: #4BD21C;
}

.label-red {
  color: #FF7979;
}

.label-pink {
  color: #ea275e;
}

.h2-label {
  font-size: 26px;
  padding: 10px;
  width: 80%;
  display: inline-block;
  font-family: 'Gilroy-Medium';
  font-weight: bold;
}

.h2-label-sm {
  font-size: 16px;
  padding: 6px;
  display: inline-block;
  font-family: 'Gilroy-Medium';
  font-weight: bold;
}

.homeads {
  height: 55%;
  text-align: center;
  border: 1px solid gray;
  padding: 50px;
  margin-bottom: 15px;
}

.label-view-all {
  font-size: 12px;
  line-height: 14px;
  color: #818181;
  font-family: 'Gilroy-Medium';
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: auto;
  left: auto;
  top: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.modal-center {
  left: 50%;
  transform: translate(-50%, 0);
}

.modal-content-right {
  position: fixed;
  right: 0;
  height: 100%;
}

.modal-content-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}

.modal-content-center {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

#bottom-login .modal-content-bottom {
  height: 300px;
  text-align: center;
}

.summary {
  font-size: 12px;
  line-height: 14px;
  color: #818181;
  font-family: 'Gilroy-Medium';
}

.landing-article .article-first .heading {
  font-size: 20px;
  line-height: 30px;
  color: #3D3D3D;
}

.landing-article .heading {
  font-size: 16px;
  line-height: 25px;
  color: #3D3D3D;
}

.heading {
  font-family: Gilroy-Medium;
  font-size: 14px;
  line-height: 25px;
  color: #3D3D3D;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: bold;
}

.article {
  padding-top: 15px;
  padding-bottom: 10px;
}

.article .article-image {
  border-radius: 10px;
  width: 100%;
}

.article .article-description {
  padding: 0px 0px 0px 15px;
}

.tcard {
  position: relative;
}

.tcard-content {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  font-family: 'Gilroy-Medium';
  color: #ffffff;
  padding: 8px;
  font-weight: bold;
  text-align: left;
}

.icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat !important;
  vertical-align: bottom;
}

.icon-24 {
  width: 24px !important;
  height: 24px !important;
}

.icon-32 {
  width: 32px;
  height: 32px;
}

.icon-48 {
  width: 48px;
  height: 48px;
  display: inline-block;
}

.icon-50 {
  width: 50px !important;
  height: 50px !important;
}

.icon-play {
  background: url(../icons/play.svg);
}

.icon-chat {
  background: url(../icons/chat.svg);
}

.icon-home {
  background: url(../icons/home.svg);
}

.icon-more {
  background: url(../icons/more-circle.svg);
}

.icon-expand {
  background: url(../icons/expand.svg);
}

.icon-collapse {
  background: url(../icons/collapse.svg);
}

.google_icon {
  content: url(/sites/all/themes/pinkvillalite/templates/auth/assets/google.svg);
}

.facebook_icon {
  content: url(/sites/all/themes/pinkvillalite/templates/auth/assets/facebook.svg);
}

.twitter_icon {
  content: url(/sites/all/themes/pinkvillalite/templates/auth/assets/twitter.svg);
}

.icon-cross {
  background: url(/sites/all/themes/pinkvillablaze/assets/icons/cross.svg);
}

.icon-group-pink {
  background: url(/sites/all/themes/pinkvillablaze/assets/icons/group-pink.svg);
}

.icon-cross-black {
  background: url(/sites/all/themes/pinkvillablaze/assets/icons/cross-black.svg);
}

.hide {
  display: none;
}

.show {
  display: inline-block;
}

.floating-btn-right {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 9;
}

.float-bottom-right-content {
  position: fixed;
  right: 60px;
  bottom: 100px;
  background: #fefefe;
}

.float-bottom-right-content a {
  display: block;
}

.w200 {
  min-width: 200px;
}

.w300 {
  min-width: 300px;
}

.w350 {
  max-width: 350px;
}

.w400 {
  max-width: 400px;
}

.w285 {
  min-width: 285px;
}

.w160 {
  min-width: 160px;
}

.h375 {
  height: 375px;
}

.h475 {
  height: 475px;
}

.h600 {
  height: 600px;
}

.h750 {
  height: 750px;
}

.h14 {
  height: 14px;
}

.br20 {
  border-radius: 20px;
}

.aw18 {
  color: white !important;
  font-size: 18px !important;
  text-align: left;
}

.br50 {
  border-radius: 50% !important;
}

.article-content {
  width: 100%;
}

.tar {
  text-align: right;
}

.w100 {
  width: 100%;
}

.eclipse56 {
  width: 56px;
  height: 56px;
}

.eclipse170 {
  width: 170px;
  height: 170px;
}

.text-center {
  text-align: center;
}

.btw {
  border-top: 2px solid #ffffff;
}

.bbw {
  border-bottom: 2px solid #ffffff;
}

.bg-black {
  color: #ffffff;
  background-color: #1F1F1F;
}

.bg-black-dark {
  color: #ffffff;
  background-color: #101010;
}

.bg-white {
  background-color: #ffffff;
  color: #1F1F1F;
}

.bg-grey {
  background-color: #ECECEC;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px !important;
}

.f22 {
  font-size: 22px !important;
}

.fb {
  font-weight: bold;
}

.cw {
  color: #ffffff !important;
}

.cp {
  color: #E6295E;
}

.cb {
  color: #3D3D3D !important;
}

.cg {
  color: #818181 !important;
}

.bt3 {
  border-top: 3px solid #EBEBEB;
}

.bb3 {
  border-bottom: 3px solid #EBEBEB;
}

.by3 {
  border-top: 3px solid #EBEBEB;
  border-bottom: 3px solid #EBEBEB;
}

.by10 {
  border-top: 10px solid #F8F8F8;
  border-bottom: 10px solid #F8F8F8;
}

.img-fluid {
  width: 100%;
  height: auto;
}

/* .footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  color: white;
  text-align: center;
  color: #3D3D3D;
  height: 70px;
  padding-top: 15px;
  font-size: 10px;
}

.footer .icon {
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
} */

#main-navigation {
  padding: 10px;
  margin-top: 10px;
  width: 300px;
}

#main-navigation li a {
  padding: 6px 0;
  display: inline-block;
}

#top-user-image {
  cursor: pointer;
}

#side-menu {
  overflow-y: scroll;
}

.social_login {
  border: solid 0.5px #e1e1e1;
}

.social_login a {
  margin: 8px 32px;
  cursor: pointer;
}

#follow-us ul li {
  float: left;
  width: 25%;
}

#policy li {
  float: left;
  width: 50%;
}

#popular-posts-rooms .post-comment {
  height: 110px;
  /*overflow-y: scroll;*/
  overflow-y: hidden;
}

@media (max-width: 519px) {
  section{
    border-radius: 0px !important;
  }
  #my-rooms a {
		display: block !important;
  }
  iframe {
    width: 100%;
  }
  .landing-article img {
    width: 100% !important;
    height: auto !important;
  }
  .list-article .article-first .heading {
    font-size: 20px;
    line-height: 30px;
  }
  .list-article {
    padding: 15px 0px;
  }
  .list-article img {
    width: 100%;
    height: 100%;
  }
  .article-first {
    padding: 0px;
    /*margin-top: 10px;*/
  }
  .article-description {
    padding: 0px 0px 0px 10px;
  }
  .article-first .article-description {
    padding: 0px 10px 10px 10px;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .latest-list-article h2 {
    line-height: 20px !important;
  }
  #introduction-rooms img {
    width: 160px;
    height: 210px;
    background-color: #1F1F1F;
    opacity: 0.6;
    margin-top: -5px;
  }
  #popular-posts-rooms .post-meta img {
    width: 30px !important;
    height: 30px !important;
  }
  .korean-section .hallyu-logo {
    width: 150px !important;
    height: auto !important;
    margin: 10px 0px 0px -10px;
  }
  .korean-article-image {
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
  }
  .web-stories-article .tcard {
    width: 180px;
    height: 250px;
    text-align: center;
    margin-right: 20px;
  }
  .web-stories-article .tcard img {
    width: 180px;
    height: auto;
  }
  .web-stories-article .tcard div {
    font-size: 14px;
    color: #fff;
    margin-block-start: 1.33em;
  }
  .photo-grid {
    columns: 2;
  }
  .photo-grid .grid img {
    height: auto;
  }
  .video-first-article, .video-list-article>.row {
    padding: 0px !important;
  }
  .video-list-article img {
    width: 100% !important;
    height: 100% !important;
    opacity: 0.4;
  }
  .video-article-text {
    padding: 0px !important;
    margin-left: 10px;
  }
  .home-landing-article img {
    width: 100%;
    height: auto;
  }
  .video-article-list>.row {
    padding: 0px !important;
  }
  .video-article-list img, .video-side-article-img {
    width: 100% !important;
    height: 120px !important;
  }
  .video-side-article-description {
    margin-left: 15px;
  }
  #introduction-rooms .nav {
    margin: 0px 20px;
  }
  #introduction-rooms .even .tcard-content {
    top: 130px !important;
  }
  .scroll_rooms_title {
    font-size: 14px;
  }
  .section-label {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #ea275e;
    padding: 20px 0px 10px 0px;
  }
  .section-view-all {
    font-size: 12px;
    padding: 20px 0px 10px 0px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818181;
  }
  #korean-exclusive-section .nav {
    margin-left: 20px;
  }
  #korean-exclusive-section img {
    width: 300px;
    height: auto;
    max-height: 420px;
  }
  .web-stories-title {
    bottom: 0px !important;
    width: 100%;
    background: linear-gradient(180deg, rgba(147, 145, 145, 0) 0%, #1E1E1E 100%);
  }
  .hide-mobile {
    display: none;
  }
  .show-mobile {
    display: block;
  }
  .latest-trending-photos-desktop {
    display: none;
  }
  .views-row-first {
    padding: 10px 0px;
  }
  .views-row-first img {
    border-radius: 0px;
  }
  .views-row-first .summary {
    padding: 5px 15px;
  }
  .views-row-first .view-heading {
    padding: 0px 15px;
  }
  .d-sm-block {
    display: block !important;
  }
  .heading {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }
  .landing-article .heading {
    font-size: 14px;
  }
  .video-article-row {
    padding: 0px !important;
  }
  .landing-article .title {
    padding: 0px 0px 8px 0px;
  }
  .home-rooms-explore {
    margin: 10px 0px 15px 0px;
  }
  .article-title {
    font-size: 20px;
  }
  .article-summary {
    font-size: 14px;
  }
  .article-leftsidebar img {
    height: auto;
  }
  .child-menu {
    display: none !important;
  }
  .navbar-center {
    padding-left: 0px;
  }
  .mlayout {
    display: block !important;
  }
  .navbar-brand-logo-desktop {
    display: none !important;
  }
  .topads div {
    width: auto;
  }
  .scroll_next_article {
    width: 100%;
  }
  .lateral_menu {
    background: #E8EEF2;
  }
  .nav-scroller .nav a.active {
    background-color: #E8EEF2 !important;
    color: #EA275E !important;
  }
  .nav-scroller .nav a {
    border-radius: 0;
    /*background-color: #E8EEF2 !important;*/
  }
  .top-menu {
    background-color: #E8EEF2 !important;
  }
  .nav-scroller .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -ms-flex-wrap: nowrap; */
    /* flex-wrap: nowrap; */
    padding-bottom: 0;
    margin-top: -1px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 4px;
  }
  /*.nav-scroller nav {
    height: 33px;
  }*/
  ::-webkit-scrollbar-thumb {
    background: none;
  }
  ::-webkit-scrollbar {
    display: none;
  }
  .lateral_menu {
    border-radius: 0px;
  }
  .wlayout {
    display: none;
  }
  .navbar-brand {
    position: absolute;
    margin-left: -75px;
    margin-top: -16px;
  }
  .navbar {
    padding: 0.5rem 0.3rem 0.5rem 0.3rem;
  }
  .topads {
    margin-top: 20px !important;
    margin-bottom: 0px !important;
  }

  .article-content,.article-content > div, .article-content > p, .article-content > p > span, .article-content > div > span, .article-content > div > p > span, .article-content > div > p > span > span, .article-content > div > div > span, .article-content > div > div > span > span, .article-content > p > strong > span, .article-content > p > strong > span > span, .article-content > p > strong, .article-content > p > span > span, .article-content > ul > li > span, .article-content > ul > li > div, .article-content > ol > li > span, .article-content > ol > li > div, .article-content > h2 > div, .article-content > h2 > span, .article-content > h2 > strong > span, .article-content > h2 > strong > div, .article-content > h2 > strong > p, .article-content > h3 > div, .article-content > h3 > span, .article-content > h3 > strong > span, .article-content > h3 > strong > div, .article-content > h3 > strong > p, .article-content > div > strong > span, .article-content > div > strong > div, .article-content > div > strong > p, .article-content > div > p > strong > span, .article-content > div > p > strong > span > a, .article-content > div > p > a, .article-content > div > div > h2 > strong > span, .article-content > div > div > p > strong > span, .article-content > div > div > p > span > a, .article-content > div > div > p > span , .article-content > div > div > div > p > span {
     font-size: 18px !important;
    font-family: 'Gilroy-Medium', Roboto, "Helvetica Neue" !important;
    line-height: 27px !important;
  }

  .rooms_card {
    margin: 5px 20px 15px 0px;
    border-radius: 20px;
    background-color: #1F1F1F;
    height: 210px;
  }
  #popular-posts-rooms .tcard-content {
    width: 100%;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(147, 145, 145, 0) 0%, #1E1E1E 100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .web-stories-article {
    padding-bottom: 20px;
  }
  #footer-left, #footer-right {
    text-align: center;
    margin: 2px 0px;
  }
  .video-article-row>div {
    height: 120px;
  }
  .video-list-article {
    margin-top: -35px;
  }
  .video-play-icon {
    position: relative;
    left: 38%;
    bottom: 68%;
  }
  .first-video-icon {
    left: 43%;
    bottom: 210px !important;
  }
  .breadcrumb {
    padding: 10px 0px 0px 15px !important;
  }
  /*.home-feature{
    margin-top: -14px;
  }*/
  #first-video-article {
    height: 245px;
  }
  #bottom-sub-cat ul {
    padding: 0px;
  }
  #bottom-sub-cat ul li {
    padding: 5px;
    font-size: 16px;
    min-width: 140px;
  }
  .pager {
    padding-inline-start: 20px;
    margin: 20px auto;
  }
  #bottom-sub-cat>.menu>.leaf>a {
    color: #3D3D3D !important;
    text-transform: capitalize;
  }
  .top2-latest-video {
    margin-bottom: 50px !important;
  }
  .video-section-first-article img {
    opacity: 0.4;
  }
  .video-section-first-article-img {
    width: 100%;
    height: auto;
    background-color: #1F1F1F;
  }
  .video-article-listing-play-icon {
    position: relative;
    left: 43%;
    bottom: 52%;
  }
  .video-article-listing-summary {
    margin-top: -35px;
  }
  .video-section-first-article .video-play-icon {
    position: absolute;
    left: 43% !important;
    top: 35% !important;
  }
  .video-section-first-article-title {
    font-size: 16px;
  }
  .celeb-photos {
    text-align: center;
    width: 130px;
    max-width: 130px;
    margin: 0 auto;
  }
  .nav-scroller .nav{
    padding-top: 0px !important;
  }
  .nav-scroller .nav a{
    display: inline-flex !important;
  }
  .web-stories-article .nav a{
    display: block !important;
  }
  .korean-section .nav-scroller .nav a{
    display: block !important;
  }
  .rooms-widget .nav a{
    display: contents !important;
  }
  .mobile-top-margin-2x{
    margin-top: 2px;
  }
}

@media (min-width: 520px) {
  .container, .widget-container {
    max-width: 1200px;
  }
  #main {
    margin-bottom: 20px;
  }
  .modal-content-bottom {
    bottom: auto;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: unset;
    max-width: 40%;
  }
  .modal-content-center {
    width: 450px;
  }
  .article-content {
    /*width: 800px;*/
    /*margin: 20px auto;*/
  }
  .list-article {
    padding: 15px;
  }
  .list-article img {
    width: 100%;
    height: auto;
  }
  .view-taxonomy-term .list-article img {
    height: auto;
  }
  .landing-article img {
    height: auto;
    border-radius: 20px;
    width: auto;
  }
  .landing-article .title {
    padding: 0px 0px 8px 0px;
  }
  .list-article .img-first {
    border-radius: 20px;
    /*height: 102px;*/
  }
  .col-lg {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .latest-list-article {
    float: left;
    /*height: 360px;*/
  }
  .latest-list-article img {
    width: 100%;
    /*height: 180px !important;*/
  }
  #introduction-rooms img {
    width: 230px;
    height: 280px;
    background-color: #1F1F1F;
    opacity: 0.6;
    margin-top: -5px;
  }
  #popular-posts-rooms .post-meta img {
    width: 40px !important;
    height: 40px !important;
  }
  .discover-more img {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .korean-section .hallyu-logo {
    width: 180px !important;
    height: auto !important;
    margin: 10px 0px 0px -10px;
  }
  .korean-article-image {
    border-radius: 10px;
    width: 100% !important;
    height: auto !important;
  }
  .web-stories-article, .web-stories-article #popular-posts-rooms {
    height: auto;
    padding-bottom: 10px !important;
    overflow-y: hidden;
  }
  .web-stories-article .tcard {
    width: 100%;
    height: 420px;
    text-align: center;
    margin-right: 20px;
  }
  .web-stories-article .tcard img {
    width: 270px;
    height: 360px;
  }
  .web-stories-article .tcard div {
    font-size: 16px;
    color: #000;
    margin-block-start: 1.33em;
  }
  .photo-grid {
    columns: 3;
  }
  .photo-grid .grid img {
    height: auto;
  }
  .video-section-article, .video-list-article>.row {
    padding: 0px 0px 0px 15px !important;
  }
  .video-article-row {
    padding: 0px 15px 0px 0px !important;
  }
  .video-list-article img {
    height: 100% !important;
    opacity: 0.4;
  }
  .video-article-img, .video-article-text {
    /*margin-left: 15px !important;*/
  }
  .video-article-text {
    margin-left: 15px !important;
  }
  .home-landing-article img {
    width: 100%;
    height: auto;
  }
  .video-section-first-article {
    text-align: center;
  }
  .video-section-first-article img {
    width: 700px;
    border-radius: 12px;
    opacity: 0.4;
  }
  .video-section-first-article-img {
    background-color: #1F1F1F;
    width: 700px;
    height: 394px;
    margin: 0 auto;
    border-radius: 12px;
  }
  .video-section-first-article-title {
    text-align: left;
    margin: 0 auto;
    width: 680px;
    color: #fff;
    position: relative;
    bottom: 100px;
    font-size: 20px !important;
  }
  .video-article-list>.row {
    padding: 0px !important;
  }
  .video-article-list img {
    height: auto !important;
  }
  .video-article-description {
    margin-left: 15px !important;
  }
  .post-meta {
    /*width: 350px;*/
  }
  #popular-posts-rooms img {
    /*height: 360px;*/
  }
  #introduction-rooms {
    width: 300px;
    height: 600px;
  }
  #introduction-rooms .nav {
    margin-left: 20px;
  }
  #introduction-rooms .even .tcard-content {
    top: 190px !important;
  }
  .home-rooms-explore {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .comment-profile {
    margin-right: 5px;
  }
  .section-label {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #ea275e;
    padding: 20px 0px 10px 0px;
  }
  .section-view-all {
    font-size: 16px;
    padding: 20px 0px 10px 0px;
    text-align: right;
    display: block;
    align-items: center;
    justify-content: center;
    color: #818181;
  }
  .pinkvilla-shorts {
    display: none;
  }
  #korean-exclusive-section .nav {
    margin-left: 20px;
    padding-bottom: 0px;
  }
  #korean-exclusive-section img {
    width: 300px;
    height: auto;
    max-height: 420px;
  }
  .korean-exclusive-title, .web-stories-title {
    position: relative !important;
  }
  .web-stories-title {
    padding: 0px 8px !important;
  }
  .show-desktop-flex {
    display: flex;
  }
  .hide-desktop {
    display: none;
  }
  /*.latest-trending-photos-desktop{
    display: block;
  }*/
  .views-row {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .views-row.views-row-5, .views-row.views-row-4, .views-row.views-row-3, .views-row.views-row-2, .views-row.views-row-1 {
    flex: unset;
    max-width: none;
  }
  .d-lg-block {
    display: block !important;
  }
  #video-first-article-title {
    position: relative;
    bottom: 100px;
    color: #fff;
    padding: 0px 15px;
  }
  .video-landing-article {
    height: 410px;
  }
  .article-body {
    padding-right: 1rem !important;
  }
  .article-leftsidebar {
    height: fit-content;
  }
  .article-title {
    font-size: 36px;
  }
  .article-summary {
    font-size: 16px;
  }
  #taboola-below-category-thumbnails {
    width: 75%;
  }
  .footer-taboola {
    width: 100% !important;
  }
  .navbar-div {
    width: 210px;
    height: 38px;
  }
  .lateral_menu {
    margin-left: -60px;
  }
  .nav-scroller .nav a.active {
    background-color: #fff;
    color: #8A8A8A !important;
    border-bottom: 3px solid #EA275E;
    border-radius: 0;
  }
  .nav-scroller .nav {
    padding-bottom: 0.5rem;
    padding-top: 0.6rem;
    padding-left: 0rem;
  }
  .nav-scroller {
    overflow-y: unset;
  }
  .web-stories-article .nav {
    padding-bottom: 1rem;
    padding-top: 0rem;
    padding-left: 0rem;
  }
  #introduction-rooms .nav, #popular-posts-rooms {
    padding-bottom: 0.5rem;
    padding-top: 0.6rem;
    padding-left: 0.1rem;
  }
  .top-menu-item.active {
    background-color: unset;
    color: #EA275E !important;
    font-weight: 800;
  }
  .top-menu-item.active a {
    color: #EA275E;
  }
  .dropdown-menu.active {
    background-color: #e9ecef;
    margin-bottom: 18px;
    position: absolute;
    justify-content: center;
    width: 100%;
    right: 0;
    top: 56px;
  }
  .navbar-brand {
    position: absolute;
    margin-left: -80px;
    margin-top: 3px;
  }
  .topads div {
    width: 970px;
    height: 250px;
    margin: 0 auto;
  }

  .article-content,.article-content > div, .article-content > p, .article-content > p > span, .article-content > div > span, .article-content > div > p > span, .article-content > div > p > span > span, .article-content > div > div > span, .article-content > div > div > span > span, .article-content > p > strong > span, .article-content > p > strong > span > span, .article-content > p > strong, .article-content > p > span > span, .article-content > ul > li > span, .article-content > ul > li > div, .article-content > ol > li > span, .article-content > ol > li > div, .article-content > h2 > div, .article-content > h2 > span, .article-content > h2 > strong > span, .article-content > h2 > strong > div, .article-content > h2 > strong > p, .article-content > h3 > div, .article-content > h3 > span, .article-content > h3 > strong > span, .article-content > h3 > strong > div, .article-content > h3 > strong > p, .article-content > div > strong > span, .article-content > div > strong > div, .article-content > div > strong > p, .article-content > div > p > strong > span, .article-content > div > p > strong > span > a, .article-content > div > p > a, .article-content > div > div > h2 > strong > span, .article-content > div > div > p > strong > span, .article-content > div > div > p > span > a, .article-content > div > div > p > span , .article-content > div > div > div > p > span {
    font-size: 20px !important;
    font-family: 'Gilroy-Medium', Roboto, "Helvetica Neue" !important;
  }
  .rooms_card {
    margin: 5px 20px 15px 0px;
    border-radius: 20px;
    background-color: #1F1F1F;
    height: 280px;
  }
  #popular-posts-rooms .tcard-content {
    width: 100%;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(147, 145, 145, 0) 0%, #1E1E1E 100%);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #BelowArticle-content {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  #footer-left {
    text-align: left;
  }
  #footer-right {
    text-align: right;
  }
  .video-article-row>div {
    height: 140px;
  }
  .video-play-icon {
    position: relative;
    left: 40%;
    bottom: 65%;
  }
  .first-video-icon {
    left: 45%;
    bottom: 60%;
  }
  #first-video-article {
    height: 300px;
  }
  #introduction-rooms .scroll_rooms_title {
    font-size: 1.5em;
  }
  .video-zone-listing {
    height: 350px !important;
  }
  .video-article-listing-play-icon {
    position: relative;
    left: 43%;
    bottom: 54%;
  }
  .video-article-listing-summary {
    margin-top: -35px;
  }
  .video-section-first-article .video-play-icon {
    left: 0% !important;
    bottom: 55% !important;
  }
  .celeb-photos {
    text-align: center;
    width: 140px;
    max-width: 140px;
    margin: 0px 3px;
  }
  .list-article>.col-lg-3.col-sm-12 {
    padding: 10px 0px !important;
  }
}

.co {
  color: #DF7E0B;
}

.f12 {
  font-size: 12px;
}

.f17 {
  font-size: 17px;
}

.f18 {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.my60 {
  margin: 60px 0px;
}

.bg-light-grey {
  background: #F8F8F8;
}

.br12 {
  border-radius: 12px;
}

.like-article-grid {
  columns: 2;
}

.list-article img {
  width: 100%;
}

.like-article-grid img {
  width: 100%;
  height: auto;
  max-height: 185px;
}

.most-related-news img {
  width: 100%;
  height: auto;
  max-height: 128px;
}

.sponsored-article img {
  width: 320px;
  height: 220px;
}

.mr-3 {
  margin-right: 1rem !important;
}

.f20 {
  font-size: 20px;
}

.text-uppercase {
  text-transform: uppercase;
}

.pager {
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
}

.pager-current {
  border: 1px solid #EA275E !important;
}

ul.pager li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

ul.pager li a, .pager-current, .pager-ellipsis {
  text-decoration: none;
  display: inline-block;
  padding: 6px 14px;
}

.item-list {
  text-align: center;
}

.element-invisible {
  display: none;
}

.icon-view {
  background: url(../icons/views.svg);
}

.icon-group-followers {
  background: url(../icons/group-followers.svg);
}

.position-absolute {
  position: absolute !important;
}

.right-0 {
  right: 0 !important;
}

.bottom-right {
  right: 0;
  bottom: 0;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.lh-1 {
  line-height: 1 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.video-articles img {
  width: 100%;
  height: auto;
  max-height: 130px;
}

.f19 {
  font-size: 19px;
}

.f15 {
  font-size: 15px;
}

.position-relative {
  position: relative!important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.pinkvilla-shorts img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

.my25 {
  margin: 25px 0px;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.bg-pink {
  background-color: #ea275e;
}

.btn-padding {
  padding: 5px 15px;
}

.articleQuotes {
  position: relative;
}

.articleQuotes .quotes {
  font-size: 20px;
  border-top: 1px solid rgba(211, 211, 211, 1);
  border-bottom: 1px solid rgba(211, 211, 211, 1);
  padding: 10px;
  color: #ef245a;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0!important;
  word-break: break-word;
  margin-top: 50px;
}

.articleQuotes .quotes::before {
  font-family: Arial;
  content: "\201C";
  color: #ef245b;
  font-size: 4em;
  position: absolute;
  left: 48%;
  top: -65px;
}

.articleQuotes .quotesAuthor {
  color: #ef245a;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}

.br-50 {
  border-radius: 50% !important;
}

.border {
  border: 1px solid #D9D9D9;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mw-70 {
  max-width: 70px !important;
}

.p-0 {
  padding: 0 !important;
}

.w-100 {
  width: 100% !important;
}

.w-120 {
  width: 120px !important;
}

.border-0 {
  border: 0 !important;
}

.h-75 {
  height: 75% !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.icon-post-comment {
  background-image: url('../icons/icon-post-comment.svg');
  background-repeat: no-repeat;
  background-position: 100%;
}

.icon-heart {
  background-image: url('../icons/icon-heart.svg');
  background-repeat: no-repeat;
  background-position: 100%;
}

.icon-like {
  background: url(../icons/like.svg);
}

.icon-liked {
  background: url(../icons/liked.svg);
}

.icon-comment {
  background: url(../icons/comment.svg);
}

.icon-more-menu {
  background: url(../icons/more.svg);
}

.icon-w-24 {
  width: 24px !important;
}

.w-30px {
  width: 30px !important;
}

.h-30px {
  height: 30px !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.f24 {
  font-size: 24px;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.discover-more img {
  width: 100px;
  height: 100px;
}

.p-4 {
  padding: 1.5rem !important;
}

.h-60px {
  height: 60px;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-0 {
  margin: 0 !important;
}

.m-3 {
  margin: 1rem !important;
}

.korean-top-celebrity {
  width: 120px !important;
  height: 120px !important;
}

.korean-section .nav-scroller {
  overflow-y: inherit !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.lh-1-5 {
  line-height: 1.5rem !important;
}

/*.photo-grid .grid img{width:192px;}*/

.py5 {
  padding: 5px 0px;
}

.video-section-article img:first-child {
  height: 100%;
  width: 100%;
  opacity: 0.4;
}

.px10 {
  padding: 0px 10px;
}

.text-right {
  text-align: right !important;
}

.d-none {
  display: none !important;
}

.bg-eerie-black {
  background-color: #212121 !important;
}

.btn-explore {
  margin: 0 auto;
  padding: 10px 20px;
}

.marquee-upwards {
  position: relative;
  overflow-y: hidden;
  animation: marqueeTop 5s linear infinite;
}

@keyframes marqueeTop {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.label-orange {
  color: #DF7E0B;
}

.room_logo {
  position: absolute;
  top: 274px;
  left: 20px;
}

.room_name {
  margin-top: 24px;
}

.room-data {
  margin-top: 66px;
}

.brg {
  border: 1px solid #EFEFEF;
}

.brp {
  border: 1px solid #F7BECF;
}

.room-nav {
  white-space: nowrap;
}

.bg-light-blue {
  background: #E8EEF2;
}

.icon-create-post {
  background: url(../icons/create_post.svg);
}

.icon-create-poll {
  background: url(../icons/create_poll.svg);
}

.icon-link {
  background: url(../icons/link.svg);
}

.icon-select-rooms {
  background: url(../icons/select-rooms.svg);
}

.icon-select-img {
  background: url(../icons/select-img.svg);
}

.h32 {
  height: 32px;
}

.pl-3 {
  padding-left: 1rem !important;
}

.m-auto {
  margin: auto !important;
}

.text-left {
  text-align: left !important;
}

.rank-rating-count {
  position: relative;
  bottom: 28px;
  opacity: 0.65;
  border-bottom-left-radius: 1000px;
  border-bottom-right-radius: 1000px;
  width: 50%;
  margin: 0 auto;
}

.homemobiletopad div {
  width: 320px;
  height: 60px;
  margin: 0 auto;
}

.mobile-home-mid-taboola {
  padding: 15px 15px 0px 15px;
}

.mobileads {
  width: 100% !important;
}

.topads, .articleads, .mobileads, .homemobiletopad {
  border: 1px solid gray;
  padding: 10px;
  margin: 20px 0px 20px 0px;
  background: #F3F1F1;
}

.mobileads {
  margin-bottom: 10px !important;
}

.homemobiletopad {
  margin: 0px !important;
}

.topads span, .articleads span, .sideads span, .mobileads span, .homemobiletopad span {
  display: block;
  padding-bottom: 8px;
  text-align: center;
}

.topads {
  /*margin-top: 35px;*/
  width: 100%;
}

.articleads div, .mobileads div {
  width: 300px;
  height: 250px;
  margin: 0 auto;
}

.photos-landing-article img {
  width: 100%;
  height: auto;
}

.view-taxonomy-term .view-content {
  flex-wrap: wrap;
  display: flex;
}

.view-taxonomy-term .views-row {
  display: block;
  padding: 10px 15px;
}

.view-taxonomy-term .views-row-5, .view-taxonomy-term .views-row-4, .view-taxonomy-term .views-row-2, .view-taxonomy-term .views-row-3, .view-taxonomy-term .views-row-1 {
  display: block;
  padding: 0px !important;
}

.view-content>.landing-article {
  margin-top: 10px;
}

.view-heading {
  font-size: 20px;
  line-height: 30px;
  color: #3D3D3D;
}

.section-img {
  width: 100%;
}

.float-left {
  float: left !important;
}

.votes {
  background-color: #ea275e;
  font-size: 12px;
  width: fit-content;
  border-radius: 5px;
  padding: 0px 5px;
  float: right;
  margin: 2px;
}

.polls-question {
  font-size: 16px;
  margin: 10px 0px;
}

.polls-option {
  background-color: #212121;
  padding: 5px;
  margin: 10px 0px;
}

.quizz img {
  width: 100%;
  height: 100px;
  border-radius: 10px;
}

/*------Overflow Scrollbar------
  /* Hide scrollbar for Chrome, Safari and Opera */

.hide-Scrollbar::-webkit-scrollbar, #popular-posts-rooms::-webkit-scrollbar, #introduction-rooms .nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */

.hide-Scrollbar, #popular-posts-rooms, #introduction-rooms .nav {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

/*------Overflow Scrollbar------*/

/*------Browser Side Scrollbar------*/

/* width */

::-webkit-scrollbar {
  width: 8px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #ea275e;
  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0;
}

/*! Firefox */

html {
  scrollbar-color: #ea275e #f1f1f1;
}

/*! Other Browser */

html {
  --scrollbarBG: #f1f1f1;
  --thumbBG: #ea275e;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

/*------Browser Side Scrollbar------*/

/*------Top Navigation------*/

.child-menu {
  display: none;
}

.dropdown-menu .active {
  /*  font-family: Gilroy-Medium;
  background-color: #ffffff;
  border-radius: 80px;
  opacity: .80;*/
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-right: 10px;
  font-size: 12px;
  color: #8A8A8A !important;
  text-decoration: none;
}

.dropdown .p-2, .top-menu-item {
  text-transform: uppercase;
}

.top-menu-item {
  padding: 10px;
  font-size: 14px;
}

.child-menu.active {
  /*  display: flex;
  position: absolute;
  width: 100%;
  left: 45px;
  margin: 0 auto;*/
  display: flex;
  position: absolute;
  /* width: 126%;
  right: -131px;*/
  margin: 0 auto;
}

.navbar-brand-logo-desktop {
  width: 100px;
  background: url(../images/pinkvilla-logo-1.jfif);
  background-size: 115px 70px;
  background-repeat: no-repeat;
  background-position: left;
}

.navbar-brand-logo-desktop {
  margin-left: -125px;
}

.mlayout {
  display: none;
}

.landing-article .list-article {
  padding: 0px;
  margin-top: -10px;
}

.lh-2 {
  line-height: 2rem !important;
}

.h15px {
  height: 15px;
}

.discover-col {
  text-align: center;
  width: 130px;
  max-width: 130px;
}

section {
  border-radius: 20px;
}

.subscribe {
  font-size: 34px;
  line-height: 50px;
}

.subscribe-desc {
  color: #818181;
  font-size: 20px;
}

.subscribe-email-txt {
  background: #EBEBEB;
  border-radius: 12px;
  padding: 15px;
  width: 80%;
  font-size: 16px;
}

.subscribe-submit-btn {
  background: #EA275E;
  border: 1px solid #EA275E;
  box-sizing: border-box;
  border-radius: 12px;
  padding: 15px;
  color: #fff;
  width: 50px;
}

.subscribe-email-txt:focus {
  outline: none;
}

.icon-right-arrow {
  background: url(../icons/right-arrow.svg);
}

#choose_rooms_popup_content {
  height: 70vh;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.article_credits {
  font-weight: 800;
  margin: 10px 0px 0px 0px;
}

.tag-credits ul {
  padding: 0px;
}

.tag-credits ul li {
  float: left;
  margin: 14px 8px 14px 0px;
}

.tag-credits ul li a {
  color: #EA275E;
  border: 1px solid #EA275E;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 16px;
}

.sideads {
  border: 1px solid gray;
  padding: 10px 0px;
  margin: 20px auto;
  background: #F3F1F1;
}

.sideads div, .topads div {
  display: flex;
  margin: 0 auto;
  height: 250px;
}

#breadcrumb {
  padding-left: 15px;
}

.stickyAd {
  width: 320px;
  height: 52px;
  background: transparent;
  position: fixed;
  z-index: 2028;
  bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
}

.article-main-image {
  width: 100% !important;
  height: auto !important;
}

.caption {
  color: gray;
  font-size: 15px;
}

.tag-credits {
  padding: 10px 15px;
}

.links .inline ul {
  padding: 0px;
}

.links .inline ul li {
  float: left;
  margin-right: 10px;
}

.links .inline ul li a {
  color: #EA275E;
  border: 1px solid #EA275E;
  border-radius: 20px;
  padding: 4px 10px;
}

.article-content a {
  color: #EA275E;
}

.facebook_icon_pink {
  background: url(../icons/circle-fb.png);
  background-size: 100%;
}

.twitter_icon_pink {
  background: url(../icons/circle-twitter.png);
  background-size: 100%;
}

.instagram_icon_pink {
  background: url(../icons/instagram_pink.svg?1);
  background-size: 100%;
}

.whatsapp_icon_pink {
  background: url(../icons/circle-whatsapp.png);
  background-size: 100%;
}

.post-meta .col-2 {
  text-align: center;
}

.scroll_rooms_title a {
  background-color: none !important;
}

.article-title {
  line-height: 1.5;
}

#header {
  position: sticky;
  top: 0px;
  background: #fff;
  z-index: 1;
}

.side-article {
  padding: 4px 16px;
}

.px15 {
  padding: 0px 15px;
}

.scrollable-y {
  overflow-y: scroll;
}

.pyi10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pr-reply-to-content {
  display: block;
  background: #f4f4f4;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #999;
  position: relative;
}

.reply_to_user {
  color: #ea275f;
  font-weight: bold;
  margin-right: 5px;
  font-size: 14px;
  display: inline-block;
}

.reply_to_close {
  right: -5px;
  cursor: pointer;
  left: auto;
  width: 20px;
  position: absolute;
  top: -4px;
  font-size: 22px;
}

.w75P {
  width: 75%;
}

.w90P {
  width: 90%;
}

.abs-text {
  position: absolute;
  top: -10px;
  width: 66px;
  left: 40%;
  background: #fefefe;
}

#related-articles img {
  height: auto;
}

.bt1 {
  border-top: 1px solid #D9D9D9;
}

.h-36 {
  height: 36px !important;
}

.cursor_p {
  cursor: pointer;
}

.scroll_next_article {
  margin: 20px auto;
  overflow-wrap: break-word;
}

.scroll_next_article img {
  margin: 0px auto;
  display: block;
  width: 100% !important;
}

.scroll_next_article_folded {
  position: relative;
  overflow: hidden;
  height: 600px;
}

.read_full_story_button {
  width: 100%;
  position: absolute;
  bottom: 10px;
  box-shadow: 29px 15px 41px 74px #fefefe;
  text-align: center;
  padding: 10px;
  background: #fefefe;
  opacity: .9;
}

.read_full_story_button .btn {
  background: #EA275E;
  width: 146px;
  padding: 10px;
  cursor: pointer;
}

.mw-30 {
  max-width: 30px !important;
}

.breadcrumb ol li:first-child {
  padding-left: 0px;
}

.breadcrumb ol {
  display: inline-flex;
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}

.breadcrumb ol li {
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.breadcrumb ol li:last-child a span {
  font-size: 12px;
  /*font-weight: bold;*/
}


.breadcrumb {
  background-color: #fff;
  padding-bottom: 0;
  margin: 0;
  margin-top: 0px;
  padding-top: 0px;
}

.nav-scroller .nav>a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.navbar-brand-logo {
  display: inline-block;
}

.dropdown-menu .active {
  font-size: 14px;
}

.dropdown-menu .active {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  margin-right: 0px;
}

/*.top-menu {
  height: 39px;
}*/

.skinnerAd {
  margin: 0px 5px;
  width: 160px;
  min-width: 160px;
  height: 600px;
  min-height: 600px;
  position: fixed;
  top: 100px;
  ;
}

#skinner_left {
  left: 0;
  /*left:calc((100% - 1215px) / 2 - 160px)*/
}

#skinner_right {
  right: 0;
  /*right:calc((100% - 1215px) / 2 - 300px)*/
}

#skinnerAdClosebtn {
  margin: 5px;
  position: fixed;
  top: 60px;
  right: 0;
  cursor: pointer;
  display: none;
}

#interstitial {
  width: 300px;
  position: fixed;
  top: 15%;
 /* height: 15px;*/
  text-align: -webkit-auto;
  margin: 0 auto;
  padding: 0;
  left: 0;
  right: 0;
  z-index: 111;
  text-align: center;
}

.article-content ul li {
  list-style-type: disc;
}

.icon-photos {
  background: url(../icons/photos.png);
}

.photos-icon {
  position: relative;
  top: 15px;
  left: 15px;
}

.post_link>img {
  margin-top: -20px;
}

.icon-web-stories {
  background: url(../icons/web-stories.svg?1);
  width: 24px;
  height: 24px;
}

.web-stories-icon {
  position: relative;
  top: 15px;
  left: 15px;
  float: left;
}

.web-stories-article .tcard img {
  margin-top: -25px;
}

.icon-play-1 {
  background: url(../icons/play-1.svg?1);
  width: 37px;
  height: 37px;
}

.h150 {
  height: 150px;
}

#header a {
  color: #212529 !important;
}

.korean .heading, .korean .summary, .korean h5, .korean>div, .korean a, .korean .cg, .korean .section-view-all {
  color: #fff !important;
}

.korean .breadcrumb, .korean .topads, .korean .articleads, .korean .mobileads, .korean .homemobiletopad {
  background: #000;
}

.korean>#header a {
  color: #212529 !important;
}

@media (max-width: 1500px) {
  .skinnerAd, #skinnerAdClosebtn {
    display: none !important;
  }
}

#footer {
  border-top: 1px solid gray;
}

#footer a {
  color: #ea275e;
}

.popover__wrapper {
  position: relative;
  display: inline-block;
}

.popover__content {
  position: absolute;
  background-color: #fff;
  padding: 10px 15px;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
  top: -52px;
  left: -108px;
  z-index: 10;
  width: 154px;
  line-height: 24px;
}

.popover__content ul {
  display: contents;
}

.content_all {
  color: #000000;
}

.content_entertainment {
  color: #F95700;
}

.content_fashion {
  color: #2BAE66;
}

.content_lifestyle {
  color: #00CEE0;
}

.content_korean {
  color: #A222FF;
}

.content_tv {
  color: #990011;
}

.content_webseries {
  color: #ED1E1E;
}

.content_photos {
  color: #00539C;
}

.content_photos, .photo_gallery_section, .photo_image {
  color: #00539C !important;
}

.content_videos {
  color: #B71A3B;
}

.content_stories {
  color: #7D2E68;
}

.content_podcasts {
  color: #D264B6;
}

.content_shopping {
  color: #5CC8D7;
}

.content_hot {
  color: #F93822;
}

.content_exclusive {
  color: #3C1053;
}

div.story-widget .trc_rbox_outer .trc_rbox_div {
  z-index: 0 !important;
}

#side-menu a {
  color: #ffffff !important;
}

.video-article-listing-div {
  background-color: #1F1F1F;
  border-radius: 20px;
  margin-bottom: 5px;
}

.video-article-listing-image {
  opacity: 0.4;
  margin-bottom: -5px;
}

.celeb-photos>a>img {
  width: 130px;
  height: 130px;
}

.view.view-celebrity-photo-galleries.view-id-celebrity_photo_galleries.view-display-id-block_1 {
  width: 100%;
}

@media (min-width: 520px) {
  .landing-article img {
    height: auto;
    border-radius: 20px;
    width: 100%;
  }
}

.content_trending {
  color: #ff1694;
}
.content_technology {
  color: #0019FF;
}

#video-player
  {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
  }
  #video-player iframe
  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  @media (max-width: 991px) and (min-width: 200px) {
    .node-type-videos #video-player.vimeocs
    {
      display: initial;
    }

    .node-type-videos #video-player.youtubecs
    {
      display: inherit !important;
    }
  }

@media (max-width: 519px) {
  .article-leftsidebar{
    margin-top: 10px;
  }
  .tag-credits ul li{
    margin: 10px 8px 10px 0px !important;
  }
  .breadcrumb ol li:nth-child(4) {
    padding-left: 0px;
  }
  .breadcrumb ol {
    display: contents !important;
  }
}

@media (max-width: 520px) {
  .navbar-brand {
      margin-top: 3px !important;
  }
}

/*Rooms CSS*/

#create_post_bottom_section {
    position: absolute !important;
    width: 97% !important;
}
.rooms-input{
  width: 99%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  line-height: 24px;
  resize: none;
}
.icon-member-white {
  background: url(../../assets/icons/icon-members-white.svg);
  vertical-align: sub;
}
.br20 {
    border-radius: 20px !important;
}
.ofy-scroll {
  overflow-y: scroll;
}
.bot-0{
  bottom:0 !important;
}

.modal-content{
  top: 15%;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: unset;
  position: fixed;
}

#suggested-rooms-section .group-details {
  position: absolute;
  color: #FFFFFF;
  background-color: #00000061;
  height: 252px;
  width: 252px;
  padding: 160px 0px 0px 15px;
  border-radius: 20px;
}
#suggested-rooms-section .group-details .lazyload {
  height: 284px;
  width: 284px;
}
.fs-18 {
font-size: 18px;
}
.fs-16 {
font-size: 16px;
}

.mt-1{
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}

.mb-1{
  margin-bottom: 0.25rem !important;
  }
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.va-top {
  vertical-align: top;
}
.va-middle {
  vertical-align: middle;
}
.mr-2{
  margin-right: 0.5rem !important;
}

.next {
    position: absolute;
    right: 20px;
    bottom: 8px;
}
.icon-next {
   background-size: 100%;
    width: 45px !important;
    height: 45px !important;
}
.rooms-button {
  padding: 8px 45px;
  color: #ffffff !important;
  letter-spacing: .5px;
  border: 1px solid #EA275E;
}
.rooms-button-pink{
  color: #ffffff !important;
  background: #EA275E !important;
}
.rooms-button-grey{
  color: #818181 !important;
  background: #ffffff !important;
}
.b0{
  bottom: 0;
}
.onboarding_skip_btn {
  position: absolute;
  right: 0px;
  }

.br-both {
  border-radius:20px;
}
.text-align-both {
  text-align:center;
}
.comment-input, .comment-input:focus{
  resize: none;
  line-height: 35px;
  border: 0 !important;
}
.post-action-row {
    padding-bottom: 1.25rem !important;
}
.icon-dropdown {
  background: url(../../assets/icons/icon-dropdown.svg);
}
#leader-board-container span {
  margin: -27px -21px 0px 0px;
    padding: 6px 16px !important;
    float: right;
    font-size: 18px;
    font-weight: bold;
}
.leaderboard-item {
  width: 256px !important;
}
.post-audit {
  padding-bottom: 12px !important;
    border-bottom: 1px solid #EBEBEB;
}
.post-comment .comment {
  border-top: 0px !important;
}
.post-comment .col-11 {
  border-bottom: 1px solid #D9D9D9;
}

.advertisement-row div {
  margin: 0 auto;
  margin-top: 8px !important;
    margin-bottom: 4px !important;
}
.rooms-logo {
  width: 150px;
  height: 25px;
  background: url(../images/pinkroom-logo.png?2);
  background-size: 150px 100%;
  background-repeat: no-repeat;
}
.w100 {
    width: 100% !important;
}
  @media (min-width: 521px) {
    #notification-inbox-content img {
      height: 6rem;
      width: 6rem;
    }
    #ue-profile-image {
      height: 100px !important;
      width: 100px !important;
    }
  #post-link iframe, .video-container iframe {
    height: 27rem;
  }
  #pr_comm_guide_image {
  width: 400px;
  }
  .post-api, .cms-post {
    margin-bottom: 15px !important;
  }
  .rooms-breadcrumb{
    display: block;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  #rooms-post-detail .col-lg-9 {
    border: 1px solid #D9D9D9; 
    border-radius: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .icon-dropdown {
    top: 21px;
    position: absolute;
    right: -4px;
  }
  .post-report-content{
    padding: 10px 0px 0px 15px!important;
  }
  .add-comment{
    background: #F1F5F7;
    border-radius: 4px;
  }
  .comment-input{
      background: #F1F5F7
  }
  .post-comment .icon-post-comment{
    position: absolute;
  }
  .add-comment .user-profile-pic {
    margin: 0 auto;
    display: block;
  }
  .onboarding-socials{
    border-radius: 0px 0px 10px 10px;
  }
  #onboard_step_1, #onboard_step_2, #onboard_step_3 , #onboard_step_4{
    height:31rem;
  }
  .modal-content{
    width: 500px;
  }
  #rooms_popup_container .modal-content-bottom {
    bottom: 0;
    width: 100%;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
  #choose_rooms_popup_content{
    max-width: 450px;
      height: auto;
  }
  .rooms-input {
    width: 95%;
  }
  #__pr-my-group-container, #__pr-explore-group-container {
      height: 463px;
  }
  .scroll_container80 {
    overflow-y: hidden !important;
  }
  #__pr-add-poll-option {
    padding: 25px 10px 10px;
    display: block;
  }
  .more-post-like-this {
    margin: 1rem 0;
  }
  #eup-bottom-sheet .modal-content-bottom {
    max-width: 450px !important;
  }
  }
  @media (max-width: 520px) {
    #ue-profile-image {
      height: 85px !important;
      width: 85px !important;
    }
  #post-link iframe, .video-container iframe {
    height: 12rem;
  }
  #__pr-selected-group-container img {
    width: 75px !important;
    height: 75px !important;
    margin-top: 5px;
  }
  #__pr-suggested-group-container img {
    width: 75px !important;
    height: 75px !important;
    margin-top: 5px;
  }
  #notification-inbox-content img {
    height: 5.5rem;
    width: 5.5rem;
  }
  .rooms-breadcrumb{
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .comment .user-image {
    max-width: 24px !important;
  }
  .col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    }
    
    .col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    }
    
    .col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    }
    
    .col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    }
    
    .col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    }
    
    .col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }
    
    .col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    }
    
    .col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    }
    
    .col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    }
    
    .col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    }
    
    .col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
    }
    
    .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
  .post-api, .cms-post {
    border-bottom: 10px solid #F8F8F8 !important;
  }
  .more-post-like-this h3{
    border-top: 3px solid #f5f1f2;
      border-bottom: 3px solid #f5f1f2;
  }
  #__pr-top-create-action h4 {
    font-size: 14px !important;
  }
  .navbar-brand {
    margin-top: 3px !important;
  }
  .icon-dropdown {
    margin-bottom: .75rem !important;
  }
  .post-action-row {
    border-bottom: 1px solid #EBEBEB;
  }
  .view-pinkroom-profile .post-action-row {
    border-bottom: 0px !important;
  }
  .add-comment{
    border-bottom: 2px solid #EBEBEB;
  }
  .post-comment .icon-post-comment{
    position: absolute;
  }
  .add-comment .user-profile-pic{
    position: absolute;
      left: 15px;
  }
  .onboardImage{
    margin-top: 25% !important;
  }
  .br-both {
    border-radius: 20px 20px 0px 0px;
  }
  .text-align-both {
    text-align:left;
  }
  .interests a {
    padding: 8px 12px !important;
    }
  #choose_rooms_popup_content img {
    width: 75px;
    height: 75px;
  }
  #choose_rooms_popup_content a {
    padding: 10px !important;
  }
  .modal-content {
    top: 8%;
  }
  .rooms-button {
    padding: 8px 25px;
  }
  #onboard_step_1, #onboard_step_2, #onboard_step_3, #onboard_step_4{
    width:100%;
    height:100%;
    top: 0;
    border-radius: 0;
  }
  .modal-content{
    width: 85%;
  }
  
  #__pr-my-group-container, #__pr-explore-group-container {
      height: 57vh;
  }
  
  
  .scroll_container80 {
    overflow-y: hidden !important;
  }
  #__pr-add-poll-option {
    padding: 25px 10px 10px;
    display: block;
  }
  }

  #eup-bottom-sheet .modal-content-bottom {
  bottom: 0;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  top: auto;
}
#eup-bottom-sheet #eup-bootom-close {
  position: absolute;
  right: 0px;
  top: 20px;
}
.room_logo{
  position: initial;
    margin-top: -65px;
    margin-left: 2%;
}
.room_name {
    margin-top: 75px;
    margin-left: 10px;
}

.mw-27 {
    max-width: 27px !important;
}
.icon-member {
  background: url(../../assets/icons/icon-member.svg);
}
#user_menu{
    border: 1px solid rgba(0,0,0,0.15);
    position: absolute;
    right: 0px;
  box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  border-radius: 4px;
}

.brtop10 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.mw-28 {
  max-width: 28px !important;
}

#user_menu {
  top:50px;
  z-index: 1;
}
.icon-report-flag {
    background: url(../../assets/icons/report-flag.png?1);
}
#poll_question:focus, #poll_options input:focus, #txt_link:focus, 
.rooms-input:focus, .comment-input:focus, #post-title:focus{
  outline: none !important;
}
.text-underline{
  text-decoration: underline;
}
.post-content .bt3 {
  border-top:0px !important;
}
.icon-40 {
    width: 40px !important;
    height: 40px !important;
}

.post-audit .user-image {
  max-width: 52px;
}

.post-content .description a{
  color: #E6295E !important
}

#rooms-post-detail {
  border: 0px !important;
  margin: 0 !important;
}
.room-nav .nav {
  overflow-x: scroll;
}
#profile-user-image {
  height:100px !important;
  width:100px !important;
}
#post-title, .comment-input {
  resize: none;
    border: 1px solid #ccc;
  font-family: Gilroy-Medium;
}
#__pr-invite-action .share_li  {
  width: 40px;
  height: 18px;
}
#__pr-invite-action .social_share_links{
  height: 32px;
  display: inline-block;
  padding: 7px 0px;
}
#__pr-invite-action .social_share_links:nth-child(1) {
    background: #395aa1;
}
#__pr-invite-action .social_share_links:nth-child(3) {
    background: #71c16a;
}
#__pr-invite-action .social-share-content{
  z-index: 1;
  margin: 0 auto;
  margin-top: -76px;
}
#__pr-invite-action .social_share_links:nth-child(2), .room-nav .nav::-webkit-scrollbar, #my-rooms::-webkit-scrollbar {
  display: none;
}
.floating-plus {
    position: fixed;
    bottom: 100px;
    top: auto;
    right: 10px;
    z-index: 10;
  }
#ep-user-display-name {
  border: 0;
    width: 100%;
    background-color: #f4f4f4;
    display: inline-block;
    resize: none;
    padding: 10px;
    font-size: 16px;
    color: #000;
    border-radius: 12px;
}
#bottom-create-action-container .icon-cross {
  position: absolute;
    right: 0px;
    top: 15px;
}
.w-125{
  width:125px !important;
}
.h-125{
  height:125px !important;
}
.post-api .description h1, .post-api .description h2, .post-api .description h3, .post-api .description h4, .post-api .description h5, .post-api .description h6,
.cms-post .description h1, .cms-post .description h2, .cms-post .description h3, .cms-post .description h4, .cms-post .description h5, .cms-post .description h6 {
  font-size: 14px;
}
.h-auto{
  height: auto;
}
.notif-read {
  padding-left: 10px !important;
}
.notif-unread {
  background: #dbeaff;
  padding-left: 10px !important;
}
.post-api a, .cms-post a, 
.post-api .description, .cms-api .description,
.post-api .comment-content, .cms-api .comment-content{
  word-break: break-word;
}

.icon-menu-all {
  background: url(../icons/menu_all.png?v2);
}
.icon-menu-all-pv {
  background: url(../icons/menu_all_pv.png?v2);
}
.icon-menu-entertainment {
  background: url(../icons/menu_entertainment.png?v2);
}
.icon-menu-entertainment-pv {
  background: url(../icons/menu_entertainment_pv.png?v2);
}
.icon-menu-fashion {
  background: url(../icons/menu_fashion.png?v2);
}
.icon-menu-fashion-pv {
  background: url(../icons/menu_fashion_pv.png?v2);
}
.icon-menu-korean {
  background: url(../icons/menu_korean.png?v2);
}
.icon-menu-korean-pv {
  background: url(../icons/menu_korean_pv.png?v2);
}
.icon-menu-lifestyle {
  background: url(../icons/menu_lifestyle.png?v2);
}
.icon-menu-lifestyle-pv {
  background: url(../icons/menu_lifestyle_pv.png?v2);
}
.icon-menu-photos {
  background: url(../icons/menu_photos.png?v2);
}
.icon-menu-photos-pv {
  background: url(../icons/menu_photos_pv.png?v2);
}
.icon-menu-podcasts {
  background: url(../icons/menu_podcasts.png?v2);
}
.icon-menu-podcasts-pv {
  background: url(../icons/menu_podcasts_pv.png?v2);
}
.icon-menu-rooms {
  background: url(../icons/menu_rooms.png?v1);
}
.icon-menu-rooms-pv {
  background: url(../icons/menu_rooms_pv.png?v1);
}
.icon-menu-shopping {
  background: url(../icons/menu_shopping.png?v2);
}
.icon-menu-shopping-pv {
  background: url(../icons/menu_shopping_pv.png?v2);
}
.icon-menu-stories {
  background: url(../icons/menu_stories.png?v2);
}
.icon-menu-stories-pv {
  background: url(../icons/menu_stories_pv.png?v2);
}
.icon-menu-technology {
  background: url(../icons/menu_technology.png?v2);
}
.icon-menu-technology-pv {
  background: url(../icons/menu_technology_pv.png?v2);
}
.icon-menu-trending {
  background: url(../icons/menu_trending.png?v2);
}
.icon-menu-trending-pv {
  background: url(../icons/menu_trending_pv.png?v2);
}
.icon-menu-videos {
  background: url(../icons/menu_videos.png?v2);
}
.icon-menu-videos-pv {
  background: url(../icons/menu_videos_pv.png?v2);
}
.icon-menu-webseries {
  background: url(../icons/menu_webseries.png?v2);
}
.icon-menu-webseries-pv {
  background: url(../icons/menu_webseries_pv.png?v2);
}
.vertical-align-middle{
  vertical-align: middle !important;
}
.icon-share {
    background: url(../icons/icon-share.png?1);
}
.post-action .social-share-content{
	z-index: 1;
	top: -40px;
	position: absolute;
	right: 5px !important;
}
.post-action .share_li  {
  width: 40px;
  height: 18px;
}
.post-action .social_share_links{
  height: 32px;
  display: inline-block;
  padding: 7px 0px;
}
.post-action .social_share_links:nth-child(1) {
    background: #395aa1;
}
.post-action .social_share_links:nth-child(2) {
    background: #71c16a;
}

.bg-light-grey-v2{
  background: #f2f2f2;
}
.section-label-v2{
  font-size: 22px;
  padding-left: 15px;
}
.lable-line {
  height: 0;
  margin: 15.5px 0 0 10.5px;
  border: solid 2px #e43462;
}
.br5 {
  border-radius: 5px !important;
}
.top-border-radius-0{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
.top-border-radius-5{
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
.bottom-border-radius-0{
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.bottom-border-radius-5{
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.box-shadow{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.front .photos-grid, .front .video-grid, .front .webstories-grid{
  margin: 0px 10px;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
}
.front .photos-img, .front .video-img, .front .video-overlay, .front .webstories-img{
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: -6px;
}
.front.video-img{
  opacity: 0.6;
}
.btn-view-all{
  margin: 10px;
  padding: 10px;
  border-radius: 20px;
  border: solid 1.2px #e43462;
  background-color: #fff;
  color: #e76385;
  text-align: center;
  font-size: 14px;
}
.section-bar {
  background: #ea275e;
  margin: 21px 0px 21px 0px;
  padding-bottom: 3px;
  width: 100%;
  position: relative;
  top: 30px;
}
.front hr {
  border: 1px solid #a8a8a8;
  height: 1px;
  width: 94%;
  opacity: 0.3;
}
@media (max-width: 519px) {
  .front .article-img-div{
    margin: auto 0px;
  }
  .front .article-img-div img{
    border-radius: 5px;
  }
  .front .photos-title{
    font-size: 15px;
    margin: 5px 10px 10px 10px;
    height: 105px;
  }
  .front .photos-landing-article .nav a {
    display: block !important;
  }
  .front .photos-landing-article .nav {
    padding-bottom: 10px;
  }
  .front .video-landing-article .nav a{
    display: block !important;
  }
  .front .video-title{
    font-size: 16px;
    margin: -25px 10px 10px 10px;
    height: 78px;
  }
  .front .video-summary{
    padding: 0px 10px 10px 10px;
    margin-bottom: 5px;
  }
  .front .video-landing-article .nav {
    padding-bottom: 0.5rem;
  }
  .front .webstories-title{
    font-size: 15px;
    margin: -15px 10px 10px 10px;
    padding-bottom: 5px;
    height: 35px;
  }
  .front .webstories-img{
    width: 220px;
    height: 294px;
  }
  .front .webstories-landing-article .nav a{
    display: block !important;
  }
  .front .summary{
    margin-top: 3px;
  }
  .front .section-label-v2{
    margin: 0;
    font-weight: bold;
    color: #ea275e;
    padding: 10px 10px 10px 15px;
    position: relative;
    top: -12px;
  }
  #top-stories-articles .article-first .col-sm-12, #top-stories-articles a, #top-stories-articles .hp-article-img, #top-stories-articles .article-img-div, #top-stories-articles .hp-article-description{
    background-color: #fff;
  }
}
@media (min-width: 520px) {
  .front .home-landing-article .article-img-div, .front .home-landing-article .article-description{
    background-color: #f2f2f2;
  }
  .front .home-landing-article .article-description{
    height: 140px;
    display: inline-table;
    padding: 0px 10px;
  }
  .front .hp-article-img {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .front .hp-article-description {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .front #top-stories-articles .hp-article-description {
    padding: 0px 10px;
  }
  .front #latest-articles .article-first .col-sm-12, .front #latest-articles a, #latest-articles .hp-article-img, #latest-articles .article-img-div{
    background-color: #f2f2f2;
    width: 100%;
  }
  .front #latest-articles .hp-article-description{
    background-color: #f2f2f2;
    padding: 0px 10px;
  }
  .front .photos-landing-article .nav {
    padding-bottom: 1rem;
    padding-top: 0rem;
    padding-left: 0.2rem;
  }
  .front .photos-title{
    font-size: 16px;
    margin: 5px 10px 10px 10px;
    height: 92px;
  }
  .front .video-landing-article .nav {
    padding-bottom: 0.5rem;
    padding-top: 0rem;
    padding-left: 0.2rem;
    margin-bottom: 10px;
  }
  .front .video-title{
    font-size: 16px;
    margin: -25px 10px 0px 10px;
    height: 82px;
  }
  .front .video-summary{
    padding: 0px 10px 5px 10px;
    margin-bottom: 5px;
  }
  .front .webstories-title{
    font-size: 16px;
    margin: -16px 10px 10px 10px;
    padding-bottom: 5px;
    height: 36px;
  }
  .front .webstories-img{
    width: 250px;
    height: 333px;
  }
  .front .section-label-v2{
    margin: 0;
    font-weight: bold;
    color: #ea275e;
    padding: 10px 10px 10px 15px;
    position: relative;
    top: -12px;
  }
  .front .scroll-color-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(to right, rgba(145, 145, 145, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    cursor: pointer;
  }
  .front .section-first-article{
    padding: 10px 0px;
  }
}

/*****************Update CSS*****************/
  .topads, .articleads, .mobileads, .homemobiletopad {
    border: 1px solid gray;
    padding: 10px;
    margin: 20px 0px 20px 0px;
    background: #F3F1F1;
  }
  .front .web-stories-article .nav{
    height: fit-content;
  }

  @media (max-width: 519px) {
    .front section{
      border-radius: 0px !important;
    }
    .front .landing-article .heading {
      font-size: 16px;
    }
    .front .heading {
      font-size: 16px;
    }
    .front .latest-list-article h2 {
      line-height: 22px !important;
    }
    .front .list-article .article-first .heading {
      line-height: 26px;
    }
    .front .photos-landing-article img{
      width: 160px;
      height: 320px;
    }
    .front .video-play-icon{
      position: relative;
      left: 95px;
      top: -150px;
    }
    .front .btn-view-all{
      width: auto;
    }
    .front .web-stories-article .nav{
      padding-bottom: 5px;
    }
    .front .web-stories-article {
      padding-bottom: 0px;
    }
    .front .web-stories-icon {
      position: relative;
      top: -288px;
      left: 10px;
      float: none;
    }
    .topads, .articleads, .mobileads, .homemobiletopad {
      margin: 0px !important;
    }
    .front .landing-article .list-article{
      margin-top: 0px;
    }
    .front .section-bar{
      margin: 0px 0px 21px 0px;
    }
  }
  @media (min-width: 520px) {
    .front section{
      border-radius: 5px !important;
    }
    .front .heading {
      font-size: 16px;
      height: 95px;
    }
    .front .list-article .heading {
      height: 100px;
    }
    .front .webstories-article .tcard img {
      width: 250px !important;
      height: 333px !important;
    }
    .front .webstories-article .tcard{
      height: 395px !important;
    }
    .front .photos-landing-article img{
      width: 200px;
      height: 400px;
    }
    .front .video-landing-article{
      height: auto;
    }
    .front .video-play-icon{
      position: relative;
      left: 100px;
      top: -150px;
    }
    .front .btn-view-all{
      width: 300px;
      margin: 0px auto;
    }
    .front .web-stories-icon {
      position: relative;
      top: -326px;
      left: 10px;
      float: none;
    }
  }
/*****************Update CSS*****************/