* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  --main-bg-color: #000;
  --font-color: #fff;
  --legal-color: #555555;
  --footer-color: #5c5c5c;
  --footer-fz: 10px;
}

body {
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell',
    'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background: #1d1e22;
  margin: 0;
  transition: 0.1s ease;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -ms-text-size-adjust: 100% !important;
}

html,
body {
  overflow: hidden;
  max-width: 100%;
}
a {
  background-color: transparent;
  color: #686868;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

img {
  border-style: none;
}

button,
input {
  font: inherit;
  overflow: visible;
  margin: 0;
}

button {
  text-transform: none;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Layout */

.container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 500px) {
  .container {
    width: 460px;
  }
}

@media (min-width: 600px) {
  .container {
    width: 560px;
  }
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.row:before,
.row:after,
.container:before,
.container:after {
  content: ' ';
  display: table;
}

.row:after,
.container:after {
  clear: both;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 100%;
}

.col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 341px) {
  .col-sm-12 {
    float: left;
    width: 100%;
  }
}

/* Utility */

.text-center {
  text-align: center !important;
}

.hidden {
  display: none !important;
}

.thick {
  margin-top: -1px;
  line-height: 95%;
  letter-spacing: -0.02em;
  font-size-adjust: 0.58;
}

/* Button */

.btn {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-pos-rel-xs {
  position: relative;
  width: 150px;
  margin: 0 auto;
}

.btn-cancel-xs {
  position: relative;
  background: #a1a1a1;
  color: #353535;
  padding: 0;
  text-align: center;
  width: 90px;
  line-height: 18px;
  margin: 0 auto;
}

/* Player */

.player {
  padding: 0;
  position: relative;
  width: 100%;
  margin-top: 0;
  z-index: 99999;
}

.age {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  z-index: 999999999;
}

.wait {
  font-style: italic;
  position: absolute;
  bottom: 5px;
  width: 100%;
  font-size: 11px;
  font-family: 'Trebuchet MS', sans-serif;
  color: #d0d0d0;
  z-index: 999999999;
  text-align: center;
}

.bg {
  background: transparent;
  background-size: cover;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 3px;
}

.screen {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 20% 0 12% 0;
  background: #000000 no-repeat center;
  background-size: 95%;
}

.button-container {
  position: relative;
  z-index: 9999999999999;
  width: 100%;
}

.button-container a {
  text-decoration: none;
}

.title {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.title a {
  width: 100%;
}

.custom-btn-1 {
  display: none;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  line-height: normal;
  background: #3a3a3a;
  height: 146px;
  width: 90%;
  max-width: 380px;
  border: 4px solid #fff;
  opacity: 1;
  padding: 3px;
}

a.custom-cancel {
  opacity: 0;
  font-size: 15px;
  padding: 0;
  position: absolute;
  top: 25px;
  left: 0;
  width: 20px;
  margin: 0 auto;
  text-decoration: none;
  background: #333333;
  color: #fff;
  border: 1px solid #4c4c4c;
  z-index: 99999999999;
}

#playimg {
  width: 50px;
  height: 55px;
  margin-left: 5%;
  margin-bottom: 1%;
}

.utp {
  opacity: 1;
  font-size: 28px;
  font-weight: 600;
  margin: 5vh 0;
  text-align: center;
  color: var(--font-color);
  line-height: 1;
}

.legal {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--legal-color);
  font-size: 12px;
  text-align: center;
  margin: 15px 0;
}

/* Stats block */

#picsHidden {
  opacity: 1;
}

.line {
  margin-top: 5px;
}

.rate-col {
  max-width: 380px;
  padding: 6px 12px;
  margin: 0 auto 2px auto;
  background: #0e0e0f;
  border: 1px solid #2d2d2d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 16px;
  color: #ffbc3f;
  border-radius: 4px;
  white-space: nowrap;
}

.rate-divider {
  color: #ffbc3f;
  padding: 0 4px;
}

.tags-block {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 6px 8px;
}

.pill {
  background: #0e0e0f;
  border: 1px solid #2d2d2d;
  border-radius: 20px;
  color: #f90;
  font-size: 13px;
  padding: 3px 10px;
}

