#sb_chat {
  display: flex;
  font-family: "Exo 2";
  -webkit-font-smoothing: antialiased; }

#sb_chat > .chat {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: border-box;
  float: none;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  width: 100%;
  height: 100%; }
  #sb_chat > .chat > .top {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 41px;
    border-bottom: 1px solid #CDCDCD;
    padding: 0 16px; }
    #sb_chat > .chat > .top > .title {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      justify-content: center;
      flex-direction: column;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: -0.3px;
      color: #979CA6; }
    #sb_chat > .chat > .top > .close {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      width: 24px;
      height: 24px;
      justify-content: center;
      flex-direction: column;
      cursor: pointer;
      background-image: url("https://dxstmhyqfqr1o.cloudfront.net/liveChat/ic-close-enabled@2x.png");
      background-position: center;
      background-size: 24px 24px;
      background-repeat: no-repeat; }
      #sb_chat > .chat > .top > .close:hover, #sb_chat > .chat > .top > .close:focus {
        background-image: url("https://dxstmhyqfqr1o.cloudfront.net/liveChat/ic-close-hover@2x.png");
        background-position: center;
        background-size: 24px 24px;
        background-repeat: no-repeat; }

/* emojiver 0.0.1 | MIT License */
.emojiver {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: none;
  position: fixed;
  min-width: 200px;
  max-width: 370px;
  color: #555459;
  z-index: 1;
  box-shadow: 0 2px 10px rgba(64, 54, 63, 0.5);
  font-size: .95rem;
  background: #f7f7f7;
  border-radius: 2px;
  line-height: 1rem; }
  .emojiver article,
  .emojiver aside,
  .emojiver details,
  .emojiver figcaption,
  .emojiver figure,
  .emojiver footer,
  .emojiver header,
  .emojiver nav,
  .emojiver section,
  .emojiver summary {
    display: block; }
  .emojiver audio,
  .emojiver canvas,
  .emojiver video {
    display: inline-block; }
  .emojiver audio:not([controls]) {
    display: none;
    height: 0; }
  .emojiver [hidden], .emojiver template {
    display: none; }
  .emojiver html {
    background: white;
    color: black;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; }
  .emojiver html,
  .emojiver button,
  .emojiver input,
  .emojiver select,
  .emojiver textarea {
    font-family: sans-serif; }
  .emojiver body {
    margin: 0; }
  .emojiver a {
    background: transparent; }
    .emojiver a:focus {
      outline: thin dotted; }
    .emojiver a:hover, .emojiver a:active {
      outline: 0; }
  .emojiver h1 {
    font-size: 2em;
    margin: 0.67em 0; }
  .emojiver h2 {
    font-size: 1.5em;
    margin: 0.83em 0; }
  .emojiver h3 {
    font-size: 1.17em;
    margin: 1em 0; }
  .emojiver h4 {
    font-size: 1em;
    margin: 1.33em 0; }
  .emojiver h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }
  .emojiver h6 {
    font-size: 0.75em;
    margin: 2.33em 0; }
  .emojiver abbr[title] {
    border-bottom: 1px dotted; }
  .emojiver b,
  .emojiver strong {
    font-weight: bold; }
  .emojiver dfn {
    font-style: italic; }
  .emojiver mark {
    background: yellow;
    color: black; }
  .emojiver code,
  .emojiver kbd,
  .emojiver pre,
  .emojiver samp {
    font-family: monospace, serif;
    font-size: 1em; }
  .emojiver pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
  .emojiver q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }
  .emojiver q:before, .emojiver q:after {
    content: "";
    content: none; }
  .emojiver small {
    font-size: 80%; }
  .emojiver sub,
  .emojiver sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .emojiver sup {
    top: -0.5em; }
  .emojiver sub {
    bottom: -0.25em; }
  .emojiver img {
    border: 0; }
  .emojiver svg:not(:root) {
    overflow: hidden; }
  .emojiver figure {
    margin: 0; }
  .emojiver fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
  .emojiver legend {
    border: 0;
    padding: 0;
    white-space: normal; }
  .emojiver button,
  .emojiver input,
  .emojiver select,
  .emojiver textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline; }
  .emojiver button, .emojiver input {
    line-height: normal; }
  .emojiver button,
  .emojiver select {
    text-transform: none; }
  .emojiver button,
  .emojiver html input[type="button"],
  .emojiver input[type="reset"],
  .emojiver input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }
  .emojiver button[disabled],
  .emojiver input[disabled] {
    cursor: default; }
  .emojiver button::-moz-focus-inner, .emojiver input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .emojiver textarea {
    overflow: auto;
    vertical-align: top; }
  .emojiver table {
    border-collapse: collapse;
    border-spacing: 0; }
  .emojiver input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
    .emojiver input[type="search"]::-webkit-search-cancel-button, .emojiver input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }
  .emojiver input[type="checkbox"], .emojiver input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  .emojiver * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .emojiver *:before, .emojiver *:after {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  .emojiver ul {
    margin: 0;
    padding: 0; }
  .emojiver.is-open {
    display: block; }
  .emojiver__header {
    position: relative;
    height: 36px;
    background: #f9fafa;
    padding: 0 14px 0 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
    .emojiver__header__menu {
      display: inline-block;
      cursor: pointer;
      width: 36px;
      height: 36px;
      padding: 6px;
      text-align: center; }
      .emojiver__header__menu.is-active {
        background: #e1e1ed; }
    .emojiver__header__menuIcon {
      width: 17px;
      height: 19px;
      display: inline-block; }
    .emojiver__header__tooltip {
      position: absolute;
      display: inline-block;
      opacity: 0;
      padding: 5px 0; }
      .emojiver__header__tooltip.is-on {
        opacity: 1; }
      .emojiver__header__tooltipInner {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        max-width: 200px;
        font-size: 11px;
        color: white;
        background-color: #4F398F;
        padding: 2px 4px; }
      .emojiver__header__tooltipArrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: rgba(0, 0, 0, 0);
        border-style: solid;
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #4F398F; }
  .emojiver__content {
    padding: 10px;
    overflow: auto;
    background: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px; }
  .emojiver__category {
    display: none;
    height: 100%; }
    .emojiver__category.is-active {
      display: block; }
  .emojiver__wrapper {
    display: inline-block;
    width: 36px;
    height: 32px;
    line-height: 21px;
    text-align: center; }
  .emojiver__anchor {
    display: block;
    overflow: hidden;
    border-radius: 6px;
    padding: 5px 0 !important;
    cursor: pointer;
    -moz-transition: background 0.05s ease-out;
    -o-transition: background 0.05s ease-out;
    -webkit-transition: background 0.05s ease-out;
    transition: background 0.05s ease-out; }
    .emojiver__anchor.is-gray:hover {
      background: #efefef; }
    .emojiver__anchor:hover {
      background: #eee; }
  .emojiver__item {
    display: inline-block;
    text-indent: -9999px;
    vertical-align: baseline; }
  .emojiver__toggle {
    display: inline-block;
    cursor: pointer;
    line-height: 1;
    z-index: 1;
    width: 20px;
    height: 20px;
    -moz-transition: background 0.05s ease-in-out;
    -o-transition: background 0.05s ease-in-out;
    -webkit-transition: background 0.05s ease-in-out;
    transition: background 0.05s ease-in-out; }
    .emojiver__toggle span {
      display: inline-block;
      background-position: 0px -42px !important; }
    .emojiver__toggle:hover span {
      background-position: -22px -42px !important; }
    .emojiver__toggle.is-active span {
      background-position: -44px -42px !important; }

#sb_chat {
  display: flex;
  font-family: "Exo 2";
  -webkit-font-smoothing: antialiased; }

#sb_chat > .close {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: border-box;
  float: none;
  display: flex;
  position: absolute;
  top: 0;
  background: #FFFFFF;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #sb_chat > .close > .image {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    width: 40px;
    height: 95px;
    background-image: url("https://dxstmhyqfqr1o.cloudfront.net/liveChat/img-nba@2x.png");
    background-position: center;
    background-size: 40px 95px;
    background-repeat: no-repeat; }
  #sb_chat > .close > .desc {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    width: 194px;
    margin: 25px 0;
    font-size: 14px;
    letter-spacing: -0.2px;
    text-align: center;
    color: #979CA6; }
  #sb_chat > .close > .start {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    padding: 10px 30px;
    color: #FFFFFF;
    background-color: #254385;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px; }
    #sb_chat > .close > .start:hover, #sb_chat > .close > .start:focus {
      background-color: #203B6F; }

#sb_chat {
  display: flex;
  font-family: "Exo 2";
  -webkit-font-smoothing: antialiased; }

#sb_chat > .chat > .body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: border-box;
  float: none;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: calc(100% - 41px); }
  #sb_chat > .chat > .body > .content {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: calc(100% - 76px);
    padding: 0 16px;
    background: #FFFFFF;
    overflow-y: scroll; }
  #sb_chat > .chat > .body > .bottom {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 76px;
    padding: 12px 16px 16px 16px; }
    #sb_chat > .chat > .body > .bottom > .input {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      outline: none !important;
      resize: none !important;
      width: 100%;
      height: 48px;
      border: 1px solid #CDCDCD;
      background: #FFFFFF;
      padding-left: 12px;
      padding-right: 56px;
      font-size: 13px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
      #sb_chat > .chat > .body > .bottom > .input:focus {
        border: 1px solid #254385; }
    #sb_chat > .chat > .body > .bottom > .emoji {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      position: absolute;
      right: 28px;
      width: 32px;
      height: 32px;
      cursor: pointer;
      background-image: url("https://dxstmhyqfqr1o.cloudfront.net/liveChat/ic-emoji-enbaled@2x.png");
      background-position: center;
      background-size: 32px 32px;
      background-repeat: no-repeat; }
      #sb_chat > .chat > .body > .bottom > .emoji:hover, #sb_chat > .chat > .body > .bottom > .emoji:focus {
        background-image: url("https://dxstmhyqfqr1o.cloudfront.net/liveChat/ic-emoji-hover@2x.png");
        background-position: center;
        background-size: 32px 32px;
        background-repeat: no-repeat; }
    #sb_chat > .chat > .body > .bottom > .emoji.active {
      background-image: url("https://dxstmhyqfqr1o.cloudfront.net/liveChat/ic-emoji-hover@2x.png");
      background-position: center;
      background-size: 32px 32px;
      background-repeat: no-repeat; }

