.cu-cl-message {
  position: fixed;
  width: 100vw;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  &__content {
    width: 100%;
  }
}
