/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*custom font*/

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');


#heading {
    text-transform: uppercase;
    color: #676A6E;
    font-weight: normal

}

#solarkalkulator.container-fluid {
    top: -200px;
    overflow: visible;
    z-index: 9999;
    position: relative;
}

#solarkalkulator #msform {
    text-align: center;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 0px;
    word-wrap: break-word;
    font-size: 18px;
}

#solarkalkulator #msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

#solarkalkulator #msform .form-card {
    text-align: left
}

#solarkalkulator #msform fieldset:not(:first-of-type) {
    display: none
}

#solarkalkulator #msform label {
    font-weight: bold;
}

#solarkalkulator #msform input[type=text],
#solarkalkulator #msform textarea {

    border: 1px solid #E4E5E3;
    margin-bottom: 0;
    margin-top: 0;
    height: 50px;
    width: 100% !important;
    /* max-height: 0 !important; */
    border-radius: 5px;
    box-sizing: border-box;
    color: #676A6E;
    /* background-color: #E4E5E4; */
    padding: 10px;
    padding-bottom: 0;
    font-size: 16px;
    padding-top: 2px;
    letter-spacing: 1px;
    margin-right: 10px;
}

#solarkalkulator #msform input[type=button] {
    background-color: transparent !important;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator #msform input:focus,
#solarkalkulator #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #673AB7;
    outline-width: 0
}

#solarkalkulator .address-box input[type=text] {
    border-radius: 5px !important;
    border: 1px solid #E4E5E3 !important;
}

#solarkalkulator #msform input[type=checkbox] {
    position: relative;
    border: 1px solid #E4E5E3;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    margin-bottom: 0;
    margin-top: 0;
    /* height: 0px; */
    width: 40px !important;
    max-height: 0 !important;
    border-radius: 5px;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #E4E5E4;
    padding: 10px;
    padding-bottom: 0;
    font-size: 16px;
    padding-top: 2px;
    letter-spacing: 1px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 1px solid grey !important;
    margin-right: 10px;
    background-color: #E4E5E4 !important;
}


#solarkalkulator .card {
    z-index: 0;
    border: none;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background-color: transparent !important;
}

#solarkalkulator .fs-title {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator #msform input[type=checkbox]:checked:after {
    opacity: 1;
    /* color: #EA5B0C; */
    border-color: #EA5B0C;
    height: 18px;
    width: 10px;
    top: 0;
}

#solarkalkulator .fs-title span {
    font-size: 28px;
    font-weight: 700;
    color: #EA5B0C;
    margin-bottom: 15px;
    text-align: left;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}


#solarkalkulator .purple-text {
    color: orange;
    font-weight: normal
}

#solarkalkulator .steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

#solarkalkulator .fieldlabels {
    color: black;
    text-align: left;
    font-weight: bold !important;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
    padding-top: 30px;
}

#solarkalkulator #progressbar .active {
    color: #2C4455;
}

#solarkalkulator #progressbar li {
    list-style-type: none;
    font-size: 16px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 500;
    color: #2C4455;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator fieldset label {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #2C4455 !important;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator #progressbar #account:before {

    content: "01";
    font-size: 35px;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 30px -1px #000000;
    box-shadow: 0px 2px 30px -1px #000000;
}

#solarkalkulator #progressbar #personal:before {

    content: "02";
    font-size: 35px;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 30px -1px #000000;
    box-shadow: 0px 2px 30px -1px #000000;
}

#solarkalkulator #progressbar #payment:before {

    content: "03";
    font-size: 35px;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 30px -1px #000000;
    box-shadow: 0px 2px 30px -1px #000000;
}

#solarkalkulator #progressbar #confirm:before {

    content: "04";
    font-size: 35px;
    font-weight: 700;
    -webkit-box-shadow: 0px 2px 30px -1px #000000;
    box-shadow: 0px 2px 30px -1px #000000;
}

#solarkalkulator #progressbar li:before {
    width: 55px;
    height: 55px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #EC6E28;
    background: white;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#solarkalkulator #progressbar li.active:before {
    color: #ffffff;
}

#solarkalkulator #progressbar li:after {
    content: '';
    width: 100%;
    height: 20px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: -1;
}

