/* ============================================================
   Zultys Webchat — scoped, self-contained stylesheet
   Every rule below is namespaced under #zultys-webchat-widget so it
   cannot leak into, or be overridden by, the host page's own CSS.

   Configuration knobs (safe to override from the host page or via
   inline style="--zwc-primary:#123456" on the widget root):
   ------------------------------------------------------------
   --zwc-primary        Main brand color (header, buttons, links)
   --zwc-primary-light  Lighter gradient partner for the header
   --zwc-offset-x       Distance from the right edge of the viewport
   --zwc-offset-y       Distance from the bottom edge of the viewport
   ============================================================ */

#zultys-webchat-widget {
    --zwc-primary: #002d72;
    --zwc-primary-light: #5c88da;
    --zwc-offset-x: 32px;
    --zwc-offset-y: 32px;
}

@font-face {
    font-family: 'ZWCSFProDisplayRegular';
    src:url("../font/SF-Pro-Display-Regular.otf");
}
@font-face {
    font-family: 'ZWCSFProTextRegular';
    src:url("../font/SF-Pro-Text-Regular.otf");
}

#zultys-webchat-widget button, #zultys-webchat-widget input, #zultys-webchat-widget optgroup, #zultys-webchat-widget select, #zultys-webchat-widget textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

#zultys-webchat-widget {
    margin: 0;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #ffffff;
    
}

#zultys-webchat-widget h4, #zultys-webchat-widget h5, #zultys-webchat-widget h6 {
    margin-top: 0;
    margin-bottom: .1rem;
}

#zultys-webchat-widget div.chat-icon {
    display: block;
    position: fixed;
    bottom: var(--zwc-offset-y);
    right: var(--zwc-offset-x);
    z-index: 9;
}

#zultys-webchat-widget div.chat-icon.hidden {
    display: none;
}

#zultys-webchat-widget .web-chat {
    width: 300px;
    height: 450px;
    position: fixed;
    bottom: var(--zwc-offset-y);
    right: var(--zwc-offset-x);
    z-index: 9;
    font-family:'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
}

#zultys-webchat-widget .web-chat.hidden {
    display: none;
}

#zultys-webchat-widget .chat-window {
    height: inherit;
    background: white;
    position: relative;
    font-family:'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    
    
    box-shadow: 11px 7px 27px -26px rgba(0,0,0,0.15), -11px 23px 27px -26px rgba(0,0,0,0.15);
}

#zultys-webchat-widget .chat-header {
    color: white;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    height: 80px;
    position: relative;
    user-select: none;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    display: flex;
    background-image: linear-gradient(to right, var(--zwc-primary-light), var(--zwc-primary))
}

#zultys-webchat-widget div.connect-agent, #zultys-webchat-widget div.wait-message, #zultys-webchat-widget div.wait-animate {
    display: none;
}

#zultys-webchat-widget .scroll-down {
    user-select: none;
    display: none;
    position: absolute;
    bottom: 86px;
    right: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    
    
    
    
    
    z-index: 2;
}

#zultys-webchat-widget .scroll-down.unseen-tab {
    right: 20px;
}

#zultys-webchat-widget .chat-room.visible {
    height: 305px;
    overflow: auto;
    scrollbar-color: rgb(229, 229, 229) white;
    scrollbar-width: thin;
}

#zultys-webchat-widget div.in-message-text svg, #zultys-webchat-widget div.out-message svg {
    width: 30px;
    height: 35px;
}

#zultys-webchat-widget div.create-message {
    padding: 9px;
    clear: both;
}

#zultys-webchat-widget .reply-container div.file-info .test-download, #zultys-webchat-widget .quote .quote-txt .file-info .test-download {
    display: flex;
    padding: 2px;
  }

#zultys-webchat-widget .quote .quote-txt div.file-info .message-txt {
    display: block;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    
    text-overflow: ellipsis;
    max-width: 153px;
  }

#zultys-webchat-widget .quote .quote-txt div.file-info {
    margin-top: -20px;
  }

