.msg-box {
  &__body {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 700px;
  }

  &__close-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
  }

  &__text {
    text-align: left;

    &__right {
      text-align: right;
    }

    &__center {
      text-align: center;
    }
  }

  &__footer {
    button:not(:last-child) {
      margin-right: 5px;
    }
  }
}
