@charset "utf-8";
/* CSS Document */
 #sui-Voice-btn {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    right: 16px;
    border-radius: 50%;
    box-shadow: 1px 2px 8px 0px #000;
    border: none;
    z-index: 9997;
    bottom: 358px;
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-voice.svg);
    background-size: cover;
    cursor: pointer;
  }
  #sui-Instagram-btn {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    right: 16px;
    border-radius: 50%;
    box-shadow: 1px 2px 8px 0px #000;
    border: none;
    z-index: 9997;
    bottom: 290px;
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-instagram.svg);
    background-size: cover;
    cursor: pointer;
  }
  #sui-Messenger-btn {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    right: 16px;
    border-radius: 50%;
    box-shadow: 1px 2px 8px 0px #000;
    border: none;
    z-index: 9997;
    bottom: 154px;
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-facebook.svg);
    background-size: cover;
    cursor: pointer;
  }
  #sui-Line-btn {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    right: 16px;
    border-radius: 50%;
    box-shadow: 1px 2px 8px 0px #000;
    border: none;
    z-index: 9997;
    bottom: 86px;
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-line.svg);
    background-size: cover;
    cursor: pointer;
  }
  #sui-WhatsApp-btn {
    position: fixed;
    display: block;
    width: 56px;
    height: 56px;
    right: 16px;
    border-radius: 50%;
    box-shadow: 1px 2px 8px 0px #000;
    border: none;
    z-index: 9997;
    bottom: 222px;
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-whatsapp.svg);
    background-size: cover;
    cursor: pointer;
  }
  #sui-webchat-btn {
    position: fixed;
    display: block;
    width: 120px;
    height: 120px;
    bottom: 100px;
    right: 16px;
    padding: 0;
    font-size: 0;
    color: transparent;
    background: 50%/24px no-repeat
      url(https://chat.seasalt.ai/api/v1/conversations/async/config/49018381b2fc4ebc8f9a6fa6591079ac/webchat_widget_icon?1747976671380) #19b9c3;
    background-size: cover;
    border: none;
    border-radius: 50%;
    box-shadow: 1px 2px 8px 0px #000;
    z-index: 9999;
    cursor: pointer;
  }
  #sui-webchat-btn.close{
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-close.svg);
    background-size: cover;
    display: block;
  }
  #sui-widget-btn {
    position: fixed;
    display: none;
    width: 56px;
    height: 56px;
    bottom: 20px;
    right: 16px;
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-widget.svg);
    background-size: cover;
    z-index: 9997;
    border-radius: 50%;
    box-shadow: 1px 2px 8px 0px #000;
    border: none;
    cursor: pointer;
  }
  #sui-widget-btn.close{
    background: 50%/24px no-repeat
      url(https://seasalt-cdn.s3.us-west-2.amazonaws.com/f2e/icon-close.svg);
    background-size: cover;
       display: block;
  }
  #sui-webchat {
    position: fixed;
    display: none;
    width: 30%;
    min-width: 280px;
    height: 500px;
    bottom: 100px;
    right: 150px;
    margin-top: 24px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
    z-index: 9998;
  }
  #sui-call-form{
    position: fixed;
    display: none;
    bottom: 358px;
    right: 80px;
    margin-top: 24px;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.9);
    background:#fff;
    z-index: 9998;
  }
  @media only screen and (max-width: 460px) {
    #sui-widget-btn {
      display: block;
    }
    #sui-webchat {     
      right: 50%;  
      transform: translate(50%, -12%);
      bottom: 20px;
    }
    #sui-webchat-btn {
        display: none;
        bottom: 88px;
    }
    #sui-webchat-btn.show {
        display: block;
    }
    #sui-webchat-btn.show-iframe {
      display: block;
      bottom: 20px;
      z-index: 9998;
    }
    #sui-call-form {     
      right: 50%;  
      transform: translate(50%, -12%);
      bottom: 20px;
    }
    #sui-Line-btn {
        display: none;
        bottom:156px;
    }
    #sui-Line-btn.show {
        display: block;
    }
    #sui-Line-btn.show.show-iframe {
        display: none;
        
    }
    #sui-WhatsApp-btn {
        display: none;
        bottom:292px;
    }
    #sui-WhatsApp-btn.show {
        display: block;
      
    }
    #sui-WhatsApp-btn.show.show-iframe {
        display: none;
    }
    #sui-Messenger-btn {
        display: none;
        bottom:224px;
    }
    #sui-Messenger-btn.show {
        display: block;
    }
    #sui-Messenger-btn.show.show-iframe {
        display: none;
    }
    #sui-Instagram-btn {
        display: none;
        bottom:360px;
    }
    #sui-Instagram-btn.show {
        display: block;
    }
    #sui-Instagram-btn.show.show-iframe {
        display: none;
    }
    #sui-Voice-btn {
        display: none;
        bottom:428px;
    }
    #sui-Voice-btn.show {
        display: block;
    }
    #sui-Voice-btn.show.show-iframe {
        display: none;
    }
    #sui-Voice-btn.show.show-call-form{
        bottom: 20px;
      	z-index: 9998;
    }
  }
  
    #sui-widget-tooltip {
      position: fixed;
      bottom:80px;
      right: 140px;
      background-color: #ffffff;
      color: #000000;
      font-size: 14px;
      line-height: 22px;
      border-radius: 16px;
      padding: 12px 16px;
      box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
      max-width: 450px;
	  border:2px #FF3300 solid;
      z-index: 3;
    }
    #sui-widget-tooltip-msg {
      white-space: pre-wrap;
	  
    }
    #sui-widget-tooltip-close {
      width: 20px;
      height: 20px;
      background-color: #656565;
      border-radius: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: -8px;
      left: -8px;      
      cursor: pointer;
      z-index: 3;
    }
    #sui-widget-tooltip-close::after {
      content: '×';
      color: white;
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      line-height: 18px;
    }
    @media only screen and (max-width: 460px) {
      #sui-widget-tooltip {
        bottom: 20px;
      }
    }