#solarkalkulator #progressbar li.current:before,
#solarkalkulator #progressbar li.current:after {
    background: rgb(237, 87, 0);
    background: linear-gradient(90deg, rgba(253, 191, 0, 1) 0%, rgba(241, 121, 0, 1) 50%, rgba(237, 87, 0, 1) 100%);
}

#solarkalkulator #progressbar li.current:after {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#solarkalkulator .progress {
    height: 20px
}

#solarkalkulator .progress-bar {
    background-color: orange
}

#solarkalkulator #progressbar li span {
    font-weight: 400;
    color: #676A6E;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 20px;
}

#solarkalkulator .fit-image {
    width: 100%;
    object-fit: cover
}

#solarkalkulator .checkbox-custom, #solarkalkulator .radio-custom {
    opacity: 0;
    position: absolute;
}

#solarkalkulator .checkbox-custom, #solarkalkulator .checkbox-custom-label, #solarkalkulator .radio-custom, #solarkalkulator .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator .checkbox-custom-label, #solarkalkulator .radio-custom-label {
    position: relative;
    width: 100%;
}

#solarkalkulator .checkbox-custom + .checkbox-custom-label:before, #solarkalkulator .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator .checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    background: rebeccapurple;
    color: #fff;
}

#solarkalkulator .radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

#solarkalkulator .radio-custom:checked + .radio-custom-label:before {
    content: "";
    background: rgba(241, 121, 0, 1);
}

#solarkalkulator .checkbox-custom:focus + .checkbox-custom-label, #solarkalkulator .radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd; /* focus style */
}

#solarkalkulator #map {
    height: 100%;
    min-height: 400px;
}


#solarkalkulator #description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#solarkalkulator #infowindow-content .title {
    font-weight: bold;
}

#solarkalkulator #infowindow-content {
    display: none;
}

#solarkalkulator #map #infowindow-content {
    display: inline;
}

#solarkalkulator .pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#solarkalkulator #pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

#solarkalkulator .pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

#solarkalkulator .pac-controls label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

#solarkalkulator #pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#solarkalkulator #pac-input:focus {
    border-color: #4d90fe;
}

#solarkalkulator .priceorange {
    color: rgba(241, 121, 0, 1);
}

#solarkalkulator #title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#solarkalkulator #target {
    width: 345px;
}

#solarkalkulator #msform p {
    word-wrap: break-word;
    color: #676A6E;
}

#solarkalkulator #map-canvas {
    height: 100%;
    min-height: 400px;
    margin: 0px;
    padding: 0px;
}


#solarkalkulator #handle1, #solarkalkulator .rs-container.rs-full {
    width: 480px !important;
    height: 480px !important;
    background-image: url('/wp-content/plugins/solar_calculator/public/images/iranytu.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    background-color: transparent;
}


#solarkalkulator .rs-bg-color {
    background-color: transparent;
}

#solarkalkulator #handle1 .rs-handle:before {
    display: block;
    content: " ";
    position: absolute;
    height: 22px;
    width: 22px;
    background: black;
    right: -11px;
    bottom: -11px;
    border-radius: 100px;
}


#solarkalkulator #handle1 .rs-tooltip {
    top: 105%;
    font-size: 11px;
}


#solarkalkulator #handle1 .rs-tooltip > div {
    text-align: center;
    background: #F8F8F7;
    color: #676A6E;
    border-radius: 0px;
    border: 1px solid #676A6E;
    padding: 10px;
    width: 150px;
    height: 50px;
    margin-top: 4px;
    font-size: 19px;
}


#solarkalkulator #handle1 .rs-range-color {
    background-color: transparent;
}


#solarkalkulator #handle1 .rs-path-color {
    background-color: transparent;
}


#solarkalkulator #handle1 .rs-handle {
    background-color: transparent;
}


#solarkalkulator #handle1 .rs-border {
    border: 0px solid #AAA;
    background-color: transparent;
}


#solarkalkulator #handle1 .rs-handle:before {
    display: block;
    content: " ";
    /* position: absolute; */
    height: 360px;
    width: 360px;
    transform: rotate(270deg);
    /* background: black; */
    right: -185px;
    bottom: -185px;
    border-radius: 100%;
    background-image: url('/wp-content/plugins/solar_calculator/public/images/iranytu-tuje.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
}


