
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12pt;
    color: #545252;
}

.client_logo img {
  height: 100px;
  width: auto;
}

.btn {
    font-size: clamp(10px, 2.5vw, 14px); /* Minimum: 12px, Maximum: 18px, Scales with viewport */
}

.btn-outline-primary,
.card-body p,
#blue-form,
.select2-container .select2-results__option
{
  color: #545252 !important;
}

.select2-selection__rendered
{
  color: #fff !important;
  line-height: 26px !important;
}

.card {
  border-color: #0d6efd;
}

.bg-primary {
  background-color: #0d6efd !important;
}

input[name=amount] {
  border-color: #0d6efd !important;
}

input[name=amount]:focus {
  box-shadow: none !important;
  border-color: #0d6efd !important;
}

.btn,
.select2-selection {
  border-color: #0d6efd !important;
  outline: none !important;
}

.btn:hover,
.btn.active {
  color: #fff !important;
}

.form-select:focus {
  box-shadow: none !important;
}

.text-primary {
  color: #0d6efd !important;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
  background-color: #0d6efd;
  color: #fff !important;
}

.select2-container .select2-results__option {
  background-color: #fff;
}

#select2,
.select2-container {
  width: 100% !important;
}

.select2-selection {
  display: flex !important;
  align-items: center !important;
  height: 38px !important;
}

.select2-selection__arrow {
  top: 6px !important;
  right: 10px !important;
}

.btn.active,
.btn:hover,
.btn-primary
{
  background-color: #0d6efd !important;
  border-color: #0d6efd !important;
}

.btn-primary:hover
{
  background-color: #417cd3 !important;
  border-color: #417cd3 !important;
}

.select2-search__field {
  border-color: #0d6efd !important;
  outline: #0d6efd !important;
}

.btn-group {
  flex-wrap: wrap;
}

@keyframes floatUp {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -250%);
    opacity: 0;
  }
}
.animated-heart {
  position: absolute;
  top: 50%;
  left: 65%;
  color: red;
  animation: floatUp 3s forwards;
}

@media only screen and (max-width: 767.98px) {
  div.border-3 {
    border: none;
  }

  .card img {
    height: 300px;
  }

  .card-body p {
    font-size: 0.8rem !important;
  }
}
