/* Model card colors */
.theme-cams--light .ModelCard:hover {
  box-shadow: none; }

.ModelCard {
  display: flex;
  position: relative;
  cursor: pointer;
  color: white;
  background-color: var(--MODEL_THUMB_BGCOLOR, transparent);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  box-shadow: inset 0 0 0 var(--COLOR_PRIMARY_BACKGROUND, #161833);
  transition: box-shadow 0.2s, opacity 0.2s;
  overflow: hidden;
  min-width: 100%;
  width: 100%;
  height: 100%;
  transition: background-image 0.3s linear;
  vertical-align: middle; }
  .ModelCard--pulse {
    animation-name: pulse;
    animation-duration: 2s; }
  .ModelCard:hover {
    box-shadow: inset 0 0 6px var(--COLOR_PRIMARY_BACKGROUND, #161833);
    opacity: 1;
    transition: box-shadow 0.2s, opacity 0.2s;
    border-radius: 2px; }
  .ModelCard__live-snapshot {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    align-items: end;
    display: flex; }
    .ModelCard__live-snapshot video {
      object-fit: fill; }
  .ModelCard--full-width {
    width: 98% !important;
    max-width: 98% !important; }
    @media (max-width: 959px) {
      .ModelCard--full-width {
        height: calc(90vw); } }
  .ModelCard .ModelCard__video-quality {
    color: white;
    flex-flow: row;
    height: 20px;
    width: 100%;
    text-align: right;
    padding-right: 5px;
    text-shadow: -1px 3px 3px #000;
    text-decoration: none solid white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); }
  .ModelCard__cdn-img-loader {
    display: none;
    width: 101%; }
  .ModelCard__show-type-box {
    width: 214px;
    font-size: 20px;
    color: white;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative; }
    .ModelCard__show-type-box::before {
      content: "";
      left: 0;
      top: 0;
      border-left: 2px solid white;
      border-top: 2px solid white;
      border-bottom: 2px solid white;
      width: 15px;
      height: 45px;
      position: absolute; }
    .ModelCard__show-type-box::after {
      content: "";
      right: 0;
      top: 0;
      border-right: 2px solid white;
      border-top: 2px solid white;
      border-bottom: 2px solid white;
      width: 15px;
      height: 45px;
      position: absolute; }
    @media (max-width: 959px) {
      .ModelCard__show-type-box {
        display: none; } }
  .ModelCard--package-banner-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    background: url("https://secureimage.securedataimages.com/images/cams/cams2/images/smallest-package-banner-bg.png");
    background-size: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .ModelCard--package-banner-container p {
      margin: 2px 0; }
      .ModelCard--package-banner-container p.text-align-center {
        text-align: center; }
    .ModelCard--package-banner-container-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 959px) {
        .ModelCard--package-banner-container-inner {
          transform: scale(0.8); } }
  .ModelCard--package-banner-text {
    color: white; }
    @media (max-width: 959px) {
      .ModelCard--package-banner-text--hide-on-mobile {
        display: none; } }
    .ModelCard--package-banner-text--title {
      font-size: 20px;
      font-weight: 300; }
      @media (max-width: 959px) {
        .ModelCard--package-banner-text--title {
          font-size: 12px; } }
    .ModelCard--package-banner-text--price {
      color: #ff0073;
      font-size: 30px;
      background-color: white;
      font-weight: 900;
      padding: 3px; }
      @media (max-width: 959px) {
        .ModelCard--package-banner-text--price {
          font-size: 12px; } }
    .ModelCard--package-banner-text--bold {
      font-weight: 900; }
    .ModelCard--package-banner-text--small {
      font-weight: 300;
      font-size: 15px; }
  .ModelCard--package-banner-button {
    width: 180px;
    margin-top: 3px;
    color: white;
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px; }
    @media (max-width: 959px) {
      .ModelCard--package-banner-button {
        width: 100%;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        font-size: 12px !important; } }
  .ModelCard--package-banner-model-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    background-position: top;
    background-size: 100%;
    display: flex;
    flex-direction: column;
    transition-duration: 0.5s; }
    .ModelCard--package-banner-model-container-video {
      position: absolute; }
    .ModelCard--package-banner-model-container-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      align-content: space-between;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 1;
      padding: 15px 20px 20px; }
      @media (max-width: 1279px) {
        .ModelCard--package-banner-model-container-inner {
          padding: 12px; } }
      @media (max-width: 959px) {
        .ModelCard--package-banner-model-container-inner {
          padding: 12px 12px 2px; } }
    .ModelCard--package-banner-model-container p {
      margin: 0px 0px 0.1vh; }
      .ModelCard--package-banner-model-container p.text-align-center {
        text-align: center; }
  .ModelCard--package-banner-model-text {
    color: white; }
    @media (max-width: 959px) {
      .ModelCard--package-banner-model-text--hide-at-breakpoint {
        display: none; } }
    .ModelCard--package-banner-model-text--show-at-breakpoint {
      display: none; }
      @media (max-width: 959px) {
        .ModelCard--package-banner-model-text--show-at-breakpoint {
          display: block; } }
    .ModelCard--package-banner-model-text--title {
      font-size: 20px;
      font-weight: 400;
      text-shadow: 0px 2px 5px #000000; }
      @media (max-width: 1279px) {
        .ModelCard--package-banner-model-text--title {
          font-size: 17px; } }
      @media (max-width: 959px) {
        .ModelCard--package-banner-model-text--title {
          font-size: 12px; } }
      @media (max-width: 380px) {
        .ModelCard--package-banner-model-text--title {
          font-size: 12px; } }
      @media (max-width: 350px) {
        .ModelCard--package-banner-model-text--title {
          font-size: 11px; } }
    .ModelCard--package-banner-model-text--price {
      font-size: 32px;
      font-weight: 700;
      text-shadow: 0px 2px 5px #000000; }
      @media (max-width: 1279px) {
        .ModelCard--package-banner-model-text--price {
          font-size: 28px; } }
      @media (max-width: 959px) {
        .ModelCard--package-banner-model-text--price {
          font-size: 22px; } }
      @media (max-width: 380px) {
        .ModelCard--package-banner-model-text--price {
          font-size: 17px; } }
    .ModelCard--package-banner-model-text--title-v2 {
      font-size: 18px;
      font-weight: 400;
      text-shadow: 0px 2px 5px #000000; }
      @media (max-width: 1279px) {
        .ModelCard--package-banner-model-text--title-v2 {
          font-size: 14px; } }
      @media (max-width: 959px) {
        .ModelCard--package-banner-model-text--title-v2 {
          font-size: 12px; } }
    .ModelCard--package-banner-model-text--price-v2 {
      font-size: 24px;
      font-weight: 700;
      text-shadow: 0px 2px 10px #000000; }
      @media (max-width: 1279px) {
        .ModelCard--package-banner-model-text--price-v2 {
          font-size: 22px; } }
      @media (max-width: 959px) {
        .ModelCard--package-banner-model-text--price-v2 {
          font-size: 16px; } }
    .ModelCard--package-banner-model-text--bold-v2 {
      font-weight: 900;
      font-size: 18px; }
    .ModelCard--package-banner-model-text--small-v2 {
      font-weight: 300;
      font-size: 12px; }
  .ModelCard--package-banner-model-button {
    width: 110px;
    height: 26px;
    margin-top: 8px;
    font-size: 14px !important;
    font-weight: 700;
    padding: 0px !important;
    border-radius: 0px !important; }
    @media (max-width: 1279px) {
      .ModelCard--package-banner-model-button {
        margin-top: 6px; } }
    @media (max-width: 959px) {
      .ModelCard--package-banner-model-button {
        margin-top: 4px;
        height: 20px; } }
  .ModelCard__take-a-peek-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    background: rgba(6, 7, 17, 0.9);
    display: flex;
    flex-direction: column;
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    opacity: 0; }
    .ModelCard__take-a-peek-overlay:hover {
      transition: opacity 0.3s;
      -webkit-transition: opacity 0.3s;
      opacity: 1; }
      .ModelCard__take-a-peek-overlay:hover .ModelCard__take-a-peek-cta {
        bottom: 0;
        transition: all 0.3s ease-out; }
  .ModelCard__take-a-peek-prompt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100% - 39px);
    font-size: 12px;
    font-weight: bold; }
    .ModelCard__take-a-peek-prompt-show-type {
      text-transform: capitalize; }
  .ModelCard__take-a-peek-cta {
    width: 100%;
    height: 39px;
    background: var(--THEME, #161833);
    position: absolute;
    z-index: 10;
    bottom: -50px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--COLOR_PRIMARY_LINK_TEXT, #ef951b);
    font-weight: bold;
    font-size: 14px; }
  .ModelCard__ppmi {
    background-color: rgba(0, 0, 0, 0.9);
    position: absolute;
    top: 0;
    left: 0; }
    .ModelCard__ppmi p {
      margin: 0;
      font-size: 12px;
      color: white; }

.ModelCard--offline {
  filter: grayscale(1); }
  .ModelCard--offline .ModalCard__hover-container {
    display: none; }

.ModelCard:hover .ModelCardPlayer__Backdrop {
  backdrop-filter: blur(5px); }

.ModelCardPlayer :hover .ModelCardPlayer__Backdrop {
  backdrop-filter: blur(5px); }

.ModelCardPlayer #playButton-Nplayer {
  display: none; }

.ModelCardPlayer--NotPlaying .ModelCardPlayer__VideoContainer #h5live-Nplayer {
  display: none; }