#sb_chat {
  display: flex;
  font-family: "Exo 2";
  -webkit-font-smoothing: antialiased; }

#sb_chat > .login {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: border-box;
  float: none;
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25); }
  #sb_chat > .login > .content {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    padding: 24px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px; }
    #sb_chat > .login > .content > .title {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      justify-content: center;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: -0.5px;
      text-align: center;
      color: #15273d;
      margin-bottom: 20px; }
    #sb_chat > .login > .content > .desc {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      font-size: 14px;
      letter-spacing: -0.2px;
      text-align: center;
      color: #979CA6;
      margin-bottom: 8px; }
    #sb_chat > .login > .content > .input {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      outline: none !important;
      resize: none !important;
      width: 100%;
      height: 48px;
      border: 1px solid #CDCDCD;
      background: #FFFFFF;
      padding: 0 10px;
      font-size: 13px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3); }
      #sb_chat > .login > .content > .input:focus {
        border: 1px solid #254385; }
    #sb_chat > .login > .content > .warnNone {
      height: 32px;
      font-size: 0px; }
    #sb_chat > .login > .content > .warn {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      color: red;
      padding: 8px;
      text-align: center; }
    #sb_chat > .login > .content > .term {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0px 0 26px 0; }
      #sb_chat > .login > .content > .term > .check {
        margin: 0;
        padding: 0;
        font-size: 100%;
        line-height: 1;
        width: auto;
        height: auto;
        box-sizing: border-box;
        float: none;
        display: flex;
        width: 14px;
        height: 14px;
        border: 1px solid #CDCDCD;
        cursor: pointer;
        background: #FFFFFF;
        margin-right: 6px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        background-image: url("https://dxstmhyqfqr1o.cloudfront.net/liveChat/ic-check@2x.png");
        background-position: center;
        background-size: 10px 10px;
        background-repeat: no-repeat; }
      #sb_chat > .login > .content > .term > .check.active {
        border: 1px solid #5292fa;
        background-color: #5292fa; }
      #sb_chat > .login > .content > .term > .text {
        margin: 0;
        padding: 0;
        font-size: 100%;
        line-height: 1;
        width: auto;
        height: auto;
        box-sizing: border-box;
        float: none;
        display: flex;
        font-size: 12px;
        letter-spacing: -0.2px;
        color: #979CA6;
        margin-right: 2px; }
      #sb_chat > .login > .content > .term > .link {
        margin: 0;
        padding: 0;
        font-size: 100%;
        line-height: 1;
        width: auto;
        height: auto;
        box-sizing: border-box;
        float: none;
        display: flex;
        font-size: 12px;
        letter-spacing: -0.2px;
        color: #5292fa;
        cursor: pointer; }
    #sb_chat > .login > .content > .button {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      padding: 10px 30px;
      color: #FFFFFF;
      background-color: #254385;
      opacity: 0.5;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px; }
    #sb_chat > .login > .content > .button.active {
      cursor: pointer;
      opacity: 1; }
      #sb_chat > .login > .content > .button.active:hover, #sb_chat > .login > .content > .button.active:focus {
        background-color: #203B6F; }

