<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*display flexã‚­ãƒƒãƒ‰ 
=================================================*/
.flex-cb2025 {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

/*æŠ˜ã‚Šè¿”ã—
-----------------------*/
.flx-wrp {
  flex-wrap: wrap;
}

/*é€†é&nbsp;†
-----------------------*/
.flx-rr {
  flex-direction: row-reverse;
}

/*æ°´å¹³æ–¹å‘ã®æƒãˆ
=================================================*/
/*åˆæœŸå€¤
-----------------------*/
.flx-btw {
  justify-content: start;
}

/*ä¸¦åˆ—ã§å‡ç­‰é…ç½®ï¼ˆå·¦å³éš™é–“ãªã—=space-betweenï¼‰
-----------------------*/
.flx-btw {
  justify-content: space-between;
}

/*ä¸¦åˆ—ã§å‡ç­‰é…ç½®ï¼ˆå·¦å³éš™é–“ã‚ã‚Š=space-aroundï¼‰
-----------------------*/
.flx-ard {
  justify-content: space-around;
}

/*æ°´å¹³æƒãˆã€€æœ«æƒãˆ
-----------------------*/
.flx-end {
  justify-content: flex-end;
}

/*æ°´å¹³æƒãˆã€€ä¸­å¤®æƒãˆ
-----------------------*/
.flx-center {
  justify-content: center;
}

/*åž‚ç›´æ–¹å‘ã®æƒãˆ
=================================================*/
/*æ°´å¹³æƒãˆã€€ä¸Šæƒãˆ
-----------------------*/
.flx-alitem-strt {
  align-items: flex-start;
}

/*æ°´å¹³æƒãˆã€€é«˜ã•æƒãˆ
-----------------------*/
.flx-alitem-strch {
  align-items: stretch;
}

/*æ°´å¹³æƒãˆã€€ç¸¦ãƒ»æ¨ªã®ä¸­å¤®æƒãˆ
-----------------------*/
.flx-alitem-c {
  align-items: center;
}

/*æ°´å¹³æƒãˆã€€ä¸‹æƒãˆ
-----------------------*/
.flx-alitem-end {
  align-items: flex-end;
}

img {
  max-width: 100%;
}

.botui-container {
  font-size: 14px;
  overflow-y: scroll;
  height: 100%;
  box-sizing: border-box;
}

.botui-messages-container {
  padding: 10px 20px 10px 0;
}

.botui-actions-container {
  padding: 10px 20px;
}

.botui-message {
  min-height: 30px;
}

.botui-message-content {
  padding: 7px 13px;
  border-radius: 12px 12px 12px 0;
  color: #595a5a;
  background-color: #ebebeb;
  border-bottom: 4px solid #dadada;
}

.botui-message-content.human {
  color: #f7f8f8;
  background-color: #919292;
}

.botui-message-content.text {
  line-height: 1.3;
}

.botui-message-content.loading {
  background-color: rgba(206, 206, 206, 0.5);
  line-height: 1.3;
  text-align: center;
}

.botui-message-content.embed {
  padding: 5px;
  border-radius: 5px;
}

.botui-message-content-link {
  color: #919292;
}

.botui-actions-text-input {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-submit {
  color: #fff;
  width: 30px;
  padding: 5px;
  height: 30px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #919292;
  background: #777979;
}

.botui-actions-buttons-button {
  border: 0;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 4px;
  background: #777979;
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.25);
}

.botui-actions-text-select {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-searchselect {
  border: 0;
  outline: 0;
  border-radius: 0;
  padding: 5px 7px;
  background-color: transparent;
  color: #595a5a;
  border-bottom: 1px solid #919292;
}

.botui-actions-text-searchselect .dropdown-toggle {
  border: none !important;
}

.botui-actions-text-searchselect .selected-tag {
  background-color: transparent !important;
  border: 0 !important;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-enter,
.slide-fade-leave-to {
  opacity: 0;
  transform: translateX(-10px);
}

.dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  display: inline-block;
  background-color: #919292;
}

.dot:nth-last-child(1) {
  margin-left: 0.3rem;
  -webkit-animation: loading 0.6s 0.3s linear infinite;
  animation: loading 0.6s 0.3s linear infinite;
}

.dot:nth-last-child(2) {
  margin-left: 0.3rem;
  -webkit-animation: loading 0.6s 0.2s linear infinite;
  animation: loading 0.6s 0.2s linear infinite;
}

.dot:nth-last-child(3) {
  -webkit-animation: loading 0.6s 0.1s linear infinite;
  animation: loading 0.6s 0.1s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    transform: translate(0, 0);
    background-color: #ababab;
  }

  25% {
    transform: translate(0, -3px);
  }

  50% {
    transform: translate(0, 0);
    background-color: #ababab;
  }

  75% {
    transform: translate(0, 3px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes loading {
  0% {
    transform: translate(0, 0);
    background-color: #ababab;
  }

  25% {
    transform: translate(0, -3px);
  }

  50% {
    transform: translate(0, 0);
    background-color: #ababab;
  }

  75% {
    transform: translate(0, 3px);
  }

  100% {
    transform: translate(0, 0);
  }
}


/*ãƒãƒ£ãƒƒãƒˆãƒœãƒƒãƒˆã€€åŸºæœ¬è¨­å®š
============================================*/
#chatbot {
  background: #fff;
  position: fixed;
  box-sizing: border-box;
  word-wrap: break-word;
  /*
  z-index: 1000;*/
  z-index: 100;
}


.chatbot-box-txtbx {
  background: #2799d6;
  box-sizing: border-box;
  position: absolute;
}


.chatbot-box-txtbx .company-icon {
  border-radius: 50%;
  overflow: hidden;
}

.chatbot-box-txtbx .chatbot-box-txt {
  color: #fff;
}

.chatbot-box-txtbx .chatbot-box-txt .txt {
  font-weight: 700;
}

#chatbot-app {
  white-space: pre-wrap;
  box-sizing: border-box;
  word-wrap: break-word;
  height: 100%;
  border-top: none !important;
  border-radius: 0 0 20px 20px;
}

#chatbot #botui-app {
  height: 100%;
}

#chatbot .botui-message&gt;div {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
  align-items: flex-end;
}

