/* ##### Floating Call to Action (Top Sticky) ##### */
.kcn-cta-top {
  background: #1c7e6a;
  top: 70px;
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 64px;
  transition: display 0.3s;
}

@media (max-width: 991.98px) {
  .kcn-cta-top {
    position: fixed;
    bottom: 0;
    top: inherit;
  }
}

.kcn-cta-top .kcn-media--cell:first-child {
  width: 82px;
}

.kcn-cta-top .follow-button {
  width: 159px;
  height: 44px;
  border: 2px solid white;
  border-radius: 30px;
  text-decoration: none;
  color: #00a950;
  background-color: white;
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
}

.kcn-cta-top .follow-button--text {
  padding-left: 10px;
}

.kcn-cta-top--title {
  font-family: "kurious looped", "noto_sansmedium", "noto_sans_thaimedium", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 22px !important;
  line-height: 25px;
  color: #ffffff;
  margin-left: -30px;
}

@media (max-width: 991.98px) {
  .kcn-cta-top--title {
    font-size: 14px !important;
    line-height: 20px;
  }
}

.kcn-cta-top--description {
  color: #ffffff;
  opacity: 0.7;
}

@media (max-width: 991.98px) {
  .kcn-cta-top--description {
    font-size: 10px;
  }
}

.kcn-cta-top--link {
  width: 100px;
}

.kcn-cta-top--link a {
  margin-right: 22px;
}

@media (max-width: 991.98px) {
  .kcn-cta-top--link {
    width: 107px;
  }
  .kcn-cta-top--link a {
    margin-right: 12px;
  }
}

.kcn-cta-top--image {
  width: 32px;
  filter: drop-shadow(0px 2px 10px rgba(0, 0, 0, 0.1));
}

@media (max-width: 991.98px) {
  .kcn-cta-top--image {
    width: 44px;
  }
}

.media {
  width: auto;
  padding: 0;
  margin: 0;
}

.kcn-media {
  display: table;
  width: 100%;
}

.kcn-media--cell {
  display: table-cell;
  vertical-align: top;
}

.kcn-media--cell.full-w {
  width: 100%;
}

.kcn-media--cell.v-middle {
  vertical-align: middle;
}

.kcn-media--cell.w-20 {
  width: 20%;
}

@media (min-width: 992px) {
  .kcn-media.stack-md .kcn-media--cell {
    display: block;
  }
}

/* ##### Floating Call to Action (Popup) ##### */
.chat-floating {
  position: fixed;
  right: 60px;
  bottom: 40px;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .chat-floating {
    right: 40px;
    bottom: 94px;
  }
}

.chat-floating .floating-tooltip {
  position: relative;
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 0 16px;
  top: 2px;
  right: 12px;
  color: #999999;
  background: #fafafa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dadada;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
}

.chat-floating .floating-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent #fafafa;
  display: block;
  width: 0;
  z-index: 1;
  right: -8px;
  top: 22px;
}

.chat-floating .floating-tooltip:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent #cacaca;
  display: block;
  width: 0;
  z-index: 0;
  right: -9px;
  top: 22px;
}

.chat-floating .floating-box {
  border-radius: 8px;
  position: absolute;
  display: inline-block;
  width: 250px;
  bottom: 74px;
  right: 0px;
  color: #999999;
  background: #ffffff;
  text-align: center;
  white-space: nowrap;
  font-size: 16px;
  box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.1);
}

.chat-floating .floating-box__header {
  background-color: #06c755;
  border-radius: 8px 8px 0px 0px;
  height: 60px;
  color: #ffffff;
  font-size: 26px;
  text-align: center;
  padding: 10px;
}

.chat-floating .floating-box__body {
  padding: 19px 22px;
  color: #333333;
  font-size: 16px;
  font-weight: 300;
  white-space: normal;
  text-align: left;
}

.chat-floating .floating-box__body img {
  width: 180px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.chat-floating .floating-box__body .chat-btn {
  height: 36px;
  background: #06c755;
  border-radius: 10px;
  color: #ffffff;
  font-size: 18px;
  display: block;
  text-align: center;
  padding: 4px;
  margin-top: 25px;
  text-decoration: none;
  cursor: pointer;
}

.chat-floating .floating-box__body .qr-description {
  font-size: 10px;
  font-weight: 300;
  padding: 0 6px;
  margin-bottom: 0;
}

.chat-floating .floating-box__body .chat-description {
  padding: 0 6px;
  margin-bottom: 0;
}