.ModelCardPlayer--Playing #middleView-Nplayer {
  display: none; }

@keyframes pulse {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

/* Model card colors */
.ModelName {
  display: flex;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  flex-flow: row;
  align-self: flex-end;
  position: absolute;
  z-index: 2;
  padding-left: 5px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); }
  .ModelName .ModelCard__label-name {
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    margin-left: 5px;
    color: var(--MODEL_THUMB_NAME_FONT_COLOR, #ffffff);
    text-decoration: none solid white;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
  .ModelName .ModelCard__info-icon {
    flex-flow: row;
    height: 20px;
    width: 100%;
    text-align: right; }
    @media (max-width: 959px) {
      .ModelName .ModelCard__info-icon {
        opacity: 1; } }
  .ModelName .ModelCard__like-in-action {
    opacity: 0.7; }
  .ModelName .ModelCard__liked {
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    color: #cd264f; }
    @media (max-width: 959px) {
      .ModelName .ModelCard__liked {
        width: 20px;
        font-size: 30px; } }
  .ModelName .ModelCard__spinner {
    width: 30px;
    height: 20px; }
  .ModelName .ModelCard__not-liked {
    display: block;
    float: left;
    width: 30px;
    height: 20px;
    color: white; }
    @media (max-width: 959px) {
      .ModelName .ModelCard__not-liked {
        width: 20px;
        font-size: 30px; } }
  .ModelName.takeApeekOverLay {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: fit-content;
    padding-top: 10px;
    padding-right: 10px;
    background: transparent; }
    .ModelName.takeApeekOverLay .ModelCard__label-name {
      display: none; }

.ModelList__container {
  justify-content: center;
  display: grid; }
  .ModelList__container__NoModels {
    padding: 50px;
    width: 100%;
    text-align: center;
    color: white; }
  .ModelList__container__item-enter {
    opacity: 0; }
  .ModelList__container__item-enter-active {
    opacity: 1;
    transition: opacity 500ms ease-in; }
  .ModelList__container__item-exit {
    opacity: 1; }
  .ModelList__container__item-exit-active {
    opacity: 0;
    transition: opacity 500ms ease-in; }

