.cls-1 {
  fill: var(--black-color) !important;
}
.aa-PanelFooter {
  justify-content: right;
  padding: 8px;
  .py-1 {
      padding-bottom: 1px;
      padding-top: 1px;
  }
  .h-16 {
      height: 16px;
  }
  .h-full {
      height: 100%;
  }
  .items-center {
      align-items: center;
  }
  .text-grey-500 {
      color: rgba(150, 152, 195);
      font-size: 13px;
  }
  .ml-8 {
      margin-left: 8px;
  }
}
.aa-ItemIcon--picture {
  height: 60px;
  width: 60px;
}
.aa-ItemIcon {
  box-shadow: none;
}
.aa-ItemContentDescription {
  color: #a7adba;
}
.aa-List a:hover{
  text-decoration: none;
}
.aa-SourceHeaderTitle, .aa-Label svg {
  color: #209BC4;
}
:root {
  --aa-icon-color-rgb: 32, 155, 196;
  --aa-input-border-color-rgb: 32, 155, 196;
  --aa-primary-color-rgb: 32, 155, 196;
  --aa-selected-color-rgb: 200, 200, 200;
}
