a {
  color: #00467d; }
  a:hover, a:focus {
    color: #00467d; }

::-webkit-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-style: italic;
  padding-left: 7px; }

:-moz-placeholder, ::-moz-placeholder {
  color: rgba(46, 46, 46, 0.5);
  opacity: 1;
  font-style: italic;
  padding-left: 7px; }

:-ms-input-placeholder, ::-ms-input-placeholder {
  color: rgba(46, 46, 46, 0.5);
  font-style: italic;
  padding-left: 7px; }

* {
  outline: none; }

html {
  width: 100%;
  height: 100%;
  margin: 0; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: "Fira Sans", arial;
  position: fixed;
  background: #0a4d82; }

@media (max-width: 659px) {
  body {
    background: #FFFFFF;
    height: 100%;
    position: fixed; } }

.svg-pan-zoom_viewport {
  transition: 0.5s all ease-in; }

#png-container {
  background: #fff;
  position: absolute;
  top: 6%;
  left: 0px; }

#png-container.visible {
  position: absolute;
  top: 6%;
  left: 0;
  display: block;
  z-index: 1; }

header {
  width: 190px;
  height: 55px;
  background: url("../images/background.svg") no-repeat;
  background-size: 100% 100%;
  z-index: 1010;
  right: 0;
  position: absolute; }
  header .logo {
    height: 35px;
    margin: 6px 12px;
    float: right; }

section {
  height: 100%; }

.arrow-up {
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: 20px;
  border: none;
  color: #00a2d1;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: 47%;
  z-index: 1000;
  top: 10px;
  text-align: left;
  border-radius: 32px;
  left: -19px; }
  .arrow-up img {
    padding: 7px 7px 7px 12px;
    float: left; }

.autoplay-failed-play-btn {
  position: absolute;
  top: 70px;
  height: auto;
  width: auto;
  background-color: #0a4d82;
  cursor: pointer;
  padding: 5px;
  color: white;
  border-radius: 50px;
  min-width: 100px;
  font-size: 20px;
  left: calc(50% - 50px); }

.round-button {
  box-sizing: border-box;
  display: block;
  width: 80px;
  height: 80px;
  padding-top: 24px;
  padding-right: 32px;
  line-height: 20px;
  border-radius: 50%;
  color: #f5f5f5;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center; }

#videoControls {
  position: absolute;
  z-index: 99999;
  margin-left: 47%;
  left: -114px;
  top: 43%;
  display: none; }
  #videoControls i {
    color: white; }

.fa-2x {
  font-size: 2em; }

.emaillink a:link {
  text-decoration: none; }

.emaillink a:visited {
  text-decoration: none; }

.emaillink a:hover {
  text-decoration: underline; }

.emaillink a:active {
  text-decoration: underline; }

.arrow-down {
  position: absolute;
  background-color: #fff;
  width: 60px;
  height: 20px;
  border: none;
  color: #00a2d1;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: 47%;
  z-index: 1000;
  top: 0;
  text-align: left;
  border-radius: 32px;
  left: -19px; }
  .arrow-down img {
    padding: 7px 7px 7px 12px;
    float: left; }

#notification {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
    left-min-height: 80px;
    left-background-color: #ff461d;
    left-transition: transform .3s ease-in-out;
  transform: translate3d(0, -120px, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  z-index: 99999; }
  #notification.show {
    transform: translate3d(0, 0, 0);
    background-color: #ff461d; }
  #notification.shownotification {
    background-color: #29b787 !important;
    transform: translate3d(0, 0, 0); }
  #notification p {
    color: white;
    word-break: break-word;
    white-space: pre-wrap;
    max-height: 120px;
    overflow-y: auto;
    width: 100%; }
  #notification .close {
    display: block;
    width: 20px;
    height: 20px;
    background: none;
      background-border: none;
      background-cursor: pointer; }
    #notification .close svg {
      fill: white;
      width: 20px;
      height: 20px;
      transform: rotate(45deg); }

#fancybox-outer {
  background: #0a4d82 !important;
  color: white !important;
  border-radius: 20px;
  padding-right: 20px; }
  #fancybox-outer a {
    color: white !important; }

#fancybox-content {
  border: 20px solid transparent !important;
  padding-right: 30px; }