#zultys-webchat-widget .quote-txt div.file-info img {
    width: 35px!important;
   height: 35px!important;
  }

#zultys-webchat-widget .out-message p:hover .quote-txt.reply-text .edit-icon-ext, #zultys-webchat-widget .in-message p:hover .quote-txt.reply-text .edit-icon-ext {
    display: none;
  }

#zultys-webchat-widget .out-message-text .quote-txt.reply-text .preview span.time-message, #zultys-webchat-widget .in-message-text .quote-txt.reply-text .preview span.time-message {
    display: none;
  }

#zultys-webchat-widget .reply-container div.file-info, #zultys-webchat-widget .quote .file-info {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-left: 5px;
  }

#zultys-webchat-widget .quote .file-info {
    margin-left: -2px;
  }

#zultys-webchat-widget .reply-container {
    font-weight: 400;
      font-size: 14px;
      background: #f6f7f8;
      color: #383942;
      margin: 0 27px 4px 19px;
      border-radius: 0 12px 0 0;
      padding: 12px 0 12px 8px;
      display: flex;
      cursor: pointer;
  }

#zultys-webchat-widget .reply-message {
    border-left: solid #636976;
      border-width: 0px 0px 0px 4px;
      padding-left: 6px;
      width: 100%;
  }

#zultys-webchat-widget span.close-reply svg {
    width: 20px;
    height: 20px;
    margin-right: 20px;
  }

#zultys-webchat-widget .out-message p:has(> .quote) {
    text-align: left;
  }

#zultys-webchat-widget .reply-message .reply-top {
    width: 100%;
      display: flex;
      justify-content: space-between;
  }

#zultys-webchat-widget .reply-message .reply-text {
    font-weight: 400;
      font-size: 14px!important;
      max-width: 700px;
      max-height: 40px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: pre-line;
      text-align: left;
      margin-right: 14px;
  }

#zultys-webchat-widget .reply-message .reply-text.file-reply {
    max-height: 52px;
  }

#zultys-webchat-widget .reply-message div.file-info.preview {
    align-items: flex-start;
  }

#zultys-webchat-widget .quote {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-left: solid 2px #383942;
    padding-left: 4px;
    margin-bottom: 10px;
    cursor: pointer;
  }

#zultys-webchat-widget .quote .quote-author, #zultys-webchat-widget .reply-message .quote-author {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 10px;
    padding-right: 4px;
    font-family: 'Roboto Medium', 'sans-serif';
  }

#zultys-webchat-widget .quote .message-separator {
    padding: 0 2px;
  }

#zultys-webchat-widget .out-message-text .quote-txt, #zultys-webchat-widget .in-message-text .quote-txt {
    text-align: left;
    padding-left: 4px;
    white-space: pre-line;
    max-width: 96%;
    font-weight: 400;
      font-size: 12px !important;
      max-width: 423px;
      max-height: 40px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }

#zultys-webchat-widget .quote .quote-text, #zultys-webchat-widget .reply-message .quote-text {
    color:#636976;
    font-size: 10px;
    font-weight: 500;
    padding-left: 4px;
    font-size: 10px!important;
    white-space: normal;
    font-family: 'Roboto Medium', 'sans-serif';
  }

#zultys-webchat-widget #zwc-notification-toast {
    visibility: hidden;
    max-width: 194px;
    background-color: #fcbb39;
    color: #fff;
    
    
    
    
    
    
    
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: absolute;
    z-index: 1;
    right: 30px;
    top: 81px;
    font-size: 13px;
}

#zultys-webchat-widget div.in-message-text p span:first-of-type, #zultys-webchat-widget .out-message p span:first-of-type {
  white-space: break-spaces;
}

#zultys-webchat-widget #zwc-notification-toast.show {
    visibility: visible;
    content: "";
    display: table;
    clear: both;
    
    -webkit-animation: zwc-fadein 0.5s, fadeout 0.5s 2.5s;
    animation: zwc-fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes zwc-fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes zwc-fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

#zultys-webchat-widget div.file-info .message-txt {
    
    
    
    
    
    display: block;
    
    
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    
    text-overflow: ellipsis;
    max-width: 153px;
}

