/*==================================================
  Techma chatbot -Tripla-
==================================================*/
.techma-bot-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  width: 130px; }

.techma-bot-open {
  display: block;
  cursor: pointer; }

.techma-bot-open img {
  vertical-align: bottom; }

.techma-bot-close {
  display: block;
  position: absolute;
  top: -26px;
  right: 0;
  width: 22px;
  height: 22px;
  cursor: pointer; }

.techma-bot-modal {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0; }

.techma-bot-container {
  overflow-y: auto;
  position: relative;
  max-height: 86%;
  max-width: 712px;
  width: 90%;
  height: auto;
  min-height: 580px;
  background: #fff; }
  @media screen and (min-width: 769px) {
    .techma-bot-container {
      margin-top: 29px; } }
  @media screen and (max-width: 768px) {
    .techma-bot-container {
      max-height: 90%; } }

.techma-bot-container-inner {
  height: 100%;
  padding: 4rem 4rem 0; }

.techma-bot-heading2 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: left; }
  .techma-bot-heading2::before {
    content: "";
    border-left: 4px solid #4a525a;
    padding-left: 16px; }

.techma-bot-heading3 {
  font-size: 1.8rem;
  font-weight: bold; }

.techma-bot-lead {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: normal; }

.techma-disclaimer-txt li {
  padding-left: 1em;
  text-indent: -1em; }

.techma-disclaimer > li + li {
  margin-top: 2rem; }

.techma-bot-btn-container {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  padding-bottom: 4rem; }
  .techma-bot-btn-container li {
    flex-basis: auto; }
    .techma-bot-btn-container li + li {
      margin-left: 2.4rem; }
    .techma-bot-btn-container li button {
      display: block;
      /*width: 100%;*/
      /* height: 40px;*/
      padding: 1.4rem;
      font-weight: normal;
      font-size: 1.6rem;
      text-align: center;
      line-height: 1;
      cursor: pointer;
      min-width: 200px; }
      @media screen and (max-width: 568px) {
        .techma-bot-btn-container li button {
          min-width: 140px; } }

.techma-bot-btn-agree button {
  background: #afa278;
  border: 1px solid #afa278;
  color: #fff;
  position: relative; }
  .techma-bot-btn-agree button::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 7px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg); }

.techma-bot-btn-cancel button {
  border: 1px solid #ccc;
  color: #666;
  cursor: pointer; }

.techma-bot-disc-close {
  position: absolute;
  top: 20px;
  right: 22px;
  cursor: pointer; }
  .techma-bot-disc-close img {
    width: 32px;
    height: 32px;
    opacity: 0.7; }

.triplabot-icon-container {
  display: none; }

#tripla-icon-message {
  display: none !important;
  max-width: 0;
  max-height: 0;
  opacity: 0; }

@media screen and (max-width: 568px) {
  .techma-bot-btn {
    bottom: 10px;
    right: 10px;
    width: 70px; }

  .techma-bot-btn-container {
    padding-bottom: 4rem; } }

/*# sourceMappingURL=chat-bot.css.map */
