@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syne:wght@400..800&display=swap");
.goleasing-calculator-plugin .col-md-12, .goleasing-calculator-plugin .col-lg-6, .goleasing-calculator-plugin .col-lg-3, .goleasing-calculator-plugin .col-md-6, .goleasing-calculator-plugin .col-sm-12, .goleasing-calculator-plugin .col-xs-12 {
  display: block !important;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-step2-container {
  display: block !important;
}
.goleasing-calculator-plugin a {
  color: #ff2800;
  text-decoration: underline;
}
.goleasing-calculator-plugin .row > div {
  display: block;
}
.goleasing-calculator-plugin {
  background: var(--Light-Orange, #FEEEE6);
  padding: 40px;
  border-radius: 26px;
}
.goleasing-calculator-plugin > div > div {
  margin-bottom: 15px;
}
.goleasing-calculator-plugin .go-calculator-input-range label {
  color: var(--Black, #000000);
  font-family: "Syne";
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .go-calculator-input-range input[type=range] {
  width: 100%;
  -webkit-appearance: none; /* Remove default styling */
  appearance: none;
  width: 100%;
  height: 8px; /* Adjust track height */
  background: #F6DCCE; /* Track background color */
  border-radius: 5px;
  outline: none;
  transition: background 0.3s;
  margin-top: 30px;
}
.goleasing-calculator-plugin .go-calculator-input-range input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px; /* Size of the custom image */
  height: 30px;
  background: url("go.png") no-repeat center; /* Replace with your image URL */
  background-size: contain;
  border: none;
  cursor: pointer;
  box-shadow: none; /* 🔑 removes default shadow */
}
.goleasing-calculator-plugin .go-calculator-input-range input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: url("go.png") no-repeat center; /* Replace with your image URL */
  background-size: contain;
  border: none;
  cursor: pointer;
  box-shadow: none;
}
.goleasing-calculator-plugin .go-calculator-input-range input[type=range]:disabled::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px; /* Size of the custom image */
  height: 30px;
  background: url("go-gray.png") no-repeat center; /* Replace with your image URL */
  background-size: contain;
  border: none;
  cursor: pointer;
  box-shadow: none;
}
.goleasing-calculator-plugin .go-calculator-input-range input[type=range]:disabled::-moz-range-thumb {
  width: 30px;
  height: 30px;
  background: url("go-gray.png") no-repeat center; /* Replace with your image URL */
  background-size: contain;
  border: none;
  cursor: pointer;
  box-shadow: none;
}
.goleasing-calculator-plugin .go-calculator-input-range input[type=range]::-ms-fill-lower {
  background: #FF2800;
}
.goleasing-calculator-plugin .go-calculator-input-range input[type=range]::-ms-fill-upper {
  background: #F6DCCE;
}
.goleasing-calculator-plugin .selector_input label {
  color: var(--Black, #000000);
  font-family: "Syne";
  font-size: 17px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .selector_input .selector {
  display: flex;
  justify-content: left;
  margin-top: 10px;
}
.goleasing-calculator-plugin .selector_input .selector input[type=radio] {
  display: none;
}
.goleasing-calculator-plugin .selector_input .selector label {
  padding: 10px 0;
  width: 16.5%;
  text-align: center;
  border: 1px solid #F6DCCE;
  cursor: pointer;
  background-color: #F6DCCE;
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #000;
  transition: background-color 0.3s, border-color 0.3s;
}
.goleasing-calculator-plugin .selector_input .selector label:first-of-type {
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
}
.goleasing-calculator-plugin .selector_input .selector label:last-of-type {
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}
.goleasing-calculator-plugin .selector_input .selector input[type=radio]:checked + label {
  background-color: #FEEEE6;
  border-color: #FF2800;
  color: #FF2800;
  font-weight: bold;
}
.goleasing-calculator-plugin .lo-calc-input-ratio {
  width: 100%;
  display: block;
}
.goleasing-calculator-plugin .lo-calc-input-ratio > label {
  color: var(--Black, #000000);
  font-family: "Syne";
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 20px;
}
.goleasing-calculator-plugin .lo-calc-input-ratio .lo-calc-form-check {
  padding: 10px 0;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .lo-calc-input-ratio .lo-calc-form-check label {
  margin-right: 10px;
  margin-top: 10px;
}
.goleasing-calculator-plugin .lo-calc-input-ratio .lo-calc-form-check input[type=radio] {
  display: none;
}
.goleasing-calculator-plugin .lo-calc-input-ratio .lo-calc-form-check label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #f3d6cb; /* Default background color for unselected */
  border: 1px solid #e6a898;
  margin-right: 2px;
  transition: background-color 0.3s, border 0.3s;
}
.goleasing-calculator-plugin .lo-calc-input-ratio .lo-calc-form-check label:has(input[type=radio]:checked)::before {
  background-color: #ff4500;
  border-color: #ff4500;
}
.goleasing-calculator-plugin .input {
  width: 100%;
  border-bottom: 1px solid #F8B0A3;
  display: block;
  height: auto;
}
.goleasing-calculator-plugin .input label {
  color: var(--Black, #000000);
  font-family: "Syne";
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding-bottom: 20px;
}
.goleasing-calculator-plugin .input input, .goleasing-calculator-plugin .input select, .goleasing-calculator-plugin .input .select2-selection {
  background-color: transparent;
  border: none;
  border: none;
  padding: 0;
  width: 100%;
  color: #EC9586;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
  margin-top: 10px;
  height: 28px;
}
.goleasing-calculator-plugin .input select {
  -webkit-appearance: none; /* Remove Safari’s default styling */
  -moz-appearance: none; /* Remove Firefox’s default styling */
  appearance: none; /* Modern standard */
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
}
.goleasing-calculator-plugin h2 {
  font-family: Syne;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 20px;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result, .goleasing-calculator-plugin .go-auto-calculator-calc-result {
  display: none;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result, .goleasing-calculator-plugin .go-auto-calculator-calc-result {
  width: 100%;
  margin-top: 30px;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row {
  border-bottom: 1px solid var(--Middle-Orange, #FFCAC0);
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row > div, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row > div {
  padding: 10px 30px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 35.3px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
  display: block !important;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row > div:last-of-type, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row > div:last-of-type {
  text-align: right;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row .rrso-icon, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row .rrso-icon {
  position: relative;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row .rrso-icon img, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row .rrso-icon img {
  width: 22px;
  height: 22px;
  margin-left: 3px;
  vertical-align: middle; /* aligns with text baseline */
  cursor: pointer;
  display: inline;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result button, .goleasing-calculator-plugin .go-auto-calculator-calc-result button {
  margin-right: 0;
  margin-left: auto;
  margin-top: 20px;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row:first-of-type, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row:first-of-type {
  border-bottom: 2px solid var(--Main-orange, #FF2800);
  background: #FFFFFF;
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row:first-of-type > div:first-of-type, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row:first-of-type > div:first-of-type {
  padding: 5px 30px;
  color: #000000;
  text-align: left;
  font-family: Syne;
  font-size: 20px;
  font-weight: 600;
  line-height: 45px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  vertical-align: center;
}
@media (max-width: 768px) {
  .goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row:first-of-type > div:first-of-type, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row:first-of-type > div:first-of-type {
    line-height: 25px;
    padding-top: 10px;
  }
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row:first-of-type > div:last-of-type, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row:first-of-type > div:last-of-type {
  text-align: right;
  padding: 5px 30px;
  font-family: Syne;
  font-size: 36px;
  font-weight: 600;
  line-height: 43.2px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--Main-orange, #FF2800);
}
@media (max-width: 768px) {
  .goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row:first-of-type > div:last-of-type, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row:first-of-type > div:last-of-type {
    font-size: 30px;
    text-align: left;
  }
}
.goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row:first-of-type > div:last-of-type small, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row:first-of-type > div:last-of-type small {
  font-family: Syne;
  font-size: 20px;
  font-weight: 600;
  line-height: 43px;
  text-align: right;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
@media (max-width: 768px) {
  .goleasing-calculator-plugin .go-auto-calculator-lo-calc-result .row:first-of-type > div:last-of-type small, .goleasing-calculator-plugin .go-auto-calculator-calc-result .row:first-of-type > div:last-of-type small {
    font-size: 15px;
    text-align: left;
  }
}
.goleasing-calculator-plugin .go-auto-input-desc {
  display: inline-block;
  width: 40px;
  margin-left: 10px;
  padding: 0px 8px 0px 8px;
  gap: 10px;
  border-radius: 8px;
  border: 0;
  background: #F6DCCE;
  color: black;
  font-family: "Inter";
  font-size: 14px;
  font-weight: 400;
}
.goleasing-calculator-plugin .go-auto-calculator-button-wrapper-right {
  display: block !important;
  text-align: right;
}
.goleasing-calculator-plugin button {
  background: var(--Main-orange, #FF2800);
  border-radius: 30px;
  padding: 10px 20px;
  color: white;
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  border: 0;
  cursor: pointer;
  transition: 0.3s;
  line-height: 32px;
  text-transform: uppercase;
}
.goleasing-calculator-plugin button img {
  margin-left: 10px;
  margin-top: 5px;
  float: right;
}
.goleasing-calculator-plugin button:hover {
  background: var(--Main-orange, #dd1d00);
}
@media (max-width: 992px) {
  .goleasing-calculator-plugin button {
    width: 100%;
  }
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result {
  display: none !important;
  transition: 0;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result h3.go-calculator-taxes-result-title {
  font-family: Inter;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 20px;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result > div {
  padding: 0 5px;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result div * {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result .go-calculator-taxes-result-main-header {
  background: #FFFFFF;
  border-bottom: 1px solid var(--Main-orange, #FF2800);
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result .go-calculator-taxes-result-header {
  border-bottom: 1px solid var(--Middle-Orange, #FFCAC0);
  background: var(--Light-Orange, #FEEEE6);
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result .go-calculator-taxes-result-value, .goleasing-calculator-plugin .row > .go-calculator-taxes-result .go-calculator-taxes-result-value-highlight {
  border-bottom: 1px solid var(--Middle-Orange, #FFCAC0);
  background: #FFFFFF;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20.3px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result .go-calculator-taxes-result-value-highlight {
  font-family: Inter;
  color: var(--Main-orange, #FF2800);
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result .go-calculator-taxes-result-summary-header {
  border-bottom: 1px solid var(--Middle-Orange, #FFCAC0);
  background: #F6DCCE;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.3px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result .go-calculator-taxes-result-summary-value {
  background: #FFFFFF;
  color: var(--Main-orange, #FF2800);
  font-family: Inter;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result p {
  font-family: Inter;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 0;
}
.goleasing-calculator-plugin .row > .go-calculator-taxes-result.show {
  padding-left: 20px;
  padding-right: 20px;
  display: flex !important;
}
.goleasing-calculator-plugin .go-calculator-taxes-result-details {
  display: none;
}
.goleasing-calculator-plugin .go-calculator-taxes-result-show-details button {
  border: 1px solid var(--Main-orange, rgb(255, 40, 0));
  background: transparent;
  color: var(--Main-orange, rgb(255, 40, 0));
  font-family: Inter;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.94px;
  letter-spacing: 0.05em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.select2-container--goleas-calc span.select2-dropdown span.select2-search {
  height: 40px;
  margin-top: 10px;
}

.select2-results__option {
  background: rgb(244, 244, 244);
  color: var(--Grey-txt, rgb(90, 90, 96));
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.select2-results__option--highlighted {
  background: rgb(238, 238, 238) !important;
  color: var(--Main-orange, rgb(255, 40, 0)) !important;
}

.select2-search__field {
  color: var(--Main-orange, rgb(255, 40, 0)) !important;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.94px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.select2-container--goleas-calc .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--goleas-calc .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--goleas-calc .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--goleas-calc .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--goleas-calc .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--goleas-calc .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--goleas-calc[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--goleas-calc[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--goleas-calc.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--goleas-calc.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--goleas-calc.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--goleas-calc .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--goleas-calc .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px;
}

.select2-container--goleas-calc .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--goleas-calc .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--goleas-calc .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--goleas-calc .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--goleas-calc .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--goleas-calc[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--goleas-calc[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--goleas-calc[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--goleas-calc[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--goleas-calc.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--goleas-calc.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--goleas-calc.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--goleas-calc.select2-container--open.select2-container--above .select2-selection--single, .select2-container--goleas-calc.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--goleas-calc.select2-container--open.select2-container--below .select2-selection--single, .select2-container--goleas-calc.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--goleas-calc .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--goleas-calc .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--goleas-calc .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--goleas-calc .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--goleas-calc .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--goleas-calc .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--goleas-calc .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--goleas-calc .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--goleas-calc .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--goleas-calc .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--goleas-calc .select2-results__option--group {
  padding: 0;
}

.select2-container--goleas-calc .select2-results__option--disabled {
  color: #999;
}

.select2-container--goleas-calc .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--goleas-calc .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--goleas-calc .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.goleasing-calculator-plugin .row > .contact-form {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  display: none !important;
}
.goleasing-calculator-plugin .row > .contact-form .form-group {
  margin-bottom: 15px;
}
.goleasing-calculator-plugin .row > .contact-form .form-group input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.module-section-offerts-leasings h2 {
  position: relative;
}

.tooltip-calculator {
  position: absolute;
  transform: translateX(-2%);
  bottom: calc(100% + 5px);
  border-radius: 26px 26px 26px 0px;
  background-color: #EDA89C;
  padding: 14px 20px;
  max-width: 60vw;
  width: 500px;
  display: none;
  opacity: 1;
}

.tooltip-calculator small {
  /* @include Tsmall400; */
  color: #fff;
  font-family: "Inter";
  font-size: 9px;
  font-weight: 400;
  line-height: 1.45;
}

.tooltip-calculator .close {
  position: absolute;
  top: -13px;
  right: -13px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: #1E1E1E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  padding-left: 1px;
}

.tooltip-calculator .close:hover {
  background-color: #fff;
}

.tooltip-calculator .close:hover img {
  filter: brightness(0) invert(0);
}

img.graphic {
  position: absolute;
  bottom: -11px;
  left: 0;
  width: 20px;
  height: 19px;
}

/*# sourceMappingURL=style.css.map */