#zultys-webchat-widget .file-info .deleted {
    opacity: 0.7;
}

#zultys-webchat-widget .in-message {
    position: relative;
}

#zultys-webchat-widget .m-deleted {
    position: absolute;
    font-size: 10px;
    bottom: 2px;
    right: 25px;
    color: var(--zwc-primary);
}

#zultys-webchat-widget .out-message .m-deleted {
    bottom: 0px;
    right: 10px;
}

#zultys-webchat-widget .m-status-seen + .m-deleted {
    right:45px;
    }

#zultys-webchat-widget span.edited-status {
    margin-left: 10px;
    display: flex;
    justify-content: center; 
    align-items: center;
    align-self: center;
    height: 100%;
  }

#zultys-webchat-widget div.in-message-text span svg.edit-message, #zultys-webchat-widget div.out-message-text span svg.edit-message {
    width: 14px;
    height: 14px;
}

#zultys-webchat-widget .file-info.deleted, #zultys-webchat-widget .deleted-file {
  opacity: 0.7;
  pointer-events: none;
  margin-bottom: 8px;
}

#zultys-webchat-widget div.file-info {
    
    
overflow: hidden;
    font-size: 14px;
    
    
    
    
    font-family: 'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    margin: 0;
    margin-left: 42px;
    margin-top: -15px;
    margin-bottom: 10px;
    word-break: break-word;
    max-width: 220px;
    float: left;
    
    
    background-color: #f5f5f6;
    padding: 15px;
    border-radius: 10px;
}

#zultys-webchat-widget .out-message div.file-info.preview {
    background-color: transparent;
    
    border-radius: 10px 10px 0;
}

#zultys-webchat-widget div.file-info.preview {
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    
    
    position: relative;
    padding: 0;
    align-items: center;
    
    min-width: 90px;
    height: 250px;
    
    background-color: transparent;
    max-width: 250px!important;
    max-height: 250px!important;
    border: 1px solid rgba(0,0,0,.05);
}

#zultys-webchat-widget .file div.file-info img {
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
    border-radius: 0 10px 10px;
    margin-right: 0;
}

#zultys-webchat-widget div.media-content {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

#zultys-webchat-widget .incom-message.file div.file-info img {
    max-width: 240px;
    max-height: 240px;
    width: auto;
    height: auto;
    border-radius: 0 10px 10px;
    margin-right: 0;
}

#zultys-webchat-widget div.file-info.preview span.time-message {
    position: absolute;
    color: #fff;
    right: 7px;
    bottom: 7px;
    background: #2c2c2c;
    opacity: .5;
    border-radius: 7px;
    font-size: 10px;
    font-family: Roboto,'-apple-system',BlinkMacSystemFont,sans-serif;
    line-height: 17px;
    height: 17px;
    text-align: center;
    align-items: center;
    padding: 0 2px;
}

#zultys-webchat-widget .out-message div.file-info {
    background-color: #d5fcd5;
    margin-bottom: 14px;
}

#zultys-webchat-widget div.file-txt {
    position:relative;
    display: inline-block;
    float: left;
    margin-right: 15px;
}

#zultys-webchat-widget .out-message .file-txt {
    float: left;
}

#zultys-webchat-widget div.file-info a {
    position: relative;
    height: 100%;
    display: block;
}

#zultys-webchat-widget span.file-desc {
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 14px;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
    font-size: 11px;
    padding-right: 2px;
}

#zultys-webchat-widget .file-info a span {
    text-transform: uppercase;
    
    
    color: #757575;
    max-width: 38px;
    white-space: nowrap;
    overflow: hidden;
    
    text-overflow: ellipsis;
    font-size: 8px;
    
    
    
    
    
    height: 14px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    bottom: 0;
    right: 1px;
}

#zultys-webchat-widget span.wr-file {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

#zultys-webchat-widget input[type='file'] {
    opacity: 0;
    
    
    overflow: hidden;
    position: absolute;
    z-index: 2;
    
    cursor: pointer;
}