#solarkalkulator #handle1 .rs-range-color {
    background-color: transparent;
}

#solarkalkulator #handle1 .rs-path-color {
    background-color: transparent;
}

#solarkalkulator .box-minmax {
    margin-top: 30px;
    width: 608px;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    color: orange;
}

#solarkalkulator .box-minmax span:first-child {
    margin-left: 10px;
}


#solarkalkulator .rs-range {
    margin-top: 29px;
    width: 600px;
    -webkit-appearance: none;
}

#solarkalkulator .rs-range:focus {
    outline: none;
}

#solarkalkulator .rs-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: orange;
    border-radius: 0px;
    border: 0px solid #010101;
}

#solarkalkulator .rs-range::-moz-range-track {
    width: 100%;
    height: 1px;
    cursor: pointer;
    box-shadow: none;
    background: orange;
    border-radius: 0px;
    border: 0px solid #010101;
}

#solarkalkulator .rs-range::-webkit-slider-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}

#solarkalkulator .rs-range::-moz-range-thumb {
    box-shadow: none;
    border: 0px solid #ffffff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    height: 42px;
    width: 22px;
    border-radius: 22px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -20px;
}

#solarkalkulator .rs-range::-moz-focus-outer {
    border: 0;
}

#solarkalkulator .rs-label {
    position: relative;
    transform-origin: center center;
    display: block;
    width: 120px;
    height: 98px;
    background: transparent;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 22px;
    box-sizing: border-box;
    border: 2px solid orange;
    margin-top: 20px;
    margin-left: -38px;
    left: 0px;
    color: orange;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 36px;
    margin: 0 auto;
}

#solarkalkulator .rs-label::after {
    content: "Ft";
    display: block;
    font-size: 20px;
    letter-spacing: 0.07em;
    margin-top: -2px;
}

#solarkalkulator #msform #rs-range-line {
    background: orange;
}

#solarkalkulator input[type="range"]::-webkit-slider-thumb {
    background: orange;
}

#solarkalkulator .evesfogy {
    background: orange;
    padding: 20px;
    text-align: center;
    color: white;
    font-weight: 700;
}

#solarkalkulator .evesfogy .fogyresult {
    font-size: 24px;
}

#solarkalkulator .greyinfobox {
    background-color: #F8F8F7;
    border-radius: 5px;
    padding: 10px;
    text-align: Center;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator .solarcalcbtn {
    background: rgb(237, 87, 0);
    background: linear-gradient(90deg, rgba(237, 87, 0, 1) 0%, rgba(241, 121, 0, 1) 50%, rgba(253, 191, 0, 1) 100%);
    padding: 20px;
    font-size: 18px;
    border: 0;
    margin: 0 auto;
    text-align: Center;
    color: white !important;
}


#solarkalkulator .checkboximg {
    width: 180px;
}

#solarkalkulator .bg-pattern {
    width: 100%;
    margin: 0 auto;
    background-image: url('/wp-content/plugins/solar_calculator/public/images/hatterpattern.png');
    background-repeat: no-repeat;
    background-position: center center;
}

#solarkalkulator .address-box {

    width: 100%;
    margin: 0 auto;
    background-image: url('/wp-content/plugins/solar_calculator/public/images/adatok-blokk.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    height: 340px;
    padding: 40px 70px;

}

#solarkalkulator .maptxt h4, #solarkalkulator .maptxt p, #solarkalkulator h6 {
    text-align: Center;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
}

#solarkalkulator .gobutton {
    background-image: url('/wp-content/plugins/solar_calculator/public/images/tovabbgomb.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    border: 0 !important;
    color: white !important;
    padding: 20px !important;
    font-size: 20px !important;
    width: 100% !important;
    cursor: pointer;
    background-color: transparent !important;
    font-weight: 600;
}

#solarkalkulator .gobutton:after {
    background-image: url('/wp-content/plugins/solar_calculator/public/images/gomb-nyil.png');
    content: '';
    height: 30px;
    width: 30px;
}

