
  .frame-content {
    display: none;
    border: none;
    position: fixed;
    inset: auto 0px 0px auto;
    width: 450px;
    height: 560px;
    max-height: 100%;
    opacity: 1;
    color-scheme: none;
    background: none transparent !important;
    margin: 0px;
    max-width: 100vw;
    transform: translateY(0px);
    transition: none 0s ease 0s !important;
    visibility: visible;
    z-index: 999 !important;

  }
  /* .frame-content.show{
    display: block;
  } */
  .frame-content #chat-button {
    position: fixed;
    width: 112px;
    height: 140px;
    bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
    right: 0px;
  }

  .frame-content #chat-button:not(.sidebar) .buttonWave {
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 60px;
  }

  .frame-content #chat-button:not(.sidebar).clicked .buttonWave::after {
    animation: 0.5s ease-out 0s 1 normal none running buttonWave;
  }

  .frame-content #chat-button:not(.sidebar) .buttonWave::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(20, 127, 255);
    opacity: 0.5;
  }

  .frame-content #button-body {
    width: 60px;
    height: 60px;
    border-radius: 28px;
    display: inherit;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    pointer-events: initial;
    background-size: 130% 130%;
    transition: all 0.2s ease-in-out 0s;
    position: relative;
    color: rgb(0, 125, 252);
    border: 1px solid #1E88E5;
  }

  .frame-content #button-body::before {
    content: "";
    transition: opacity 0.5s ease-in-out 0s;
    position: absolute;
    inset: -1px;
    opacity: 0;
    border-radius: 50%;
    background-color: rgb(198, 204, 220);
  }

  .frame-content #chat-button button i.for-closed.active {
    transform: translateX(0px);
  }

  .frame-content #chat-button button i.for-closed {
    transform: translateX(-10px);
  }

  .frame-content #chat-button button i.active {
    opacity: 1;
  }

  .frame-content #chat-button button i {
    height: 26px;
    width: 26px;
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    /* justify-content: center; */
  }

  .frame-content i {
    user-select: none;
  }

  .frame-content #chat-button button i.type1 svg {
    fill: currentcolor;
  }

  .frame-content svg {
    width: 24px;
    height: 24px;
  }

  .frame-content #chat-button button i.type1::after {
    content: "";
    position: absolute;
    width: 68px;
    height: 68px;
    border-radius: 32px;
    background: rgb(255, 255, 255);
    transition: all 0.2s ease-in-out 0s;
    transform: scale(0);
    right: -18px;
  }

  .frame-content #chat-button button i.for-closed.active {
    transform: translateX(0px);
  }

  .frame-content #chat-button button i.for-closed {
    transform: translateX(-10px);
  }

  .frame-content #chat-button button i.type2 {
    width: 32px;
    height: 32px;
  }

  .frame-content #button button i.type1.for-opened {
    width: 31px;
    height: 28px;
  }

  .frame-content #chat-button button i.for-opened {
    transform: translateX(10px);
  }

  .frame-content button,
  .frame-content button.material-icons {
    background: none;
    border: 0px;
    color: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    overflow: visible;
    padding: 0px;
    user-select: none;
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }


  .frame-content #chat-button button i.type2 svg {
    width: 32px;
    height: 32px;
    fill: rgb(0, 125, 252);
    transform: scale(0);
  }

  .frame-content svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
  }

  .frame-content #button-body {
    box-shadow: rgba(0, 77, 255, 0.5) 0px 4px 24px;
  }

  body:not(.mobile) .frame-content #button button:not(.disabled):hover i.type1 svg,
  body:not(.mobile) .frame-content #button button:not(.disabled):focus i.type1 svg {
    transform: scale(1.4);
  }

  body:not(.mobile) .frame-content #button button:not(.disabled):hover i.type1::after,
  body:not(.mobile) .frame-content #button button:not(.disabled):focus i.type1::after {
    transform: scale(1);
  }

  .frame-content #chat-button button i.for-closed.active {
    transform: translateX(0px);
  }

  .frame-content .chat.chrome,
  .frame-content .start-group.chrome {
    box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 36px 0px;
  }

  .frame-content .chat {
    max-height: calc(100% - 47px);
    display: flex;
    flex-direction: column;
  }

  .frame-content .chat,
  .frame-content .start-group {
    width: 372px;
    position: fixed;
    bottom: 26px;
    border-radius: 16px;
    pointer-events: auto;
    box-shadow: rgba(0, 18, 46, 0.16) 0px 8px 22px 0px;
    overflow: hidden;
    z-index: 999;
    right: 48px;
    left: auto;
    background-color: white;
  }

  .frame-content .message-operator.bots-quick-replies {
    width: 85%;
    background-color: rgb(255, 255, 255);
    margin-top: 0px;
    float: right;
  }

  .frame-content .message-operator.bots-quick-replies .button-wrapper {
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 100%;
    border: none;
  }

  .frame-content .message-operator {
    color: rgb(6, 19, 43);
    background: rgb(240, 242, 247);
    float: left;
  }

  .frame-content .message {
    padding: 10px 16px;
    border-radius: 20px;
    margin: 2px 0px;
    font-size: 15px;
    line-height: 20px;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 85%;
    clear: both;
    position: relative;
    transition: margin 0.28s ease-in-out 0s;
  }

  .frame-content .input-group {
    padding: 0px 10px 10px;
    width: 100%;
    position: relative;
    background: rgb(255, 255, 255);
    z-index: 3;
    flex: 0 0 auto;
  }

  .frame-content .input-group .footer-input-wrapper,
  .frame-content .input-group .footer-icons-wrapper {
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
    transform: translateY(0px);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 10px !important;
    padding: 6px 8px;
  }

  .frame-content textarea {
    border: 0px;
    width: 100%;
    font-size: 17px;
    resize: none;
    line-height: 24px;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
  }

  .frame-content .send-icon {
    width: 26px;
    height: 26px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
  }

  .frame-content hr {
    margin: 0px;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(219, 223, 230);
  }

  .frame-content #conversation-group {
    padding: 0px 28px;
    width: 100%;
    height: 357px;
    overflow: hidden auto;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    max-height: 357px;
    min-height: 160px;
    flex: 0 1 auto;
  }

  .frame-content .message-operator.bots-quick-replies button {
    font-size: 15px;
    padding: 8px 16px;
    border: 1px solid;
    border-radius: 20px;
    margin: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: inherit;
  }

  .frame-content .offline-message span.online::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    background: rgb(88, 183, 67);
    border-radius: 50%;
    left: 0px;
  }

  .frame-content .no-clip-path .offline-message {
    padding: 14px 28px 20px;
  }

  .offline-message span {
    z-index: 2;
    position: relative;
    display: inline-block;
    font-size: 16px;
  }

  .frame-content .message-operator.message-with-buttons .button-wrapper,
  .frame-content .message-operator .message-with-buttons .button-wrapper,
  .frame-content .message-operator.bots-quick-replies .button-wrapper {
    background: rgb(255, 255, 255);
    width: 100%;
    margin-top: 10px;
    /* border-width: 0px 1px 1px;
                border-right-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                border-right-color: rgb(235, 238, 240);
                border-bottom-color: rgb(235, 238, 240);
                border-left-color: rgb(235, 238, 240);*/
    border-image: initial;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-style: initial;
    border-top-color: initial;
    position: relative;
  }

  .frame-content #chat-button button i.for-opened.active {
    transform: translateX(0px);
  }

  .frame-content .message-operator.bots-quick-replies .sent {
    font-size: 15px;
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    margin: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: inherit;
  }

  .frame-content .message-operator.message-with-buttons .sent,
  .frame-content .message-operator .message-with-buttons .sent,
  .frame-content .message-operator.bots-quick-replies .sent {
    margin: 0px auto;
    min-width: 100%;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 16px;
    color: rgb(0, 125, 252);
    background: #f2f9ff;
    position: relative;
    z-index: 2;
    outline: none;
    border-radius: 20px;
    font-weight: normal;
  }


  .frame-content .chat-header {
    padding: 24px 28px 0px;
    background: linear-gradient(-61deg, rgb(0, 224, 216), rgb(32, 29, 142));
    position: relative;
    z-index: 4;
    flex: 0 0 auto;
  }

  .frame-content .avatars-wrapper {
    width: 52px;
    height: 52px;
    margin: 0px 18px 0px 0px;
    float: left;
  }

  .frame-content .chat h2.oneline {
    margin-top: 0px;
    line-height: 52px;
    min-height: 52px;
  }

  .frame-content .chat h2 {
    font-size: 22px;
    font-weight: 600;
    color: currentcolor;
    margin: 4px 0px 0px;
    padding: 0px;
    display: inline-block;
    position: relative;
    max-width: calc(100% - 145px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: bottom;

  }

  .frame-content .chat h2 .emoji {
    width: 31px;
    height: 31px;
  }

  .frame-content button.material-icons.exit-chat,
  .frame-content label.material-icons.exit-chat {
    margin-right: -3px;
  }

  .frame-content button.material-icons.options,
  .frame-content button.material-icons.exit-chat,
  .frame-content label.material-icons.options,
  .frame-content label.material-icons.exit-chat {
    z-index: unset;
  }

  .frame-content button.material-icons,
  .frame-content label.material-icons {
    position: relative;
    z-index: 1;
    margin: 15px 0px 8px 11px;
    float: right;
  }

  .frame-content button.material-icons.options::before,
  .frame-content button.material-icons.exit-chat::before,
  .frame-content label.material-icons.options::before,
  .frame-content label.material-icons.exit-chat::before {
    background: rgba(0, 36, 92, 0.16);
  }

  .frame-content button.material-icons::before,
  .frame-content label.material-icons::before {
    content: "";
    position: absolute;
    background: rgb(239, 242, 246);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.16s ease-in-out 0s;
    transform: scale(0);
    top: calc(50% - 20px);
    left: calc(50% - 20px);
  }

  .frame-content button.material-icons svg#ic-minimize,
  .frame-content button.material-icons svg.options-icon,
  .frame-content label.material-icons svg#ic-minimize,
  .frame-content label.material-icons svg.options-icon {
    fill: currentcolor;
  }

  .frame-content .tidio-1s5t5ku span {
    background: rgb(255, 255, 255);
    padding: 6px 8px;
    border-radius: 2px;
    box-shadow: rgba(0, 18, 46, 0.32) 0px 2px 8px 0px;
    font-size: 13px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    white-space: nowrap;
    transition: all 0.16s ease-in-out 0s;
    z-index: 1;
    right: calc(100% + 10px);
    top: 50%;
    transform: translate(5px, -50%);
    color: rgb(6, 19, 43);
  }

  .frame-content .offline-message {
    margin: 18px -28px 0px;
    color: currentcolor;
    width: calc(100% + 56px);
    padding: 14px 28px 7px;
    position: relative;
    background-size: 100% calc(100% + 12px);
    z-index: 1;
  }

  .frame-content .no-clip-path .offline-message {
    padding: 14px 28px 20px;
  }

  .frame-content .offline-message span.online {
    padding-left: 20px;
  }

  .frame-content .no-clip-path .offline-message::after {
    content: "";
    position: absolute;
    width: calc(100% + 10px);
    bottom: -8px;
    left: -5px;
    border-image-source: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzIgMTUiPgogIDxwYXRoIGQ9Ik0zNDkuOCAxLjRDMzM0LjUuNCAzMTguNSAwIDMwMiAwaC0yLjVjLTkuMSAwLTE4LjQuMS0yNy44LjQtMzQuNSAxLTY4LjMgMy0xMDIuMyA0LjctMTQgLjUtMjggMS4yLTQxLjUgMS42Qzg0IDcuNyA0MS42IDUuMyAwIDIuMnY4LjRjNDEuNiAzIDg0IDUuMyAxMjguMiA0LjEgMTMuNS0uNCAyNy41LTEuMSA0MS41LTEuNiAzMy45LTEuNyA2Ny44LTMuNiAxMDIuMy00LjcgOS40LS4zIDE4LjctLjQgMjcuOC0uNGgyLjVjMTYuNSAwIDMyLjQuNCA0Ny44IDEuNCA4LjQuMyAxNS42LjcgMjIgMS4yVjIuMmMtNi41LS41LTEzLjgtLjUtMjIuMy0uOHoiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
    border-image-slice: 0 0 100%;
    border-image-width: 0 0 15px;
    border-image-repeat: stretch;
    border-width: 0px 0px 15px;
    border-bottom-style: solid;
    border-color: initial;
    border-top-style: initial;
    border-left-style: initial;
    border-right-style: initial;
  }

  .frame-content .input-group .footer-input-wrapper,
  .frame-content .input-group .footer-icons-wrapper {
    transition: all 0.5s ease-in-out 0s;
    opacity: 1;
    transform: translateY(0px);
  }

  .frame-content .send-icon:hover svg path {
    fill: #1775ec;
  }

  .frame-content .message-operator {
    color: rgb(6, 19, 43);
    background: rgb(240, 242, 247);
    float: left;
  }

  .frame-content .message span.message-content {
    white-space: pre-line;
  }

  .frame-content #chatContainer {
    transition: all 0.3s ease-in-out;
    right: -300px;

  }

  .frame-content .onlyBubble {
    display: none;
    transition: all 0.3s ease-in-out;
  }

  .frame-content .open {
    display: block;
    transition: all 0.3s ease-in-out;
  }

  .frame-content #chatContainer.open {
    right: 0;
  }

  .frame-content .footer-input-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .frame-content .clicked {
    display: none !important;
  }

  .frame-content #button:not(.sidebar).clicked .buttonWave::after {
    animation: 0.5s ease-out 0s 1 normal none running buttonWave;
  }

  .frame-content #button:not(.sidebar) .buttonWave::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(20, 127, 255);
    opacity: 0.5;
  }

  .frame-content .sentText {
    margin: 0px auto;
    min-width: 100%;
    display: block;
    font-size: 16px;
    line-height: 19px;
    padding: 8px 16px;
    color: rgb(0, 125, 252);
    background: #f2f9ff;
    position: relative;
    z-index: 2;
    outline: none;
    border-radius: 20px;
    font-weight: normal;
    margin: 10px;
  }

  .frame-content .botText {
    color: rgb(6, 19, 43);
    background: rgb(240, 242, 247);
    padding: 10px 16px;
    border-radius: 20px;
    margin: 2px 0px;
    font-size: 15px;
    line-height: 20px;
    overflow-wrap: break-word;
    display: inline-block;
    max-width: 85%;
    clear: both;
    position: relative;
    transition: margin 0.28s ease-in-out 0s;
  }

  .frame-content .svgsent svg path {
    fill: #1775ec;
  }

  .send-icon svg {
    fill: #018cbc;
    stroke: #018cbc;
  }

#chat-button{
  position: fixed;
  right: 3px;
  bottom: 7px;
  z-index: 1;
}

@media only screen and (max-width: 360px) {
  .frame-content{
    width: 355px;
    height: 560px;
  }
  .frame-content .chat, .frame-content .start-group{
    width: 340px;
    right: 10px;
  }
  
}
.frame-content textarea:focus-visible{
    border: 0px !important;
    outline: none;
}

.frame-content  .new-chat-btn{
  background-color:#0190c0 !important;
  color: #fff;
}
