.header-label {
  margin-bottom: .5rem;
}

.yc-layout .yc-layout-form {
  margin-bottom: 2rem;
}

.selected-admin-wrapper {
  display: flex;
  flex-grow: 1;
  .admin-display {
    display: flex;
    justify-content: space-between;
    height: 36px;
  }
  .admin-name-disabled {
    background-color: #e9ecef;
  }
  .clear-icon {
    color: #999;
    cursor: pointer;
  }
}
