.bt-calc {
  border: 1px solid rgba(0, 20, 60, 0.2);
  border-radius: 0.25rem;
  --tw-shadow: 8px 16px 32px rgba(0, 12, 48, 0.075);
  --tw-shadow-colored: 8px 16px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.bt-calc .btcalc-section {
  padding: 2rem 1rem;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 20, 60, 0.2);
}
.bt-calc .btcalc-section .btcalc-nomargintop {
  margin-top: 0 !important;
}
.bt-calc .btcalc-section .btcalc-nomarginbottom {
  margin-bottom: 0 !important;
}
.bt-calc .btcalc-section .btcalc-field {
  width: calc(50% - 2rem);
  margin: 1rem;
}
.bt-calc .btcalc-section .btcalc-field.btcalc-field-full {
  width: calc(100% - 2rem);
}
.bt-calc .btcalc-section .btcalc-field.btcalc-field-34 {
  width: calc(75% - 2rem);
}
.bt-calc .btcalc-section .btcalc-field.btcalc-field-14 {
  width: calc(25% - 2rem);
}
.bt-calc .btcalc-section .btcalc-field.btcalc-field-13 {
  width: calc(33.3333% - 2rem);
}
.bt-calc .btcalc-section .btcalc-field.btcalc-field-23 {
  width: calc(66.6666% - 2rem);
}
@media (max-width: 575px) {
  .bt-calc .btcalc-section .btcalc-field {
    width: calc(100% - 2rem) !important;
  }
}
.bt-calc .btcalc-section .btcalc-field label {
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #113329;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;
}
.bt-calc .btcalc-section .btcalc-field label.tooltip {
  margin-bottom: 0;
}
.bt-calc .btcalc-section .btcalc-field input[type=number],
.bt-calc .btcalc-section .btcalc-field input[type=text],
.bt-calc .btcalc-section .btcalc-field select {
  padding: 0.5rem;
  padding: 0.8rem;
  border: 1px solid rgba(0, 20, 60, 0.2);
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  color: rgb(107, 114, 128);
}
.bt-calc .btcalc-section .btcalc-field input[type=number]::-moz-placeholder, .bt-calc .btcalc-section .btcalc-field input[type=text]::-moz-placeholder, .bt-calc .btcalc-section .btcalc-field select::-moz-placeholder {
  color: rgba(107, 114, 128, 0.5);
}
.bt-calc .btcalc-section .btcalc-field input[type=number]::placeholder,
.bt-calc .btcalc-section .btcalc-field input[type=text]::placeholder,
.bt-calc .btcalc-section .btcalc-field select::placeholder {
  color: rgba(107, 114, 128, 0.5);
}
.bt-calc .btcalc-section .btcalc-field input[type=number]:focus,
.bt-calc .btcalc-section .btcalc-field input[type=text]:focus,
.bt-calc .btcalc-section .btcalc-field select:focus {
  border: 1px solid rgba(0, 20, 60, 0.5);
}
.bt-calc .btcalc-section .btcalc-field select {
  -webkit-appearance: auto;
}
.bt-calc .btcalc-section .btcalc-field button {
  border: none;
  border-radius: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  width: 100%;
  color: #fff;
  background-color: #338877;
  height: 60px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.bt-calc .btcalc-section .btcalc-field button:hover {
  background-color: #113329;
}
.bt-calc .btcalc-section .btcalc-field button#resbutton {
  background-color: #113329;
}
.bt-calc .btcalc-section .btcalc-field button#resbutton:hover {
  background-color: #338877;
}
.bt-calc .btcalc-section .btcalc-field.btcalc-results {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.bt-calc .btcalc-section .btcalc-field.btcalc-results #result,
.bt-calc .btcalc-section .btcalc-field.btcalc-results #evperc,
.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result {
  width: 300px;
  max-width: 50%;
  padding: 0 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: rgb(107, 114, 128);
  text-align: center;
}
.bt-calc .btcalc-section .btcalc-field.btcalc-results #result > div,
.bt-calc .btcalc-section .btcalc-field.btcalc-results #evperc > div,
.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result > div {
  color: #338877;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}
@media (max-width: 575px) {
  .bt-calc .btcalc-section .btcalc-field.btcalc-results #result,
  .bt-calc .btcalc-section .btcalc-field.btcalc-results #evperc,
  .bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result {
    width: 100% !important;
    max-width: 100% !important;
    margin: 15px !important;
    border: none !important;
  }
}
.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result {
  width: 40%;
  margin-bottom: 1.5rem;
}
.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result:nth-child(odd) {
  border-right: 1px solid rgba(0, 20, 60, 0.2);
}
.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result-highlight {
  text-align: center;
  max-width: 100%;
  margin-top: 5px;
  padding: 14px 0 19px 0;
  width: 100%;
  background-color: #113329;
  color: #fff;
}
.bt-calc .btcalc-section .btcalc-field.btcalc-results #result {
  border-right: 1px solid rgba(0, 20, 60, 0.2);
}
.bt-calc .btcalc-section .btcalc-field .btcalc-button-group {
  display: flex;
}
.bt-calc .btcalc-section .btcalc-field .btcalc-button-group > div, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > label {
  padding: 0.5rem;
  padding: 0.8rem;
  border: 1px solid rgba(0, 20, 60, 0.2);
  width: auto;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  border-radius: 0rem;
  color: rgb(107, 114, 128);
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.bt-calc .btcalc-section .btcalc-field .btcalc-button-group > div:hover, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > label:hover {
  background-color: #338877;
  color: #fff;
}
.bt-calc .btcalc-section .btcalc-field .btcalc-button-group > div:first-child, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > label:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.bt-calc .btcalc-section .btcalc-field .btcalc-button-group > div:last-child, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > label:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.bt-calc .btcalc-section .btcalc-field .btcalc-button-group > div.kelly-odds-format-active, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > div.active, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > label.kelly-odds-format-active, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > label.active {
  background-color: #113329;
  color: #fff;
}
.bt-calc .btcalc-section .btcalc-field .btcalc-button-group > div input, .bt-calc .btcalc-section .btcalc-field .btcalc-button-group > label input {
  display: none;
}

.a4wm-bet-calculator .widget-calculator-winnings {
  width: 100%;
}
.a4wm-bet-calculator .widget-calculator-selections .d-flex {
  display: flex;
  gap: 5px;
  align-items: center;
}
.a4wm-bet-calculator .widget-calculator-selections .d-flex > span {
  margin-bottom: 10px;
}

.a4wm-kelly-calculator .float-right {
  float: right;
}
.a4wm-kelly-calculator .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.9625rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-tooltip-font-size);
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  margin: var(--bs-tooltip-margin);
  /*
  opacity: 0;
  */
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: var(--bs-tooltip-zindex);
  position: relative;
  margin: 0;
}
.a4wm-kelly-calculator .tooltip i {
  color: #FDB833;
}
.a4wm-kelly-calculator .tooltip span {
  visibility: hidden;
  width: 15em;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 9;
  left: -20px;
  transform: translate(-100%, 0px);
  margin-left: 1em;
  opacity: 0;
  transition: opacity 1s;
  background: #FDB833;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  color: #203342;
  font-size: 12px;
  font-weight: 500;
}
.a4wm-kelly-calculator .tooltip span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  transform: rotate(270deg);
  border-width: 5px;
  border-style: solid;
  border-color: #FDB833 transparent transparent transparent;
}
.a4wm-kelly-calculator .tooltip input {
  display: none;
}
.a4wm-kelly-calculator .tooltip input:checked + span {
  visibility: visible;
  opacity: 1;
}
.a4wm-kelly-calculator .kelly-odds-tabcontent {
  flex-wrap: wrap;
}