#chat_footer_expanded_contact {
  width: 220px;
  background: url("../images/contact_background.svg") no-repeat;
  height: 80px;
  position: absolute;
  bottom: 50px;
  left: calc(100% - 225px);
  background-size: 100% 100%; }
  #chat_footer_expanded_contact.isreallyhidden {
    display: none !important; }

.chat_footer_expanded_contact_email {
  position: absolute;
  top: 30px;
  right: 20px;
  color: white !important;
  font-size: 14px;
  text-align: center;
  width: 190px; }

.chat_footer_expanded_contact_email a:link {
  text-decoration: none; }

.chat_footer_expanded_contact_email a:visited {
  text-decoration: none; }

.chat_footer_expanded_contact_email a:hover {
  text-decoration: underline; }

.chat_footer_expanded_contact_email a:active {
  text-decoration: underline; }

.chat_footer_expanded_contact_phone {
  color: white !important;
  position: absolute;
  top: 55px;
  left: 45px;
  font-size: 14px;
  text-decoration: none; }

.ishidden {
  display: none; }

.chat_leader_wrapper {
  top: -4px;
  position: absolute;
  border-radius: 50%;
  right: 2px; }
  .chat_leader_wrapper.narrow {
    left: 0px;
    right: unset; }
  .chat_leader_wrapper.mobile {
    top: 10px;
    left: 15px; }

.contact-p-wrapper {
  position: absolute;
  top: 0;
  left: 50px;
  width: calc(100% - 115px);
  text-align: right; }
  .contact-p-wrapper.narrow {
    left: 80px;
    width: 225px;
    margin-top: 55px;
    text-align: left; }
  .contact-p-wrapper.mobile {
    margin-top: 46px; }
    .contact-p-wrapper.mobile .contact-p {
      line-height: 10px; }
      .contact-p-wrapper.mobile .contact-p #leadername {
        font-size: 11px; }
      .contact-p-wrapper.mobile .contact-p #typing {
        font-size: 9px; }

.contact-p {
  height: 30px;
  line-height: 19px;
  margin-right: 5px;
  color: white; }

#content_area {
  width: 100%;
  float: left;
  position: relative;
  font-family: "Fira Sans", arial; }

#chat_area {
  width: 100%;
  float: left;
  position: relative;
  font-family: "Fira Sans", arial; }

#content_area {
  height: calc(100% - 42px);
  height: -moz-calc(100% - 42px);
  height: -webkit-calc(100% - 42px);
  margin-top: -15px;
  overflow: hidden; }
  #content_area.full {
    width: 100%; }
    #content_area.full .container .content_wrapper .plyr {
      max-width: 100%;
      margin-top: 0; }
  #content_area .container {
    display: table;
    width: 100%;
    height: 100%; }
    #content_area .container .content_wrapper {
      display: table-cell;
      height: 100%;
      vertical-align: middle;
      text-align: center; }
      #content_area .container .content_wrapper #video {
        width: 100%;
        position: relative; }
      #content_area .container .content_wrapper #play_video {
        position: absolute;
        top: calc(50% - 75px);
        left: calc(25% - 75px);
        cursor: pointer;
        z-index: 0; }
    #content_area .container #pdf-main-container {
      width: 80%;
      margin: 20px auto; }
    #content_area .container #pdf-loader {
      display: none;
      text-align: center;
      color: #999999;
      font-size: 13px;
      line-height: 100px;
      height: 100px; }
    #content_area .container #pdf-contents {
      display: none; }
    #content_area .container #pdf-meta {
      overflow: hidden;
      margin: 0 0 20px 0; }
    #content_area .container #pdf-buttons {
      float: left; }
      #content_area .container #pdf-buttons .fas {
        font-size: 3em;
        color: #0a4d82; }
    #content_area .container #page-count-container {
      margin-top: 6px;
      float: right;
      color: #0a4d82; }
    #content_area .container #pdf-current-page {
      display: inline; }
    #content_area .container #pdf-total-pages {
      display: inline; }
    #content_area .container #pdf-canvas {
      border: 1px solid rgba(0, 0, 0, 0.2);
      box-sizing: border-box;
      overflow: auto;
      width: auto; }
    #content_area .container #page-loader {
      height: 100px;
      line-height: 100px;
      text-align: center;
      display: none;
      color: #999999;
      font-size: 13px; }
    @media only screen and (min-width: 320px) {
      #content_area .container #pdf-main-container {
        margin-top: 160px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }
    @media only screen and (min-width: 375px) {
      #content_area .container #pdf-main-container {
        margin-top: 171px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }
    @media only screen and (min-width: 414px) {
      #content_area .container #pdf-main-container {
        margin-top: 193px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }
    @media only screen and (min-width: 768px) {
      #content_area .container #container {
        height: calc(100% - 271px); }
      #content_area .container #pdf-main-container {
        margin-top: 64px; }
      #content_area .container #page-count-container {
        color: #0a4d82; }
      #content_area .container #pdf-buttons .fas {
        font-size: 2em;
        color: #0a4d82; } }