#chatbot .botui-message .profile {
  border-radius: 50%;
  border: 1px solid #ccc !important;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

#chatbot .botui-message .botui-message-content {
  display: inline-block;
}

#chatbot .botui-message .botui-message-content a {
  border-bottom: 1px solid #2799d6;
  color: #2799d6;
}

#chatbot .botui-actions-buttons button {
  margin: 5px 5px 0 0;
}

.human.botui-message-content.text {
  background-color: #136c9b;
  border-bottom: 4px solid #32485c;
  margin-left: auto;
}

.botui-actions-buttons-button {
  background-color: #2799d6;
  box-shadow: 0 0 0 0;
}

/*OPENãƒœã‚¿ãƒ³
-------------------------------------*/
.chatbot-btn {
  overflow: hidden;
  box-sizing: border-box;
  transition: .1s all ease-in;
  position: fixed;
  background: #f2f2f2;
  border-radius: 30px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  cursor: pointer;
  /*
  z-index: 1000;*/
  z-index: 110;
  
  border-bottom: 3px solid #dadada;
  color: #000;
}

.btn-bx {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*ãƒœã‚¿ãƒ³ON
-------------------------------------*/
.chatbot-hook {
  height: 100%;
}

.chatbot-hook span {
  line-height: 1.2;
}

.chatbot-btn.current {
  border-bottom: 0;
  min-height: initial;
  min-width: initial;
  background-color: #32485c;
}

.chatbot-btn.current .chatbot-hook {
  position: absolute;
  right: -9999px;
  top: 50%;
}

.chatbot-btn.current .btn-bx .line:nth-child(1) {
  border-radius: 0;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(45deg);
}

.chatbot-hook {
  transition: .1s all ease-in;
  text-align: center;
}

.chatbot-hook span {
  position: relative;
}

.chatbot-hook .icon {
  margin-right: 5px;
}

.chatbot-btn.current .btn-bx .line {
  opacity: 1;
  background-color: #fff;
}

.chatbot-btn.current .btn-bx .line:nth-child(2) {
  opacity: 0;
}

.chatbot-btn.current .btn-bx .line:nth-child(3) {
  border-radius: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg);
}

.profil.profile .agent {
  position: absolute;
  left: 0;
  top: 0;
}</pre></body></html>