#sb_chat {
  display: flex;
  font-family: "Exo 2";
  -webkit-font-smoothing: antialiased; }

#sb_chat .nickname-color-1 {
  color: #825EEB !important; }

#sb_chat .nickname-color-2 {
  color: #5292FA !important; }

#sb_chat .nickname-color-3 {
  color: #1FCCA1 !important; }

#sb_chat .nickname-color-4 {
  color: #98BE52 !important; }

#sb_chat .nickname-color-5 {
  color: #254385 !important; }

#sb_chat .nickname-color-6 {
  color: #CB295B !important; }

#sb_chat .nickname-color-7 {
  color: #FF7545 !important; }

#sb_chat .nickname-color-8 {
  color: #915151 !important; }

#sb_chat > .chat > .body > .content > .message {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: border-box;
  float: none;
  display: flex;
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: 8px; }
  #sb_chat > .chat > .body > .content > .message > .item {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    display: inline;
    width: 100%;
    height: 100%; }
    #sb_chat > .chat > .body > .content > .message > .item > .nickname {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      display: inline;
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: -0.3px;
      margin-right: 8px;
      font-weight: 700; }
    #sb_chat > .chat > .body > .content > .message > .item > .text {
      margin: 0;
      padding: 0;
      font-size: 100%;
      line-height: 1;
      width: auto;
      height: auto;
      box-sizing: border-box;
      float: none;
      display: flex;
      display: inline;
      font-size: 14px;
      line-height: 1.43;
      letter-spacing: -0.3px;
      color: #525252;
      overflow-wrap: break-word;
      word-wrap: break-word;
      -ms-word-break: break-all;
      word-break: break-word; }
  #sb_chat > .chat > .body > .content > .message > .time {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    display: inline;
    float: right;
    width: 65px;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 1.67;
    letter-spacing: -0.3px;
    text-align: right;
    color: #BABDCB; }

