[type=range] {
  -webkit-appearance: none;
  background: transparent;
  margin: 10px 0;
  width: 100%;
}
[type=range]::-moz-focus-outer {
  border: 0;
}
[type=range]:focus {
  outline: 0;
}
[type=range]:focus::-webkit-slider-runnable-track {
  background: rgb(37.1379310345, 146.0689655172, 238.8620689655);
}
[type=range]:focus::-ms-fill-lower {
  background: #0C5DA2;
}
[type=range]:focus::-ms-fill-upper {
  background: rgb(37.1379310345, 146.0689655172, 238.8620689655);
}
[type=range]:focus-visible {
  outline: 2px solid rgb(220.1492537313, 15.8507462687, 24.6567164179);
  outline-offset: 2px;
}
[type=range]::-webkit-slider-runnable-track {
  cursor: default;
  height: 10px;
  transition: all 0.2s ease;
  width: 100%;
  box-shadow: 0 0 6px rgb(132.1034482759, 193.5517241379, 245.8965517241), 0 0 0 rgb(155.8448275862, 205.4224137931, 247.6551724138);
  background: #0C5DA2;
  border: 0 solid rgb(227.0689655172, 241.0344827586, 252.9310344828);
  border-radius: 0;
}
[type=range]::-webkit-slider-runnable-track:active {
  background: rgb(37.1379310345, 146.0689655172, 238.8620689655);
}
[type=range]::-webkit-slider-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(12.75, 12.75, 12.75, 0.2);
  background: #7D090E;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  margin-top: calc((10px - 24px) / 2);
}
[type=range]::-webkit-slider-thumb:hover {
  background: rgb(172.5746268657, 12.4253731343, 19.328358209);
}
[type=range]::-moz-range-track {
  box-shadow: 0 0 6px rgb(132.1034482759, 193.5517241379, 245.8965517241), 0 0 0 rgb(155.8448275862, 205.4224137931, 247.6551724138);
  cursor: default;
  height: 10px;
  transition: all 0.2s ease;
  width: 100%;
  background: #0C5DA2;
  border: 0 solid rgb(227.0689655172, 241.0344827586, 252.9310344828);
  border-radius: 0;
  height: 5px;
}
[type=range]::-moz-range-track:active {
  background: rgb(37.1379310345, 146.0689655172, 238.8620689655);
}
[type=range]::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(12.75, 12.75, 12.75, 0.2);
  background: #7D090E;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 20px;
  width: 20px;
}
[type=range]::-moz-range-thumb:hover {
  background: rgb(172.5746268657, 12.4253731343, 19.328358209);
}
[type=range]::-ms-track {
  cursor: default;
  height: 10px;
  transition: all 0.2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 10px 0;
  color: transparent;
}
[type=range]::-ms-fill-lower {
  box-shadow: 0 0 6px rgb(132.1034482759, 193.5517241379, 245.8965517241), 0 0 0 rgb(155.8448275862, 205.4224137931, 247.6551724138);
  background: rgb(4.9655172414, 38.4827586207, 67.0344827586);
  border: 0 solid rgb(227.0689655172, 241.0344827586, 252.9310344828);
  border-radius: 0;
}
[type=range]::-ms-fill-lower:active {
  background: rgb(37.1379310345, 146.0689655172, 238.8620689655);
}
[type=range]::-ms-fill-upper {
  box-shadow: 0 0 6px rgb(132.1034482759, 193.5517241379, 245.8965517241), 0 0 0 rgb(155.8448275862, 205.4224137931, 247.6551724138);
  background: #0C5DA2;
  border: 0 solid rgb(227.0689655172, 241.0344827586, 252.9310344828);
  border-radius: 0;
}
[type=range]::-ms-fill-upper:active {
  background: rgb(37.1379310345, 146.0689655172, 238.8620689655);
}
[type=range]::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(12.75, 12.75, 12.75, 0.2);
  background: #7D090E;
  border: 2px solid #eceff1;
  border-radius: 12px;
  box-sizing: border-box;
  cursor: default;
  height: 20px;
  width: 20px;
  margin-top: 2.5px;
}
[type=range]::-ms-thumb:hover {
  background: rgb(172.5746268657, 12.4253731343, 19.328358209);
}
[type=range]:disabled {
  opacity: 0.5;
}
[type=range]:disabled::-webkit-slider-thumb, [type=range]:disabled::-moz-range-thumb, [type=range]:disabled::-ms-thumb, [type=range]:disabled::-webkit-slider-runnable-track, [type=range]:disabled::-ms-fill-lower, [type=range]:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.mb0 {
  margin-bottom: 0;
}

