@import url('https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&display=swap');

*, :after, :before {
    box-sizing: border-box;
}
html {
width: 100%;
min-height: 100%;
height: 100%;
font-family: "Montserrat", sans-serif !important;
font-size: 12px;
}

body {
    margin: 0;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Montserrat,sans-serif;
    position: relative;
    height: 100%;
    min-height: 100%;
    margin: 0;
}
body::before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-image: url(/images/pattern-top-left-corner-min.svg), url(/images/dots-bg-min.svg), url(/images/dots-right-min.svg);
    background-repeat: no-repeat;
    background-position: top left, bottom left, bottom right;
    background-size: clamp(15rem, 15vw, 15rem), clamp(7rem, 7vw, 7rem), clamp(7rem, 7vw, 7rem);
    transform: none, none, rotate(180deg);
    background-attachment: fixed;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #838587;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
}

#map .zupanija {
    cursor: pointer;
}
#map .zupanija.active {
    fill: #E87D29;
}
#map .zupanija:hover {
    fill: #E87D29;
}

.container_calculator {
    position: relative;
    display: flex;
    flex-direction: row;
    height: 100%;
    background-color: #ffffff;
    color: #838587;
    font-family: Hanken Grotesk, sans-serif !important;
    font-size: 16px;
}
.container_calculator > main {
    display: flex;
    flex-direction: column;
    padding: 16px 20px 20px;
    overflow: hidden;
}
.container_calculator > main .logoSection {
    margin-bottom: 30px;
}
.container_calculator > main .navSection {
    padding-top: 7px;
    margin-left: -7%;
    width: 114%;
    margin-bottom: 30px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.container_calculator > main .navSection button.tablinks {
    background: inherit;
    border: none;
    color: #838587;
    font-size: 0.8125rem;
    font-weight: 500;
    padding-top: 12px;
    position: relative;
    width: 20%;
    transition: 1s;
    border-top: 2px solid #EBEBEB;
}
.container_calculator > main .navSection button.tablinks .tabTitle {
    display: none;
}
.container_calculator > main .navSection button.tablinks .dot {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -12px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #1E1E1E;
    font-feature-settings: "clig" off, "liga" off;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.6px;
}
.container_calculator > main .navSection button.tablinks .dot .dotNumber {
    display: inline-block;
}
.container_calculator > main .navSection button.tablinks .noBorderLeft {
    position: absolute;
    left: 0;
    right: 50%;
    top: -2px;
    border: 2px solid #ffffff;
}
.container_calculator > main .navSection button.tablinks .noBorderRight {
    position: absolute;
    right: 0;
    left: 50%;
    top: -2px;
    border: 2px solid #ffffff;
}
.container_calculator > main .navSection button.tablinks.active {
    color: #000000;
}
.container_calculator > main .navSection button.tablinks.active .dot {
    background-color: #E87D29;
    color: #FFF;
}
.container_calculator > main .navSection button.tablinks .borderTopFirst {
    position: absolute;
    top: -2px;
    left: 50%;
    right: 50%;
    transition: right 1s;
}
.container_calculator > main .navSection button.tablinks .borderTopLast {
    position: absolute;
    top: -2px;
    left: 0;
    right: 50%;
    transition: right 1s;
}
.container_calculator > main .navSection button.tablinks .borderTop {
    position: absolute;
    top: -2px;
    left: 0;
    right: 50%;
    transition: right 1s;
}
.container_calculator > main .navSection button.tablinks.done .borderTopFirst {
    border: 1.5px solid #E87D29 !important;
    right: -52%;
    z-index: 1;
}
.container_calculator > main .navSection button.tablinks.done .borderTopLast {
    border: 1.5px solid #E87D29 !important;
    z-index: 1;
}
.container_calculator > main .navSection button.tablinks.done .borderTop {
    border: 1.5px solid #E87D29 !important;
    z-index: 1;
    right: -52%;
}
.container_calculator > main .navSection button.tablinks.done .dot {
    background-color: #E87D29 !important;
    color: #ffffff;
    display: inline-flex;
    z-index: 20;
}
.container_calculator > main .navSection button.tablinks.done .dot .dotNumber {
    content: url(/icons/checkWhite.svg);
}
.container_calculator > main .navSection button.tablinks:focus-visible {
    outline: none;
}
.container_calculator > main .tabSection {
    height: 100%;
    overflow: visible auto;
}
.container_calculator > main .tabSection .select2-container--default {
    font-size: clamp(15px, 0.875vw, 0.875rem);
}
.container_calculator > main .tabSection h1, .container_calculator > main .tabSection .h1 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.7px;
}
.container_calculator > main .tabSection .select2.select2-container {
    padding: 0.625rem 1.25rem;
}
.container_calculator > main .tabSection .selectWidthFit .select2.select2-container {
    width: 110px !important;
}
.container_calculator > main .tabSection .mapSection {
    height: -webkit-fill-available;
    padding-bottom: 30px;
}
.container_calculator > main .tabSection .mapSection > svg {
    height: 100%;
}
.container_calculator > main .tabSection .mapSection .titleZupanija {
    display: none;
    color: white;
    font-size: 0.875rem;
    background-color: black;
    padding: 8px 12px;
    border-radius: 4px;
    z-index: 100000000000000020;
    position: absolute;
}
.container_calculator > main .tabSection input {
    font-size: clamp(15px, 0.938vw, 0.938rem);
    padding: 0.8125rem 1.25rem;
}
.container_calculator > main .tabSection input::-webkit-input-placeholder {
    font-size: clamp(15px, 0.938vw, 0.938rem);
    color: var(--light-grey, #D2D2D2);
}
.container_calculator > main .tabSection .sliderContainer {
    position: relative;
    padding-top: 36px;
    overflow: hidden;
}
.container_calculator > main .tabSection .sliderContainer .tooltip {
    position: absolute;
    top: -35px;
    z-index: 100;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: auto;
    opacity: 1;
    font-size: 20px;
    font-family: inherit;
}
.container_calculator > main .tabSection .sliderContainer datalist {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    writing-mode: rl-tb;
    width: -webkit-fill-available;
    align-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}
.container_calculator > main .tabSection .sliderContainer datalist option {
    line-height: 0.5;
    padding: 0;
    display: inline-block;
    text-align: center;
    position: relative;
}
.container_calculator > main .tabSection .sliderContainer datalist option:nth-child(even) {
    visibility: hidden;
}
.container_calculator > main .tabSection .sliderContainer .datalist {
    color: var(--black-primary, #1E1E1E);
    font-size: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    writing-mode: rl-tb;
    width: -webkit-fill-available;
    align-content: stretch;
    align-items: center;
    flex-wrap: wrap;
}
.container_calculator > main .tabSection .sliderContainer .datalist .option {
    line-height: 0.5;
    padding: 0;
    text-align: end;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.container_calculator > main .tabSection .sliderContainer .datalist .option:nth-child(even) {
    visibility: hidden;
}
.container_calculator > main .tabSection .sliderContainer input[type=range] {
    padding: 0;
    -webkit-appearance: none;
    height: 5px;
    background: #D2D2D2;
    border-radius: 5px;
    background-image: linear-gradient(#E87D29, #E87D29);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}
.container_calculator > main .tabSection .sliderContainer input[type=range]::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    z-index: 1;
}
.container_calculator > main .tabSection .sliderContainer input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 80px;
    width: 40px;
    border-radius: 50%;
    background: inherit;
    cursor: ew-resize;
    box-shadow: none;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    background-image: url(/icons/sliderThumb.svg);
    background-size: 40px 40px;
    background-position: center 3px;
    background-repeat: no-repeat;
    position: relative;
    /* right: 16px */
}
.container_calculator > main p {
    font-size: 16px;
    line-height: 140%;
}
.container_calculator > main label.p {
    display: block;
    font-size: 16px;
    line-height: 140%;
}
.container_calculator #imageBackground {
    display: none;
    background-color: #1E1E1E;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.container_calculator #imageBackground[data-page=page1] {
    background-image: linear-gradient(180deg, rgba(0, 24, 32, 0) 40%, #001820 100%), url(/images/solari_bg1.jpg);
}
.container_calculator #imageBackground[data-page=page2] {
    background-image: linear-gradient(180deg, rgba(0, 24, 32, 0) 40%, #001820 100%), url(/images/solari_bg2.jpg);
}
.container_calculator #imageBackground[data-page=page3] {
    background-image: linear-gradient(180deg, rgba(0, 24, 32, 0) 40%, #001820 100%), url(/images/solari_bg3.jpg);
}
.container_calculator #imageBackground[data-page=page4] {
    background-image: linear-gradient(180deg, rgba(0, 24, 32, 0) 40%, #001820 100%), url(/images/solari_bg4.jpg);
}
.container_calculator #imageBackground[data-page=page5] {
    background-image: linear-gradient(180deg, rgba(0, 24, 32, 0) 40%, #001820 100%), url(/images/solari_bg5.jpg);
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-100 {
    height: 100%!important;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}


.mb_3 {
    margin-bottom: 0.75rem !important;
}
.mb_5 {
    margin-bottom: 1.25rem !important;
}
.dot {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #D2D2D2;
    display: inline-block;
}

.d-flex {
    display: flex !important;
}

.d-none {
    display: none !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}
.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: 1px;
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: 0.375rem;
    --bs-btn-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);
    background-color: var(--bs-btn-bg);
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
}
.btn {
    font-size: clamp(16px, 1vw, 1rem);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btnRoundArrow {
width: 60px;
height: 60px;
background-color: #e77c29;
background-repeat: no-repeat;
background-position: center;
border-radius: 50%;
text-transform: uppercase;
transition: background-position 1s;
}
.btnRoundArrow.arrowRight {
background-image: url("/icons/arraw_right.svg");
}
.btnRoundArrow.arrowLeft {
background-image: url("/icons/arrowRoundLeft.png");
}
.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-light {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #1E1E1E;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
}
.btn-light:hover {
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover .btnRoundArrow {
    background-position: 60% 50%;
}

.containerCheckBox {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border: 1px solid #D2D2D2;
    background: #FFF;
    color: #1E1E1E;
    position: relative;
    padding: 1.25rem;
    cursor: pointer;
    font-size: clamp(14px, 1vw, 1rem);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    flex-shrink: 1;
    transition-property: border, color;
    transition-duration: 1s;
}
.containerCheckBox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    visibility: hidden;
}
.containerCheckBox input:checked ~ .checkmark:after {
    display: block;
}
.containerCheckBox .checkmark {
    display: inline-block;
}
.containerCheckBox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}
.containerCheckBox .checkmark img {
    transition-duration: 1s;
}
.containerCheckBox:hover {
    border: 1px solid #E87D29;
    color: #E87D29;
}
.containerCheckBox:hover img {
    transform: translateY(-5px);
}
.containerCheckBox:has(input:checked) {
    border: 1px solid #E87D29;
}

.flex_gap20 {
    gap: 20px;
}
.flex_nogrow {
    flex-grow: 0;
}

.flex_shrink {
    flex-shrink: 1;
}
.flex-column {
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
            appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-group {
    position: relative;
}
.form-group .form-control {
    font-size: 0.875rem;
}
.form-group .form-label {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-group .form-text.help {
    display: none;
}
.form-label {
    margin-bottom: 0.5rem;
    color: #3f434a;
    font-style: normal;
    font-weight: 400;
    font-size: 0.938rem;
    font-size: clamp(15px, 0.938vw, 0.938rem);
    line-height: 1.25rem;
    padding-top: 2px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 0;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #6c757d;
}
.form-group .form-text.help {
    display: none;
}
.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.margin_b_30 {
    margin-bottom: 30px;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}
.ml_3 {
    margin-left: 0.75rem !important;
}
.mr_2 {
    margin-right: 0.5rem !important;
}
.mr_3 {
    margin-right: 0.75rem !important;
}
.mr_4 {
    margin-right: 1rem !important;
}
.mt_6 {
    margin-top: 1.5rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.pb_4 {
    padding-bottom: 1rem !important;
}
.pb_8 {
    padding-bottom: 2rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pl_4 {
    padding-left: 1rem !important;
}
.pr_4 {
    padding-right: 1rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
#loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #e77c29;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 1111;
    /* margin: 50%; */
    /* transform: translate(-50%, -50%); */
    top: 50%;
    left: 50%;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg);
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
        user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
        user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-results {
    display: block;
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
        user-select: none;
    -webkit-user-select: none;
    font-size: clamp(14px, 0.9375vw, 0.9375rem);
}

.select2-results__option--selectable {
    cursor: pointer;
}

.select2-container--open .select2-dropdown {
    left: 0;
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-search--dropdown {
    display: block;
    padding: 4px;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
    display: none;
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0);
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

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

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

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

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

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

.select2-container--default .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--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

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

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

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

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

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

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
}

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

.select2-container--default .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;
    position: absolute;
    left: 0;
    top: 0;
}

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

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

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

.select2-container--default[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--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.select2-container--default .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--default .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--default .select2-results__option--group {
    padding: 0;
}

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

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

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

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

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb;
}

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

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

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

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .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--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none;
}

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

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

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

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none;
}

.select2-container--classic .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--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
}

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

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none;
}

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

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

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none;
}

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
    border-top: none;
}

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

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

