* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

body,
html {
  min-height: 100%;
  height: 100%; }

a {
  color: #000;
  cursor: pointer;
  text-decoration: none; }

ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.shadow-background:after {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0; }

.model-list-item-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 6px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  padding: 0 8px;
  position: absolute;
  width: 100%;
  z-index: 1; }

.model-list-item-footer .model-name {
  max-width: calc(100% - 17px);
  overflow: hidden;
  text-overflow: ellipsis; }

.model-list-item-footer-left {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .model-list-item-footer-left .model-name {
    margin-right: 5px; }

.model-list-item-footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.model-list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 5px;
  position: absolute;
  top: 5px;
  z-index: 1; }

.live-badge-wrapper {
  background-color: #00bd8f;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  padding: 2px 5px 2px 0; }
  .live-badge-wrapper .live-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .live-badge-wrapper .status-online {
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px; }

.model-thumb-wrapper.model-thumb-title-outside {
  margin: 5px 5px 30px 5px; }
  .model-thumb-wrapper.model-thumb-title-outside:hover .model-name {
    color: #a2262e; }
  .model-thumb-wrapper.model-thumb-title-outside .model-list-item-footer {
    bottom: -24px;
    color: #000;
    font-size: 1em;
    font-weight: 700;
    padding-left: 0; }
  .model-thumb-wrapper.model-thumb-title-outside .gender-icon {
    height: 20px;
    width: 20px; }

.icon {
  height: 17px;
  width: 17px; }

html,
body,
.layout-container,
.widget-container {
  height: 100vh;
  width: 100vw; }

body {
  font-family: Arial,sans-serif; }

.sc-red-color {
  color: #a2262e; }

.widget-title {
  margin: 10px 0;
  max-height: 37px;
  text-align: center; }

.widget-title a {
  color: #6b6b6b; }

.widget-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }

.models-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }

.models-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.model-thumb-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-left: 2px solid #ccc;
  position: relative;
  width: calc((100vh - 37px) * 1.33333); }
  .model-thumb-wrapper:first-child {
    border-left: 0; }

.canvas-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative; }

.action-button-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }

.action-button {
  font-weight: 700;
  font-size: 12vh;
  padding: 2vh 6vh;
  border-radius: 10px; }

.action-button-red-background {
  border-color: #e34449;
  background: #e34449;
  color: #fff; }

@media screen and (max-height: 122px) {
  .widget-title {
    display: none; }
  .model-thumb-wrapper {
    width: calc(100vh * 1.33333); } }

@media screen and (max-height: 84px) {
  .live-badge-wrapper {
    display: none; } }

@media screen and (max-height: 75px) {
  .model-list-item-footer {
    display: none; } }