#ssdi-calculator-form {
  box-shadow: var(--wp--preset--shadow--shallow, 0 0 30px 5px rgba(0, 0, 0, 0.15));
  padding: 16px;
  margin-bottom: 24px;
}
#ssdi-calculator-form input {
  flex-basis: 75%;
}
#ssdi-calculator-form input[type=text] {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
#ssdi-calculator-form input[type=text], #ssdi-calculator-form input[type=number], #ssdi-calculator-form input[type=date] {
  padding: 0.5em;
}
#ssdi-calculator-form input[type=text]:focus, #ssdi-calculator-form input[type=text]:active, #ssdi-calculator-form input[type=number]:focus, #ssdi-calculator-form input[type=number]:active, #ssdi-calculator-form input[type=date]:focus, #ssdi-calculator-form input[type=date]:active {
  outline: 2px solid var(--color-brand-blue, #0C5DA2);
  outline-offset: -2px;
  box-shadow: 0 0 8px 4px rgba(12, 93, 162, 0.1882352941);
}
#ssdi-calculator-form output {
  flex-basis: 25%;
  padding: 4px;
  background-color: #f0f0f0;
  display: grid;
  place-content: center;
  font-weight: bold;
}
#ssdi-calculator-form .fine-print {
  margin-top: -4px;
}
#ssdi-calculator-form [type=range] {
  margin: 0;
  border: none;
  padding: 8px 0;
}

.io--container {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin-bottom: 0;
}

.input--container {
  margin-bottom: 28px;
}

label {
  display: inline-block;
  line-height: 1.2;
}

#ssdi-result {
  width: 100%;
  min-height: 64px;
  display: grid;
  place-content: center;
  text-align: center;
  background-color: var(--color-brand-yellow, #FAE284);
  padding: 24px;
  margin: 28px auto;
  box-shadow: var(--wp--preset--shadow--shallow, 0 0 30px 5px rgba(0, 0, 0, 0.15));
}

#ssdi-estimate {
  margin-bottom: 0;
}

.tooltip {
  text-decoration: underline dotted var(--color-brand-blue, #0c5da2);
  cursor: pointer;
  margin-bottom: 0;
}

.field--input .tooltip {
  margin-top: -12px;
}

.row--label {
  display: flex;
  align-items: center;
  gap: 16px;
}

.sbpc-row .row--label {
  margin-bottom: 16px;
}

.row--label .tip-icon {
  margin-bottom: 0;
  line-height: 1;
}

@media only screen and (min-width: 48em) {
  .row {
    margin-bottom: 16px;
  }
  #ssdi-calculator-form input {
    flex-basis: 85%;
  }
  #ssdi-calculator-form output {
    flex-basis: 15%;
  }
  #ssdi-result {
    width: 80%;
    padding: 24px 48px;
    text-wrap: pretty;
    text-wrap: balance;
  }
}
/* Back Pay Calculator Styles */
#ssdi-backpay-calculator-form {
  box-shadow: var(--wp--preset--shadow--shallow, 0 0 30px 5px rgba(0, 0, 0, 0.15));
  padding: 16px;
  margin-bottom: 24px;
}

.radio--container {
  display: flex;
  gap: 24px;
  margin: 8px 0;
}

.radio--label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-weight: normal;
}

.radio--label input[type=radio] {
  width: auto;
  margin: 0;
  cursor: pointer;
}

.radio--text {
  font-size: 16px;
}

#ssdi-backpay-result {
  width: 100%;
  min-height: 64px;
  display: grid;
  place-content: center;
  text-align: center;
  background-color: var(--color-brand-yellow, #FAE284);
  padding: 24px;
  margin: 28px auto;
  box-shadow: var(--wp--preset--shadow--shallow, 0 0 30px 5px rgba(0, 0, 0, 0.15));
}

#ssdi-backpay-estimate {
  margin-bottom: 0;
}

@media only screen and (min-width: 48em) {
  .sbpc-row {
    display: flex;
    width: 100%;
    gap: 32px;
  }
  .sbpc-row > * {
    flex: 1;
  }
  #ssdi-backpay-result {
    width: 80%;
    padding: 24px 48px;
    text-wrap: pretty;
    text-wrap: balance;
  }
}

/*# sourceMappingURL=woods-ssdi-calculator.css.map */