.chat_wrapper {
  display: none;
  position: relative;
  width: 51%;
  height: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) calc(83.5%), #fff calc(83.5%));
  background-repeat: no-repeat;
  background-position: bottom right, left, right;
  transform: skew(-1.5deg);
  -webkit-backface-visibility: hidden;
  position: fixed;
  bottom: 0;
  right: calc(-1.5% - 2px);
  border: 1px solid transparent;
  border-bottom: 0;
  max-width: 860px;
  z-index: 1001;
  width: 75%;
  border: none;
  transform: none;
  right: 0; }
  .chat_wrapper .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(7.5% + 40px);
    height: 12%;
    background: linear-gradient(to right, #8dc63f, #49b586); }
  .chat_wrapper.minified {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) 70%, #fff 70%);
    height: 20%; }
    .chat_wrapper.minified .inner {
      height: 30%; }

#chat_area_box {
  z-index: 1001;
  height: auto;
  margin: auto; }

#chat_footer {
  background: #0a4d82; }
  #chat_footer .info_button img {
    height: 30px;
    cursor: pointer; }
  #chat_footer #sound_icon {
    margin-left: 15px; }

#chat_footer_left {
  padding-top: 20px;
  margin-left: 5px;
  position: absolute;
  width: 25%; }
  #chat_footer_left.narrow {
    width: 80px; }
    #chat_footer_left.narrow #sound_icon {
      margin-top: 55px;
      margin-left: 22px; }
  #chat_footer_left #chat-leader-icon img {
    border-radius: 50%;
    width: 56px;
    height: 56px;
    border: 4px solid #0a4d82; }

#chat_footer_right {
  width: 75px;
  margin-top: -45px;
  margin-right: 15px;
  position: absolute;
  right: 0; }
  #chat_footer_right.narrow {
    bottom: 8px; }

