.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  a[aria-disabled="true"] {
    color: currentColor;
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
  }

  .companyName{
      /* font-size: 25px !important; */
      font-weight: 600;
      text-align: right;
  }