/*  FONTS  */
/*  COLORS  */
/*  BORDERS  */
/*  PADDING  */
/*  BOX SHADOW  */
/*  ICONS  */
.compare-tool-header h1 {
  margin: 0;
  text-align: left;
}

#compare-tool {
  visibility: hidden;
}
#compare-tool .compare-container {
  position: relative;
}
#compare-tool .compare-container.multi-compare {
  cursor: grab;
}
#compare-tool .compare-container.multi-compare::before {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  display: block;
  width: 100%;
  height: calc(100% - 32px);
  z-index: 1;
  pointer-events: none;
  background: transparent;
  background: -moz-linear-gradient(left, transparent 95%, rgba(81, 81, 81, 0.2941176471) 100%);
  background: -webkit-linear-gradient(left, transparent 95%, rgba(81, 81, 81, 0.2941176471) 100%);
  background: linear-gradient(to right, transparent 95%, rgba(81, 81, 81, 0.2941176471) 100%);
}
@media (min-width: 795px) {
  #compare-tool .compare-container.multi-compare::before {
    top: 5px;
    height: calc(100% - 62px);
  }
}
#compare-tool .compare-container .compare-scroll-view {
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
}
#compare-tool .compare-container .compare-scroll-view .col-11 {
  max-width: 88%;
}
@media (min-width: 795px) {
  #compare-tool .compare-container .compare-scroll-view {
    margin-left: -38px;
  }
  #compare-tool .compare-container .compare-scroll-view .col-md-6 {
    max-width: 48%;
  }
}
@media (min-width: 795px) and (min-width: 1080px) {
  #compare-tool .compare-container .compare-scroll-view .col-lg-4 {
    max-width: 32%;
  }
}
@media (min-width: 540px) {
  #compare-tool .remote-fees-table.fix-width tr td:nth-child(1) {
    min-width: 210px;
  }
  #compare-tool .remote-fees-table.fix-width tr td:nth-child(2) {
    min-width: 90px;
  }
}

.placeholder-compare-card {
  min-height: 300px;
}

.placeholder-compare-card, .let-us-help-card {
  height: 100%;
  background-color: rgba(0, 127, 155, 0.08);
  border: 1px solid rgba(0, 127, 155, 0.3);
  border-radius: 0.4rem;
  box-shadow: none;
}
.placeholder-compare-card img, .let-us-help-card img {
  width: 110px;
  height: auto;
  border-radius: 50%;
  object-fit: contain;
}
@media (max-width: 794.98px) {
  .placeholder-compare-card img, .let-us-help-card img {
    width: 90px;
  }
}
.placeholder-compare-card i, .let-us-help-card i {
  font-size: 0.7rem;
}

.filter-container {
  row-gap: 10px;
}

.filter-toolbar .sort-by {
  white-space: nowrap;
}
.filter-toolbar .results-filter.currency-switcher li .dropdown-menu {
  min-width: 228px;
}
.filter-toolbar .results-filter li .dropdown-menu {
  min-width: 110px;
}
.filter-toolbar .results-filter li a i.flag-icon {
  margin-left: 0;
  font-size: 15px;
  top: -1px;
}
@media (min-width: 795px) {
  .filter-toolbar {
    padding-left: 8px;
  }
}

@media (min-width: 1080px) {
  .results-toolbar {
    background-color: white;
  }
  .results-toolbar, .filter-toolbar {
    background-color: white;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0.4rem;
  }
}
@media only screen and (max-width: 794px) {
  #check-screen {
    display: none;
  }
}
.card-project .card-project-image {
  position: relative;
  min-height: 130px;
  width: 100%;
}
.card-project .card-project-image img {
  min-height: 130px;
  object-fit: cover;
}
.card-project .eligibility {
  min-height: 200px;
}
.card-project .eligibility button.show-more, .card-project .eligibility button.show-less, .card-project .eligibility .show-more-ellipsis {
  display: none;
}
.card-project .eligibility > .content {
  max-height: 96px;
  overflow: hidden;
}

/*# sourceMappingURL=compare_tool.css.map */