.modal-body {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 550px;
  max-width: 90vw;
  justify-content: flex-start;
  align-items: stretch;

  .modal-top {
    display: flex;
    margin-top: 40px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    justify-content: space-between;

    .ak-icon.fa-close {
      cursor: pointer;
      font-size: 1.2em;
      
      &:hover {
        opacity: 0.7;
      }
    }

    * {
      flex: 0 0 auto;
    }
  }

  .modal-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    overflow: hidden;
    text-align: center;
    position: relative;
    padding: 40px 10px;
    margin-bottom: 50px;
  }
}