#zultys-webchat-widget input[type='file']::after {
    content: '';
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

#zultys-webchat-widget div.visible {
    display: block;
}

#zultys-webchat-widget .connect-agent div.time-hold, #zultys-webchat-widget div.time-hold {
    text-align: center;
    margin: 4px 0;
}

#zultys-webchat-widget div span.time-message {
    font-family: 'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: right;
    color: #757575;
    margin-top: 7px;
    float: right;
}

#zultys-webchat-widget div span.time-info {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #757575;
}

#zultys-webchat-widget div.wait-message {
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    text-align: center;
    margin: 0 14px;
}

#zultys-webchat-widget div.wait-message span {
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    
    display: block;

}

#zultys-webchat-widget .zwc-pulse {
    margin: 36px auto;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--zwc-primary);
    cursor: pointer;
    box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: zwc-pulse 1.3s infinite;
}

#zultys-webchat-widget .zwc-pulse:hover {
    animation: none;
}

@-webkit-keyframes zwc-pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #d3efdf;
    }
    70% {
        -webkit-box-shadow: 0 0 0 8px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes zwc-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #d3efdf;
        box-shadow: 0 0 0 0 #d3efdf;
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
        box-shadow: 0 0 0 30px rgba(204,169,44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

#zultys-webchat-widget p.find-agent {
    font-size: 14px;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    color: var(--zwc-primary);
    text-align: center;
    margin-top: -23px;
}

#zultys-webchat-widget .find-agent span {
    width: 144px;
    height: 16px;
    font-size: 24px;
    margin-left: 2px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    animation-name: zwc-blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

#zultys-webchat-widget .find-agent span:nth-child(2) {
    animation-delay: .2s;
}

#zultys-webchat-widget .find-agent span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes zwc-blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

#zultys-webchat-widget div.message-box {
    display: none;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    position: absolute;
    width: 94%;
    background: white;
    bottom: 4px;
    box-sizing: border-box;
    height: 50px;
    right: -1px;
    border-radius: 10px;
    border: solid 1px #e6e6e6;
    padding-left: 8px;
    margin: 0 10px;
}

#zultys-webchat-widget div.message-box textarea {
    border: none;
    outline: none;
    padding-left: 4px;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    padding-top: 15px;
    width: 90%;
    resize: none;
    font-size: 14px;
    
}

#zultys-webchat-widget div.message-box textarea::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

#zultys-webchat-widget textarea::-webkit-input-placeholder {
    padding-top: 2px;
}

#zultys-webchat-widget textarea::-moz-input-placeholder {
    padding-top: 2px;
}

#zultys-webchat-widget textarea:-moz-input-placeholder {
    padding-top: 2px;
}

#zultys-webchat-widget textarea:-ms-input-placeholder {
    padding-top: 2px;
}

#zultys-webchat-widget button.send-chat {
    outline: none;
    background: none;
    border: none;
}

#zultys-webchat-widget button.send-chat img {
    vertical-align: middle;
    cursor: pointer;
}

#zultys-webchat-widget div.message-box textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa;
}

#zultys-webchat-widget div.message-box textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa;
}

#zultys-webchat-widget div.message-box textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #aaaaaa;
}

#zultys-webchat-widget div.chat-space {
    display: none;
    
    overflow: auto;
    position: relative;
}

#zultys-webchat-widget div.joined, #zultys-webchat-widget p.agent-left {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #aaaaaa;
}

#zultys-webchat-widget div.system-m {
    margin-bottom: 3px;
    font-size: 14px;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #aaaaaa;
}

#zultys-webchat-widget div.system-messages {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 10px;
    font-family: 'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

#zultys-webchat-widget p.agent-left {
    margin-bottom: 5px;
    padding: 0 5px;
}

#zultys-webchat-widget .chat-left {
    text-align: center;
    display: none;
    clear: both;
}

#zultys-webchat-widget .chat-note {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 0;
    padding: 0 15px;
}

#zultys-webchat-widget div.incom-message {
    padding: 9px;
    clear: both;
}

