body {
  font-family: system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto, Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
}
.button-wrapper {
  display: flex;
  position: fixed;
  right: calc(
    -21rem + -3px
  );
  bottom: 35%;
  transition: all
    0.3s ease-in;
}
.button-wrapper.open {
  right: calc(
    0rem - 2px
  );
}
.tab {
  text-orientation: upright;
  width: 1rem;
  display: block;
  padding: 1rem;
  line-height: 1.2;
  background: #3f90e5;
  border-radius: 0.75rem
    0 0 0.75rem;
  font-weight: bold;
  color: white;
  font-size: 0.9rem;
  text-align: center;
  cursor: pointer;
}
.expanded-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem;
  font-weight: bolder;
  font-size: 1.3rem;
  border: 2px solid
    #3f90e5;
  color: #0473e7;
  background: linear-gradient(
    180deg,
    rgba(
        227,
        250,
        255,
        1
      )
      0%,
    rgba(
        255,
        255,
        255,
        1
      )
      100%
  );
  cursor: pointer;
  width: 20rem;
}
@media only screen and (min-width: 48em) {
  .embedded-messaging
    > .embeddedMessagingFrame[class~="isMaximized"] {
    left: 30px !important;
  }
}
.embedded-messaging
  > .embeddedMessagingFrame:not(
    .isMaximized
  ) {
  left: 5px !important;
}