.select2-container--classic .select2-results__option--disabled {
    color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: white;
}

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

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb;
}
.select2.select2-container {
    display: block;
    width: 100% !important;
    padding: 0 0.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    z-index: 9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered:focus-visible {
    outline: none;
}

.select2-container--default .select2-selection--single {
    border: none;
    min-height: 25px;
    height: auto;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0.5rem 0.75rem;
    border-radius: 0.3125rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.select2-container--default .select2-selection--multiple {
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    background: inherit;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    padding: 4px 4px;
    border: none;
}
.text-center {
    text-align: center !important;
}


@media only screen and (min-width: 576px) {
    html {
        font-size: 12px;
    }
    body::before {
        background-size: clamp(20rem, 20vw, 20rem), clamp(10rem, 10vw, 10rem), clamp(10rem, 10vw, 10rem);
    }    
}
@media only screen and (min-width: 768px) {
    html {
        height: auto;
        font-size: 13px;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .container_calculator {
    height: 100vh;
    }
    .container_calculator > main {
    padding: 1rem 1.25rem 1.25rem;
    }
    .container_calculator > main .tabSection h1, .container_calculator > main .tabSection .h1 {
    font-size: 2rem;
    line-height: 125%;
    }
    .container_calculator > main .tabSection .select2-container--default {
    font-size: 16px;
    }
    .container_calculator > main .navSection {
    padding-top: 0;
    }
    .container_calculator > main .navSection button.tablinks .tabTitle {
    display: inline-block;
    }
    .container_calculator > main .navSection button.tablinks .dot {
    width: 8px;
    height: 8px;
    top: -5px;
    }
    .container_calculator > main .navSection button.tablinks .dot .dotNumber {
    display: none;
    }
    .container_calculator > main .tabSection .sliderContainer datalist option:nth-child(even) {
    visibility: visible;
    }
    .container_calculator > main .tabSection .sliderContainer .datalist .option {
    display: inline-block;
    }
    .container_calculator > main .tabSection .sliderContainer .datalist .option:nth-child(even) {
    visibility: visible;
    }
    .container_calculator > main p {
    font-size: 16px;
    line-height: 125%;
    }
}
@media only screen and (min-width: 991px) {
    html {
        font-size: 14px;
    }
    .container_calculator > main {
        padding: 2.5rem 3.75rem;
        }
        .container_calculator #imageBackground {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        padding: 1.25rem 1.875rem;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-end;
        }
        .container_calculator #imageBackground .locationData {
        color: #ffffff;
        }
        .container_calculator #imageBackground .locationData > div {
        padding: 1rem 1.25rem;
        }
        .container_calculator #imageBackground .locationData > div .title {
        color: var(--white, #FFF);
        text-align: start;
        font-feature-settings: "clig" off, "liga" off;
        text-shadow: 0px 4px 4px rgb(0, 0, 0);
        font-family: "Roboto Mono", monospace;
        font-size: 12px;
        font-style: normal;
        font-weight: 683;
        line-height: 14px; /* 116.667% */
        letter-spacing: 1px;
        text-transform: uppercase;
        }
        .container_calculator #imageBackground .locationData > div .data {
        text-shadow: 0px 4px 4px rgb(0, 0, 0);
        color: var(--white, #FFF);
        text-align: start;
        font-feature-settings: "clig" off, "liga" off;
        font-family: "Roboto Mono", monospace;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px; /* 100% */
        }
        .col-lg-6 {
            flex: 0 0 auto;
            width: 50%;
        }
}
@media only screen and (min-width: 1200px) {
html {
    font-size: 15px;
}
}
@media only screen and (min-width: 1400px) {
    html {
        font-size: 16px;
    }
    }
    