#zultys-webchat-widget span.agent-name {
    font-family: 'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    margin-left: -4px;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #000000;
}

#zultys-webchat-widget .incom-message img {
    width: 35px;
    height: 35px;
}

#zultys-webchat-widget div.in-message-text p {
    font-family: 'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    margin: 0;
    font-size: 14px;
    margin-left: 42px;
    margin-top: -15px;
    margin-bottom: 10px;
    word-break: break-word;
    max-width: 220px;
    float: left;
    
    white-space: pre-line;
    background-color: #f5f5f6;
    padding: 15px;
    border-radius: 10px;
}

#zultys-webchat-widget div.out-message {
    margin-top: 6px;
    float: right;
    margin-right: 10px;
    clear: both;
    position: relative;
}

#zultys-webchat-widget div.out-message.add-out-top {
    margin-top: -3px;
}

#zultys-webchat-widget .out-message p {
    font-size: 14px;
    margin-left: 36px;
    margin-top: -15px;
    
    max-width: 222px;
    word-break: break-word;
    white-space: pre-line;
    float: left;
    background-color: #d5fcd5;
    padding: 15px;
    border-radius: 10px;
}

#zultys-webchat-widget .chat-description {
    width: 100%;
    padding: 20px 0 0 20px;
    font-size: 16px;
}

#zultys-webchat-widget .chat-description h5 {
    font-size: 16px;
    font-weight: 400;
    color: white;
}

#zultys-webchat-widget .chat-description h5, #zultys-webchat-widget .chat-description h4 {
    margin-bottom: .1rem;
    color: white;
}

#zultys-webchat-widget .chat-controls {
    display: flex;
    width: 30%;
    justify-content: flex-end;
    padding-right: 15px;
    padding-top: 12px;
}

#zultys-webchat-widget div.collapse-chat, #zultys-webchat-widget div.close-chat {
    cursor: pointer;
}

#zultys-webchat-widget div.leave {
    text-align: center;
}

#zultys-webchat-widget .m-status {
    position: absolute;
    font-size: 10px;
    bottom: 0;
    right: 14px;
    color: var(--zwc-primary);
}

#zultys-webchat-widget span.user-w {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #555fb8;
    display: inline-block;
    margin-right: 10px;
    line-height: 34px;
    color: white;
    text-align: center;
}

#zultys-webchat-widget div.in-message-text {
    margin-top: 5px;
    display: flex;
    margin-left: 10px;
    align-items: flex-end;
    justify-content: flex-start;
}

#zultys-webchat-widget .add-m-top div.in-message-text {
    margin-top: 0px;
}

#zultys-webchat-widget div.messages .out-message.seen-m {
    margin-bottom: 15px;
}

#zultys-webchat-widget div.messages .out-message.seen-m:last-of-type {
    margin-bottom:0;
}

#zultys-webchat-widget .m-status-seen {
    position: absolute;
    font-size: 10px;
    bottom: 0;
    right: 11px;
    color: var(--zwc-primary);
}

#zultys-webchat-widget .close-modal-reconnect .popup-text {
    margin-top: 30px;
}

#zultys-webchat-widget .leave-chat, #zultys-webchat-widget .declined-chat, #zultys-webchat-widget .leave-chat-recon {
    width: 127.1px;
    height: 30px;
    outline: none;
    border: solid 1px var(--zwc-primary);
    background-color: var(--zwc-primary);
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    border-radius: 20px;
}

#zultys-webchat-widget .leave-chat, #zultys-webchat-widget .leave-chat-recon {
    border: solid 1px #e74c3c;
    background-color: #e74c3c;
}

#zultys-webchat-widget .modal-btn {
    text-align: right;
    padding-right: 15px;
    padding-top: 10px;
}

#zultys-webchat-widget div.modal-content {
    width: 260px;
    height: 189px;
    margin: 150px auto 0;
    background: white;
    font-size: 14px;
}

#zultys-webchat-widget div.popup-text {
    text-align: center;
    padding: 0 20px;
}

#zultys-webchat-widget .w3-animate-top {
    position: relative;
    animation: zwc-animatetop 0.4s;
}