#solarkalkulator .mapbutton {
    width: 100%;
    background-color: #fff !important;
    margin: 0 auto;
    background-image: url('/wp-content/plugins/solar_calculator/public/images/mutassahatter.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    color: white !important;
    padding: 55px !important;
    font-size: 20px !important;
    height: 60px;
    font-weight: 600;
}

#solarkalkulator .footerbg {
    background-image: url('/wp-content/plugins/solar_calculator/public/images/hullamok.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom left;
    padding-bottom: 300px;
}

#solarkalkulator .felkialtojel:before {
    content: '';
    background-image: url('/wp-content/plugins/solar_calculator/public/images/felkialtojel.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    height: 70px;
    width: 70px;
    left: -10px;
    top: -10px;

}

#solarkalkulator .felkialtojel2:before {
    content: '';
    background-image: url('/wp-content/plugins/solar_calculator/public/images/felkialtojel.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    position: absolute;
    height: 70px;
    width: 70px;
    left: -10px;
    top: -30px;
}

#solarkalkulator canvas#myChart {
    display: block;
    max-width: 800px !important;
    max-height: 400px;
    height: 400px !important;
    width: 800px !important;
    margin: 10px auto;
}

#solarkalkulator .dollar {
    padding: 30px;
}


#solarkalkulator .irs--round .irs-handle {
    top: 26px;
    width: 34px;
    height: 34px;
    border: 4px solid #fff;
    /* background-color: white; */
    background: linear-gradient(90deg, rgba(237, 87, 0, 1) 0%, rgba(241, 121, 0, 1) 50%, rgba(253, 191, 0, 1) 100%);
    border-radius: 24px;
    box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}

#solarkalkulator .irs--round .irs-bar {
    top: 33px;
    height: 20px;
    background-color: #006cfa;
    background: linear-gradient(90deg, rgba(237, 87, 0, 1) 0%, rgba(241, 121, 0, 1) 50%, rgba(253, 191, 0, 1) 100%);
    border-radius: 54px 0 0 54px;
}

#solarkalkulator .irs--round .irs-min {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 34px;
    left: -50px;
    padding: 3px 5px;
    color: #676A6E;
    background-color: #fff;
    border-radius: 0px;
}

#solarkalkulator .irs--round .irs-max {
    color: #333;
    font-size: 14px;
    line-height: 1;
    top: 34px;
    right: -100px;
    padding: 3px 5px;
    color: #676A6E;
    background-color: #fff;
    border-radius: 0px;
}

#solarkalkulator .irs--round .irs-line {
    top: 34px;
    height: 20px;
    background-color: #dee4ec;
    border-radius: 54px;
}

#solarkalkulator .irs--round .irs-from, #solarkalkulator .irs--round .irs-to, #solarkalkulator .irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    background: linear-gradient(90deg, rgba(237, 87, 0, 1) 0%, rgba(241, 121, 0, 1) 50%, rgba(253, 191, 0, 1) 100%);
    color: white;
    border-radius: 4px;
}

#solarkalkulator .js-irs-0, #solarkalkulator .js-irs-1, #solarkalkulator .js-irs-2, #solarkalkulator .js-irs-3 {
    height: 50px;
    display: none;
}

#solarkalkulator .whyline {
    width: 100%;
    /* height: 60px; */
    float: left;
    font-size: 16px;
    line-height: 40px;
    display: flex;
    align-content: center;
    margin-bottom: 20px;
}

#solarkalkulator .whyline img {
    margin-right: 10px;
}

#solarkalkulator .whyline span {
    font-weight: 700;
    padding-right: 5px;
}

#solarkalkulator .requestfrom {
    padding: 40px;
    padding-top: 80px;
    margin-top: -50px;
    text-align: left;
    -webkit-box-shadow: 0px 2px 30px -1px #000000;
    box-shadow: 0px 2px 40px -20px #000000;
    border-radius: 20px;
    background: #fff;
}


#solarkalkulator .whyusheader {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

#solarkalkulator .requestfrom .fieldlabels {
    font-size: 14px;
}

#solarkalkulator .requestfrom ::placeholder {
    font-size: 14px;
}


#solarkalkulator .whyusheader span {
    color: #EA5B0C;
}


