/* Bulma Utilities */
agn-input-selection {
  display: block;
}
agn-input-selection .dropdown-btn {
  height: 1.5rem;
  position: absolute;
  right: 1rem;
  top: 12px;
  width: 1.5rem;
}
@media screen and (min-width: 768px), print {
  agn-input-selection .dropdown-btn {
    height: 2rem;
    right: 1.5rem;
    top: 16px;
    width: 2rem;
  }
}
agn-input-selection .input-calc {
  background-color: #ebf8ff;
  border-radius: 0.25rem;
  color: #094771;
  font-size: 0.75rem;
  height: 25px;
  line-height: 17px;
  margin-top: 0.5rem;
  padding: 0.25rem 1rem;
  -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0);
}
@media screen and (min-width: 768px), print {
  agn-input-selection .input-calc {
    border-radius: 0.5rem;
    font-size: 0.875rem;
    height: 38px;
    line-height: 19px;
    padding: 0.5rem 1.5rem;
  }
}
agn-input-selection .input-calc__key {
  font-family: Manrope-Medium;
}
agn-input-selection .input-calc__value {
  font-family: Manrope-Bold;
}
@media screen and (max-width: 767px) {
  agn-input-selection .input-calc__value {
    color: #002b47;
  }
}
agn-input-selection .separator {
  color: #002b47;
  font-family: Manrope-Bold;
  font-size: 12px;
  height: 17px;
  line-height: 1.5;
  margin: 0 16px;
  width: 6px;
}
@media screen and (min-width: 768px), print {
  agn-input-selection .separator {
    color: #094771;
    font-size: 16px;
    height: 22px;
    line-height: 1.5;
    margin: 0 24px;
    width: 5px;
  }
}
agn-input-selection .agn-input-container {
  display: inline-block;
  position: relative;
}
agn-input-selection .agn-input-container label {
  color: #002b47;
  display: inline-block;
  font-family: Manrope-Medium;
  font-size: 0.875rem;
  height: 20px;
  left: 8px;
  line-height: 20px;
  padding: 0px 8px;
  position: absolute;
  top: -10px;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  agn-input-selection .agn-input-container label {
    font-size: 1rem;
    left: 1rem;
  }
}
agn-input-selection .agn-input-container label::after {
  background-color: #ffffff;
  bottom: 0;
  content: " ";
  height: 13px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
agn-input-selection .agn-input-container input {
  border-color: #cddae2;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1.5px;
  color: #094771;
  font-family: Manrope-Bold;
  font-size: 0.875rem;
  height: 3rem;
  padding: 1rem;
  width: 15rem;
}
@media screen and (min-width: 768px), print {
  agn-input-selection .agn-input-container input {
    color: #002b47;
    font-size: 1rem;
    height: 4rem;
    padding: 1.5rem;
    width: 25rem;
  }
}
agn-input-selection .agn-input-container input::placeholder {
  font-family: Manrope;
  color: #767676;
}
agn-input-selection .agn-input-container input::-webkit-input-placeholder, agn-input-selection .agn-input-container input::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #767676;
  font-family: Manrope;
}
agn-input-selection input[type=date]::-webkit-inner-spin-button,
agn-input-selection input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
agn-input-selection .input-error-msg {
  font-family: Manrope-Medium;
  color: #e31313;
  line-height: 1.75;
  font-size: 12px;
  position: absolute;
  margin-top: 4px;
}
@media screen and (min-width: 768px), print {
  agn-input-selection .input-error-msg {
    line-height: 1.57;
    font-size: 14px;
  }
}