@keyframes zwc-animatetop {
    from {opacity: 0}
    to {opacity: 1}
    
    
    
    

    
    
    
    
}

#zultys-webchat-widget div.close-modal, #zultys-webchat-widget div.close-modal-reconnect {
    display: none;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px; 
    position: absolute; 
    z-index: 1; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

#zultys-webchat-widget .typing {
    position: absolute;
    bottom: 36px;
}

#zultys-webchat-widget .chat-notification {
    position: absolute;
    left: 42px;
    top: -5px;
    display: none;
    object-fit: contain;
    font-size: 12px;
    font-weight: 500;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #e74c3c;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#zultys-webchat-widget .typing p.find-agent {
    font-size: 12px;
    color: var(--zwc-primary);
    margin-left: 14px;
    clear: both;
    text-align: left;
}

#zultys-webchat-widget .collapse-chat img {
    width: 12px;
    height: 2px;
    vertical-align: middle;
}

#zultys-webchat-widget .close-chat img {
    width: 10.6px;
    height: 10.6px;
    margin-left: 14px;
}

#zultys-webchat-widget .start-chat {
    width: 260px;
    position: relative;
    height: 169px;
    border-radius: 3px;
    border: solid 1px rgba(234, 237, 243, 0.6);
    margin:  181px auto 20px auto;
}

#zultys-webchat-widget p.chat-greeting {
    width: 211px;
    height: 37px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000000;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    margin: 20px 29px 20px 20px;
}

#zultys-webchat-widget div.chat-intro input::-webkit-input-placeholder { 
    font-size: 14px;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #9ea0a5;
}

#zultys-webchat-widget div.chat-intro input::-moz-placeholder { 
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #9ea0a5;
}

#zultys-webchat-widget div.chat-intro input {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    width: 214px;
}

#zultys-webchat-widget input:focus {
    outline: none;
}

#zultys-webchat-widget div.chat-intro {
    margin-left: 21px;
}

#zultys-webchat-widget div.btn-container {
    margin-top: 17px;
    text-align: center;
}

#zultys-webchat-widget button.chat-btn, #zultys-webchat-widget .continue-chat {
    outline: none;
    font-family:'ZWCSFProDisplayRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
    padding-top: 0;
    width: 116px;
    height: 30px;
    background: none;
    border-radius: 20px;
    border: solid 1px var(--zwc-primary);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: center;
    color: var(--zwc-primary);
    transition: background-color .3s linear, color .3s linear;
}

#zultys-webchat-widget button.chat-btn:hover {
    background-color: var(--zwc-primary);
    color: white;
}

#zultys-webchat-widget div.chat-intro input:-ms-input-placeholder { 
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #9ea0a5;
}

#zultys-webchat-widget div.chat-intro input::-moz-placeholder { 
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #9ea0a5;
}

#zultys-webchat-widget label {
    display: inline-block;
    margin-bottom: .5rem;
    line-height: 21px;
    margin-top: 12px;
}

#zultys-webchat-widget ::-webkit-scrollbar {
    width: 4px;
    background: transparent;
}

#zultys-webchat-widget ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
}

#zultys-webchat-widget .italic {
    font-style: italic!important;
}

#zultys-webchat-widget .text-xs {
    font-size: .72rem!important;
}

#zultys-webchat-widget .text-red-500 {
    color: #f56565!important;
    position: absolute;
    top: -10px;
    right: -28px;
    width: 100%;
}

#zultys-webchat-widget .border-red-500 {
    border-color: #f56565!important;
}

#zultys-webchat-widget form {
    height: 432px;
}

#zultys-webchat-widget button, #zultys-webchat-widget input {
    overflow: visible;
}

#zultys-webchat-widget .w-full {
    width: 100%!important;
}

#zultys-webchat-widget .max-w-xs {
    max-width: 20rem!important;
    margin: 0 auto;
}

#zultys-webchat-widget .mb-4 {
    margin-bottom: 1rem!important;
}

#zultys-webchat-widget .shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important;
}

