@include body-class(true) {

  .dashui-team-select-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;

    .dashui-team-select-header {
      width: 340px;
      margin: 0 auto;

      h2 {
        margin: 0 0 $sui-gutter-md;
        line-height: 30px;
      }
    }

    .sui-box-selectors {
      margin-top: 30px;
      padding: 30px 80px;

      .sui-box-selector {
        .team-avatar {
          width: 30px;
          height: 30px;
          background-color: #F2F2F2;
          background-position: center;
          background-size: 100%;
          border-radius: 50%;
          margin-right: 8px;
        }
      }

      .box-footer-submit {
        margin-top: 15px;
        text-align: right;
      }
    }

    .sui-notice {
      margin: 20px;
      text-align: left;
      display: block;
    }
  }
}