.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 0px;
  background: #ddd;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: rgb(29 78 216/var(--tw-bg-opacity));
  cursor: pointer;
}

.custom-range::-moz-range-thumb {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: rgb(29 78 216/var(--tw-bg-opacity));
  cursor: pointer;
}

.omnicapital-modal-content {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}

.error-text {
  color: red;
}

.open-finance-popup { overflow: hidden; }
.open-finance-popup #header {
  z-index: -1;
}

.blinker {
  font-weight: 600;
  color: red;
}