.ac-image.ac-selectable {
    cursor: pointer;
  }
  
  .ac-image.ac-selectable:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  
  .ac-image.ac-selectable:active {
    background-color: rgba(0, 0, 0, 0.15);
  }
  
  a.ac-anchor {
    text-decoration: none;
  }
  
  a.ac-anchor:link {
    color: #a80050;
  }
  
  a.ac-anchor:visited {
    color: #a80050;
  }
  
  a.ac-anchor:link:active {
    color: #a80050;
  }
  
  a.ac-anchor:visited:active {
    color: #a80050;
  }
  
  .ac-container.ac-selectable, .ac-columnSet.ac-selectable {
    padding: 0px;
  }
  
  .ac-container.ac-selectable:hover, .ac-columnSet.ac-selectable:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
  }
  
  .ac-container.ac-selectable:active, .ac-columnSet.ac-selectable:active {
    background-color: rgba(0, 0, 0, 0.15) !important;
  }
  
  .ac-pushButton {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    vertical-align: middle;
    cursor: default;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px 5px 10px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: white;
    color: #a80050;
    border: 2px solid #a80050;
  }
  
  .ac-pushButton:hover {
    background-color: #a80050;
    color: white;
  }
  
  .ac-pushButton:active {
    background-color: #a80050;
    color: white;
  }
  
  .ac-pushButton.expanded {
    background-color: #a80050;
    color: white;
  }
  
  .ac-input {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    color: black;
    border-color: #a80050;
  }
  
  .ac-input.ac-textInput {
    resize: none;
    border-color: #a80050;
  }
  
  .ac-input.ac-textInput.ac-multiline {
    height: 72px;
  }
  
  .ac-input.ac-textInput, .ac-input.ac-numberInput, .ac-input.ac-dateInput, .ac-input.ac-timeInput {
    height: 31px;
  }
  
  .ac-input.ac-textInput, .ac-input.ac-numberInput, .ac-input.ac-dateInput, .ac-input.ac-timeInput, .ac-input.ac-multichoiceInput {
    border: 1px solid #DDDDDD;
    padding: 4px 8px 4px 8px;
    border-color: #a80050;
  }