/* @import url(https://dxstmhyqfqr1o.cloudfront.net/fonts.css); */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

@keyframes spinnerAnimation {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.sendbird * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  white-space: initial;
}

.sendbird-body-no-scroll {
  overflow: hidden;
  scrollbar-gutter: stable;
  background-color: rgba(0,0,0,0.3);
}


.sendbird {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
}
.sendbird-overlay.shown {
  background-color: rgba(0,0,0,0.3);
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 100;
}
.sendbird input {
  font-family: 'Inter', sans-serif;
  color: #343840;
}
.sendbird .guide {
  margin-top: 360px;
  text-align: center;
}
.sendbird .guide .logo {
  margin-right: 10px;
  margin-bottom: 29px;
  text-align: center;
}
.sendbird .guide .logo img {
  width: 320px;
}
.sendbird .guide .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.4px;
  color: #343840;
}
.sendbird .guide .title .bold {
  font-weight: 600;
}
.sendbird .guide .desc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: normal;
  line-height: 2.07;
  letter-spacing: -0.2px;
  color: #646b79;
}
.sendbird .guide .arrow {
  margin-top: 20px;
}
.sendbird.-sbd-widget {
  z-index: 99999;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-font-smoothing: antialiased;
}
.sendbird.-sbd-widget .-sbd-action-button {
  width: 100%;
  height: 100%; 
  cursor: pointer;
  background-color: #845ef7;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url('./images/ic-main-chat.png');
  background-position: center;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.15), 0 1px 6px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.15), 0 1px 6px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 2px 32px 0 rgba(0, 0, 0, 0.15), 0 1px 6px 0 rgba(0, 0, 0, 0.09);
}
.sendbird.-sbd-widget .-sbd-action-button:hover {
  -webkit-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.25), 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.25), 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.25), 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.sendbird.-sbd-widget .-sbd-action-button.is-active {
  background-color: #845ef7;
  background-image: url('./images/ic-main-close.png');
  background-position: center;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 20px 20px 200px 200px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 20px 20px 200px 200px rgba(0, 0, 0, 0.09);
  box-shadow: 20px 20px 200px 200px rgba(0, 0, 0, 0.09);
}
.sendbird.-sbd-widget .-sbd-notification {
  position: absolute;
  right: 0;
  bottom: 75px;
  width: 370px;
  background: transparent;
  text-align: right;
  overflow: visible;
  cursor: pointer;
  transform: translateY(20px);
  transition: all 200ms;
  opacity: 0;
  visibility: hidden;
}
.sendbird.-sbd-widget .-sbd-notification.fade-in {
  display: block;
  visibility: visible;
  transform: translateY(0px);
  transition: all 200ms;
  opacity: 1;
}
.sendbird.-sbd-widget .-sbd-notification .profile {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url('./images/ic-bot-profile.png');
  background-position: center;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
}
.sendbird.-sbd-widget .-sbd-notification .profile .image {
  width: 100%;
  height: 100%;
}
.sendbird.-sbd-widget .-sbd-notification .content {
  display: inline-block;
  position: relative;
  width: 240px;
  padding: 15px 20px;
  background: #fff;
  text-align: left;
  vertical-align: bottom;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.3);
}
.sendbird.-sbd-widget .-sbd-notification .content .name {
  font-size: 14px;
  color: #aab0bd;
}
.sendbird.-sbd-widget .-sbd-notification .content .text {
  font-size: 14px;
  color: #343840;
  line-height: 1.36;
  margin-top: 15px;
  overflow: hidden;
}
.sendbird.-sbd-widget .-sbd-notification .content .close {
  position: absolute;
  right: 6px;
  top: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('./images/ic-notification-close.png');
  background-position: center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.sendbird.-sbd-widget .-sbd-notification .content .close:hover,
.sendbird.-sbd-widget .-sbd-notification .content .close:focus {
  background-color: #f1f2f5;
}
.sendbird.-sbd-widget .-sbd-panel {
  max-width: 380px;
  width: 100%;
  height: 600px;
  position: fixed;
  right: 16px;
  bottom: 25px;
  background: transparent;
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transform: translateY(20px);
  transition: all 200ms;
  opacity: 0;
  visibility: hidden;
}
.sendbird.-sbd-widget .-sbd-panel.fade-in {
  display: block;
  visibility: visible;
  transform: translateY(0px);
  transition: all 200ms;
  opacity: 1;
  background: #fff;
  /* border: 1px solid #d6dbe0; */
  border-radius: 12px;
  filter: drop-shadow(0px 4.46429px 20.3373px rgba(81, 81, 81, 0.1));
  /* -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.15); */
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header {
  position: relative;
  width: 100%;
  height: 84px;
  color: #fff;
  background: #845ef7;
  overflow: visible;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-title {
  display: inline-block;
  position: absolute;
  left: 24px;
  bottom: 10px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.8px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-tabs {
  position: absolute;
  width: 120px;
  left: 125px;
  bottom: 1px;
  font-size: 12px;
  font-weight: 600;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-tabs .-sbd-tab-item {
  float: left;
  width: 50%;
  padding: 8px 0 10px 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-tabs .-sbd-tab-bar {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  height: 3px;
  background: #fff;
  transition: left 300ms;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-menu {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  text-align: center;
  background: transparent;
  text-align: center;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-menu:hover {
  cursor: pointer;
  background: #5d44ce;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-menu .icon {
  display: inline-block;
  width: 18px;
  height: 4px;
  margin-top: 3px;
  background-image: url('./images/ic-menu-more.png');
  background-position: center;
  background-size: 18px 4px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-menu-list {
  position: absolute;
  top: 40px;
  right: 12px;
  border-radius: 3px;
  z-index: 1024;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
  transform: translateY(0px);
  transition: all 200ms;
  opacity: 0;
  visibility: hidden;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-menu-list.fade-in {
  display: block;
  visibility: visible;
  opacity: 1;
  background: #fff;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-menu-list .-sbd-menu-item {
  font-size: 13px;
  color: #343840;
  padding: 10px 18px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-header .-sbd-menu-list .-sbd-menu-item:hover {
  cursor: pointer;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list {
  position: relative;
  width: 100%;
  height: 506px;
  background: #fff;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-new {
  padding: 20px;
  background: #fff;
  border-bottom: 1px #eee solid;
  cursor: pointer;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-new .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  vertical-align: middle;
  background-image: url('./images/ic-create-active.png');
  background-position: center;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-new .label {
  display: inline-block;
  color: #9da3ae;
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-new:hover .icon {
  background-image: url('./images/ic-create-hover.png');
  background-position: center;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-new:hover .label {
  color: #845ef7;
  font-weight: 600;
  text-decoration: underline;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item {
  position: relative;
  padding: 20px;
  background: #fff;
  border-bottom: 1px #eee solid;
  cursor: pointer;
  display: flex;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item .profile {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 15px;
  overflow: visible;
  vertical-align: middle;
  background-image: url('./images/ic-bot-profile.png');
  background-position: center;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item .profile .image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item .profile .badge {
  position: absolute;
  right: -3px;
  top: -3px;
  min-width: 10px;
  height: 10px;
  font-size: 0.8em;
  background: #845ef7;
  color: #fff;
  padding: 3px;
  text-align: center;
  line-height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item .content {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
  display: flex;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item .content .name {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #aab0bd;
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item .content .last {
  width: 100%;
  font-size: 14px;
  color: #343840;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item .updated-at {
  position: absolute;
  top: 10px;
  right: 15px;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  color: #999;
  display: inline-block;
  vertical-align: middle;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-ticket-list .-sbd-ticket-item:hover {
  background: #f1f2f6;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-error {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 12px;
  font-size: 1em;
  color: #fff;
  background: rgba(33, 33, 33, 0.8);
  text-align: center;
  z-index: 1;
  display: none;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog {
  position: absolute;
  left: 100%;
  top: 0;
  width: 380px;
  height: 600px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: all 500ms;
  overflow: hidden;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog.opened {
  display: flex;
  flex-direction: column;
  left: 0;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: all 500ms;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-dialog-header,
.sendbird .-sbd-login .-sbd-login-header {
  position: relative;
  /* width: 100%; */
  padding: 16px;
  background: #ffffff;
  border-bottom: 1px solid #d6dbe0;
  border-radius: 12px 12px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-dialog-header .close,
.sendbird .-sbd-login .-sbd-login-header .-sbd-login-close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background-image: url('./images/close-circle.svg');
  background-position: center;
  opacity: 1 !important;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-dialog-header .close:hover,
.sendbird .-sbd-login .-sbd-login-header .-sbd-login-close:hover{
  background-image: url('./images/close-circle-hover.svg');
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-dialog-header .agent,
.sendbird .-sbd-login .-sbd-login-header .agent {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-dialog-header .agent .profile,
.sendbird .-sbd-login .-sbd-login-header .agent .profile {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background-image: url('./images/logo.svg');
  background-repeat: no-repeat;
  /* margin-top: 12px;
    background-image: url("./images/ic-bot-profile.png");
    background-position: center;
    background-size: 40px 40px;
     */
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-dialog-header .agent .profile .image,
.sendbird .-sbd-login .-sbd-login-header .agent .profile .image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: inline-block !important;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-dialog-header .agent .name,
.sendbird .-sbd-login .-sbd-login-header .agent .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #004852;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list {
  position: relative;
  height: 456px;
  background: #fff;
  padding-bottom: 10px;
  overflow: auto;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item {
  padding: 10px 16px 0 16px;
  overflow: hidden;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message {
  text-align: right;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .profile {
  display: none !important;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .preview {
  background: #368ade !important;
  color: #fff !important; 
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .preview .description {
  color: #fff !important;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .message {
  background: #368ade !important;
  max-width: 240px;
  border-radius: 8px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .message .text {
  color: #F9FCFF !important;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .message a {
  color: #fff !important;
}
.login-panel-title {
  color: #004852;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.login-panel-subtitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #004852;
  margin-bottom: 20px;
}
/* .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-admin-message .profile {
    background-image: url("./images/ic-bot-profile.png");
    background-position: center;
    background-size: 36px 36px;
    background-repeat: no-repeat;
    background-color: #aab;
} */
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-scroll-date {
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 73px;
  left: 0;
  right: 0;
  padding: 8px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  opacity: 0;
  display: flex;
  transition: opacity 0.3s ease-in-out;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-scroll-date span {
  display: block;
  background: #f2f6fa;
  /* Gray/200 */

  border: 1px solid #d6dbe0;
  border-radius: 100px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */

  text-align: center;

  /* Gray/400 */

  color: #7a7a7a;
  padding: 8px 12px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .message-time {
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  /* identical to box height, or 133% */

  text-align: center;

  /* Gray/400 */

  color: #7a7a7a;
  padding: 8px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-admin-message .profile .image {
  display: none;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .profile {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0px 7px 0 0;
  vertical-align: top;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-image: url('./images/profile-icon.svg');
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .profile .image {
  width: 100%;
  height: 100%;
  /* display: inline-block !important; */
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .image {
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .video {
  max-width: 200px;
  width: 100%;
  height: 170px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  object-fit: cover;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .content .video{
  max-width: 240px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .preview {
  max-width: 200px;
  margin-bottom: 10px;
  background: #f1f2f6;
  text-align: left;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .content .preview{
  max-width: 240px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .preview .image {
  display: block;
  width: 100%;
  height: 120px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .preview .title {
  font-size: 14px;
  font-weight: 600;
  margin: 0px 5px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(0, 0, 0, 0.88);
  line-height: 30px;
  padding: 0 12px;

}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .message .text a{
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  font-weight: 600;
}

.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item.-sbd-my-message .content .preview .title{
  color: #F9FCFF;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .preview .description {
  max-height: 54px;
  font-size: 13px;
  color: #999;
  margin: 0px 5px 5px 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .message {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 208px;
  font-size: 14px;
  line-height: 1.35;
  padding: 8px 12px;
  background: #F0F3F7;
  text-align: left;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-my-message .content .message {
  max-width: 240px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content:hover .created-at {
  opacity: 1;
  visibility: visible;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .message .file {
  display: none !important;
  width: 25px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('./images/file.svg');
  background-position: center;
  background-size: 25px 28px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .message .my-file {
  display: none !important;
  /* width: 25px;
  height: 28px;
  margin-right: 10px;
  vertical-align: middle;
  background-image: url('./images/file.svg');
  background-position: center;
  background-size: 25px 28px;
  background-repeat: no-repeat; */
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .message .text {
  display: inline-block;
  vertical-align: middle;
  overflow-wrap: break-word;
  white-space: pre-line;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.88);
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .message .text.file-name {
  cursor: pointer;
  position: relative;
  padding-left: 32px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .message .text.file-name:before{
  content: '';
  width: 25px;
  height: 28px;
  vertical-align: middle;
  background-image: url('./images/file.svg');
  background-position: center;
  background-size: 25px 28px;
  background-repeat: no-repeat;
  position: absolute;
  left: -2px;
  top: -3px;
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .content
  .message
  .text.file-name:hover {
  text-decoration: underline;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .chatbot-card {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .chatbot-card .faq-card {
  position: relative;
  display: flex;
  width: 264px;
  min-width: 264px;
  height: 82px;
  border: solid 1px #ccc;
  border-radius: 8px;
  background-color: #fff;
  margin-top: 4px;
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .content
  .chatbot-card
  .faq-card
  .faq-card__profile-image {
  position: absolute;
  width: 56px;
  height: 56px;
  top: 12px;
  left: 12px;
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .content
  .chatbot-card
  .faq-card
  .faq-card__title-question {
  position: absolute;
  top: 12px;
  left: 80px;
  width: 164px;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.1px;
  text-align: left;
  color: #0d0d0d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .content
  .chatbot-card
  .faq-card
  .faq-card__description {
  position: absolute;
  top: 36px;
  left: 80px;
  width: 164px;
  height: 32px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #858585;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-width: 200px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .content .created-at {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #7a7a7a;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: -150px;
  text-align: left;
  width: 143px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s linear;
  display: inline !important;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-my-message.-sbd-message-item .content .created-at{
  left: -150px;
  text-align: right;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .confirm-end-of-chat {
  margin-top: 8px;
  padding: 16px;
  background: #ffffff;
  border: 1px solid #D6DBE0;
  border-radius: 8px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .confirm-end-of-chat .message {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #004852;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .confirm-end-of-chat .confirm {
  margin-top: 8px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .confirm-end-of-chat .confirm .yes {
  display: inline-block;
  width: 126px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #004852;
  margin-right: 10px;
  padding: 10px 24px;
  background: #baf400;
  border: 1px solid #baf400;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
  text-align: center;
  cursor: pointer;
}

.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .confirm-end-of-chat .confirm .no {
  display: inline-block;
  width: 126px;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #004852;
  padding: 10px 24px;
  background: #ffffff;
  border: 1px solid #004852;
  text-align: center;
  cursor: pointer;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -ms-border-radius: 48px;
  -o-border-radius: 48px;
}

.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating {
  padding: 16px;
  text-align: center;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #D6DBE0;
  border-radius: 8px;
  width: 348px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-message {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #004852;
  margin-bottom: 12px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-item {
  display: inline-block;
  width: 20%;
  height: 24px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('./images/ic-star.svg');
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-score{
  width: 185px;
  justify-content: space-between;
  margin: auto;
  display: flex;
  justify-content: center;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-score:hover .rating-item, .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-item:hover{
  background-image: url('./images/star.svg');
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-item:hover~.rating-item {
  cursor: pointer;
  background-image: url('./images/ic-star.svg');
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-item.selected {
  background-image: url('./images/star.svg');
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-form {
  margin-top: 16px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-form .rating-comment {
  display: block;
  width: 100%;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 12px;
  resize: none;
  color: #004852;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  background: #f2f6fa;
  border: 1px solid #b2b2b2;
  border-radius: 10px;
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .rating
  .rating-form
  .rating-comment:focus {
  outline: none;

  border: 1px solid #baf400;
  background: transparent;
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .rating
  .rating-form
  .rating-comment::placeholder {
  color: #b2b2b2;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating .rating-form .rating-submit {
  width: 100%;
  display: block;
  padding-top: 11px;
  padding-bottom: 11px;
  cursor: pointer;
  color: #004852;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  background: #baf400;
  border-radius: 48px;
  border: 1px solid #baf400;
}

.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-result {
  padding: 16px 35px;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;
  border: 1px solid #D6DBE0;
  width: 348px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-result .rating-message {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #004852;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-result .rating-description {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #535353;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-result .line {
  width: 100%;
  height: 1px;
  background-color: #d6dbe0;
  margin-top: 12px;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 0;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-result .rating-result-score {
  text-align: center;
  margin-top: -4px;
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .rating-result
  .rating-result-score
  .rating-result-item {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url('./images/ic-star.svg');
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .rating-result
  .rating-result-score
  .rating-result-item.selected {
  background-image: url('./images/star.svg');
}
.sendbird
  .-sbd-widget
  .-sbd-panel
  .-sbd-dialog
  .-sbd-message-list
  .-sbd-message-item
  .rating-result
  .rating-result-score
  .rating-result-number {
  display: inline-block;
  font-size: 12px;
  color: #747aa5;
  display: none;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list .-sbd-message-item .rating-result .rating-result-comment {
  text-align: left;
  margin-top: 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #535353;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background: white;
  bottom: 0;
  border-top: 1px solid #d6dbe0;
  padding: 16px;
  display: flex;
  align-items: end;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form.disabled {
  background: #f1f2f6;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form.disabled .attach:hover,
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form.disabled .attach:focus {
  background-image: url('./images/ic-add-active.png');
  background-position: center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form.disabled .attach.active {
  background-image: url('./images/ic-add-active.png');
  background-position: center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .send-button {
  background: transparent;
  border: none;
  padding: 0;
  margin-left: 15px;
  transition: all 0.4s linear;
  cursor: pointer;
  background-image: url('./images/send-2.svg');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-bottom: 6px;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .send-button:hover{
  background-image: url('./images/send-hover.svg');
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form.active .send-button {
  opacity: 1;
  visibility: visible;
}
.sendbird .-sbd-login .-sbd-login-header .agent .profile .image{
  display: none !important;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .message {
  padding: 8px 12px;
  max-width: 270px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  /* max-height: 88px !important; */
  border: 1px solid #b2b2b2;
  border-radius: 48px;
  background: #f2f6fa;
  color: #004852;
  height: 40px;
  resize: vertical;
  min-height: 40px;
  max-height: 130px;
  overflow: hidden;
  resize: none;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .message:focus::placeholder{
  color: transparent;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .message:focus,
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form.active .message {
  outline: none;
  border: 1px solid #baf400;
  background: transparent;

}

.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .message::placeholder {
  color: #9394a1;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .message:focus .attach {
  background-image: url('./images/add-circle.svg');
  background-position: center;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .attach {
  width: 22px;
  height: 22px;
  bottom: 18px;
  cursor: pointer;
  background-image: url('./images/add-circle.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 18px;
  margin-bottom: 9px;
  transition: all 0.4s linear;
}
.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .attach:hover{
  background-image: url('./images/add-circle-hover.svg');
}

.sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .file {
  display: none;
}
.sendbird .-sbd-spinner {
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background: #fff;
  position: absolute;
  top: 0;
  border: 8px;
  z-index: 99999;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  -o-border-bottom-left-radius: 8px;
}
.sendbird .-sbd-spinner .-sbd-spinner-wrapper {
  margin: 50% 0 0 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  height: auto;
  box-sizing: initial;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sendbird .-sbd-spinner .-sbd-spinner-wrapper div {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: initial;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #bdbdbd;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-animation: spinnerAnimation 1.4s infinite ease-in-out both;
  -moz-animation: spinnerAnimation 1.4s infinite ease-in-out both;
  -o-animation: spinnerAnimation 1.4s infinite ease-in-out both;
  -ms-animation: spinnerAnimation 1.4s infinite ease-in-out both;
  animation: spinnerAnimation 1.4s infinite ease-in-out both;
}
.sendbird .-sbd-spinner .-sbd-spinner-wrapper :nth-child(1) {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: initial;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  -o-animation-delay: -0.32s;
  -ms-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.sendbird .-sbd-spinner .-sbd-spinner-wrapper :nth-child(2) {
  padding: 0;
  font-size: 100%;
  line-height: 1;
  box-sizing: initial;
  margin: 0 6px;
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  -o-animation-delay: -0.16s;
  -ms-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.sendbird .-sbd-login-background {
  opacity: 0;
  transition: opacity 200ms;
  z-index: 99999;
  position: fixed;
  right: 16px;
  bottom: 25px;
  background-color: #fff;
  border-radius: 12px;
  filter: drop-shadow(0px 4.46429px 20.3373px rgba(81, 81, 81, 0.1));
}
.sendbird .-sbd-login-background.shown {
  opacity: 1;
}
.sendbird .-sbd-login-background .-sbd-login {
  max-width: 380px;
  width: 100%;
  height: 600px;

  min-width: 240px;

  border-radius: 12px;
}
.sendbird .-sbd-login-background .-sbd-login .panel {
  border-radius: 5px;
  text-align: left;
  padding: 16px;
}

.sendbird .-sbd-login-background .-sbd-login .panel .form .input-label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #004852;
  margin-bottom: 4px;
}
.sendbird .-sbd-login-background .-sbd-login .panel .form .button {
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  color: #004852;
  background: #baf400;
  border-radius: 48px;
  padding: 12px 24px;
  text-align: center;
  position: absolute;
  bottom: 24px;
  right: 16px;
  left: 16px;
  cursor: pointer;
  border: none;
  margin-right: 0;
}
.appId {
  display: none !important;
}
.sendbird .-sbd-login-background .-sbd-login .panel .form .input {
  display: block;
  padding: 6px 12px;
  width: 100%;
  font-size: 14px;
  text-align: left;
  margin: 5px 0 12px 0;
  border: 1px #d1d7e0 solid;
  overflow: hidden;
  padding: 12px 16px;
  background: #E9EEEF;
  border: 1px solid #678E93;
  color: #343840;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.sendbird .-sbd-login-background .-sbd-login .panel .form .input:focus {
  outline: none;
  -webkit-box-shadow: 0 -20px 50px -10px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 -20px 50px -10px rgba(0, 0, 0, 0.08);
  box-shadow: 0 -20px 50px -10px rgba(0, 0, 0, 0.08);
}
.sendbird .-sbd-login-background .-sbd-login .panel .form .error {
  font-size: 0.9em;
  color: #f34;
  text-align: left;
  margin-top: -4px;
}
.sendbird .-sbd-login-background .-sbd-login .panel .separator {
  width: 100%;
  height: 1px;
  background-color: #dbe1ea;
}
.sendbird .-sbd-login-background .-sbd-login .panel .control {
  position: relative;
  padding: 15px 56px;
  text-align: right;
  display: none;
}
.sendbird .-sbd-login-background .-sbd-login .panel .control .advanced {
  position: absolute;
  left: 60px;
  top: 32px;
}
.sendbird .-sbd-login-background .-sbd-login .panel .control .advanced .label {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.38;
  color: #292855;
  cursor: pointer;
}
.sendbird .-sbd-login-background .-sbd-login .panel .control .advanced .label.open {
  text-decoration: underline;
  font-weight: 600;
  color: #7756d9;
}
.sendbird .-sbd-login-background .-sbd-login .panel .control .button {
  display: inline-block;
  width: 80px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  background-color: #1fcc94;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.sendbird .-sbd-login-background .-sbd-login .panel .control .button:hover {
  background: #0fbc84;
}

/* .-sbd-message-list::-webkit-scrollbar {
  width: 0px;
  height: 0;
}
*/
textarea::-webkit-scrollbar {
  width: 4px;
  height: 10px;
}

textarea::-webkit-scrollbar-track {
  box-shadow: none;
  background: #FCFCFC;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #E8E8E8;
}

textarea::-webkit-scrollbar-thumb {
  width: 2px;
  background: #9394A1;
  border-radius: 100px;
}
.-sbd-message-list::-webkit-scrollbar-track {
  box-shadow: none;
  background: #FCFCFC;
  border-width: 0px 1px;
  border-style: solid;
  border-color: #E8E8E8;
}
.-sbd-message-list::-webkit-scrollbar{
  width: 4px;
}

.sendbird .-sbd-message-list::-webkit-scrollbar-thumb {
  width: 4px !important;
  background-color: transparent;
  border-radius: 100px;
}
.sendbird .-sbd-message-list::-webkit-scrollbar-thumb:hover{
  background: #9394A1;
}




.sendbird .lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 16px;
  overflow: auto;
  background: rgba(26, 26, 24, 0.2);
}

.sendbird .lightbox-content , .image-preview-content{
  margin: 0 auto;
  border-radius: 8px;
  text-align: center;
  padding: 54px 12px 16px;
  max-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  position: relative;
  width: 100%;
  /* height: 100%; */
}
/* .lightbox-image, #file-img{
  height: 100% !important;
  object-fit: contain;
} */
.sendbird .lightbox-container , .image-preview-container{
  display: flex;
  align-items: end;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sendbird .lightbox-image, #file-img {
  max-width: 100%;
  height: auto;
}

.sendbird .lightbox-close , .image-preview-close{
  /* color: #fff;
  font-size: 40px;
  font-weight: bold; */
  position: absolute;
  top: 24px;
  right: 20px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  cursor: pointer;
  background-image: url(./images/close-circle.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.sendbird .image-preview{
  position: fixed;
  top: 72px;
  bottom: 72px;
  background: rgba(26, 26, 24, 0.2);
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 16px;
  overflow: auto;
  background: rgba(26, 26, 24, 0.2);
  /* display: none; */
}
.sendbird .image-preview#video img, .image-preview#video .document-name{
  display: none;
}
.sendbird .image-preview#video video{
  width: 100%;
}
.sendbird .image-preview#document img, .image-preview#document video{
  display: none;
}
.sendbird .image-preview#image .document-name, .image-preview#image video{
  display: none;
}
.sendbird .image-preview .document-name{
  position: relative;
  padding-left: 28px;

}
.sendbird .image-preview .document-name:before{
  content: '';
  background-image: url('./images/file-1.svg');
  position: absolute;
  top: -4px;
  width: 24px;
  height: 24px;
  left: 0;
}

.sendbird #document .image-preview-container{
  align-items: end;

}
.sendbird #document .image-preview-content{
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  align-items: start;
  justify-content: start;
}
.sendbird #document .document-name{
  margin-bottom: 0;
  font-size: 13px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  word-break: break-all;
    word-wrap: break-word;
    padding-right: 30px;
}
.sendbird #document .image-preview-close{
  top: 19px;
}

 @media only screen and (max-height: 700px){
  .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog, .sendbird.-sbd-widget .-sbd-panel, .sendbird .-sbd-login-background .-sbd-login{
    height: 460px;
  }
  .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-list{
    height: 315px;
  }
  .sendbird .login-panel-title{
    font-size: 22px;
    line-height: 30px;
  }
  .sendbird .login-panel-subtitle{
    margin-bottom: 8px;
  }

  .sendbird .-sbd-login-background .-sbd-login .panel .form .error{
    margin-top: -10px;
  }
 }

 @media only screen and (max-width: 400px){
  .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog, .sendbird.-sbd-widget .-sbd-panel, .sendbird .-sbd-login-background {
    width: calc(100% - 32px)
  }
  .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog {
    width: 100%;
  }
  .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .send-button {
    width: 36px;
  }
  .sendbird.-sbd-widget .-sbd-panel .-sbd-dialog .-sbd-message-form .attach {
    width: 32px;
  } 
 }