#chat_area {
  width: 100%;
  position: absolute;
  heigth: auto;
  padding-top: 10px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(10, 77, 130, 0) 0%, #0a4d82 100%);
  /* top: 0; */ }
  #chat_area:before {
    content: "";
    width: calc(100% + 20px);
    height: 100%;
    top: 0;
    left: calc(-1.5% + 1px);
    position: absolute;
    background-size: 100% 100%;
    z-index: -1; }
  #chat_area:after {
    background: inherit;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    transform: skewY(-1.5deg);
    transform-origin: 100%;
    z-index: -1; }
  #chat_area .chat_header {
    display: none;
    background-size: 100%;
    height: 40px;
    background: rgba(0, 255, 0, 0.9);
    position: relative;
    z-index: 10; }
    #chat_area .chat_header .text_wrapper {
      display: table;
      width: 100%;
      height: auto;
      position: absolute;
      bottom: 9%;
      left: 30px; }
      #chat_area .chat_header .text_wrapper .text {
        color: #fff;
        font-size: 30px;
        font-weight: 400;
        display: table-cell;
        vertical-align: middle; }
    #chat_area .chat_header .user {
      display: none; }
    #chat_area .chat_header:before {
      content: "";
      position: absolute;
      right: 50px;
      top: 0px;
      width: 1px;
      height: 100%;
      background: #fff; }
    #chat_area .chat_header:after {
      width: 0;
      height: 0;
      border-top: 0px solid transparent;
      border-left: 10px solid transparent;
      border-bottom: 10px solid #fff;
      position: absolute;
      top: unset;
      bottom: 25%;
      right: 20px;
      content: "";
      transform: rotate(45deg);
      z-index: -1; }
  #chat_area .chat_content {
    height: auto;
    padding: 0px 10px;
    overflow-y: auto;
    position: relative;
    align-items: flex-end;
    display: flex;
    margin-right: 35px;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 3px; }
    #chat_area .chat_content.narrow {
      width: calc(100% - 90px);
      margin-left: 70px; }
    #chat_area .chat_content .loading {
      text-align: center;
      padding-top: 20px;
      text-transform: uppercase;
      position: absolute;
      top: 0;
      left: 20px;
      color: #fff; }
    #chat_area .chat_content ul#messages {
      padding: 0px;
      margin: 0px;
      padding-top: 20px;
      width: calc(100% - 60px); }
      #chat_area .chat_content ul#messages.welcome {
        position: absolute;
        left: 20px;
        width: calc(100% - 100px);
        margin: 0 auto;
        bottom: 10px;
        display: none; }
      #chat_area .chat_content ul#messages li {
        list-style: none;
        margin: 10px auto 0px auto;
        background: #28aae1;
        color: rgba(255, 255, 255, 0.8);
        padding: 10px 15px;
        font-size: 16px;
        border-radius: 10px;
        position: relative;
        word-break: break-word;
        float: left;
        clear: both; }
        #chat_area .chat_content ul#messages li:before {
          content: "";
          width: 0;
          height: 0px;
          position: absolute;
          bottom: 10px;
          left: -10px;
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-right: 10px solid #28aae1; }
        #chat_area .chat_content ul#messages li.axinom {
          margin: 25px auto 0px auto; }
        #chat_area .chat_content ul#messages li .img_wrapper {
          position: absolute;
          border-radius: 50%;
          background: #fff;
          left: -80px;
          top: 0;
          height: 50px;
          width: 50px;
          display: none; }
        #chat_area .chat_content ul#messages li img.leader {
          width: 96%;
          margin: 2%;
          border-radius: 50%;
          cursor: pointer; }
          #chat_area .chat_content ul#messages li img.leader.logo {
            padding-top: 5px; }
        #chat_area .chat_content ul#messages li small {
          position: absolute;
          top: -15px;
          left: 0;
          font-size: 10px;
          color: #666;
          white-space: nowrap;
          cursor: pointer; }
        #chat_area .chat_content ul#messages li p {
          margin: 0;
          line-height: 1.2; }
        #chat_area .chat_content ul#messages li.guest {
          background: #fff;
          color: rgba(88, 89, 91, 0.7);
          float: right; }
          #chat_area .chat_content ul#messages li.guest:before {
            content: none; }
          #chat_area .chat_content ul#messages li.guest:after {
            content: "";
            width: 0;
            height: 0px;
            position: absolute;
            bottom: 10px;
            right: -10px;
            border-top: 5px solid transparent;
            border-bottom: 5px solid transparent;
            border-left: 10px solid #fff; }
        #chat_area .chat_content ul#messages li.content {
          background: #28aae1;
          padding-right: 30px;
          color: #333;
          cursor: pointer; }
          #chat_area .chat_content ul#messages li.content i {
            text-transform: capitalize; }
          #chat_area .chat_content ul#messages li.content p::after {
            content: '';
            position: absolute;
            top: 38%;
            right: 10px;
            border-right: 2px solid #fff;
            width: 6px;
            height: 6px;
            border-bottom: 2px solid #fff;
            transform: rotate(-45deg); }
          #chat_area .chat_content ul#messages li.content:before {
            content: none;
            opacity: 0.6; }
      #chat_area .chat_content ul#messages.fullscreen-chat li {
        float: unset; }
      #chat_area .chat_content ul#messages.fullscreen-chat small {
        left: unset;
        right: 0px;
        color: #CCC;
        cursor: pointer; }
  #chat_area .chat_textarea {
    height: calc(16.5% - 20px);
    position: relative;
    padding: 10px;
    width: 50%;
    margin-left: 25%;
    padding-bottom: 5px; }
    #chat_area .chat_textarea.narrow {
      width: calc(100% - 90px);
      margin-left: 70px; }
    #chat_area .chat_textarea #typing {
      position: absolute;
      left: 10px;
      font-size: 10px;
      bottom: 0px; }
    #chat_area .chat_textarea:before {
      position: absolute;
      width: 100%;
      height: 25px;
      background: #fff;
      transform: rotate(1deg);
      top: -13px;
      z-index: 0;
      transform: rotate(1.5deg) skew(0.5deg);
      top: -12px;
      left: 0;
      z-index: 0; }
    #chat_area .chat_textarea textarea {
      width: calc(100% - 70px);
      background: #fff;
      border: none;
      resize: none;
      padding: 0px;
      margin: 0;
      overflow: auto;
      border: none;
      color: rgba(46, 46, 46, 0.8);
      font-family: "Fira Sans";
      border-radius: 5px;
      padding-left: 5px;
      padding-right: 5px;
      overflow: hidden;
      height: 36px;
      padding-top: 10px;
      line-height: 23px; }
    #chat_area .chat_textarea svg#send {
      position: absolute;
      top: calc(50% - 27px);
      right: 16px;
      cursor: pointer; }
    #chat_area .chat_textarea.narrow svg#send {
      margin-top: 25px; }
  #chat_area.minified {
    top: unset;
    bottom: 0;
    height: 20%; }
    #chat_area.minified:before {
      content: unset; }
    #chat_area.minified .chat_header {
      height: 30%; }
      #chat_area.minified .chat_header:after {
        transform: rotate(225deg);
        top: calc(50% - 5px); }
      #chat_area.minified .chat_header .text_wrapper {
        padding: 0; }
    #chat_area.minified .chat_textarea {
      height: calc(30% - 20px);
      padding: 10px 15px; }
      #chat_area.minified .chat_textarea:before {
        left: 0;
        content: unset; }
      #chat_area.minified .chat_textarea textarea {
        font-size: 18px;
        -moz-placeholder-color: #909;
        -ms-input-placeholder-color: #909; }
        #chat_area.minified .chat_textarea textarea ::-webkit-input-placeholder {
          color: #909; }
        #chat_area.minified .chat_textarea textarea ::-moz-placeholder {
          color: #909; }
      #chat_area.minified .chat_textarea svg {
        display: none; }

