page-structuredata-collection {
  display: block;

  .btn-group-box .btn-group .btn {
    width: auto;
    min-width: 100px;
  }

  .loading {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .cycle-selector-wrapper {
    position: relative;
    z-index: 2;

    .cycle-selector {
      position: absolute;
      left: 16.66%;
      border: 1px solid rgba(0, 0, 0, 0.05);
      background: #FFF;
    }

    .modal-btns {
      text-align: right;
      margin: 0 10px 10px;
    }
  }

  .new-config-div {
    .form-control {
      width: 539px;
    }
  }

  .btn-connect-test {
    border: 1px solid #00C8C1;
    color: #00C8C1;
    background-color: white;
  }

  .connecting {
    cursor: wait !important;
    opacity: .65;
    color: #00C8C1;
  }

  .control-label > .fa-question-circle-o {
    margin-right: -13px;
  }

  .cs-invalid-el {
    border: 1px solid #D96557;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }
}
