@import '../../styles/variable.scss';
.op-message-container {
  position: fixed;
  width: auto;
  height: auto;
  left: 16px;
  right: 16px;
  bottom: 72px;
  border-radius: 16px;
  z-index: $message-zindex;
  &_right {
    width: 90px;
    font-size: 18px;
  }
  .op-message-icon {
    margin-left: 24px;
    margin-right: 14px;
    display: flex;
    align-items: center;
  }
  .op-message-msg {
    padding: 8px 0;
    justify-content: center;
    &__title {
      font-size: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    &__subtitle {
      font-size: 24px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
  }
  &__right {
    margin: 20px;
    white-space: nowrap;
  }
}