.a4wm-margin-calculator #way-2-markets {
  display: none;
}

.a4wm-poisson-calculator.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result {
  width: 30%;
  border-right: 1px solid rgba(0, 20, 60, 0.2);
}
.a4wm-poisson-calculator.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result:last-child {
  border-right: none;
}

.bt-calc.a4wm-accumulator-calculator-new {
  position: relative;
}
.bt-calc.a4wm-accumulator-calculator-new.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result {
  width: 30%;
  border-right: 1px solid rgba(0, 20, 60, 0.2);
  margin-bottom: 0;
}
.bt-calc.a4wm-accumulator-calculator-new.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result:last-child {
  border-right: none;
}
.bt-calc.a4wm-accumulator-calculator-new span.sr-only {
  display: none;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal {
  max-width: 200px;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-leg input {
  min-width: 50px;
}
@media (max-width: 767px) {
  .bt-calc.a4wm-accumulator-calculator-new .bc-leg input,
  .bt-calc.a4wm-accumulator-calculator-new .bc-leg select {
    font-size: 12px;
    /*
    padding: 3px 6px;
    height: 28px;
    */
  }
  .bt-calc.a4wm-accumulator-calculator-new .bc-leg td {
    font-size: 12px;
  }
}
.bt-calc.a4wm-accumulator-calculator-new #bc-table-legs select.form-control {
  width: auto;
}
.bt-calc.a4wm-accumulator-calculator-new #bc-table-legs td {
  vertical-align: middle !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal,
.bt-calc.a4wm-accumulator-calculator-new .bc-place-terms {
  display: none;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-odds-numerator {
  text-align: right;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-total-table th,
.bt-calc.a4wm-accumulator-calculator-new .bc-total-table td {
  text-align: center;
  width: 33.3333%;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-hint {
  color: #66FFDE;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-panel {
  position: relative;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-waiting {
  display: none;
  position: absolute;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  flex: auto;
  width: 100%;
  height: 100%;
  align-items: center;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-waiting .fa-spin {
  display: flex;
  margin: 0 auto;
  color: #000;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-dh {
  font-size: 12px;
  display: none;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-dh td {
  border-top: 0 !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-dh label {
  font-weight: 400 !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-dh input {
  font-size: 12px;
  padding: 3px 6px;
  height: 28px;
  width: 50px !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-calculate {
  margin-bottom: 10px;
}
.bt-calc.a4wm-accumulator-calculator-new .table-responsive {
  overflow-x: auto;
}
.bt-calc.a4wm-accumulator-calculator-new .table-responsive th {
  padding: 5px;
  vertical-align: middle;
}
.bt-calc.a4wm-accumulator-calculator-new .table-responsive select {
  padding: 0.8rem;
  border: 1px solid rgba(0, 20, 60, 0.2);
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  color: rgb(107, 114, 128);
  -webkit-appearance: auto;
  width: 100% !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal {
  margin: 0 auto;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional .btcalc-field,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional .input-group,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american .btcalc-field,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american .input-group,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal .btcalc-field,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal .input-group {
  display: flex;
  margin: 0 auto;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional input,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american input,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal input {
  padding: 0.8rem;
  border: 1px solid rgba(0, 20, 60, 0.2);
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  color: rgb(107, 114, 128);
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional .bc-odds-numerator,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american .bc-odds-numerator,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal .bc-odds-numerator {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional .bc-odds-denominator,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american .bc-odds-denominator,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal .bc-odds-denominator {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-fractional .input-group-addon,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american .input-group-addon,
.bt-calc.a4wm-accumulator-calculator-new .bc-box-decimal .input-group-addon {
  padding: 0.8rem;
  border: 1px solid rgba(0, 20, 60, 0.2);
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0.25rem;
  color: rgb(107, 114, 128);
  width: auto;
  padding-left: 0;
  padding-right: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american .input-group-addon {
  border-left: 1px solid rgba(0, 20, 60, 0.2);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-left: 0.8em;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-box-american .bc-odds-american {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.bt-calc.a4wm-accumulator-calculator-new table {
  margin: 0 !important;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-waiting {
  display: none;
  position: absolute;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.2);
  font-size: 30px;
  flex: auto;
  width: 100%;
  height: 100%;
  align-items: center;
}
.bt-calc.a4wm-accumulator-calculator-new .bc-waiting .fa-spin {
  display: flex;
  margin: 0 auto;
  color: #000;
}
.bt-calc.a4wm-accumulator-calculator-new .tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-font-size: 0.9625rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  word-wrap: break-word;
  display: block;
  font-family: var(--bs-font-sans-serif);
  font-size: var(--bs-tooltip-font-size);
  font-style: normal;
  font-weight: 600;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.3;
  margin: var(--bs-tooltip-margin);
  /*
  opacity: 0;
  */
  text-align: left;
  text-align: start;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: var(--bs-tooltip-zindex);
  position: relative;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}
.bt-calc.a4wm-accumulator-calculator-new .tooltip i {
  color: #FDB833;
}
.bt-calc.a4wm-accumulator-calculator-new .tooltip span {
  visibility: hidden;
  width: 15em;
  text-align: left;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
  z-index: 9;
  left: -20px;
  transform: translate(-100%, 0px);
  margin-left: 1em;
  opacity: 0;
  transition: opacity 1s;
  background: #FDB833;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  color: #203342;
  font-size: 12px;
  font-weight: 500;
}
.bt-calc.a4wm-accumulator-calculator-new .tooltip span::after {
  content: "";
  position: absolute;
  top: 10px;
  right: -10px;
  transform: rotate(270deg);
  border-width: 5px;
  border-style: solid;
  border-color: #FDB833 transparent transparent transparent;
}
.bt-calc.a4wm-accumulator-calculator-new .tooltip input {
  display: none;
}
.bt-calc.a4wm-accumulator-calculator-new .tooltip input:checked + span {
  visibility: visible;
  opacity: 1;
}

.a4wm-surebet-calc .noDsp {
  display: none;
}

.a4wm-odds-calculator .bcalc-winnings {
  line-height: 1.4;
}

.a4wm-forecasts-calculator .display-none {
  display: none;
}
.a4wm-forecasts-calculator table.result-table {
  margin: 0 !important;
}

.a4wm-roundrobin-calculator.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result {
  width: 30%;
  border-right: 1px solid rgba(0, 20, 60, 0.2);
}
.a4wm-roundrobin-calculator.bt-calc .btcalc-section .btcalc-field.btcalc-results .btcalc-result:last-child {
  border-right: none;
}
.a4wm-roundrobin-calculator table.table .input-group {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 767px) {
  .a4wm-roundrobin-calculator .table-responsive {
    overflow-x: auto;
  }
  .a4wm-roundrobin-calculator .table-responsive input[type=text], .a4wm-roundrobin-calculator .table-responsive input[type=number], .a4wm-roundrobin-calculator .table-responsive select {
    min-width: 100px;
  }
  .a4wm-roundrobin-calculator .table-responsive::-webkit-scrollbar {
    width: 12px;
  }
  .a4wm-roundrobin-calculator .table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .a4wm-roundrobin-calculator .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}

.a4wm-all-calculators .a4wm-sub-calculator {
  display: none;
}

.a4wm-hedging-calculator {
  /*! CSS Used from: https://static.oddschecker.com/OC/css/compiled/OC/static/betting-tools/hedging-calculator.1333.css */
  /*! CSS Used from: https://static.oddschecker.com/OC/css/compiled/OC/beta.1333.css */
  /*! CSS Used from: https://static.oddschecker.com/OC/css/compiled/OC/beta-new.1333.css */
  /*! CSS Used from: https://cdn.oddschecker.com/theme/css/theme-e9d17dae12933873804705499647f4b0.css */
}
.a4wm-hedging-calculator form input,
.a4wm-hedging-calculator form label,
.a4wm-hedging-calculator form td,
.a4wm-hedging-calculator form th {
  font-size: 12px;
  padding: 0 !important;
}
.a4wm-hedging-calculator form input.selection-text,
.a4wm-hedging-calculator form label.selection-text,
.a4wm-hedging-calculator form td.selection-text,
.a4wm-hedging-calculator form th.selection-text {
  padding: 5px !important;
}
.a4wm-hedging-calculator form label {
  cursor: pointer;
  display: block;
  margin-bottom: 5px;
}
.a4wm-hedging-calculator form table {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  width: 310px;
}
.a4wm-hedging-calculator form .table-2 {
  margin-right: 0;
}
.a4wm-hedging-calculator form th {
  background: #000;
  color: #fff;
  font-weight: 700;
  padding: 5px !important;
  vertical-align: top;
  border-right: 1px solid #fff;
  text-align: left !important;
}
.a4wm-hedging-calculator form td {
  line-height: 1;
  vertical-align: middle;
}
.a4wm-hedging-calculator form .selection-text {
  background: #999;
  color: #fff;
  padding: 5px;
}
.a4wm-hedging-calculator form input,
.a4wm-hedging-calculator form select {
  width: 70px !important;
  padding: 0;
  margin: 3px;
  float: left;
  height: auto;
}
.a4wm-hedging-calculator form .checkbox {
  width: auto;
  margin: 6px 6px 0 0;
}
.a4wm-hedging-calculator form .currency-symbol {
  float: left;
  margin-top: 5px;
  font-weight: 700;
}
.a4wm-hedging-calculator form .price input {
  height: 23px;
  border: none;
  background: #f6f7f7;
}
.a4wm-hedging-calculator form .submit-btns {
  clear: both;
  width: 375px;
  padding-top: 10px;
}
.a4wm-hedging-calculator form .submit-btns .description {
  float: left;
  margin: 5px;
}
.a4wm-hedging-calculator form .button {
  margin-top: 3px;
}
.a4wm-hedging-calculator .summary .currency-symbol {
  padding-left: 5px;
}
.a4wm-hedging-calculator option,
.a4wm-hedging-calculator span {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 22px !important;
}
.a4wm-hedging-calculator label {
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 20px !important;
}
.a4wm-hedging-calculator button,
.a4wm-hedging-calculator div,
.a4wm-hedging-calculator form,
.a4wm-hedging-calculator label,
.a4wm-hedging-calculator span,
.a4wm-hedging-calculator table,
.a4wm-hedging-calculator tbody,
.a4wm-hedging-calculator td,
.a4wm-hedging-calculator th,
.a4wm-hedging-calculator tr {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 12px;
  background: 0 0;
}
.a4wm-hedging-calculator input,
.a4wm-hedging-calculator select {
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.a4wm-hedging-calculator th {
  font-weight: 400;
  font-style: normal;
}
.a4wm-hedging-calculator table {
  border-collapse: separate;
  border-spacing: 0;
}
.a4wm-hedging-calculator th {
  text-align: left;
}
.a4wm-hedging-calculator ::-webkit-scrollbar {
  width: 15px;
}
.a4wm-hedging-calculator ::-webkit-scrollbar-track {
  background-color: #f9f9f9;
}
.a4wm-hedging-calculator ::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border: 2px solid #f9f9f9;
}
.a4wm-hedging-calculator label {
  line-height: 1.3;
  font-style: inherit;
}
.a4wm-hedging-calculator label {
  cursor: pointer;
}
.a4wm-hedging-calculator button:disabled {
  opacity: 0.65;
  cursor: not-allowed !important;
}
.a4wm-hedging-calculator .button {
  position: relative;
  text-decoration: none;
  cursor: pointer;
  display: block;
  float: right;
  text-align: center;
  line-height: 1;
  text-transform: none;
}
.a4wm-hedging-calculator form table {
  width: 390px;
  margin-bottom: 10px;
}
.a4wm-hedging-calculator form .tableContainer {
  zoom: 1;
}
.a4wm-hedging-calculator form .tableContainer:after {
  clear: both;
  display: table;
  content: "";
}
.a4wm-hedging-calculator form table {
  width: 474px;
  width: calc(50% - 10px);
}
.a4wm-hedging-calculator .button {
  font-family: "Public Sans", Trebuchet MS, sans-serif !important;
}
.a4wm-hedging-calculator * {
  font-weight: 400;
}
.a4wm-hedging-calculator input[type=text] {
  border: 1px solid #eaeae9;
  border-radius: 3px;
  font-family: "Public Sans", Trebuchet MS, sans-serif !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 16px !important;
  color: #20242e;
  background-color: #fff;
}
.a4wm-hedging-calculator select {
  border: 1px solid #eaeae9;
  -webkit-appearance: auto;
}
.a4wm-hedging-calculator * {
  box-sizing: border-box;
}
.a4wm-hedging-calculator .btn-1-medium {
  font-family: "Public Sans", Trebuchet MS, sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #fff;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  padding: 0 10px !important;
  line-height: 40px !important;
}
.a4wm-hedging-calculator .btn-1-medium {
  background: #00e889;
}
.a4wm-hedging-calculator .btn-1-medium {
  width: 100%;
  float: none;
}
.a4wm-hedging-calculator .button {
  min-width: 65px;
}
.a4wm-hedging-calculator *,
.a4wm-hedging-calculator *:before,
.a4wm-hedging-calculator *:after {
  box-sizing: inherit;
}
.a4wm-hedging-calculator body * {
  box-sizing: border-box;
}
.a4wm-hedging-calculator button,
.a4wm-hedging-calculator div,
.a4wm-hedging-calculator form,
.a4wm-hedging-calculator label,
.a4wm-hedging-calculator span,
.a4wm-hedging-calculator table,
.a4wm-hedging-calculator tbody,
.a4wm-hedging-calculator td,
.a4wm-hedging-calculator th,
.a4wm-hedging-calculator tr {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-family: var(--oc-font-family);
  font-size: 15px;
  background: 0 0;
}