send-settings-modal {
  display: block;

  .setting-item {
    display: flex;
    justify-content: center;
    margin: 12px 0;

    .setting-label {
      min-width: 100px;
      display: flex;
      justify-content: flex-end;
    }

    label {
      margin-bottom: 0;
    }

    .setting-input {
      flex: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 100px 0 12px;

      &:not(.not-center) {
        flex-wrap: wrap;
      }
    }

    .show-other {
      justify-content: flex-end;
    }

    .setting-select:hover {
      background: #f8f8f8;
    }

    .setting-day {
      width: 80px;
      margin-right: 12px;
    }

    &:not(.not-center) {
      align-items: center;
    }
  }
}
