/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./private/css/live/chat.scss ***!
  \*********************************************************************************************************************/
body.chat-page .message-write-area .btn-send:disabled {
  background-color: gray;
  cursor: default;
}
body.chat-page .wrap {
  min-height: 100%;
  height: 100%;
  min-width: 1428px;
  display: flex;
}
body.chat-page .main-container {
  display: flex;
  height: 100%;
}
body.chat-page .player-container {
  flex: 7;
}
body.chat-page .jw-chat-btn {
  background-image: url(253ce35bff0aa68edd4d.png);
}
body.chat-page .btn-close {
  color: #7e7e7e;
}
body.chat-page .swal2-container .title-icon {
  background-image: url(253ce35bff0aa68edd4d.png);
  width: 24px;
  height: 24px;
  margin-right: 15px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
body.chat-page .swal2-container .swal2-popup {
  padding: 1.5rem 1.5rem 1.25rem;
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
body.chat-page .swal2-container .swal2-title {
  text-align: left;
  font-size: 1.15rem;
  font-weight: 700;
  color: #232323;
  padding: 0;
  margin-bottom: 8px;
}
body.chat-page .swal2-container .swal2-html-container {
  text-align: left;
  color: #7f7f7f;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 16px;
}
body.chat-page .swal2-container .swal2-input {
  margin: 20px 0;
  border-radius: 10px;
}
body.chat-page .swal2-container .swal2-input:focus {
  box-shadow: none;
}
body.chat-page .swal2-container .swal2-validation-message {
  margin: 0;
}
body.chat-page .swal2-container .swal2-actions {
  margin: 0;
  gap: 8px;
}
body.chat-page .swal2-container .swal2-actions button {
  flex: 1;
  border-radius: 10px;
  padding: 0.6rem 1rem;
  font-size: 0.95rem;
  font-weight: 600;
  box-shadow: none;
}
body.chat-page .swal2-container .swal2-actions .swal2-confirm {
  background-color: #03ad70;
  background-image: none;
  color: #fff;
}
body.chat-page .swal2-container .swal2-actions .swal2-confirm:hover, body.chat-page .swal2-container .swal2-actions .swal2-confirm:focus {
  background-color: #02945f;
}
body.chat-page .swal2-container .swal2-actions .swal2-cancel {
  border: 1px solid #d0d0d0;
  background-color: #fff;
  color: #232323;
}
body.chat-page .swal2-container .swal2-actions .swal2-cancel:hover, body.chat-page .swal2-container .swal2-actions .swal2-cancel:focus {
  background-color: #f5f5f5;
}
body.chat-page hr {
  border: 1.2px solid rgba(179, 179, 179, 0.3);
}
body.chat-page .chat-wrap {
  display: none;
  height: 100%;
  box-sizing: border-box;
}
body.chat-page .chat-wrap .btn-close {
  cursor: pointer;
}
body.chat-page .chat-wrap .error-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
body.chat-page .chat-wrap .btn-chat-reload {
  padding: 8px;
  background-color: white;
  border: 1px solid #d0d0d0;
  color: #232323;
  cursor: pointer;
}
@media (min-width: 768px) {
  body.chat-page .chat-wrap.open {
    flex: 3;
    display: block;
    background: #fff;
  }
}
@media (max-width: 768px) {
  body.chat-page .chat-wrap.open {
    display: block;
    z-index: 999;
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 30%;
    background-color: rgba(0, 0, 0, 0.47);
  }
  body.chat-page .chat-wrap.open .upper {
    color: white;
    font-size: 14px;
    margin-bottom: 7px;
  }
  body.chat-page .chat-wrap.open hr {
    display: none;
  }
  body.chat-page .chat-wrap.open .message {
    background-color: #2d2e33;
    align-self: start !important;
    flex-direction: row !important;
    font-size: 13px !important;
    align-items: center !important;
    padding: 0.4rem 1rem !important;
  }
  body.chat-page .chat-wrap.open .message .message-text {
    border: 10px;
    background-color: transparent !important;
  }
  body.chat-page .chat-wrap.open .message-list .message-box .message .username {
    color: #a8a8a8;
  }
  body.chat-page .chat-wrap.open .message-list .message-box .message .message-text {
    color: white;
  }
  body.chat-page .chat-wrap.open .message-write-area {
    background-color: #2d2e33;
    padding: 4px;
    border-radius: 10px;
  }
  body.chat-page .chat-wrap.open .message-write-area .write-box input {
    border: none;
    font-size: 13px;
    height: 30px;
  }
  body.chat-page .chat-wrap.open .message-write-area .btn-send {
    background-color: #585c6a;
    width: 30px;
  }
  body.chat-page .chat-wrap.open .message-write-area .write-box input {
    color: white;
    background-color: transparent;
  }
  body.chat-page .chat-wrap.open .message-write-area .btn-send {
    background-color: rgba(255, 255, 255, 0.48);
  }
}
body.chat-page .chat {
  width: 100%;
  height: 100%;
}
body.chat-page .chat-wrap-inner {
  position: relative;
  height: 100%;
  padding: 30px 15px 30px 15px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
body.chat-page .chat-wrap-inner .upper {
  display: flex;
  justify-content: space-between;
}
body.chat-page .chat-wrap-inner .upper.hidden {
  display: none;
}
body.chat-page .chat-wrap-inner .upper .title {
  margin-right: 4px;
}
body.chat-page .chat-wrap-inner .upper .btn-chat-outer-window {
  cursor: pointer;
  color: #7e7e7e;
}
body.chat-page .chat-error {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
}
body.chat-page .chat-error svg {
  font-size: 3rem;
}
body.chat-page .chat-error.hidden {
  display: none;
}
body.chat-page .chat-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
body.chat-page .chat-container.hidden {
  display: none;
}
body.chat-page .chat-area {
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body.chat-page .chat-area .notibox {
  text-align: center;
  width: 100%;
}
body.chat-page .chat-area .notibox span {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  background: rgb(124, 124, 124);
  color: #fff;
  line-height: 22px;
  width: 100%;
}
body.chat-page .chat-area::-webkit-scrollbar {
  display: none;
}
body.chat-page .message-list {
  display: flex;
  margin-top: 10px;
}
body.chat-page .message-list .message-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}
body.chat-page .message-list .message-box .message {
  width: fit-content;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  padding: 0.4rem;
  border-radius: 10px;
  gap: 8px;
}
body.chat-page .message-list .message-box .message .message-text {
  word-break: break-word;
  width: fit-content;
}
body.chat-page .message-list .message-box .message .username {
  color: rgba(48, 48, 56, 0.6);
  font-weight: 800;
  word-break: break-word;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 4px;
}
body.chat-page .message-list .message-box .message.receiver .message-text {
  color: #303038;
  background-color: #eef2f5;
  border-radius: 0 10px 10px 10px;
  padding: 8px;
}
body.chat-page .message-list .message-box .message.sender {
  align-self: flex-end;
  align-items: flex-end;
}
body.chat-page .message-list .message-box .message.sender .message-text {
  background-color: #03ad70;
  color: white;
  border-radius: 10px 0px 10px 10px;
  padding: 8px;
}

.message-write-area {
  display: flex;
  gap: 15px;
  margin: 20px 0;
  width: 100%;
}
.message-write-area .write-box {
  width: 100%;
}
.message-write-area .write-box input {
  width: 100%;
  height: 42px;
  border: 1px solid rgba(180, 179, 179, 0.35);
  border-radius: 10px;
  box-sizing: border-box;
  resize: none;
  padding: 11px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  outline: none;
}
.message-write-area .write-box textarea::placeholder {
  color: #9f9f9f;
}
.message-write-area .btn-send {
  word-break: keep-all;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: none;
  cursor: pointer;
  background-color: #03ad70;
  background-image: url(9cbff2d14fa67a4955ac.png);
  width: 42px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  color: white;
  font-size: 16px;
}

.player-chat-wrap {
  position: absolute;
  bottom: 45px;
  left: 10px;
  color: white;
}
.player-chat-wrap.closed {
  display: none;
}
.player-chat-wrap .chat-area {
  height: 230px;
}
.player-chat-wrap .message-box .message {
  font-weight: lighter;
  background-color: transparent;
  padding: 0.3rem;
  margin-top: 2px;
}
/*!*********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./private/css/live/live.scss ***!
  \*********************************************************************************************************************/
.player-container {
  position: relative;
}

#loading--layer {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#loading--layer #loading--icon img {
  width: 77px;
  margin-bottom: 28px;
}
#loading--layer #loading--error-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 28px;
  display: none;
}
#loading--layer #loading--error-icon img {
  width: 100%;
  height: 100%;
  fill: #fff;
}
#loading--layer #loading--text {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  color: #fff;
}

/*# sourceMappingURL=live.bundle.css.map*/