#sb_chat {
  display: flex;
  font-family: "Exo 2";
  -webkit-font-smoothing: antialiased; }

#sb_chat > .sbSpinner {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  width: auto;
  height: auto;
  box-sizing: border-box;
  float: none;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #FFFFFF;
  flex-direction: column;
  justify-content: center; }
  #sb_chat > .sbSpinner > .sbSpinnerBubble {
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1;
    width: auto;
    height: auto;
    box-sizing: border-box;
    float: none;
    display: flex;
    color: #B7BFCC;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    -webkit-transform: translate(0, -2em);
    -moz-transform: translate(0, -2em);
    -ms-transform: translate(0, -2em);
    -o-transform: translate(0, -2em);
    transform: translate(0, -2em); }
    #sb_chat > .sbSpinner > .sbSpinnerBubble, #sb_chat > .sbSpinner > .sbSpinnerBubble::after, #sb_chat > .sbSpinner > .sbSpinnerBubble::before {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      width: 1.5em;
      height: 1.5em;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation: load7 1.8s infinite ease-in-out;
      animation: load7 1.8s infinite ease-in-out; }
    #sb_chat > .sbSpinner > .sbSpinnerBubble::after, #sb_chat > .sbSpinner > .sbSpinnerBubble::before {
      content: '';
      position: absolute;
      top: 0; }
    #sb_chat > .sbSpinner > .sbSpinnerBubble::before {
      left: -3.5em;
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    #sb_chat > .sbSpinner > .sbSpinnerBubble::after {
      left: 3.5em; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