#solarkalkulator .footerbg fieldset label {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #2C4455 !important;
    font-family: 'Montserrat', sans-serif;
}

#solarkalkulator #handle2 .rs-tooltip.rs-edit:hover {
    border: 0 solid #AAA;
    cursor: pointer;
}

#solarkalkulator #handle2 .rs-hover input:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #EA5B0C;
    outline-width: 0;
    height: 50px !important;
    width: 180px !important;
}

#solarkalkulator #handle2 {
    background-image: url("/wp-content/plugins/solar_calculator/public/images/tetodoles.png");
    background-size: contain;
    background-color: transparent;
    background-position: left bottom;
    background-repeat: no-repeat no-repeat;
    height: 480px !important;
    width: 450px !important;
    overflow: visible;

}

#solarkalkulator #handle2 .rs-tooltip.rs-tooltip-text.rs-edit {
    position: absolute;
    bottom: -150px;
    left: 0;
}

#solarkalkulator #handle2 .rs-handle {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: rgba(237, 87, 0, 1);
    margin: -8px 0 0 14px !important;
}

#solarkalkulator .rs-left .rs-tooltip {
    right: 0;
    position: absolute;
    bottom: -150px;
    left: 0;
    border: 0px solid #EA5B0C;
}

#solarkalkulator #handle2 .rs-handle:before {
    display: block;
    content: " ";
    position: absolute;
    height: 12px;
    width: 12px;
    background: rgba(237, 87, 0, 1);
    right: -4px;
    bottom: -8px;
    border-radius: 100%;
    z-index: 999;
}

#solarkalkulator .rs-border {
    border: 0px solid #AAA;
}

#solarkalkulator #handle2 .rs-handle:after {
    width: 447px;
    position: absolute;
    top: -1px;
    right: 0px;
    border-top: 3px dotted rgba(237, 87, 0, 1);
    display: block;
    content: " ";
}

#solarkalkulator #handle2 .rs-range-color {
    background-color: transparent;
}

#solarkalkulator #handle2 .rs-path-color {
    background-color: transparent;
}


#solarkalkulator #handle3 {
    background-image: url("/wp-content/plugins/solar_calculator/public/images/tetodoles.png");
    background-size: 100%;
    background-color: transparent;
    background-position: left bottom;
    background-repeat: no-repeat no-repeat;
    height: 510px !important;
}

#solarkalkulator #handle3 .rs-path-color {
    background-color: transparent;
}

#solarkalkulator #handle3 .rs-handle {
    background-color: transparent;
    border: 8px solid transparent;
    border-right-color: rgba(237, 87, 0, 1);
    margin: 11px 0 0 110px !important;
}

#solarkalkulator #handle3 .rs-handle:before {
    display: block;
    content: " ";
    position: absolute;
    height: 12px;
    width: 12px;
    background: rgba(237, 87, 0, 1);
    right: 20px;
    bottom: -25px;
    border-radius: 100%;

}

#solarkalkulator #handle3 .rs-handle:after {
    display: block;
    content: " ";
    width: 330px;
    position: absolute;
    top: 17px;
    right: 30px;
    border-top: 4px dotted rgba(237, 87, 0, 1);
}

#solarkalkulator #handle3 .rs-range-color {
    background-color: transparent;

}

#solarkalkulator #handle3 .rs-path-color {
    background-color: transparent;
}

#solarkalkulator .dolesszogoverlay {
    height: 510px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    z-index: 99999;
}

#solarkalkulator .rs-input {
    border: 2px dotted rgba(237, 87, 0, 1) !important;
    font-size: 20px !important;
}

#solarkalkulator #radio-2, #solarkalkulator #radio-1, #solarkalkulator #radio-11, #solarkalkulator #radio-12, #solarkalkulator .radio-custom {
    display: none;
}

@media only screen and (max-width: 1280px) {
    #solarkalkulator .address-box {
        height: auto;
    }

    #solarkalkulator #msform input[type=text] {
        height: 40px;
    }

    #solarkalkulator fieldset label {
        font-size: 16px !important;
        margin: 0;
    }

    #solarkalkulator canvas#myChart {
        display: block;
        max-width: 100% !important;
        max-height: 400px;
        height: 400px !important;
        width: 100% !important;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 950px) {
    #solarkalkulator .whyusheader {
        text-align: center;
    }

    #solarkalkulator .whyline {
        text-align: center;
        justify-content: center;
    }

    #solarkalkulator fieldset label {
        font-size: 14px !important;
        margin: 0;
    }

    #solarkalkulator .address-box {
        padding: 40px 40px;
    }

}