@media (min-width: 660px) {
  #chat_area.minified .chat_textarea textarea {
    height: calc(100%); }
  #messages {
    margin-bottom: 30px; } }

@media only screen and (max-height: 508px) {
  .text_wrapper {
    bottom: 17% !important; }
  .chat_header:after {
    bottom: 45% !important; }
  header {
    width: 145px;
    height: 50px; }
    header .logo {
      height: 50%; }
  .minified {
    height: 35% !important; } }

footer {
  width: 47px;
  height: 100%;
  background: #0a4d82;
  color: #fff;
  font-size: 12px;
  display: table;
  z-index: 10000;
  top: 0;
  position: absolute; }
  footer .contact-info {
    width: 47px;
    height: 270px;
    background-size: 100% 100%;
    background-color: #0a4d82;
    z-index: 1010;
    right: 0;
    position: absolute;
    bottom: 0px;
    left: 0px; }
    footer .contact-info #chat-leader-phone, footer .contact-info #chat-leader-name, footer .contact-info #chat-leader-email {
      visibility: hidden; }
      footer .contact-info #chat-leader-phone.info-expanded, footer .contact-info #chat-leader-name.info-expanded, footer .contact-info #chat-leader-email.info-expanded {
        visibility: visible; }
    footer .contact-info.info-expanded {
      width: 340px;
      background: url("../images/contact_background.svg") no-repeat;
      background-color: transparent; }
  footer .info {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
    footer .info .info_button {
      position: absolute;
      background: #0a4d82;
      /* left: -80px; */
      top: 0;
      height: 30px;
      width: 30px;
      left: 7px; }
      footer .info .info_button img {
        width: 96%;
        margin: 2%;
        cursor: pointer; }

@media (max-width: 659px) {
  header {
    width: 120px;
    height: 37px; }
    header .logo {
      height: 20px;
      margin: 6px 12px;
      float: right; }
  section {
    height: calc(100% - 100px);
    height: 88%; }
  #content_area, #chat_area {
    width: 100%; }
  #content_area {
    overflow: hidden;
    margin: 0;
    position: absolute; }
    #content_area.full {
      margin-top: 0px;
      overflow: hidden;
      height: 75%; }
    #content_area .container, #content_area.full .container {
      width: 100%; }
    #content_area .container .content_wrapper #play_video, #content_area.full .container .content_wrapper #play_video {
      top: calc(50% - 75px);
      left: calc(50% - 75px); }
    #content_area .container #embed iframe, #content_area.full .container #embed iframe {
      width: 100% !important; }
    #content_area.keyboard {
      height: 40%; }
  .chat_wrapper {
    width: 100%;
    height: calc(50% - 90px);
    height: 45%;
    background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) calc(80%), #fff calc(80%));
    background-repeat: no-repeat;
    background-position: bottom right, left, right;
    transform: unset;
    -webkit-backface-visibility: hidden;
    position: fixed;
    right: 0;
    max-width: unset;
    bottom: calc(4.5%);
    border: unset; }
    .chat_wrapper .inner {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 40px;
      background: linear-gradient(to right, #8dc63f, #49b586); }
    .chat_wrapper.minified {
      background-image: linear-gradient(rgba(255, 255, 255, 0.8) 0px, rgba(255, 255, 255, 0.8) 75%, #fff 75%);
      height: 25%; }
      .chat_wrapper.minified.keyboard {
        height: 45%; }
      .chat_wrapper.minified .inner {
        height: 40px; }
  .arrow-up {
    top: -10px;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  .arrow-down {
    top: -10px;
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  #chat_area_box {
    min-height: unset;
    height: calc(50% - 90px);
    height: auto;
    bottom: 0;
    top: unset;
    width: 100%; }
    #chat_area_box .chat_header {
      padding: 0;
      background: url("../images/chat_header.svg");
      background-size: 100% 50px;
      background-repeat: no-repeat;
      margin-top: -15px; }
      #chat_area_box .chat_header:before {
        content: none; }
      #chat_area_box .chat_header:after {
        top: 30%; }
      #chat_area_box .chat_header .text_wrapper {
        position: absolute;
        left: 10px;
        bottom: 30%; }
        #chat_area_box .chat_header .text_wrapper .text {
          font-size: 18px;
          padding: 0 10px; }
      #chat_area_box .chat_header .user {
        display: block;
        width: 27px;
        height: 27px;
        position: absolute;
        border: none;
        background: #fff;
        top: 6px;
        left: 80px;
        border-radius: 50%;
        z-index: 100; }
        #chat_area_box .chat_header .user img {
          width: 100%;
          border-radius: 50%;
          cursor: pointer;
          z-index: 100; }
          #chat_area_box .chat_header .user img.logo {
            padding-top: 5px; }
    #chat_area_box .chat_content {
      margin-bottom: -6px;
      width: calc(100% - 73px);
      margin-left: 56px; }
      #chat_area_box .chat_content ul#messages {
        padding: 0;
        width: calc(100% - 60px); }
        #chat_area_box .chat_content ul#messages.welcome {
          width: calc(100% - 40px); }
        #chat_area_box .chat_content ul#messages li {
          list-style: none;
          margin-left: 0; }
          #chat_area_box .chat_content ul#messages li.guest {
            margin-left: 0; }
          #chat_area_box .chat_content ul#messages li img.leader {
            display: none; }
    #chat_area_box #chat-leader-icon img {
      width: 40px !important;
      height: 40px !important;
      border: none; }
    #chat_area_box #chat_footer {
      background: none;
      height: 53px !important; }
      #chat_area_box #chat_footer .info_button img {
        height: 24px; }
      #chat_area_box #chat_footer #chat_footer_right {
        margin-right: 29px;
        bottom: 8px; }
      #chat_area_box #chat_footer #chat_footer_left #sound_icon {
        margin-top: 40px;
        margin-left: 24px; }
      #chat_area_box #chat_footer #chat_footer_left .chat_leader_wrapper {
        top: 10px;
        left: 15px; }
      #chat_area_box #chat_footer #chat_footer_left .contact-p-wrapper {
        margin-top: 46px;
        left: 63px; }
        #chat_area_box #chat_footer #chat_footer_left .contact-p-wrapper .contact-p {
          line-height: 10px;
          white-space: nowrap; }
        #chat_area_box #chat_footer #chat_footer_left .contact-p-wrapper #leadername {
          font-size: 11px; }
        #chat_area_box #chat_footer #chat_footer_left .contact-p-wrapper #typing {
          font-size: 9px; }
      #chat_area_box #chat_footer .chat_textarea svg#send {
        margin-top: 21px; }
    #chat_area_box #icon-footer {
      display: block !important; }
    #chat_area_box .chat_textarea {
      height: 12%;
      height: 15%;
      width: calc(100% - 77px);
      margin-left: 56px; }
      #chat_area_box .chat_textarea:before {
        left: 0; }
      #chat_area_box .chat_textarea svg#send {
        right: 15px;
        cursor: pointer;
        transform: scale(0.8); }
      #chat_area_box .chat_textarea.narrow svg#send {
        margin-top: 21px; }
      #chat_area_box .chat_textarea textarea {
        height: 29px;
        width: calc(100% - 65px);
        font-size: 14px;
        padding-top: 10px;
        line-height: 19px; }
    #chat_area_box.minified {
      bottom: 4.5%;
      height: 285px;
      height: 25%; }
      #chat_area_box.minified.keyboard {
        height: 45%; }
      #chat_area_box.minified .chat_header {
        height: 40px;
        height: 25%; }
        #chat_area_box.minified .chat_header:before {
          top: 1%;
          height: 99%; }
        #chat_area_box.minified .chat_header:after {
          top: 50%; }
        #chat_area_box.minified .chat_header .user {
          top: 5px; }
      #chat_area_box.minified .chat_content {
        height: 190px;
        height: 55%; }
      #chat_area_box.minified .chat_textarea {
        height: 35px;
        height: calc(20% - 10px);
        padding: 5px; }
        #chat_area_box.minified .chat_textarea textarea {
          width: 100%;
          height: 100%;
          font-size: 14px; }
        #chat_area_box.minified .chat_textarea svg#send {
          display: none; }
    #chat_area_box .chat_content ul#messages li {
      font-size: 13px;
      margin: 5px auto 0px auto; }
      #chat_area_box .chat_content ul#messages li.guest {
        margin-top: 5px; }
      #chat_area_box .chat_content ul#messages li p {
        line-height: 1; }
    #chat_area_box .chat_content ul#messages li small {
      color: #666; }
    #chat_area_box .chat_content ul#messages.fullscreen-chat small {
      color: #666; } }

