  .tabs .tab a {
    color: #039be5;
  }

  .tabs .tab a:hover {
    color: #0756A5;
  }

  .tabs .tab a.active {
    background-color: transparent;
    color: #0756A5;
  }

  .tabs .tab a:focus,
  .tabs .tab a:focus.active {
    background-color: rgba(7, 86, 165, 0.2);
  }

  .tabs .indicator {
    background-color: #0756A5;
  }