#zultys-webchat-widget .pb-8 {
    padding-bottom: 2rem!important;
}

#zultys-webchat-widget .pt-6 {
    padding-top: 1.5rem!important;
}

#zultys-webchat-widget .px-8 {
    padding-left: 2rem!important;
    padding-right: 2rem!important;
}

#zultys-webchat-widget .mb-4 {
    margin-bottom: 1rem!important;
}

#zultys-webchat-widget .rounded {
    border-radius: .25rem!important;
}

#zultys-webchat-widget .bg-white {
    background-color: #fff!important;
}

#zultys-webchat-widget .h3, #zultys-webchat-widget h3 {
    font-size: 1.75rem;
}

#zultys-webchat-widget h3.login {
    text-align: center;
    margin-bottom: 21px;
}

#zultys-webchat-widget .font-bold {
    font-weight: 700!important;
}

#zultys-webchat-widget .block {
    display: block!important;
}

#zultys-webchat-widget .text-gray-700 {
    color: #4a5568!important;
}

#zultys-webchat-widget #zwc-resizable {
    background-color: transparent;
    width: 10px;
    height: 10px;
    cursor: se-resize;
    position: absolute;
    left: 0;
    top: 0;
}

#zultys-webchat-widget .shadow {
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)!important;
}

#zultys-webchat-widget .px-3 {
    padding-left: .75rem!important;
    padding-right: .75rem!important;
}

#zultys-webchat-widget .py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}

#zultys-webchat-widget .leading-tight {
    line-height: 1.25!important;
}

#zultys-webchat-widget .border {
    border-width: 1px!important;
}

#zultys-webchat-widget .rounded {
    border-radius: .25rem!important;
}

#zultys-webchat-widget .appearance-none {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

#zultys-webchat-widget .modal {
    display:none;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

#zultys-webchat-widget .showing.modal {
    display: block;
}

#zultys-webchat-widget .showing .modal-container {
    opacity:1;
}

#zultys-webchat-widget .modal-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.32);
    
    pointer-events: auto;
    -webkit-tap-highlight-color: transparent;
    transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
    opacity: 0;
}

#zultys-webchat-widget .im-cont-modal {
    display: flex;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#zultys-webchat-widget .modal-box {
    max-width: 80vw;
    pointer-events: auto;
    width: 80%;
    height: 80%;
    position: static;
    box-sizing: border-box;
    z-index: 1000;
    display: flex;
    justify-content: center;
    max-height: 100%;
}

#zultys-webchat-widget div.modal-header {
    display: flex;
    width: 100%;
    height: 60px;
    padding: 15px 0px;
    justify-content: center;
}

#zultys-webchat-widget div.img-holder {
    background: #000000;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

#zultys-webchat-widget .cdk-overlay-dark-backdrop {
    background: rgba(0, 0, 0, 0.32);
}

#zultys-webchat-widget .closeimg {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

@media only screen and (max-width: 700px) {
    #zultys-webchat-widget .modal-box .modal-contents {
        width: 100%;
    }
}
@media only screen and (max-width: 360px) {
    #zultys-webchat-widget .web-chat {
    width: 300px;
    height: 450px;
    position: fixed;
    bottom: var(--zwc-offset-y);
    right: 5px;
    z-index: 9;
    font-family:'ZWCSFProTextRegular', '-apple-system', 'BlinkMacSystemFont', 'sans-serif';
}
}

#zultys-webchat-widget #zwc-caption {
    color: #fff;
    font-size: 12px;
}

#zultys-webchat-widget div.cursor-hand {
    display: flex;
    position: absolute;
    right: 4px;
    cursor: pointer !important;
    width: 28px;
    height: 28px;
}

#zultys-webchat-widget div.modal-img {
    min-width: 350px;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#zultys-webchat-widget .modal-img img {
    max-width: 100%;
    max-height: 100%;
}

#zultys-webchat-widget .modal-contents, #zultys-webchat-widget #zwc-caption {
    -webkit-animation-name: zwc-zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zwc-zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zwc-zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zwc-zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}
