:root {
  --primary-color: #0b73aa;
}

a,
.icon-menu,
.icon-checkmark:before {
  color: var(--primary-color);
}

.button,
.btn-gradient,
.header-button a,
body .btn.button,
.nav-pagination > li > .current,
.nav-pagination > li > span.current {
  background: #0b73aa !important;
  border-color: #0b73aa !important;
  color: #fff !important;
}

.button:hover,
.btn-gradient:hover,
.header-button a:hover {
  background: #095d8a !important;
}

.vnb-kicker {
  color: #0b73aa;
  font-weight: 700;
  margin-bottom: 8px;
}

.form-calculator {
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 2px 20px rgba(11, 115, 170, 0.12);
  padding: 32px;
}

.form_calculator-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 12px;
}

.form_calculator-header .rates,
.input-rates {
  color: #0b73aa;
  font-size: 24px;
  font-weight: 700;
}

#range-calculator,
.vnb-range {
  width: 100%;
  margin: 16px auto 4px;
}

#custom-range {
  width: 100%;
  height: 10px;
  background: #d7eaf4;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

#progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  background: #0b73aa;
  border-radius: 5px 0 0 5px;
}

#custom-thumb {
  width: 20px;
  height: 20px;
  background: #0b73aa;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: 20%;
  transform: translateX(-50%);
  cursor: grab;
  border: 3px solid #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.form_calculator-bottom {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 16px;
  color: #6a6d6c;
  font-size: 13px;
}

#form_calculator-infor {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

#form_calculator-infor li {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 8px;
  font-size: 14px;
}

#form_calculator-infor .line {
  flex: 1;
  margin: 0 10px;
  border-bottom: 1px dashed #ccc;
}

#input-phone,
.step-form input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #cfcfcf;
  padding: 14px 16px;
  margin-bottom: 14px;
}

.form-gruop label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

.require {
  color: #c00;
}

.vnb-error {
  color: #c00;
  text-align: center;
  min-height: 18px;
  margin: 0 0 10px;
}

.privacy_policy {
  font-size: 12px;
  color: #6a6d6c;
  text-align: center;
  margin-top: 12px;
}

.btn-gradient.expand,
.form-calculator .button {
  width: 100%;
  border-radius: 99px !important;
  text-align: center;
  padding: 14px 24px;
}

.form-loader[hidden] {
  display: none !important;
}

.form-loader {
  text-align: center;
  padding: 24px 0;
}

.accordion-title.active,
.footer a:hover {
  color: #0b73aa;
}

.col-wrap-reg {
  padding: 20px;
}