@media only screen and (max-width: 420px) {
    #solarkalkulator #progressbar li {
        width: 100%;
        display: none;
    }

    #solarkalkulator .felkialtojel:before {

        top: -50px;
    }

    #solarkalkulator .felkialtojel2:before {

        top: -50px;
    }

    #solarkalkulator #msform label {
        font-weight: bold;
        margin-top: 30px;
    }

    #solarkalkulator .whyusheader {
        line-height: 40px;
    }


    #solarkalkulator .whyline {
        font-size: 14px;

    }

    #solarkalkulator .mapbutton {

        font-size: 16px !important;

    }

    #solarkalkulator #progressbar li.active {
        width: 100%;
        display: block;
    }

    #solarkalkulator .address-box {
        background-image: none;
        padding: 0 0;
    }

    #solarkalkulator .mapbutton {
        padding: 20px !important;
    }

    #solarkalkulator #handle3 {
        height: 350px !important;
        max-width: 300px;
        float: left;
    }

    #solarkalkulator #handle3 .rs-handle:after {
        display: block;
        content: " ";
        width: 220px;
        position: absolute;
        top: 0px;
        right: 20px;
        border-top: 4px dotted rgba(237, 87, 0, 1);
    }

    #solarkalkulator #handle3 .rs-handle {
        background-color: transparent;
        border: 8px solid transparent;
        border-right-color: rgba(237, 87, 0, 1);
        margin: -5px 0 0 45px !important;
    }

    #solarkalkulator #handle3 .rs-handle:before {
        display: block;
        content: " ";
        position: absolute;
        height: 12px;
        width: 12px;
        background: rgba(237, 87, 0, 1);
        right: 0px;
        left: 270px;
        bottom: -10px;
        right: -10px;
        border-radius: 100%;
    }

    #solarkalkulator #handle1, #solarkalkulator .rs-container.rs-full {
        width: 280px !important;
        height: 280px !important;
        background-image: url('/wp-content/plugins/solar_calculator/public/images/iranytu.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
        background-color: transparent;
        margin-top: 30px;
    }

    #solarkalkulator #handle1 .rs-handle:before {
        display: block;
        content: " ";
        /* position: absolute; */
        height: 160px;
        width: 160px;
        transform: rotate(270deg);
        /* background: black; */
        right: -85px;
        bottom: -85px;
        border-radius: 100%;
        background-image: url('/wp-content/plugins/solar_calculator/public/images/iranytu-tuje.png');
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-color: transparent;
    }

    #solarkalkulator #handle3 .rs-left .rs-tooltip {
        right: 0;
        position: absolute;
        bottom: -150px;
        width: 300px;
        left: 0;
        border: 0px solid #EA5B0C;
    }

    #solarkalkulator .radio-custom + .radio-custom-label:before {
        border-radius: 50%;
        margin: 0 auto;
        display: block;
    }

    #solarkalkulator .dolesszogoverlay {
        height: 350px;
        width: 100%;
        position: absolute;
        margin: 0 auto;
        z-index: 99999;
    }

    #solarkalkulator #handle3 .rs-container {
        height: 350px !important;
        width: 300px !important;
    }

    #solarkalkulator canvas#myChart {
        display: block;
        max-width: 100% !important;
        /* max-height: 400px; */
        height: 200px !important;
        width: 100% !important;
        margin: 10px auto;
    }

    #solarkalkulator .formsend.solarcalcbtn.gobutton {
        max-width: 100% !important;
    }
}

#solarkalkulator input[type=checkbox]:after {
    content: "";
    opacity: 0;
    display: block;
    left: 5px;
    top: 2px;
    position: absolute;
    width: 7px;
    height: 13px;
    border: 3px solid orange;
    border-top: 0;
    border-left: 0;
    transform: rotate(30deg);
}

#solarkalkulator button:focus {
    outline: 0;
}