.anyf-welcome {
  margin-top: 16px;
  padding: 24px;
  background: white;
  border-radius: 4px;
  min-height: 150px;
  display: flex;
  // align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;

  table {
    margin-bottom: 16px;
  }
}

.anyf-welcome__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;

  &-content {
    max-width: 700px;
  }

  .button {
    font-size: 1.3rem !important;
  }

  h2 {
    margin: 0;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
  }

  p {
    font-size: 1.1em;
  }
}

.anyf-card-grid {
  display: flex;
  gap: 16px;

  .anyf-card {
    max-width: 300px;
    width: 100%;
  }
}

.anyf-card {
  // box-shadow: 0px 1px 15px rgba(00, 00, 00, 0.05);
  padding: 16px;
  border-radius: 4px;
  border: 1px solid rgba(00, 00, 00, 0.1);
}

.monitori-notification-header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 16px;
}

.monitori-form-field {
  margin-bottom: 16px;
}

.monitori-preview__body {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
}

.monitori-preview__avatar {
  background-color: #f1f1f1;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
