
/* windy.rzeszow.pl - OVERRIDE CSS START */
#main, .fusion-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
/* windy.rzeszow.pl - OVERRIDE CSS END */

/* LOADER - start  */
.pyqplconfig_loader_main {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/configurator_images/configurator-loader-background.jpg);
    background-size: auto;
    opacity: 1;
    overflow: hidden;
    z-index: 999999 !important;
}

.pyqplconfig_overlay img {
    max-width: 327px;
    padding-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    border-bottom: 3px solid #0A76BB;
    margin-bottom: 57px;
}

.pyqplconfig_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 44, 59, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pyqplconfig-loader-ring {
    display: inline-block;
    position: relative;
    width: 92px;
    height: 92px;
  }
  .pyqplconfig-loader-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 86px;
    height: 86px;
    margin: 8px;
    border: 8px solid transparent;
    border-radius: 50%;
    animation: pyqplconfig-loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #0A76BB #0A76BB #8B9DA8 #8B9DA8;
  }
  .pyqplconfig-loader-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .pyqplconfig-loader-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .pyqplconfig-loader-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes pyqplconfig-loader-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
/* LOADER - end  */

/* GLOBAL dla konfiguratora START */
#pyqplconfig_canvas_loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999999;
}

.pyqplconfig_showwhenpageloaded {
    display: none;
}

#pyqplconfig_configurator_section {
    font-family: Poppins;
}

#pyqplconfig_configurator_section h2 {
    font-size: 36px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    position: relative;
}

#pyqplconfig_configurator_section .pyqplconfig_inner_section_bottom h3 {
    font-size: 18px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    position: relative;
}

#pyqplconfig_configurator_section h2:before {
    content: "";
    bottom: -6px;
    position: absolute;
    background-color: #0976bb;
    width: 83px;
    height: 3px;
}

#pyqplconfig_configurator_section .pyqplconfig_top_image_background h2,
#pyqplconfig_configurator_section .pyqplconfig_top_image_background h3
{
    color: white;
}
/* GLOBAL dla konfiguratora END */


/* Konfigurator - ETAP 1 CSS START */
.pyqplconfig_top_image_background {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    position: relative;
    color: white;
}

.pyqplconfig_top_image_background:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(25, 44, 59, 0.7);
}

.pyqplconfig_inner_section_top {
    position: absolute;
    bottom: 136px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px;
}

.pyqplconfig_inner_section_bottom {
    position: absolute;
    bottom: 86px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px;
}

.pyqplconfig_inner_section_top a {
    color: white;
}