.user_details {
  display: none;
  position: absolute;
  top: -60px;
  left: -80px;
  width: 250px;
  padding: 10px;
  z-index: 10;
  background: #fff;
  color: #333;
  font-size: 12px;
  box-shadow: 2px 2px 2px #ccc;
  border: 1px solid #ccc;
  height: 30px; }

#avatar {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 125px;
  top: unset;
  left: unset;
  z-index: 1115;
  height: 100px;
  width: 100px;
  border: 1px solid #ccc;
  border-radius: 50%; }
  #avatar img {
    width: 100%;
    border-radius: 50%; }

.modal:before {
  content: "";
  display: none;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010; }

.open:before {
  display: block; }

.open .modal-content {
  transform: translate(0, 0);
  top: 20%; }

@media (max-width: 660px) {
  .open .modal-content {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    border-radius: 0; } }

.modal-content {
  background: #fefefe;
  border: #333333 solid 0px;
  border-radius: 5px;
  margin-left: -200px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: -100%;
  z-index: 1011;
  width: 500px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -500%);
  transition: transform 0.3s ease-out; }
  .modal-content h1 {
    padding: 10px;
    background: #28aae1;
    margin: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    font-weight: normal; }
  .modal-content .details {
    padding: 10px; }
  .modal-content .profile-image {
    border-radius: 50%;
    max-width: 100px;
    margin-bottom: 15px; }
  .modal-content .close {
    position: absolute;
    top: 10px;
    right: 6px;
    border: 0;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: #ccc;
    cursor: pointer; }
    .modal-content .close span {
      position: absolute;
      top: -2px;
      left: 5px;
      font-size: 25px;
      color: #333; }

#canvas {
  width: "0px";
  height: "0px";
  position: absolute; }

.plyr__controls {
  display: none; }

#media_content, #media_vip, #media_cms, #media_drm, #media_fte, #media_cds {
  position: absolute;
  top: 0;
  left: 0; }

#media_content {
  width: 20%;
  height: 100%; }

#media_vip {
  width: 20%;
  height: 350px;
  margin-left: 20%; }

#media_cms {
  width: 30%;
  height: 300px;
  margin-left: 40%; }

#media_drm {
  width: 30%;
  height: 250px;
  margin-left: 70%; }

#svg_image img {
  transition: 0.3s all ease-in; }

/*# sourceMappingURL=app.min.css.map */
.player .vp-video-wrapper {
  background: none !important; }

.player .vp-video-wrapper .vp-preview {
  background-size: cover !important; }

.plyr__play-large {
  display: none !important; }
