#aless-chat>iframe {
    border-radius: 16px;
    display: block;
    position: fixed;
    /* inset: auto 0px 0px auto; */
    right: 20px;
    bottom: 20px;
    width: 255px;
    height: 95px;
    max-height: 100%;
    opacity: 1;
    color-scheme: none;
    background: transparent;
    margin: 0px;
    max-width: 100vw;
    transform: translateY(0px);
    transition: none 0s ease 0s !important;
    visibility: visible;
    z-index: 999999999 !important;
  }