@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/segoe/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Light.woff") format("woff"), url("../fonts/segoe/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/segoe/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/segoe/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/segoe/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/segoe/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/segoe/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI.woff") format("woff"), url("../fonts/segoe/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/segoe/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Bold.woff") format("woff"), url("../fonts/segoe/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/segoe/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/segoe/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/segoe/SegoeUI-Italic.woff") format("woff"), url("../fonts/segoe/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

.video-main,
[data-light-theme="true"] .video-main {
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .video-main .mobile-actions,
  .video-main .chat-mobile-controls,
  [data-light-theme="true"] .video-main .mobile-actions,
  [data-light-theme="true"] .video-main .chat-mobile-controls {
    display: none; }
  .video-main .show-mobile,
  [data-light-theme="true"] .video-main .show-mobile {
    display: none; }
  .video-main .gallery-main-cover .collapse-btn,
  [data-light-theme="true"] .video-main .gallery-main-cover .collapse-btn {
    display: none; }
  .video-main .video-cover .mobile-video,
  [data-light-theme="true"] .video-main .video-cover .mobile-video {
    display: none; }
  .video-main .video-cover .desktop-video,
  [data-light-theme="true"] .video-main .video-cover .desktop-video {
    display: block; }
  .video-main .chat-buttons .token-button-cover,
  [data-light-theme="true"] .video-main .chat-buttons .token-button-cover {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); }

