strike {
  text-decoration: none;
  position: relative;
}
s::before,
strike::before {
  top: 50%;
  background: #800080;
  opacity: 0.7;
  content: "";
  width: 110%;
  position: absolute;
  height: 0.1em;
  border-radius: 0.1em;
  left: -5%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}
strike.straight::before {
  transform: rotate(0deg);
  left: -1%;
  width: 102%;
}

.hide-scrollbar {
  /* Hide scrollbar for Chrome, Safari, and Opera */
  &::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar for IE, Edge, and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */

  overflow-y: scroll; /* Keep vertical scrolling */
}

/* Userway */

#userwayAccessibilityIcon {
  visibility: hidden !important;
}
#userwayAccessibilityIcon img {
  visibility: hidden !important;
}

@media only screen and (max-width: 900px) {
  #tidio-chat-iframe {
    inset: auto 0px 45px auto !important;
  }
}