.meta-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 4px 8px 8px;
  color: #ededed;
  font-size: 13px;
}

.meta-row span {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Footer */

.bottom-stick {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.prelandFooterText {
  display: flex;
  font-size: var(--footer-fz) !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: var(--footer-color);
  position: fixed;
  width: 100%;
  padding: 2px;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #1d1e22;
  line-height: 1;
}

.footer-rules {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #1d1e22;
  font-size: 10px;
  padding-bottom: 3px;
}

.footer-rules a,
.footer-rules a:hover {
  color: var(--footer-color);
}

.top {
  font-size: var(--footer-fz);
  color: var(--footer-color);
  line-height: unset;
  letter-spacing: unset;
  font-size-adjust: unset;
}

/* State: JS-controlled */

#elementsWithZeroOpacity {
  opacity: 0;
}

#elementsToDisplayNone {
  display: flex;
}

#elementsToDisplayFlex {
  display: none;
  justify-content: center;
  align-items: center;
}

/* Media queries */

@media screen and (max-height: 470px) {
  .bottom-stick {
    position: relative;
  }

  .container {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 768px) {
  #playimg {
    width: 50px;
    height: 55px;
    margin-left: 5%;
    margin-bottom: 1%;
  }
}

@media only screen and (min-width: 320px) and (max-height: 500px) {
  .screen {
    padding: 10% 0 7% 0;
  }
  .age {
    top: 15px;
  }
  .title {
    font-size: 22px;
  }
  #playimg {
    width: 40px;
    height: 45px;
  }
  .custom-btn-1 {
    height: 120px;
  }
}

@media only screen and (min-width: 320px) and (max-height: 475px) {
  .screen {
    padding: 18% 0 7% 0;
  }
}

@media only screen and (min-width: 320px) and (max-height: 455px) {
  .screen {
    padding: 12% 0 6% 0;
  }
}

@media only screen and (min-width: 320px) and (max-height: 390px) {
  .screen {
    padding: 11% 0 5% 0;
  }
}

@media only screen and (min-width: 361px) and (max-height: 600px) {
  .screen {
    padding: 27% 0 7% 0;
  }
}

@media only screen and (min-width: 361px) and (max-height: 570px) {
  .screen {
    padding: 23% 0 5% 0;
  }
}

@media only screen and (min-width: 361px) and (max-height: 540px) {
  .screen {
    padding: 15% 0 5% 0;
  }
}

@media only screen and (min-width: 361px) and (max-height: 500px) {
  .line {
    display: none;
  }
}

@media only screen and (min-width: 501px) and (max-height: 615px) {
  .screen {
    padding: 20% 0 10% 0;
  }
}

@media only screen and (min-width: 501px) and (max-height: 580px) {
  .screen {
    padding: 23% 0 5% 0;
  }
}

@media only screen and (min-width: 501px) and (max-height: 545px) {
  .line {
    display: none;
  }
}

@media only screen and (min-width: 501px) and (max-height: 500px) {
  .screen {
    padding: 15% 0 5% 0;
  }
}

@media only screen and (min-width: 320px) and (max-height: 350px) {
  .screen {
    padding: 10% 0 5% 0;
  }
}

@media only screen and (min-width: 500px) and (max-height: 450px) {
  .screen {
    padding: 13% 0 5% 0;
  }
}

@media only screen and (max-width: 400px) and (min-height: 600px) {
  .screen {
    position: relative;
    padding: 20% 0 15% 0;
  }
  .video-categories.model {
    display: none;
  }
}

@media only screen and (max-width: 400px) and (min-height: 650px) {
  .screen {
    position: relative;
    padding: 10% 0 15% 0;
  }
}

@media only screen and (max-width: 400px) and (min-height: 700px) {
  .screen {
    position: relative;
    padding: 30% 0 20% 0;
  }
}

@media (orientation: landscape) {
  .legal {
    padding: 1% 0;
  }
}

@media only screen and (min-width: 768px) {
  .container {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: 0 auto;
    padding-top: 40px;
  }

  .bottom-stick {
    position: relative;
    bottom: auto;
  }

  .prelandFooterText {
    position: relative;
    bottom: auto;
    margin-top: 20px;
  }
}
