/* purgecss start ignore */
.viewbox-container{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 700;
}
.viewbox-body{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    overflow: auto;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
}
.viewbox-header{
    padding: 10px 0 0;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.viewbox-content{
    margin: 10px;
    width: 300px;
    height: 300px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
}
.viewbox-footer{
    padding: 0 0 10px;
    margin: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}
.viewbox-content .viewbox-image{
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/* buttons */
.viewbox-button-default{
    cursor: pointer;
    height: 64px;
    width: 64px;
}
.viewbox-button-default > svg{
    width: 100%;
    height: 100%;
    background: inherit;
    fill: inherit;
    pointer-events: none;
    transform: translateX(0px);
}
.viewbox-button-default{
    fill: #999;
}
.viewbox-button-default:hover{
    fill: #fff;
}

.viewbox-button-close{
    position:absolute;
    top:10px;
    right: 10px;
    z-index:9;
}
.viewbox-button-full-screen{
    position:absolute;
    top:84px;
    right: 10px;
    z-index:9;
}
.viewbox-button-next,
.viewbox-button-prev{
    position:absolute;
    top: 50%;
    height: 128px;
    width: 128px;
    margin: -64px 0 0;
    z-index:9;
}
.viewbox-button-next{
    right: 10px;
}
.viewbox-button-prev{
    left: 10px;
}
@media (max-width: 480px) {
    .viewbox-button-close{
        top: 0;
        right: 0;
    }
    .viewbox-button-next,
    .viewbox-button-prev{
        height: 81px;
        width: 81px;
        margin-top: -40px;
    }
    .viewbox-button-next{
        right:-15px;
    }
    .viewbox-button-prev{
        left:-15px;
    }
}

/* loader */
.viewbox-container .loader{
    widows: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin:-25px 0 0 -25px;
}
.viewbox-container .loader *{
    margin: 0;
    padding: 0;
}
.viewbox-container .loader .spinner{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
}
.viewbox-container .loader .double-bounce1,
.viewbox-container .loader .double-bounce2{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #999;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.viewbox-container .loader .double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes sk-bounce{
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
/* purgecss end ignore */

.scrollable, .data-block.data-block-broadcast-history .items, .data-block.data-block-reviews .reviews, .data-block.data-block-schedule {
  overflow: auto;
  max-height: 350px;
  scrollbar-width: thin;
}
.scrollable::-webkit-scrollbar, .data-block.data-block-broadcast-history .items::-webkit-scrollbar, .data-block.data-block-reviews .reviews::-webkit-scrollbar, .data-block.data-block-schedule::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}
.scrollable::-webkit-scrollbar-thumb, .data-block.data-block-broadcast-history .items::-webkit-scrollbar-thumb, .data-block.data-block-reviews .reviews::-webkit-scrollbar-thumb, .data-block.data-block-schedule::-webkit-scrollbar-thumb {
  background: #8a8a8a;
}

* {
  box-sizing: border-box;
}

body {
  background: #fbfbfb;
  font-family: "Inter", serif;
  font-style: normal;
  font-size: 16px;
}

img {
  max-width: 100%;
}

.logo {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.base-title {
  color: #000;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 24px;
}

.btn-close {
  font-size: 18px;
}

.form-error {
  color: red;
  margin-top: 5px;
}

.form-success {
  color: green;
  margin-top: 5px;
  display: none;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.more-sites-btn-mobile {
  order: 5;
  margin-top: 15px;
  margin-left: auto;
}
.more-sites-btn-mobile .more-sites-block {
  left: -10px !important;
}
@media screen and (min-width: 768px) {
  .more-sites-btn-mobile {
    display: none !important;
  }
}

.more-sites-btn {
  color: #fff;
  position: relative;
  padding: 8px 8px 8px 16px !important;
  background: #A62639;
}
.more-sites-btn.more-sites-btn-open .more-sites-btn-arrow-icon {
  transform: rotate(180deg);
}
.more-sites-btn:hover {
  background: #A62639;
  color: #fff;
}
.more-sites-btn .more-sites-block {
  position: absolute;
  left: -10px;
  top: 45px;
  background: #ededed;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid #292929;
  width: 170px;
  display: none;
  flex-direction: column;
  z-index: 9999;
}
.more-sites-btn .more-sites-block a {
  padding: 8px;
  text-transform: uppercase;
  color: #292929;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.btn {
  border-radius: 8px;
  padding: 12px 24px 12px 24px;
}
.btn.btn-blank {
  padding: 0;
  border: none;
}
.btn.btn-blank:focus {
  box-shadow: none !important;
}
.btn.btn-external-link {
  min-width: 100px;
  padding: 0 20px 0 0;
  border: none;
  color: #fff;
  background: url("/svg/new-external-link.svg") calc(100% - 5px) 55% no-repeat;
}
.btn.btn-external-link:focus {
  box-shadow: none !important;
}
.btn.btn-with-icon {
  display: flex;
  align-items: center;
  gap: 9px;
}
.btn.btn-default {
  background: #b3b3b3;
  color: #fff;
}
.btn.btn-red {
  background: #DB323D;
  color: #fff;
}
.btn.btn-red-inverted {
  background: #fff;
  color: #DB323D;
}
.btn.btn-rounded {
  border-radius: 100%;
}
.btn.btn-link {
  border: none;
  padding: 0;
  display: inline-block;
  margin-top: -5px;
  margin-left: 5px;
}
.btn.btn-link.btn-red {
  background: none;
  color: #DB323D;
}
.btn.btn-dark-red {
  background: rgba(41, 41, 41, 0.4);
  color: #fff;
}
.btn.btn-dark-orange {
  background: rgba(255, 115, 21, 0.4);
  color: #fff;
}
.btn.btn-blue {
  background: rgba(51, 153, 204, 0.8);
  color: #fff;
}
.btn.btn-green {
  background: #238e23;
  color: #fff;
}

header {
  background: #A62639;
  padding: 19px 0;
  position: relative;
}
header .country-flag {
  display: flex;
  align-items: center;
}
header .country-flag img {
  width: 24px;
  height: 18px;
  border-radius: 2px;
  display: block;
}
header .btn {
  white-space: nowrap;
}
header .site-search {
  margin-right: 15px;
  border-radius: 24px;
  padding: 8px 8px 8px 56px;
  background: url("/svg/new-zoom.svg") 18px 50% no-repeat #fff;
  width: 100%;
  max-width: 548px;
  min-width: 150px;
}
header .site-search form {
  margin: 0;
}
header .site-search .site-search-input {
  border: none;
  padding-right: 10px;
  width: 100%;
  line-height: 32px;
}
header .auth-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-left: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  header .auth-buttons .more-sites-btn {
    display: none !important;
  }
}
@media all and (max-width: 1145px) {
  header .auth-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 768px) and (max-width: 855px) {
  header .auth-buttons .btn {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
}
header .live {
  margin-left: 44px;
  margin-right: 33px;
  background: rgba(255, 255, 255, 0.2392156863);
  border-radius: 16px;
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
@media all and (max-width: 445px) {
  header .live {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media all and (max-width: 360px) {
  header .live {
    display: none;
  }
}
header .live .dot {
  background: #238e23;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 16px;
}

footer {
  background: #292929;
  padding-top: 28px;
}
footer .logo {
  margin-bottom: 28px;
}
footer .footer-links {
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
  padding: 36px 0;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  justify-content: space-around;
}
footer .footer-links a {
  color: #fff;
  text-transform: uppercase;
}
footer .copy {
  color: #D9D9D9;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 36px 0;
}

aside {
  background: #EDEDED;
  padding: 24px;
  width: 100%;
  border: none;
  box-shadow: none;
  font-size: 16px;
  height: 100%;
}
aside .mobile-auth {
  display: none;
}
aside .categories {
  font-weight: 500;
  margin-bottom: 24px;
}
aside .categories .category-name {
  margin-top: 16px;
  margin-bottom: 12px;
  color: #747474;
  font-weight: 600;
}
aside .categories .category {
  color: #3B3B3B;
  background: rgba(215, 218, 219, 0.4705882353);
  border-radius: 4px;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
aside .categories .category .name {
  text-transform: uppercase;
}
aside .categories .category .count {
  background: rgba(142, 142, 142, 0.12);
  border-radius: 12px;
  width: 57px;
  text-align: center;
}

.container {
  max-width: 1440px;
}

.content-area {
  padding-top: 21px;
}

.tags {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.tags .tag {
  padding: 6px 8px;
  background: #d7dadb;
  border-radius: 4px;
}

.tips {
  color: #292929;
  font-weight: 400;
  font-size: 13px;
  border-radius: 4px;
  text-transform: capitalize;
  line-height: 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.tips .tip {
  padding: 8px 16px;
  background: rgba(215, 218, 219, 0.4705882353);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.tips .tip .tip-price {
  font-weight: 500;
  background: #CBAE46;
  color: #fff;
  height: 24px;
  line-height: 24px;
  padding: 0 28px 0 8px;
  border-radius: 12px;
  position: relative;
}
.tips .tip .tip-price:after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  right: 4px;
  width: 20px;
  height: 15px;
  background: url("/svg/new-tip.svg") 0 0 no-repeat;
}
@media all and (max-width: 768px) {
  .tips {
    overflow: auto;
    max-height: 350px;
    scrollbar-width: thin;
  }
  .tips::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa; /* or add it to the track */
  }
  .tips::-webkit-scrollbar-thumb {
    background: #8a8a8a;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 44px auto 24px;
  width: 80%;
}
.pagination li {
  flex-grow: 1;
}
.pagination li a, .pagination li span {
  width: 100%;
}
.pagination li:nth-child(3) {
  flex-grow: 0;
}
.pagination .page-item .page-link {
  background: #DB323D !important;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  height: 48px;
  border-radius: 8px;
  padding: 16px 24px;
  color: #FFFFFF !important;
  min-width: 32px;
  text-align: center !important;
  border: 1px solid transparent;
}
.pagination .page-item span {
  border: 1px solid transparent !important;
}
.pagination .page-item a {
  color: #737373 !important;
  text-decoration: none !important;
}
.pagination .page-item.active span {
  border-radius: 4px;
  color: #fff !important;
  background: #DB323D !important;
}
.pagination .page-item.disabled span {
  opacity: 0.5;
}

.more-live-shows {
  background: #d7dadb;
  padding: 60px 0 36px;
}
.more-live-shows .pagination .page-item.disabled .page-link {
  border: none !important;
}
.more-live-shows .base-title {
  margin-bottom: 32px;
  text-align: center;
}
.more-live-shows .container {
  max-width: 1056px;
}

.more-models {
  background: #d7dadb;
  padding: 30px 0 30px;
  margin: 20px 0;
  border-radius: 24px;
  /*border: 1px solid gold;*/
}
.more-models .base-title {
  margin-bottom: 32px;
  text-align: center;
}
.more-models .container {
  max-width: 1056px;
}
@media screen and (max-width: 640px) {
  .more-models .model-card {
    display: none;
  }
  .more-models .model-card:first-child {
    display: block;
  }
}

.fav-block.fav-block-mobile {
  display: none;
}
.fav-block button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: none;
  width: 33px;
  height: 32px;
  background: #d7dadb;
}
.fav-block button:hover, .fav-block button:active, .fav-block button:focus {
  background: #d7dadb !important;
}
.fav-block button img {
  margin: 0;
}

#open-chat {
  margin-left: 16px;
  display: none;
}

.video-block-main {
  min-height: 500px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .video-block-main {
    min-height: 300px;
  }
}

.video-block {
  margin-bottom: 24px;
  border-radius: 24px 24px 0 0;
  position: relative;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 275px;
}
.video-block.video-block-model-offline {
  grid-template-columns: 1fr;
}
.video-block .iframe-chat {
  border-radius: 8px;
  border: 4px solid rgba(166, 38, 57, 0.12);
  width: 275px;
  min-height: 150px;
  height: 100%;
}
.video-block .iframe-chat .close-chat-block {
  height: 46px;
  padding: 4px 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.4);
  margin: 6px 2px 0 2px;
  display: flex;
}
.video-block .iframe-chat .close-chat-block span {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 114.286% */
}
.video-block .iframe-chat iframe {
  width: 100%;
  height: calc(100% - 58px);
}
@media all and (max-width: 550px) {
  .video-block {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .video-block .btn-red {
    margin-top: 12px;
  }
  .video-block #open-chat {
    margin-left: 0;
    margin-top: 12px;
    order: 7;
    justify-content: center;
    width: 100%;
  }
  .video-block .iframe-chat {
    width: 100%;
    min-height: 350px;
  }
}
.video-block video {
  background: #000;
  border-radius: 24px 24px 0 0;
}
.video-block .live-chat-wrapper {
  margin-left: auto;
  padding: 0 10px;
  width: 100%;
  max-width: 440px;
}
.video-block .live-chat-wrapper .live-chat {
  border: 1px solid #aaa;
  border-radius: 24px;
  background: #d7dadb;
  min-height: 42px;
  height: 42px;
  padding: 2px 2px 2px 16px;
}
.video-block .live-chat-wrapper .live-chat form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.video-block .live-chat-wrapper .live-chat button {
  background: #DB323D;
  border: none;
  border-radius: 24px;
  color: #fff;
  padding: 8px 24px;
  height: 100%;
}
.video-block .live-chat-wrapper .live-chat input {
  background: none;
  border: none;
  min-width: 0;
  width: 100%;
}
@media all and (max-width: 550px) {
  .video-block .live-chat-wrapper {
    margin-bottom: 10px;
    padding: 0;
  }
  .video-block .live-chat-wrapper .live-chat button {
    height: auto;
  }
}
.video-block .model-offline {
  position: absolute;
  left: 50%;
  bottom: 23%;
  color: #fff;
  transform: translateX(-50%);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.video-block .model-offline .name {
  color: #DB323D;
}
.video-block .model-offline .txt {
  white-space: pre;
}
.video-block .model-offline .sub-txt {
  color: #6c757d;
  font-size: 16px;
}
@media all and (max-width: 1000px) {
  .video-block .model-offline {
    bottom: 29%;
  }
}
@media all and (max-width: 768px) {
  .video-block .model-offline {
    bottom: 45%;
  }
}
@media all and (max-width: 400px) {
  .video-block .model-offline {
    bottom: 35%;
    font-size: 12px;
  }
  .video-block .model-offline .sub-txt {
    font-size: 12px;
  }
}
.video-block .plyr__play-large {
  border: none !important;
  background: none !important;
}
.video-block .plyr:not(.plyr--full-ui) .plyr__controls,
.video-block .plyr:not(.plyr--full-ui) .plyr__control,
.video-block .plyr:not(.plyr--full-ui) .plyr__control--overlaid {
  opacity: 0;
  pointer-events: none;
}
.video-block .plyr.plyr--full-ui .plyr__controls,
.video-block .plyr.plyr--full-ui .plyr__control,
.video-block .plyr.plyr--full-ui .plyr__control--overlaid {
  opacity: 1;
}
.video-block .plyr--video {
  border-radius: 24px 24px 0 0;
}
.video-block .model-info {
  background: #EDEDED;
  padding: 16px 24px 16px 24px;
  display: flex;
  align-items: center;
  border-radius: 0 0 24px 24px;
  flex-wrap: wrap;
}
@media all and (max-width: 550px) {
  .video-block .model-info {
    padding: 0 24px 16px 24px;
  }
}
.video-block .model-info .model-room-btn {
  margin-left: auto;
}
@media all and (max-width: 550px) {
  .video-block .model-info .model-room-btn {
    width: 100%;
    justify-content: center;
  }
}
.video-block .model-info .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  gap: 57px;
  margin-left: 45px;
}
.video-block .model-info .actions .views-count {
  display: flex;
  align-items: center;
  gap: 5px;
}
.video-block .model-info .actions .model-country-flag {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.video-block .model-info .actions .model-country-flag img {
  width: 24px;
  height: 18px;
  border-radius: 2px;
  display: block;
}
.video-block .model-info .photo-link {
  flex-shrink: 0;
}
.video-block .model-info .photo {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  border: 1px solid #A62639;
  margin-right: 16px;
}
.video-block .model-info .name {
  color: #DB323D;
  font-weight: bold;
  position: relative;
}
@media all and (max-width: 725px) {
  .video-block .model-info {
    padding: 8px 16px 16px !important;
  }
  .video-block .model-info-photo {
    order: 1;
    width: 48px;
  }
  .video-block .name {
    max-width: calc(100% - 48px - 130px) !important;
    order: 2;
  }
  .video-block .actions {
    width: 130px !important;
    order: 3;
    padding: 0 !important;
    gap: 10px !important;
  }
  .video-block .live-chat-wrapper {
    padding: 0;
    margin: 10px 0 20px !important;
    max-width: 100% !important;
    order: 5;
  }
  .video-block .model-room-btn {
    order: 6;
  }
}

.modal .modal-header, .modal .modal-footer, .modal .modal-body {
  border: none;
  padding: 0;
}
.modal .modal-content {
  background: #ededed;
  padding: 32px;
  font-size: 14px;
}
.modal .modal-header {
  font-weight: bold;
  margin-bottom: 24px;
  font-size: 24px;
}
.modal .modal-footer {
  margin-top: 24px;
  gap: 16px;
}
.modal .modal-footer * {
  margin: 0;
}

.modal-login a {
  display: inline-block;
  margin-left: 5px;
  color: #DB323D;
}
.modal-login .modal-header {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
.modal-login .form-control-block {
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
  padding: 9px 14px 9px;
  margin-bottom: 24px;
}
.modal-login .form-control-block label {
  margin: 0;
  font-size: 12px;
}
.modal-login .form-control-block input {
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  width: 100%;
  background: #fff;
}
.modal-login .form-control-block input:focus {
  box-shadow: none !important;
}

.modal-add-review label {
  margin-top: 24px;
  margin-bottom: 11px;
}
.modal-add-review .rating {
  display: flex;
  gap: 4px;
}
.modal-add-review .rating .star {
  background: url("/svg/star-outline.svg") 0 0 no-repeat;
  width: 20px;
  height: 19px;
  cursor: pointer;
}
.modal-add-review .rating .star.star-active {
  background: url("/svg/star-outline-filled.svg") 0 0 no-repeat;
}

.data-block {
  background: #EDEDED;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 24px;
}
.data-block .title {
  color: #292929;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
}
.data-block .sub-title {
  color: #737373;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}
.data-block.data-block-schedule {
  height: auto !important;
  /* IE-10/11 Grid */
  /* Everyone Else's Grid */
  /* Flex - Cross Browser CSS */
}
.data-block.data-block-schedule .schedule-item {
  font-weight: 500;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 18px;
}
.data-block.data-block-schedule .schedule-item .day {
  width: 110px;
  font-size: 16px;
  text-transform: capitalize;
  color: #737373;
  flex-shrink: 0;
}
.data-block.data-block-schedule .schedule-item .timeslot {
  background: #d7dadb;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  color: #292929;
  padding: 4px 10px;
  max-width: 180px;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.data-block.data-block-schedule .items {
  height: auto !important;
  scrollbar-width: auto !important;
  overflow: auto !important;
}
.data-block.data-block-schedule .items .col-date, .data-block.data-block-schedule .items .col-day {
  width: auto;
}
.data-block.data-block-schedule table {
  display: -ms-grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: auto auto;
}
.data-block.data-block-schedule table thead {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.data-block.data-block-schedule table tbody {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}
.data-block.data-block-schedule table caption {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
}
@supports (display: grid) {
  .data-block.data-block-schedule table {
    display: grid;
    grid-template-columns: min-content min-content;
    grid-template-rows: auto auto;
    grid-template-areas: "head body";
  }
  .data-block.data-block-schedule table thead {
    grid-area: head;
  }
  .data-block.data-block-schedule table tbody {
    grid-area: body;
  }
  .data-block.data-block-schedule table caption {
    grid-area: caption;
  }
}
.data-block.data-block-schedule table thead {
  display: flex;
  flex-shrink: 0;
  min-width: -moz-min-content;
  min-width: min-content;
}
.data-block.data-block-schedule table tbody {
  display: flex;
}
.data-block.data-block-schedule table tr {
  display: flex;
  flex-direction: column;
  min-width: -moz-min-content;
  min-width: min-content;
  flex-shrink: 0;
}
.data-block.data-block-schedule table td, .data-block.data-block-schedule table th {
  display: block;
}
.data-block.data-block-schedule table caption {
  display: block;
}
.data-block.data-block-schedule .schedule-item {
  align-items: start;
  gap: 10px;
}
.data-block.data-block-schedule table {
  width: 100%;
}
.data-block.data-block-reviews {
  font-weight: 500;
  line-height: 24px;
  font-size: 14px;
}
.data-block.data-block-reviews .title span {
  font-weight: normal;
}
.data-block.data-block-reviews .rating {
  display: flex;
  gap: 4px;
}
.data-block.data-block-reviews .rating .star {
  background: url("/svg/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.data-block.data-block-reviews .rating .star.star-empty {
  background: url("/svg/star-empty.svg") 0 0 no-repeat;
}
.data-block.data-block-reviews .info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.data-block.data-block-reviews .info .user {
  margin-bottom: 5px;
}
.data-block.data-block-reviews .info .date {
  margin-left: auto;
}
.data-block.data-block-reviews .reviews {
  height: 125px;
  scrollbar-width: thin;
  margin-bottom: 16px;
  padding-right: 5px;
}
.data-block.data-block-reviews .reviews .review {
  background: #d7dadb;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}
.data-block .schedule-insights {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid rgba(41, 41, 41, 0.12);
}
.data-block .schedule-insights .schedule-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin-bottom: 12px;
  font-size: 13px;
}
.data-block .schedule-insights .schedule-meta .meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.data-block .schedule-insights .schedule-meta .label {
  font-size: 11px;
  text-transform: uppercase;
  color: #737373;
}
.data-block .schedule-insights .schedule-meta .value {
  color: #292929;
  font-weight: 600;
}
.data-block .schedule-insights .schedule-heatmap {
  overflow-x: auto;
  padding-bottom: 6px;
}
.data-block .schedule-insights .schedule-heatmap .heatmap-row {
  display: grid;
  grid-template-columns: 40px repeat(24, 1fr);
  gap: 4px;
  align-items: center;
  min-width: 520px;
}
.data-block .schedule-insights .schedule-heatmap .heatmap-row + .heatmap-row {
  margin-top: 4px;
}
.data-block .schedule-insights .schedule-heatmap .heatmap-axis {
  margin-bottom: 6px;
  font-size: 10px;
  text-transform: uppercase;
  color: #737373;
}
.data-block .schedule-insights .schedule-heatmap .heatmap-axis .heatmap-hour {
  text-align: center;
}
.data-block .schedule-insights .schedule-heatmap .heatmap-day {
  font-size: 12px;
  color: #737373;
}
.data-block .schedule-insights .schedule-heatmap .heatmap-cell {
  height: 10px;
  border-radius: 2px;
  background: rgba(219, 50, 61, 0.08);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-0 {
  background: rgba(219, 50, 61, 0.08);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-1 {
  background: rgba(219, 50, 61, 0.2);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-2 {
  background: rgba(219, 50, 61, 0.35);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-3 {
  background: rgba(219, 50, 61, 0.55);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-4 {
  background: rgba(219, 50, 61, 0.8);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-timezone {
  margin-top: 6px;
  font-size: 11px;
  color: #737373;
}
@media all and (max-width: 768px) {
  .data-block .schedule-insights .schedule-meta {
    grid-template-columns: 1fr;
  }
}
.data-block.data-block-broadcast-history {
  font-weight: 500;
  line-height: 24px;
}
.data-block.data-block-broadcast-history .items table {
  width: 100%;
}
.data-block.data-block-broadcast-history .items .col-date, .data-block.data-block-broadcast-history .items .col-day {
  width: 33%;
}
.data-block.data-block-broadcast-history .items .txt {
  background: #d7dadb;
  border-radius: 8px;
  font-size: 14px;
  text-transform: capitalize;
  color: #292929;
  padding: 4px 5px;
  text-align: center;
  white-space: nowrap;
}
.data-block.data-block-broadcast-history .items th .txt {
  background: #d7dadb;
}
.data-block.data-block-broadcast-history .items td, .data-block.data-block-broadcast-history .items th {
  padding: 4px;
}
@media all and (max-width: 575px) {
  .data-block.data-block-broadcast-history {
    /* IE-10/11 Grid */
    /* Everyone Else's Grid */
    /* Flex - Cross Browser CSS */
  }
  .data-block.data-block-broadcast-history .items {
    height: auto !important;
    scrollbar-width: auto !important;
    overflow: auto !important;
  }
  .data-block.data-block-broadcast-history .items .col-date, .data-block.data-block-broadcast-history .items .col-day {
    width: auto;
  }
  .data-block.data-block-broadcast-history table {
    display: -ms-grid;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto auto;
  }
  .data-block.data-block-broadcast-history table thead {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .data-block.data-block-broadcast-history table tbody {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
  .data-block.data-block-broadcast-history table caption {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  @supports (display: grid) {
    .data-block.data-block-broadcast-history table {
      display: grid;
      grid-template-columns: min-content min-content;
      grid-template-rows: auto auto;
      grid-template-areas: "head body";
    }
    .data-block.data-block-broadcast-history table thead {
      grid-area: head;
    }
    .data-block.data-block-broadcast-history table tbody {
      grid-area: body;
    }
    .data-block.data-block-broadcast-history table caption {
      grid-area: caption;
    }
  }
  .data-block.data-block-broadcast-history table thead {
    display: flex;
    flex-shrink: 0;
    min-width: -moz-min-content;
    min-width: min-content;
  }
  .data-block.data-block-broadcast-history table tbody {
    display: flex;
  }
  .data-block.data-block-broadcast-history table tr {
    display: flex;
    flex-direction: column;
    min-width: -moz-min-content;
    min-width: min-content;
    flex-shrink: 0;
  }
  .data-block.data-block-broadcast-history table td, .data-block.data-block-broadcast-history table th {
    display: block;
  }
  .data-block.data-block-broadcast-history table caption {
    display: block;
  }
}
.data-block.data-block-about .tags {
  gap: 8px;
  row-gap: 8px;
}
.data-block.data-block-about hr {
  margin: 32px 0;
}
.data-block.data-block-about .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.data-block.data-block-about .socials .socials-link {
  width: 32px;
  height: 32px;
  line-height: 31px;
  text-align: center;
  background: #d7dadb;
  border-radius: 100px;
}
.data-block.data-block-images .images {
  overflow: auto;
  max-height: 350px;
  scrollbar-width: thin;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
  gap: 8px;
  max-height: 240px;
  padding-right: 4px;
}
.data-block.data-block-images .images::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa; /* or add it to the track */
}
.data-block.data-block-images .images::-webkit-scrollbar-thumb {
  background: #8a8a8a;
}
.data-block.data-block-images .images .image {
  background: rgba(219, 50, 61, 0.39);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.data-block.data-block-images .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 768px) {
  .data-block.data-block-images .images {
    grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
    max-height: 200px;
  }
}
.data-block .tags {
  gap: 8px;
  row-gap: 12px;
}
.data-block .tags .tag {
  color: #292929;
  font-weight: 400;
  font-size: 13px;
  background: rgba(215, 218, 219, 0.4705882353);
  border-radius: 4px;
}
@media all and (max-width: 768px) {
  .data-block .tags {
    overflow: auto;
    max-height: 350px;
    scrollbar-width: thin;
  }
  .data-block .tags::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa; /* or add it to the track */
  }
  .data-block .tags::-webkit-scrollbar-thumb {
    background: #8a8a8a;
  }
}

.model-card {
  background: #EDEDED;
  border-radius: 8px;
  position: relative;
}
.model-card .model-info {
  padding: 16px;
}
.model-card .model-info .name-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model-card .model-info .tag {
  background: rgba(215, 218, 219, 0.4705882353);
}
.model-card .online-count {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 24px;
  font-weight: bold;
  color: #fff;
  z-index: 3;
  display: inline-block;
  padding: 3px 8px 0 19px;
  background: rgba(142, 142, 142, 0.7);
  border-radius: 12px;
}
.model-card .online-count:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  background: #35DB32;
}
.model-card .country-flag-badge {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 24px;
  height: 18px;
  border-radius: 2px;
  overflow: hidden;
  z-index: 2;
}
.model-card .country-flag-badge img {
  width: 100%;
  height: 100%;
  display: block;
}
.model-card .image-wrapper {
  position: relative;
  display: block;
}
.model-card .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
.model-card .actions .views-count {
  display: flex;
  align-items: center;
  gap: 5px;
}
.model-card .actions .fav-block {
  display: flex;
  align-items: center;
  gap: 5px;
}
.model-card .tags {
  max-height: 52px;
  overflow: hidden;
  align-content: flex-start;
}
.model-card .tags .tag {
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.model-card .name {
  color: #DB323D;
  font-weight: bold;
  position: relative;
}
.model-card .name:after {
  content: "";
  display: block;
  position: absolute;
  right: -16px;
  top: 6px;
  width: 13px;
  height: 11px;
  background: url("/svg/new-link.svg") 0 0 no-repeat;
}
.model-card img.image-thumb {
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media all and (max-width: 640px) {
  .model-card img.image-thumb {
    height: auto;
    max-height: 500px;
  }
}

@media all and (max-width: 767px) {
  aside {
    position: absolute;
    left: 0;
    width: 100%;
    max-width: 491px;
    z-index: 9;
    display: none;
    height: auto;
  }
  aside.visible {
    display: block !important;
  }
  .header-wrapper {
    flex-wrap: wrap;
  }
  .header-wrapper .site-search {
    margin-top: 16px;
    margin-right: 0;
    margin-left: 60px;
    order: 3;
    max-width: 100%;
  }
  .video-block .model-info {
    flex-wrap: wrap;
  }
  .video-block .model-info .actions {
    gap: 32px;
    margin-left: auto;
  }
}
.button-mobile {
  display: none;
  border-radius: 5px;
  background-color: #fff;
  border: 0;
  padding: 6px 8px;
  position: absolute;
  left: 10px;
  top: 91px;
}
@media (max-width: 767px) {
  .button-mobile {
    display: inline-block;
  }
}
@media (max-width: 655px) {
  .button-mobile {
    top: 74px;
  }
}
.button-mobile #nav-icon1 {
  width: 25px;
  height: 25px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.button-mobile #nav-icon1.open span {
  background: #f20744;
}
.button-mobile #nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.button-mobile #nav-icon1 span:nth-child(1) {
  top: 0;
}
.button-mobile #nav-icon1 span:nth-child(2) {
  top: 10px;
}
.button-mobile #nav-icon1 span:nth-child(3) {
  top: 20px;
}
.button-mobile #nav-icon1.open span:nth-child(1) {
  top: 10px;
  transform: rotate(135deg);
}
.button-mobile #nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.button-mobile #nav-icon1.open span:nth-child(3) {
  top: 10px;
  transform: rotate(-135deg);
}

#full-page aside {
  display: none;
}

@media all and (max-width: 655px) {
  .header-wrapper .auth-buttons {
    display: none;
  }
  aside.visible {
    display: block;
  }
  aside.visible .mobile-auth {
    margin-bottom: 20px;
    display: block;
  }
  aside.visible .mobile-auth .btn {
    padding: 7px 20px 7px 20px;
  }
  aside.visible .mobile-auth .more-sites-btn {
    display: none !important;
  }
}
.pointer {
  cursor: pointer;
}

@media all and (max-width: 768px) {
  .model-cards-adjusted .button-mobile {
    position: relative;
    left: auto;
    top: auto;
    margin-left: auto;
  }
  .model-cards-adjusted .more-sites-btn-mobile {
    display: none !important;
  }
  .model-cards-adjusted header .live-logo {
    margin-left: auto !important;
  }
  .model-cards-adjusted .header-wrapper .site-search {
    position: absolute;
    bottom: -60px;
    right: 24px;
    width: 40%;
    border: 1px solid #A62639;
    padding-left: 45px;
  }
  .model-cards-adjusted .model-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .model-cards-adjusted .model-card {
    position: relative;
  }
  .model-cards-adjusted .model-card .image-wrapper {
    aspect-ratio: 229/184;
    overflow: hidden;
  }
  .model-cards-adjusted .model-card .image-wrapper img.image-thumb {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .model-cards-adjusted .model-card .model-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 5px;
    height: 55px;
  }
  .model-cards-adjusted .model-card .model-info .name {
    color: #fff;
    font-size: 15px;
  }
  .model-cards-adjusted .model-card .model-info .name:after {
    display: none;
  }
  .model-cards-adjusted .model-card .model-info .tag {
    padding: 0;
    color: #fff;
    background: none;
    display: none;
    height: 12px;
    overflow: hidden;
  }
  .model-cards-adjusted .model-card .model-info .tag:nth-child(1), .model-cards-adjusted .model-card .model-info .tag:nth-child(2) {
    display: block;
  }
  .model-cards-adjusted .model-card .fav-block {
    display: none;
  }
  .model-cards-adjusted .model-card .fav-block.fav-block-mobile {
    display: block;
    position: absolute;
    top: 8px;
    left: 40px;
  }
  .model-cards-adjusted .model-card .fav-block.fav-block-mobile button {
    width: 22px;
    height: 22px;
  }
  .model-cards-adjusted .model-card .fav-block.fav-block-mobile button img {
    margin-bottom: -2px;
  }
}
