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

.layout-container {
  overflow: hidden; }

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

.widget-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0;
  max-height: 42px; }

.widget-title .action-button-wrapper {
  margin: 0 10px; }

.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.models-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px 0; }

.models-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }

.model-thumb-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 5px; }

.model-list-item-footer .model-name {
  color: #6b6b6b; }

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

.action-button-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px;
  z-index: 1; }

.action-button {
  padding: 6px 18px;
  border-radius: 10px; }

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

@media screen and (max-height: 325px) {
  .widget-title {
    margin: 5px; }
  .action-button-wrapper {
    margin: 5px; }
  .model-thumb-wrapper.model-thumb-title-outside {
    margin: 5px; }
  .model-list-item-footer {
    display: none; } }

@media screen and (max-height: 181px) {
  .widget-title {
    display: none; } }

@media screen and (max-height: 158px) {
  .action-button-wrapper {
    display: none; } }

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

@media screen and (max-width: 160px) {
  .action-button-wrapper .l {
    display: none; } }

@media screen and (max-width: 146px) {
  .action-button-wrapper .m {
    display: none; } }