.pyqplconfig_main_config {
    /* background-color: #E7F1F7; */
    width: 100%;
    margin: auto;
    max-width: 939px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.pyqplconfig_section_heading {
    width: 100%;
    max-width: 939px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 35px;
}

.pyqplconfig_h3_small {
    color: #333;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.pyqplconfig-prevent-select {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
  }

.pyqplconfig_main_config .pyqplconfig_step1_box {
    padding: 25px 45px;
    border-top: 3px solid #0A76BB;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    width: 100%;
    height: 100%;
    max-width: 447px;
    background-color: white;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #F0F0F0;
    transition: all 0.5s;
}

.pyqplconfig_main_config .pyqplconfig_step1_box:hover,
.pyqplconfig_main_config .pyqplconfig_step1_box.active
{
    border-top: 3px solid #0A76BB;
    border-bottom: 1px solid #0A76BB;
    border-left: 1px solid #0A76BB;
    border-right: 1px solid #0A76BB;
    background: rgba(10, 118, 187, 0.10);
    box-shadow: 0px 4px 4px 0px #F0F0F0;
    transition: all 0.5s;
}

.pyqplconfig_main_config .pyqplconfig_step1_1_box {
    border-top: 1px solid #E9E9E9;
    border-bottom: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 447px;
    background-color: white;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #F0F0F0;
    transition: all 0.5s;
    margin-bottom: 24px;
}

.pyqplconfig_main_config .pyqplconfig_step1_1_title_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.pyqplconfig_main_config .pyqplconfig_step1_1_box:hover,
.pyqplconfig_main_config .pyqplconfig_step1_1_box.active
{
    border-top: 1px solid #0A76BB;
    border-bottom: 1px solid #0A76BB;
    border-left: 1px solid #0A76BB;
    border-right: 1px solid #0A76BB;
    background: rgba(10, 118, 187, 0.10);
    box-shadow: 0px 4px 4px 0px #F0F0F0;
    transition: all 0.5s;
}

.pyqplconfig_button {
    background: linear-gradient(0deg, #333333, #333333),
    linear-gradient(0deg, #FFFFFF, #FFFFFF);
    height: 51px;
    border-radius: 30px;
    padding: 10px 40px 12px 40px;
    cursor: pointer;
    color: white;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s;
}

.pyqplconfig_button:hover
{
    box-shadow: 0 0 20px 5px #E7F1F7;
    opacity: 0.9;
    transition: all 0.2s;
}

.pyqplconfig_step1_box_image {
    text-align: center;
    height: 150px;
    width: 150px;
    border: 2px solid #0a76bb;
    margin: auto;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pyqplconfig_step1_1_box_img_bg {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 200px;
    background: #0A76BB;
    padding: 27px;
}

.pyqplconfig_step1_1_box_image {
    text-align: center;
    height: 146px;
    width: 146px;
    border: 2px solid #ffffff;
    margin: auto;
    border-radius: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.pyqplconfig_step1_box_heading {
    font-weight: 700;
    font-size: 22px;
    line-height: 33px;
    color: #0A76BB;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
    margin-top: 16px;
}

.pyqplconfig_step1_box ul {
    margin-bottom: 45px;
    margin-top: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding-left: 32px;
}

/* Konfigurator - ETAP 1 CSS END */


/* Konfigurator - ETAP 2 - CSS START */
.pyqplconfig_main_engine_configurator .pyqplconfig_engine_header {
    width: 100%;
    height: 100%;
    max-height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    background-color: #2A6585;
    color: white;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body {
    width: 100%;
    height: calc(100% - 60px);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #F8F8F8;
    position: relative;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_aside_inner_div {
    display: flex;
    flex-direction: row;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside {
    display: none;
    position: relative;
    margin-top: 30px;
    margin-right: 50px;
    right: 0;
    top: 0;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside .pyqplconfig_steps_navigation_switcher {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin-right: 20px;
    min-width: 137px;
    max-width: 150px;
    height: 100%;
    
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside .pyqplconfig_main_form_all_steps_box {
    padding: 20px;
    min-width: 392px;
    width: 100%;
    max-width: 392px;
    background-color: #FFFFFF;
    position: relative;
    padding-top: 42px;
    min-height: 700px;
    padding-bottom: 60px;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside .pyqplconfig_main_form_all_steps_box section{
    display: none;
}

.pyqplconfig_modal_send_email
{
    display: none;
    position: absolute;
    margin-left: 10px;
    width: 340px;
    padding: 20px;
    background: #0A76BB;
    margin-top: 18px;
    border-radius: 10px;
    color: white;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 14px;
}

.pyqplconfig_modal_send_email form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pyqplconfig_modal_send_email input {
    outline: none;
    border: none;
    border-radius: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    font-family: Poppins;
    color: black;
}

.pyqplconfig_main_engine_configurator a.pyqplconfig_main_back_btn {
    font-weight: 500;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-left: 50px;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_submit_button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 45px;
    background: #0A76BB;
    color: white;
    box-shadow: none;
    border: none;
    cursor: pointer;
    transition: 0.2s all;
    font-weight: 500;
    font-size: 16px;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_submit_button:hover {
    opacity: 0.9;
    cursor: pointer;
    transition: 0.2s all; 
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside .pyqplconfig_main_form_all_steps_box .pyqplconfig_section_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #333333;
    padding-left: 1em;
    padding-right: 1em;
    margin: 0;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside .pyqplconfig_main_form_all_steps_box .pyqplconfig_section_header h2 {
    margin: 0;
    color: white;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside .pyqplconfig_main_form_all_steps_box .pyqplconfig_section_header img {
    margin-left: 13px;
    margin-right: 13px;
}

.pyqplconfig_main_engine_configurator .pyqplconfig_engine_body aside .pyqplconfig_steps_navigation_switcher button {
    width: 100%;
}

.pyqplconfig_steps_navigation_switcher button {
    background: #FFFFFF;
    cursor: pointer;
    min-height: 44px;
    color: #333333;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}

h3.pyqplconfig_form_section_header {
    margin-top: 21px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #0A76BB;
    text-transform: uppercase;
}

.pyqplconfig_steps_navigation_switcher button.active,
.pyqplconfig_steps_navigation_switcher button:hover
{
    color: #0A76BB;
    border: 1px solid #0A76BB;
    background: #FFF;
    transition: all 0.2s;
}

.pyqplconfig_steps_navigation_switcher {
    border: 1px solid #E9E9E9;
}

.pyqplconfig_steps_navigation_switcher button{
    transition: all 0.1s;
    padding-left: 16px;
    padding-right: 10px;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent;
}

.pyqplconfig_steps_navigation_switcher button:hover {
    color: #0A76BB;
    transition: all 0.1s;
}

.pyqplconfig_steps_navigation_switcher button:hover img,
.pyqplconfig_steps_navigation_switcher button.active img
 {
    filter: invert(29%) sepia(96%) saturate(1267%) hue-rotate(180deg) brightness(74%) contrast(82%);
    transition: all 0.1s;
}

/* Formularz - pola start */

.pyqplconfig_main_engine_configurator .pyqplconfig_input_row {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.pyqplconfig_input_row label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 8px;
}

.pyqplconfig_input_row select {
    color: #333333;
    background: #F8F8F8;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    padding: 6px 12px;
    height: 36px;
    cursor: pointer;
    border: 1px solid #E9E9E9;
}

.pyqplconfig_input_row select:active,
.pyqplconfig_input_row select:focus,
.pyqplconfig_input_row select:focus-visible
{
    outline: none;
    border: 1px solid #0A76BB;
}

/* Formularz - pola end */

#pyqplconfig_canvas {
    width: 100%;
    height: 100%;
    background-color: #F8F8F8;
    cursor: move;
}

.pyqplconfig_canvas_div {
    width: 50%;
    max-height: 100%;
    position: relative;
}

.pyqplconfig_lift_camera_options_div {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%); 
}

.pyqplconfig_lift_camera_options_innerdiv {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    min-height: 55px;
}

.pyqplconfig_switch_buttons {
    padding: 12px 16px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pyqplconfig_switch_buttons button {
    background-color: transparent;
    border: none;
    color: #A8A8A8;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-bottom: 3px solid #CECECE;
    cursor: pointer;
    outline: none;
    transition: all 0.3s;
    padding: 0 10px;
}

.pyqplconfig_switch_buttons button:active, 
.pyqplconfig_switch_buttons button:hover, 
.pyqplconfig_switch_buttons button.active {
    color: #0A76BB;
    transition: 0.3s;
    border-color: #0A76BB;
}

.pyqplconfig_lift_more_camera_options_div {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: center;
    align-items: center;
}

.pyqplconfig_lift_more_camera_options_div button {
    background-color: white;
    border: none;
    outline: none;
    display: flex;
    min-width: 41px;
    height: 41px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    transition: all 0.3s;
    cursor: pointer;
}

.pyqplconfig_lift_more_camera_options_div button:hover,
.pyqplconfig_lift_more_camera_options_div button.active,
.pyqplconfig_lift_more_camera_options_div button:active
{
    transition: all 0.3s;
    background-color: #0A76BB;

}

.pyqplconfig_lift_more_camera_options_div button:hover img,
.pyqplconfig_lift_more_camera_options_div button.active img,
.pyqplconfig_lift_more_camera_options_div button:active img
{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
    transition: all 0.3s;
}

.pyqplconfig_lift_more_camera_options_div button img,
.pyqplconfig_lift_more_camera_options_div button img,
.pyqplconfig_lift_more_camera_options_div button img
{
    transition: all 0.3s;
}

.pyqplconfig_input_range_div 
{
    display: flex;flex-direction: row;justify-content: space-between;gap: 12px;
}

.pyqplconfig_input_range {
    width: 100%;
}

.pyqplconfig_input_range {
    width: 100%;
}


input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #0A76BB;
    border-radius: 25px;
}
input[type=range]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0, 1);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #0A76BB;
}

.pyqplconfig_input_range_value_div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}

.pyqplconfig_input_row .pyqplconfig_label_with_tooltip{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 4px;
    transition: all 0.3s;
}

.pyqplconfig_input_row .pyqplconfig_label_with_tooltip img {
    transition: all 0.3s;
}

.pyqplconfig_input_row .pyqplconfig_label_with_tooltip:hover img 
{
    opacity: 0.8;
    transition: all 0.3s;
}

button.pyqpl_button_nostyle {
    border: 0;
    outline: 0;
    border: 0;
    background: transparent;
    padding: 0;
}

.pyqplconfig_input_select_material_div .pyqplconfig_imageselect_option.active img,
.pyqplconfig_input_select_material_div .pyqplconfig_imageselect_option:hover img
{
    border: 2px solid #0A76BB;
    transition: all 0.3s;
}

.pyqplconfig_input_select_material_div input[type=radio] {
    display: none;
}

.pyqplconfig_input_select_material_div img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
    border: 2px solid white;
    transition: all 0.3s;
    cursor: pointer;
}

.pyqplconfig_input_select_material_div {
    display: flex;
    flex-wrap: wrap;
}

.pyqplconfig_color_selected_preview {
    width: 34px;
    height: 34px;
    content: "";
    background-color: #f0f0f0;
    border-radius: 50%;
}

.pyqplconfig_input_row.pyqplconfig_color_inner_div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.pyqplconfig_color_inner_div .pyqplconfig-ral-select {width: 80%;}


.pyqplconfig_imageselect_option {
    min-width: 40px;
}

.pyqplconfig_input_select_lift_doors img:nth-of-type(n+2) {
    position: absolute;
    top: 0;
    left: 0;
}

.pyqplconfig_input_select_lift_doors img {
    width: 100%;
}

.pyqplconfig_input_select_lift_doors {
    position: relative;
}

.pyqplconfig_input_select_lift_doors_div {
    padding: 12px 50px;
}

.pyqplconfig-flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

button.pyqplconfig_small_selector_button {
    outline: none;
    border: 0;
    border-bottom: 2px solid #CECECE;
    margin: 0;
    min-width: 55px;
    padding: 6px 8px;
    background: #F8F8F8;
    color: #333;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
    transition: all 0.3s;
    margin-top: 8px;
}

.pyqplconfig_floor_selector {
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
}

button.pyqplconfig_small_selector_button:hover,
button.pyqplconfig_small_selector_button.active,
button.pyqplconfig_small_selector_button:active
{
    border-bottom-color: #0A76BB;
    color: #0A76BB;
    transition: all 0.3s;   
}

.d-none {
    display: none;
}

.pyqplconfig_input_row label.pyqplconfig-doors-label {
    font-size: 14px;
    margin-bottom: 8px;
    cursor: pointer;
    padding: 5px;
    border: 2px solid white;
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: white;
    box-shadow: 0 0 4px black;
    transition: all 0.3s;
} 

.pyqplconfig_input_row label.pyqplconfig-doors-label.active
{
    background-color:#0976bb;
    transition: all 0.3s;
}

.pyqplconfig-lift-doors-form-check {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.pyqplconfig-lift-doors-form-check input {
    display: none;
}

label.pyqplconfig-lift-doors-form-check-label.pyqplconfig-doors-label.pyqplconfig-doors-label-a {
    top: 50%;
    left: 10px;
}

label.pyqplconfig-lift-doors-form-check-label.pyqplconfig-doors-label.pyqplconfig-doors-label-b {
    bottom: 5px;
    left: calc(50% - 15px);
}

label.pyqplconfig-lift-doors-form-check-label.pyqplconfig-doors-label.pyqplconfig-doors-label-c {
    right: 10px;
    top: 50%;
}

.pyqplconfig_input_select_lift_doors_div {
    display: none;
    -webkit-user-select: none;
    user-select: none;
}

.pyqplconfig_floor_selector_inner_div_button {
    position: relative;
}

.pyqplconfig_floor_indicators {
    position: absolute;
    bottom: calc(-16px - 6px);
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 0.37em;
}

.pyqplconfig_floor_indicators span {
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#0A76BB;
    margin-left: -0.37em;
}

.pyqplconfig_floor_indicators span:first-of-type {
    background-color: #0A76BB;
}

.pyqplconfig_floor_indicators span:nth-of-type(n+2) {
    background-color: #00588F;
}

.pyqplconfig_floor_indicators span:nth-of-type(n+3) {
    background-color: #004068;
}

.pyqplconfig_floor_indicators span:nth-of-type(n+4) {
    background-color: #002841;
}

.pyqplconfig-doors-select-side-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    color: #0a76bb;
    align-items: center;    
}

label.pyqplconfig-doors-select-side-label {
    margin-bottom: 0 !important;
    font-size: 12px;
    cursor: pointer;
    background: #F8F8F8;
    border: 2px solid #0a76bb;
    transition: all 0.2s;
    height: 20px;
    display: flex;
    align-items: center;
}

label.pyqplconfig-doors-select-side-label:nth-of-type(1) {
    border-right: 0 !important;
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
    padding-left: 7px;
    padding-right: 6px;
}

label.pyqplconfig-doors-select-side-label:nth-of-type(2) {
    border-left: 0 !important;
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    padding-right: 7px;
    padding-left: 6px;
}

.pyqplconfig-lift-doors-side-form-input:checked + .pyqplconfig-doors-select-side-label
{
    color: white;
    background-color: #0a76bb !important;
}

label.pyqplconfig-doors-select-side-label:hover {
    color: white;
    background-color: #0a76bb;
    transition: all 0.2s;
}

.pyqplconfig-doors-select-side {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;
}

/* Konfigurator - ETAP 2 - CSS END */