/* 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;
}
.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;
}
.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%;
}

/* 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;
}

.color-primary-deep {
  color: #f30000;
}

* {
  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;
}
@media all and (max-width: 655px) {
  .logo {
    font-size: 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;
}

.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-rounded {
  border-radius: 100%;
}
.btn.btn-primary {
  background: #f30000;
  color: #fff;
  border-color: #f30000 !important;
}
.btn.btn-link {
  border: none;
  padding: 0;
  display: inline-block;
  margin-top: -5px;
  margin-left: 5px;
}
.btn.btn-link.btn-primary {
  background: none !important;
  color: #f30000 !important;
}
.btn.btn-dark-primary {
  background: #9f1b2f;
  color: #fff;
}
.btn.btn-dark-primary:focus {
  background: #9f1b2f;
  color: #fff;
  border-color: #9f1b2f;
}
.btn.btn-dark-primary-2 {
  background: #f30000;
  color: #fff;
}
.btn.btn-dark-primary-2:focus {
  background: #f30000;
  color: #fff;
  border-color: #f30000;
}
.btn.btn-dark-orange {
  background: rgba(255, 115, 21, 0.8);
  color: #fff;
}
.btn.btn-blue {
  background: rgba(51, 153, 204, 0.9);
  color: #fff;
}
.btn.btn-green {
  background: #f30000;
  color: #fff;
}

header {
  background: #ee1233;
  padding: 19px 0;
  position: relative;
}
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 .site-search-input {
  border: none;
  padding-right: 10px;
  width: 100%;
  line-height: 32px;
}
header .search-autocomplete-root {
  position: relative;
  z-index: 1100;
}
header .search-autocomplete {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  z-index: 1110;
  padding: 10px;
  border: 1px solid rgba(238, 18, 51, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
header .search-autocomplete__group + .search-autocomplete__group {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid rgba(238, 18, 51, 0.12);
}
header .search-autocomplete__group-label {
  padding: 0 8px 6px;
  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(45, 45, 45, 0.45);
}
header .search-autocomplete__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 9px 10px;
  border-radius: 12px;
  color: #2d2d2d;
  text-decoration: none;
  transition: background-color 0.16s ease, color 0.16s ease;
}
header .search-autocomplete__item:hover, header .search-autocomplete__item.is-active {
  background: rgba(238, 18, 51, 0.08);
  color: #2d2d2d;
}
header .search-autocomplete__text {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-width: 0;
}
header .search-autocomplete__title {
  min-width: 0;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
header .search-autocomplete__title mark {
  padding: 0;
  background: transparent;
  color: rgba(51, 153, 204, 0.9);
}
header .search-autocomplete__meta {
  flex-shrink: 0;
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(45, 45, 45, 0.45);
}
header .auth-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}
@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: #f30000;
  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: #d7dadb;
  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: #d7dadb;
  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: #f30000 !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: #f30000 !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;
}

.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;
}

.video-block {
  margin-bottom: 24px;
  border-radius: 24px 24px 0 0;
  position: relative;
}
.video-block video {
  background: #000;
  border-radius: 24px 24px 0 0;
  max-height: 600px;
}
.video-block .stream-refresh-status {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 8px;
  background: rgba(16, 17, 20, 0.82);
  color: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.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: #f30000;
  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%;
  top: 43%;
  color: #fff;
  transform: translateX(-50%);
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  text-align: center;
}
.video-block .model-offline .name {
  color: #f30000;
}
.video-block .model-offline .txt {
  white-space: pre;
}
.video-block .model-offline .sub-txt {
  color: gray;
  font-size: 16px;
}
@media all and (max-width: 1200px) {
  .video-block .model-offline {
    top: 39%;
  }
}
@media all and (max-width: 1000px) {
  .video-block .model-offline {
    top: 35%;
  }
}
@media all and (max-width: 746px) {
  .video-block .model-offline {
    top: 30%;
  }
}
@media all and (max-width: 550px) {
  .video-block .model-offline {
    top: 25%;
  }
}
@media all and (max-width: 400px) {
  .video-block .model-offline {
    top: 20%;
    font-size: 16px;
  }
  .video-block .model-offline .sub-txt {
    font-size: 12px;
  }
}
.video-block .plyr__play-large {
  border: none !important;
  background: none !important;
}
.video-block .plyr--video {
  border-radius: 24px 24px 0 0;
}
.video-block .plyr:-webkit-full-screen video, .video-block .plyr:-webkit-full-screen .plyr__video-wrapper {
  max-height: none !important;
  height: 100% !important;
}
.video-block .plyr--fullscreen video,
.video-block .plyr--fullscreen .plyr__video-wrapper,
.video-block .plyr:fullscreen video,
.video-block .plyr:fullscreen .plyr__video-wrapper,
.video-block .plyr:-webkit-full-screen video,
.video-block .plyr:-webkit-full-screen .plyr__video-wrapper,
.video-block .plyr:-moz-full-screen video,
.video-block .plyr:-moz-full-screen .plyr__video-wrapper,
.video-block .plyr:-ms-fullscreen video,
.video-block .plyr:-ms-fullscreen .plyr__video-wrapper,
.video-block .plyr--fullscreen-fallback video,
.video-block .plyr--fullscreen-fallback .plyr__video-wrapper {
  max-height: none !important;
  height: 100% !important;
}
.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: 0px 24px 16px 24px;
    row-gap: 12px;
  }
}
.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;
    margin-top: 4px;
  }
}
.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 .photo-link {
  flex-shrink: 0;
}
.video-block .model-info .photo {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  border: 1px solid #f30000;
  margin-right: 16px;
}
.video-block .model-info .name {
  color: #f30000;
  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 - 103px) !important;
    order: 2;
  }
  .video-block .actions {
    width: 103px !important;
    order: 3;
    padding: 0 !important;
    gap: 10px !important;
  }
  .video-block .model-room-btn {
    order: 5;
  }
}

.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: #f30000;
}
.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.data-block-tight {
  padding-bottom: 16px;
  margin-bottom: 0;
}
.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.data-block-similar-models .similar-models-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 12px;
}
@media all and (max-width: 767px) {
  .data-block.data-block-similar-models .similar-models-list {
    grid-template-columns: 1fr;
  }
}
.data-block.data-block-similar-models .similar-model-item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  text-decoration: none;
  color: #292929;
}
.data-block.data-block-similar-models .similar-model-thumb {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  background: #d9d9d9;
}
.data-block.data-block-similar-models .similar-model-name {
  font-weight: 600;
  line-height: 20px;
  word-break: break-word;
}
.data-block.data-block-pattern .pattern-summary {
  color: #525252;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 14px;
}
.data-block.data-block-pattern .pattern-stack {
  display: grid;
  gap: 12px;
}
.data-block.data-block-pattern .pattern-row {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}
.data-block.data-block-pattern .pattern-row-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #737373;
  letter-spacing: 0.03em;
}
.data-block.data-block-pattern .pattern-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 12px;
  margin-bottom: 14px;
}
.data-block.data-block-pattern .pattern-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.data-block.data-block-pattern .pattern-stat-label {
  font-size: 11px;
  text-transform: uppercase;
  color: #737373;
  letter-spacing: 0.03em;
}
.data-block.data-block-pattern .pattern-stat-value {
  font-size: 14px;
  font-weight: 600;
  color: #292929;
}
.data-block.data-block-pattern .pattern-status-row {
  margin-bottom: 12px;
}
.data-block.data-block-pattern .pattern-status {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: rgba(41, 41, 41, 0.08);
  color: #292929;
}
.data-block.data-block-pattern .pattern-status-aligned {
  background: rgba(53, 219, 50, 0.14);
  color: #1d6a1b;
}
.data-block.data-block-pattern .pattern-status-partial-match,
.data-block.data-block-pattern .pattern-status-listed-only,
.data-block.data-block-pattern .pattern-status-observed-only {
  background: rgba(243, 0, 0, 0.1);
  color: #9d0000;
}
.data-block.data-block-pattern .pattern-status-looks-stale {
  background: rgba(41, 41, 41, 0.12);
  color: #454545;
}
.data-block .mini-chart {
  width: 100%;
}
.data-block .mini-chart-body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: start;
}
.data-block .mini-chart-y-axis {
  min-width: 28px;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2px;
}
.data-block .mini-chart-y-label {
  font-size: 10px;
  line-height: 1;
  color: #737373;
  white-space: nowrap;
}
.data-block .mini-chart-plot {
  min-width: 0;
}
.data-block .mini-sparkline {
  display: block;
  width: 100%;
  height: 40px;
  overflow: visible;
}
.data-block .pattern-sparkline-wide {
  height: 46px;
}
.data-block .mini-chart-x-axis {
  position: relative;
  height: 16px;
  margin-top: 4px;
}
.data-block .mini-chart-x-label {
  position: absolute;
  top: 0;
  font-size: 10px;
  line-height: 1;
  color: #737373;
  white-space: nowrap;
  transform: translateX(-50%);
}
.data-block .mini-chart-x-label.is-start {
  transform: none;
}
.data-block .mini-chart-x-label.is-end {
  transform: translateX(-100%);
}
.data-block .mini-sparkline-guide {
  fill: none;
  stroke: rgba(41, 41, 41, 0.12);
  stroke-width: 1;
  stroke-dasharray: 2 3;
}
.data-block .mini-sparkline-track {
  fill: none;
  stroke: rgba(41, 41, 41, 0.14);
  stroke-width: 1;
  stroke-linecap: round;
}
.data-block .mini-sparkline-line {
  fill: none;
  stroke: #f30000;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.data-block .sparkline-volume {
  stroke: #f30000;
}
.data-block .sparkline-tippers {
  stroke: #292929;
}
.data-block .sparkline-spikes {
  stroke: #8e8e8e;
}
.data-block .sparkline-menu {
  stroke: #292929;
}
.data-block .sparkline-prime {
  stroke: #f30000;
}
.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;
  overflow-y: hidden;
  max-width: 100%;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
}
.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(243, 0, 0, 0.08);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-0 {
  background: rgba(243, 0, 0, 0.08);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-1 {
  background: rgba(243, 0, 0, 0.2);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-2 {
  background: rgba(243, 0, 0, 0.35);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-3 {
  background: rgba(243, 0, 0, 0.55);
}
.data-block .schedule-insights .schedule-heatmap .heatmap-4 {
  background: rgba(243, 0, 0, 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-schedule-insights .schedule-insights {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.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 {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  gap: 8px;
}
.data-block.data-block-images .images .image {
  background: rgba(219, 50, 61, 0.39);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.data-block.data-block-images .images .image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.data-block .tags {
  gap: 8px;
  row-gap: 12px;
}
.data-block .tags .tag {
  color: #292929;
  font-weight: 400;
  font-size: 13px;
  background: #d7dadb;
  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-details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 24px;
}
.model-details-grid .data-block {
  margin-bottom: 0;
  min-width: 0;
}
.model-details-grid .data-block-full {
  grid-column: 1/-1;
}
.model-details-grid .data-block-tags {
  grid-column: 1/-1;
}
.model-details-grid .data-block-reviews {
  grid-column: 1/-1;
}
@media all and (max-width: 575px) {
  .model-details-grid {
    grid-template-columns: 1fr;
  }
}

.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 .tags {
  max-height: 80px;
  overflow: hidden;
}
.model-card .online-count {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 24px;
  font-weight: bold;
  color: #fff;
  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 .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 .name {
  color: #f30000;
  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;
}
@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;
  }
}
.flash-messages {
  margin: 15px 0;
}
.flash-messages ul {
  margin: 0;
  padding: 0;
}
.flash-messages li {
  list-style: none;
}