@media (max-width: 1024px) {
  .video-body .video-main, [data-light-theme="true"] .video-main {
        height: 100%;
    }

  .video-main,
  [data-light-theme="true"] .video-main {
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    box-sizing: border-box;
    /*about model*/
    /*gallery*/
    /*report*/
    /*chat*/
    /*toggle chat*/
    /*tip progress*/
    /*change chat buttons*/ }
    .video-main ~ .main-footer,
    [data-light-theme="true"] .video-main ~ .main-footer {
      display: none; }
    .video-main .video-cover .mobile-video,
    [data-light-theme="true"] .video-main .video-cover .mobile-video {
      display: block; }
    .video-main .video-cover .desktop-video,
    [data-light-theme="true"] .video-main .video-cover .desktop-video {
      display: none; }
    .video-main:before,
    [data-light-theme="true"] .video-main:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 150px;
      top: 0;
      right: 0;
      background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(46, 46, 46, 0.4) 56%, rgba(0, 0, 0, 0.5) 100%);
      pointer-events: none;
      z-index: 6; }
    .video-main .show-mobile,
    [data-light-theme="true"] .video-main .show-mobile {
      display: block; }
    .video-main .mobile-actions,
    [data-light-theme="true"] .video-main .mobile-actions {
      display: block;
      position: absolute;
      top: 30px;
      right: 10px;
      z-index: 7; }
      .video-main .mobile-actions .anchor-btn,
      [data-light-theme="true"] .video-main .mobile-actions .anchor-btn {
        border-radius: 50%;
        color: #ff9100;
        background-color: #313131;
        width: 40px;
        height: 40px;
        padding: 0;
        font-size: 18px;
        box-shadow: none;
        position: relative;
        z-index: 6; }
        .video-main .mobile-actions .anchor-btn .open-icon,
        [data-light-theme="true"] .video-main .mobile-actions .anchor-btn .open-icon {
          display: none; }
        .video-main .mobile-actions .anchor-btn .active-icon,
        [data-light-theme="true"] .video-main .mobile-actions .anchor-btn .active-icon {
          display: inline-block; }
      .video-main .mobile-actions .dropdown-menu,
      [data-light-theme="true"] .video-main .mobile-actions .dropdown-menu {
        margin-top: 0;
        min-width: auto;
        padding: 50px 5px 10px;
        border-radius: 50px;
        top: -5px;
        left: -5px;
        width: calc(100% + 10px);
        background: #333;
        -webkit-transform: scale(0.9);
        transform: scale(0.9); }
        .video-main .mobile-actions .dropdown-menu:before,
        [data-light-theme="true"] .video-main .mobile-actions .dropdown-menu:before {
          display: none; }
        .video-main .mobile-actions .dropdown-menu .option-btn,
        [data-light-theme="true"] .video-main .mobile-actions .dropdown-menu .option-btn {
          border-radius: 50%;
          color: #ff9100;
          background-color: transparent;
          border: 0;
          width: 40px;
          height: 48px;
          padding: 0;
          font-size: 34px;
          box-shadow: none; }
          .video-main .mobile-actions .dropdown-menu .option-btn.large-font,
          [data-light-theme="true"] .video-main .mobile-actions .dropdown-menu .option-btn.large-font {
            font-size: 36px; }
      .video-main .mobile-actions .dropdown.active .anchor-btn,
      [data-light-theme="true"] .video-main .mobile-actions .dropdown.active .anchor-btn {
        background-color: #1c1d1f; }
        .video-main .mobile-actions .dropdown.active .anchor-btn .open-icon,
        [data-light-theme="true"] .video-main .mobile-actions .dropdown.active .anchor-btn .open-icon {
          display: inline-block; }
        .video-main .mobile-actions .dropdown.active .anchor-btn .active-icon,
        [data-light-theme="true"] .video-main .mobile-actions .dropdown.active .anchor-btn .active-icon {
          display: none; }
      .video-main .mobile-actions .dropdown.active .dropdown-menu,
      [data-light-theme="true"] .video-main .mobile-actions .dropdown.active .dropdown-menu {
        -webkit-transform: scale(1);
        transform: scale(1); }
    .video-main .hidden-section,
    [data-light-theme="true"] .video-main .hidden-section {
      display: none !important; }
    .video-main .chat-details .details-inner,
    [data-light-theme="true"] .video-main .chat-details .details-inner {
      padding: 0; }
    .video-main .video-chat-videochat-container {
      position: relative;
    }
    .video-main > .video-section,
    [data-light-theme="true"] .video-main > .video-section {
      padding: 0;
      position: relative;
      top: 20px;
      height: 100%;
      width: 100%; }
      .video-main > .video-section .container-fluid,
      [data-light-theme="true"] .video-main > .video-section .container-fluid {
        height: 100%; }
    .video-main .button-bar,
    [data-light-theme="true"] .video-main .button-bar {
      position: absolute;
      z-index: 5655;
      font-size: 0;
      width: 67%;
      left: 0;
      top: 82px;
      max-width: none;
      pointer-events: none; }
      .video-main .button-bar .left-mobile,
      [data-light-theme="true"] .video-main .button-bar .left-mobile {
        padding: 4px 20px 3px 80px;
        -webkit-flex-basis: 300px;
        flex-basis: 300px;
        max-width: 300px;
        width: 300px;
        pointer-events: none; }
        .video-main .button-bar .left-mobile .btn,
        [data-light-theme="true"] .video-main .button-bar .left-mobile .btn {
          width: 100%;
          height: 40px;
          border-radius: 28px;
          pointer-events: visible; }
    .video-main .video-layout .video-title,
    [data-light-theme="true"] .video-main .video-layout .video-title {
      position: absolute;
      z-index: 6;
      font-size: 24px;
      font-weight: 700;
      letter-spacing: 0.72px;
      pointer-events: none;
      width: 100%;
      padding: 20px 10px;
      left: 5px;
      top: 0; }
      .video-main .video-layout .video-title .online-status,
      [data-light-theme="true"] .video-main .video-layout .video-title .online-status {
        margin-left: 0;
        display: block;
        font-weight: 400;
        color: #fff; }
        .video-main .video-layout .video-title .online-status .status-inner,
        [data-light-theme="true"] .video-main .video-layout .video-title .online-status .status-inner {
          border-radius: 17px;
          background-color: rgba(28, 29, 31, 0.45);
          padding: 7px 12px;
          display: inline-block;
          margin-top: 15px;
          font-weight: 400; }
        .video-main .video-layout .video-title .online-status .icon,
        [data-light-theme="true"] .video-main .video-layout .video-title .online-status .icon {
          color: #2DB72D; }
    .video-main .video-layout .settings-link,
    [data-light-theme="true"] .video-main .video-layout .settings-link {
      padding: 20px;
      position: absolute;
      z-index: 20;
      -webkit-flex-basis: 80px;
      flex-basis: 80px;
      max-width: 80px;
      width: 80px;
      left: 0;
      top: 4px; }
      .video-main .video-layout .settings-link .light-link,
      [data-light-theme="true"] .video-main .video-layout .settings-link .light-link {
        font-size: 0;
        background-color: #313131;
        height: 40px;
        width: 40px;
        border-radius: 50%;
        text-align: center;
        line-height: 56px; }
      .video-main .video-layout .settings-link .icon,
      [data-light-theme="true"] .video-main .video-layout .settings-link .icon {
        font-size: 24px;
        color: #ff9100; }
    .video-main .video-layout .chat-buttons,
    [data-light-theme="true"] .video-main .video-layout .chat-buttons {
      position: absolute;
      right: 0;
      bottom: 65px;
      z-index: 10;
      width: 55px;
      margin: 0; }
      .video-main .video-layout .chat-buttons .row,
      [data-light-theme="true"] .video-main .video-layout .chat-buttons .row {
        margin: 0; }
      .video-main .video-layout .chat-buttons [class*="col-xs-"],
      [data-light-theme="true"] .video-main .video-layout .chat-buttons [class*="col-xs-"] {
        display: inline-block;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        padding: 0; }
        .video-main .video-layout .chat-buttons [class*="col-xs-"]:first-child,
        [data-light-theme="true"] .video-main .video-layout .chat-buttons [class*="col-xs-"]:first-child {
          margin-bottom: 10px; }
      .video-main .video-layout .chat-buttons .token-button-cover,
      [data-light-theme="true"] .video-main .video-layout .chat-buttons .token-button-cover {
        margin-top: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px); }
        .video-main .video-layout .chat-buttons .token-button-cover .btn.btn-yellow .coin,
        [data-light-theme="true"] .video-main .video-layout .chat-buttons .token-button-cover .btn.btn-yellow .coin {
          margin-top: 8px; }
      .video-main .video-layout .chat-buttons .btn,
      [data-light-theme="true"] .video-main .video-layout .chat-buttons .btn {
        font-size: 0;
        height: 40px;
        width: 40px;
        padding: 0;
        text-align: center;
        background-color: #ff4700;
        border-radius: 50%;
        line-height: 40px; }
        .video-main .video-layout .chat-buttons .btn .icon,
        [data-light-theme="true"] .video-main .video-layout .chat-buttons .btn .icon {
          font-size: 26px; }
    .video-main .model-info,
    [data-light-theme="true"] .video-main .model-info {
      position: fixed;
      left: 10px;
      right: 0;
      overflow: auto;
      width: 100%;
      height: 50%;
      -webkit-transform: translateY(100%);
      transform: translateY(100%);
      transition: -webkit-transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      top: 50%;
      z-index: 8;
      background-color: rgba(49, 49, 49, 0.7);
      padding: 20px 10px 20px 0;
      display: block; }
      .video-main .model-info.active,
      [data-light-theme="true"] .video-main .model-info.active {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .video-main .model-info .part,
      [data-light-theme="true"] .video-main .model-info .part {
        border-right: 0; }
        .video-main .model-info .part .thumbnail-part,
        [data-light-theme="true"] .video-main .model-info .part .thumbnail-part {
          display: none; }
        .video-main .model-info .part .caption-part,
        [data-light-theme="true"] .video-main .model-info .part .caption-part {
          width: 100%;
          display: block; }
        .video-main .model-info .part:first-child, .video-main .model-info .part:last-child,
        [data-light-theme="true"] .video-main .model-info .part:first-child,
        [data-light-theme="true"] .video-main .model-info .part:last-child {
          display: block;
          width: 100%; }
        .video-main .model-info .part .part-title,
        [data-light-theme="true"] .video-main .model-info .part .part-title {
          color: #fff; }
        .video-main .model-info .part .static-list .item .description,
        [data-light-theme="true"] .video-main .model-info .part .static-list .item .description {
          color: #fff; }
    .video-main .gallery-main-cover,
    [data-light-theme="true"] .video-main .gallery-main-cover {
      position: fixed;
      top: 62px;
      left: 0;
      z-index: 20;
      background-color: #000;
      height: 100%;
      width: 100%;
      padding: 20px 10px;
      overflow: auto;
      display: none; }
      .video-main .gallery-main-cover.active,
      [data-light-theme="true"] .video-main .gallery-main-cover.active {
        display: block; }
      .video-main .gallery-main-cover .collapse-btn,
      [data-light-theme="true"] .video-main .gallery-main-cover .collapse-btn {
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #1c1d1f;
        color: #ff9100;
        border: 0;
        position: absolute;
        top: 10px;
        right: 10px; }
    .video-main .model-dropdown,
    [data-light-theme="true"] .video-main .model-dropdown {
      position: fixed;
      z-index: 12;
      top: 62px;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0) translateZ(0) scale(0.9);
      transform: translateX(-50%) translateY(0) translateZ(0) scale(0.9);
      margin-top: 0;
      width: 450px;
      right: auto;
      max-width: 100%;
      transition: 0s; }
      .video-main .model-dropdown.active,
      [data-light-theme="true"] .video-main .model-dropdown.active {
        -webkit-transform: translateX(-50%) translateY(0) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(0) translateZ(0) scale(1);
        opacity: 1;
        -webkit-user-select: all;
        -moz-user-select: all;
        -ms-user-select: all;
        user-select: all;
        pointer-events: visible;
        transition: 0s;
        right: auto;
        left: 50%; }
      .video-main .model-dropdown:before,
      [data-light-theme="true"] .video-main .model-dropdown:before {
        display: none; }
    .video-main [data-dropdown].active .model-dropdown,
    [data-light-theme="true"] .video-main [data-dropdown].active .model-dropdown {
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.9);
      opacity: 0;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      transition: 0s;
      right: auto;
      left: 50%; }
    .video-main .video-layout .chat-column,
    [data-light-theme="true"] .video-main .video-layout .chat-column {
      position: absolute;
      bottom: 67px;
      left: 0;
      z-index: 9;
      margin-top: 0;
      padding: 0; }
      .video-main .video-layout .chat-column.active,
      [data-light-theme="true"] .video-main .video-layout .chat-column.active {
        bottom: 0; }
        .video-main .video-layout .chat-column.active .chat-mobile-controls,
        [data-light-theme="true"] .video-main .video-layout .chat-column.active .chat-mobile-controls {
          display: block;
          pointer-events: visible; }
    .video-main .video-layout .tabs-content,
    [data-light-theme="true"] .video-main .video-layout .tabs-content {
      border-top: 0;
      padding-top: 0;
      overflow: hidden; }
      .video-main .video-layout .tabs-content > .content,
      [data-light-theme="true"] .video-main .video-layout .tabs-content > .content {
        background-color: transparent;
        position: static;
        height: auto; }
      .video-main .video-layout .tabs-content.active .content.active .chat .messages,
      [data-light-theme="true"] .video-main .video-layout .tabs-content.active .content.active .chat .messages {
        padding-bottom: 13px; }
      .video-main .video-layout .tabs-content.active .content.active .chat .footer,
      [data-light-theme="true"] .video-main .video-layout .tabs-content.active .content.active .chat .footer {
        display: block;
        background-color: #fff;
        box-shadow: none;
        padding-top: 0;
        border-radius: 0;
        padding-bottom: 0;
        pointer-events: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    .video-main .video-layout .chat .textarea-outer,
    [data-light-theme="true"] .video-main .video-layout .chat .textarea-outer {
      background-color: transparent; }
    .video-main .video-layout .chat .controls .control.smile .gray-smile,
    [data-light-theme="true"] .video-main .video-layout .chat .controls .control.smile .gray-smile {
      background-color: transparent;
      line-height: 24px; }
      .video-main .video-layout .chat .controls .control.smile .gray-smile .icon,
      [data-light-theme="true"] .video-main .video-layout .chat .controls .control.smile .gray-smile .icon {
        bottom: 4px; }
    .video-main .video-layout .chat .messages,
    [data-light-theme="true"] .video-main .video-layout .chat .messages {
      height: 100%;
      box-shadow: none;
      -webkit-mask-image: linear-gradient(transparent, black);
      mask-image: linear-gradient(transparent, black);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat; }
      .video-main .video-layout .chat .messages > .scrolled.chat-scroll,
      [data-light-theme="true"] .video-main .video-layout .chat .messages > .scrolled.chat-scroll {
        padding-bottom: 0;
        height: 256px; }
      .video-main .video-layout .chat .messages .message-item:last-child,
      [data-light-theme="true"] .video-main .video-layout .chat .messages .message-item:last-child {
        margin-bottom: 0; }
    .video-main .video-layout .chat .control.send ~ .private,
    [data-light-theme="true"] .video-main .video-layout .chat .control.send ~ .private {
      display: none; }
    .video-main .video-layout .chat .column.textarea,
    [data-light-theme="true"] .video-main .video-layout .chat .column.textarea {
      box-shadow: none;
      color: #898989; }
      .video-main .video-layout .chat .column.textarea .input,
      [data-light-theme="true"] .video-main .video-layout .chat .column.textarea .input {
        color: #898989; }
        .video-main .video-layout .chat .column.textarea .input::-webkit-input-placeholder,
        [data-light-theme="true"] .video-main .video-layout .chat .column.textarea .input::-webkit-input-placeholder {
          color: #898989; }
        .video-main .video-layout .chat .column.textarea .input:-moz-placeholder,
        [data-light-theme="true"] .video-main .video-layout .chat .column.textarea .input:-moz-placeholder {
          color: #898989; }
        .video-main .video-layout .chat .column.textarea .input::-moz-placeholder,
        [data-light-theme="true"] .video-main .video-layout .chat .column.textarea .input::-moz-placeholder {
          color: #898989; }
        .video-main .video-layout .chat .column.textarea .input:-ms-input-placeholder,
        [data-light-theme="true"] .video-main .video-layout .chat .column.textarea .input:-ms-input-placeholder {
          color: #898989; }
    .video-main .video-layout .chat .footer,
    [data-light-theme="true"] .video-main .video-layout .chat .footer {
      display: none;
      position: relative;
      padding-left: 60px; }
      .video-main .video-layout .chat .footer .btn.send-btn,
      [data-light-theme="true"] .video-main .video-layout .chat .footer .btn.send-btn {
        color: #ff9100; }
      .video-main .video-layout .chat .footer .control.smile,
      [data-light-theme="true"] .video-main .video-layout .chat .footer .control.smile {
        position: absolute;
        left: 0; }
        .video-main .video-layout .chat .footer .control.smile .btn,
        [data-light-theme="true"] .video-main .video-layout .chat .footer .control.smile .btn {
          color: #fff;
          background-color: #ff9100; }
        .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"],
        [data-light-theme="true"] .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] {
          pointer-events: visible; }
          .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .dropdown-menu,
          [data-light-theme="true"] .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .dropdown-menu {
            right: auto;
            left: 7px; }
            .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .dropdown-menu:before,
            [data-light-theme="true"] .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .dropdown-menu:before {
              right: auto;
              left: 20px; }
          .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .scrolled,
          [data-light-theme="true"] .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .scrolled {
            height: auto;
            pointer-events: visible; }
          .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .tabs-content,
          [data-light-theme="true"] .video-main .video-layout .chat .footer .control.smile [data-dropdown][data-origin="top-right"] .tabs-content {
            pointer-events: visible; }
      .video-main .video-layout .chat .footer.active,
      [data-light-theme="true"] .video-main .video-layout .chat .footer.active {
        display: block; }
      .video-main .video-layout .chat .footer .layout .column.textarea,
      [data-light-theme="true"] .video-main .video-layout .chat .footer .layout .column.textarea {
        border-right: 0; }
        .video-main .video-layout .chat .footer .layout .column.textarea .input,
        [data-light-theme="true"] .video-main .video-layout .chat .footer .layout .column.textarea .input {
          border-radius: 0; }
      .video-main .video-layout .chat .footer .layout .column.small-buttons,
      [data-light-theme="true"] .video-main .video-layout .chat .footer .layout .column.small-buttons {
        width: 60px;
        background-color: transparent; }
      .video-main .video-layout .chat .footer .layout .column.gift-column .anchor-btn,
      [data-light-theme="true"] .video-main .video-layout .chat .footer .layout .column.gift-column .anchor-btn {
        background-color: #000;
        height: 30px;
        width: 30px; }
        .video-main .video-layout .chat .footer .layout .column.gift-column .anchor-btn svg,
        [data-light-theme="true"] .video-main .video-layout .chat .footer .layout .column.gift-column .anchor-btn svg {
          height: 30px;
          width: 30px; }
    .video-main .video-layout .chat .message-list,
    [data-light-theme="true"] .video-main .video-layout .chat .message-list {
      padding: 0 65px 0 15px; }
      .video-main .video-layout .chat .message-list > li,
      [data-light-theme="true"] .video-main .video-layout .chat .message-list > li {
        border-bottom: 0;
        border-radius: 18px;
        background-color: rgba(28, 29, 31, 0.25);
        margin-bottom: 6px; }
        .video-main .video-layout .chat .message-list > li:last-child,
        [data-light-theme="true"] .video-main .video-layout .chat .message-list > li:last-child {
          border-radius: 18px 18px 18px 0; }
          .video-main .video-layout .chat .message-list > li:last-child.author-item,
          [data-light-theme="true"] .video-main .video-layout .chat .message-list > li:last-child.author-item {
            border-radius: 18px 18px 0 18px; }
        .video-main .video-layout .chat .message-list > li.divider-item,
        [data-light-theme="true"] .video-main .video-layout .chat .message-list > li.divider-item {
          background-color: transparent;
          color: #fff; }
          .video-main .video-layout .chat .message-list > li.divider-item .divider > span:after, .video-main .video-layout .chat .message-list > li.divider-item .divider > span:before,
          [data-light-theme="true"] .video-main .video-layout .chat .message-list > li.divider-item .divider > span:after,
          [data-light-theme="true"] .video-main .video-layout .chat .message-list > li.divider-item .divider > span:before {
            background: #fff; }
        .video-main .video-layout .chat .message-list > li.author-item,
        [data-light-theme="true"] .video-main .video-layout .chat .message-list > li.author-item {
          background-color: rgba(255, 255, 255, 0.3); }
    .video-main .video-layout .chat .message,
    [data-light-theme="true"] .video-main .video-layout .chat .message {
      padding-left: 38px; }
      .video-main .video-layout .chat .message.vip,
      [data-light-theme="true"] .video-main .video-layout .chat .message.vip {
        padding-left: 55px; }
      .video-main .video-layout .chat .message.action, .video-main .video-layout .chat .message.system, .video-main .video-layout .chat .message.final,
      [data-light-theme="true"] .video-main .video-layout .chat .message.action,
      [data-light-theme="true"] .video-main .video-layout .chat .message.system,
      [data-light-theme="true"] .video-main .video-layout .chat .message.final {
        color: #fff; }
        .video-main .video-layout .chat .message.action .content, .video-main .video-layout .chat .message.system .content, .video-main .video-layout .chat .message.final .content,
        [data-light-theme="true"] .video-main .video-layout .chat .message.action .content,
        [data-light-theme="true"] .video-main .video-layout .chat .message.system .content,
        [data-light-theme="true"] .video-main .video-layout .chat .message.final .content {
          background-color: transparent;
          color: #fff; }
      .video-main .video-layout .chat .message.error .content,
      [data-light-theme="true"] .video-main .video-layout .chat .message.error .content {
        background-color: transparent;
        color: #ff4700; }
      .video-main .video-layout .chat .message.success .content,
      [data-light-theme="true"] .video-main .video-layout .chat .message.success .content {
        background-color: transparent;
        color: #2DB72D; }
      .video-main .video-layout .chat .message .image,
      [data-light-theme="true"] .video-main .video-layout .chat .message .image {
        left: 5px; }
      .video-main .video-layout .chat .message.author .content,
      [data-light-theme="true"] .video-main .video-layout .chat .message.author .content {
        background-color: transparent; }
    .video-main .video-layout .video-wrapper .video-cover .online-status,
    [data-light-theme="true"] .video-main .video-layout .video-wrapper .video-cover .online-status {
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 24px;
      top: 0;
      bottom: auto;
      left: 10px;
      margin-top: 125px;
      padding: 6px 12px; }
      .video-main .video-layout .video-wrapper .video-cover .online-status .cover-icon,
      [data-light-theme="true"] .video-main .video-layout .video-wrapper .video-cover .online-status .cover-icon {
        margin-right: 3px; }
    .video-main .chat-toggle,
    [data-light-theme="true"] .video-main .chat-toggle {
      position: absolute;
      left: 10px;
      bottom: 15px;
      z-index: 6;
      font-size: 0;
      width: 95px; }
      .video-main .chat-toggle .option-btn,
      [data-light-theme="true"] .video-main .chat-toggle .option-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(28, 29, 31, 0.45);
        color: #ff9100;
        border: 0;
        text-align: center;
        font-size: 18px;
        padding: 0;
        line-height: 43px;
        vertical-align: top;
        display: inline-block;
        margin-right: 15px; }
        .video-main .chat-toggle .option-btn:last-child,
        [data-light-theme="true"] .video-main .chat-toggle .option-btn:last-child {
          margin-right: 0; }
        .video-main .chat-toggle .option-btn.clicked,
        [data-light-theme="true"] .video-main .chat-toggle .option-btn.clicked {
          background-color: #ff9100;
          color: #fff; }
        .video-main .chat-toggle .option-btn.light-color,
        [data-light-theme="true"] .video-main .chat-toggle .option-btn.light-color {
          color: #fff; }
        .video-main .chat-toggle .option-btn .like-icon,
        [data-light-theme="true"] .video-main .chat-toggle .option-btn .like-icon {
          font-size: 22px; }
          .video-main .chat-toggle .option-btn .like-icon:before,
          [data-light-theme="true"] .video-main .chat-toggle .option-btn .like-icon:before {
            position: relative;
            top: -2px; }
    .video-main .progress-cover,
    [data-light-theme="true"] .video-main .progress-cover {
      position: absolute;
      bottom: 15px;
      left: 120px;
      z-index: 6;
      margin-top: 0;
      padding: 0;
      width: calc(100% - 130px); }
      .video-main .progress-cover .full-tablet,
      [data-light-theme="true"] .video-main .progress-cover .full-tablet {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; }
      .video-main .progress-cover .layer,
      [data-light-theme="true"] .video-main .progress-cover .layer {
        background-color: transparent;
        border-radius: 0;
        padding: 0; }
      .video-main .progress-cover .progress-outer,
      [data-light-theme="true"] .video-main .progress-cover .progress-outer {
        margin-bottom: 0;
        padding: 0;
        width: 100%; }
      .video-main .progress-cover .progress-wrap,
      [data-light-theme="true"] .video-main .progress-cover .progress-wrap {
        margin-bottom: 0;
        background-image: none;
        background-color: transparent;
        height: 40px;
        border-radius: 24px;
        background-color: rgba(28, 29, 31, 0.45); }
      .video-main .progress-cover .lead,
      [data-light-theme="true"] .video-main .progress-cover .lead {
        padding: 0 50px 0 15px;
        font-weight: 400;
        position: absolute;
        z-index: 2;
        top: 10px;
        font-size: 14px;
        padding-left: 50px; }
      .video-main .progress-cover .progress,
      [data-light-theme="true"] .video-main .progress-cover .progress {
        display: none; }
      .video-main .progress-cover .progress-icon,
      [data-light-theme="true"] .video-main .progress-cover .progress-icon {
        display: block;
        position: absolute;
        top: -4px;
        left: 15px; }
    .video-main .chat-buttons .btn-list,
    [data-light-theme="true"] .video-main .chat-buttons .btn-list {
      position: absolute;
      right: 10px;
      bottom: 67px;
      z-index: 9;
      width: 40px;
      padding: 0;
      display: block; }
      .video-main .chat-buttons .btn-list li,
      [data-light-theme="true"] .video-main .chat-buttons .btn-list li {
        margin-bottom: 10px; }
      .video-main .chat-buttons .btn-list .btn,
      [data-light-theme="true"] .video-main .chat-buttons .btn-list .btn {
        height: 40px;
        width: 40px;
        padding: 0;
        font-size: 0; }
    .video-main .chat-mobile-controls,
    [data-light-theme="true"] .video-main .chat-mobile-controls {
      position: absolute;
      right: 15px;
      bottom: 67px;
      z-index: 7;
      width: 40px;
      padding: 0; }
      .video-main .chat-mobile-controls li,
      [data-light-theme="true"] .video-main .chat-mobile-controls li {
        margin-bottom: 9px; }
        .video-main .chat-mobile-controls li:last-child,
        [data-light-theme="true"] .video-main .chat-mobile-controls li:last-child {
          margin-bottom: 0; }
      .video-main .chat-mobile-controls .btn,
      [data-light-theme="true"] .video-main .chat-mobile-controls .btn {
        height: 40px;
        width: 40px;
        padding: 0;
        background: #ff4700;
        border: 0;
        font-size: 0;
        overflow: visible;
        color: #fff; }
        .video-main .chat-mobile-controls .btn:active, .video-main .chat-mobile-controls .btn:hover,
        [data-light-theme="true"] .video-main .chat-mobile-controls .btn:active,
        [data-light-theme="true"] .video-main .chat-mobile-controls .btn:hover {
          color: #fff; }
        .video-main .chat-mobile-controls .btn.middle-line,
        [data-light-theme="true"] .video-main .chat-mobile-controls .btn.middle-line {
          line-height: 47px; }
        .video-main .chat-mobile-controls .btn .new-messages,
        [data-light-theme="true"] .video-main .chat-mobile-controls .btn .new-messages {
          position: absolute;
          color: #fff;
          font-size: 9px;
          background-color: #ff4700;
          height: 18px;
          width: 18px;
          padding: 0;
          line-height: 18px;
          text-align: center;
          border-radius: 50%;
          right: 0;
          top: 0;
          white-space: nowrap;
          text-overflow: ellipsis;
          overflow: hidden; }
    .video-main.cover-up .video-title,
    .video-main.cover-up .mobile-actions,
    [data-light-theme="true"] .video-main.cover-up .video-title,
    [data-light-theme="true"] .video-main.cover-up .mobile-actions {
      display: none; }
    .video-main.cover-up:before,
    [data-light-theme="true"] .video-main.cover-up:before {
      display: none; } }

@media (max-width: 992px) {
  .video-main .video-layout .chat-column .messages .scrolled[data-xs-disabled] {
    overflow: auto; } }

@media (max-width: 480px) {
  .video-main {
    height: 100%; }
    .video-main.larger {
      padding-bottom: 0 !important; }
    .video-main .mobile-actions {
      right: 10px; }
    .video-main .button-bar {
      top: 112px; }
      .video-main .button-bar .left-mobile {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%; }
    .video-main .gallery-main-cover {
      top: 62px; }
    .video-main .progress-cover {
      width: calc(100% - 130px); }
    .video-main .video-layout .chat .message-list {
      padding: 0 65px 0 15px; }
    .video-main .video-layout .chat .message {
      padding-left: 38px;
      padding-top: 4px;
      padding-bottom: 3px; }
    .video-main .video-layout .chat .messages > .scrolled.chat-scroll {
      height: 168px; }
    .video-main .video-layout .tabs-content.active {
      overflow: visible; }
      .video-main .video-layout .tabs-content.active .content.active .chat .footer {
        padding-top: 0;
        padding-bottom: 0; }
    .video-main .chat-mobile-controls {
      bottom: 67px; } }

@media (max-width: 380px) {
  .video-main .progress-cover .lead {
    line-height: 13px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px); }
  .video-main .progress-cover .progress-icon {
    top: -2px; } }

@media (max-width: 375px) {
  .video-main .button-bar {
    top: 104px; }
  .video-main .video-layout .settings-link {
    top: -4px; } }
