
body {
    max-height: 100vh;
}

.page_configurator {
    padding-top:16px;
}


#configurator_canvas .drawable.Glass {
    overflow:hidden !important;
}

#configurator_canvas .drawable.Door_Panel {
    overflow: hidden !important;
}
#configurator_canvas .drawable.Divider {
    overflow: hidden !important;
} 
#configurator_canvas .drawable.Frame_Attack {
    overflow: hidden !important;
} 
.Roeden {
    opacity: 01;
}

button.ark_column_toggler  {
    border-radius:  50%;
    border: 1px solid rgb(190, 190, 190);
    display:flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color:white;
    text-align:center;
    font-weight:100;
    transition: all 0.2s;
    margin: 0px 16px;
}

button.ark_column_toggler:hover {
    background-color: #EDEDED;
}

.ark_column_toggler button.toggled {
    background-color: #EDEDED;
}

.configurator_header {
    color: rgb(0, 0, 0);
    font-size:24px;
    padding: 5px 5px 5px 5px;
}

.configurator_header h1 {
    font-size:20px;
    font-weight:700;
}

#configurator_steps-container {
    background-color: rgb(237, 237, 237);

}

#configurator_steps-container > div {
    background-color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;

}

.btn_close_modal {
    background-color: #eb4242;
    color:white;
    font-size:18px;
    border:none;
}

.modal-title {
    text-align:center;
    width: 100%;
}

#configurator_details_col.non-interactive {
    display:none;
}

#configurator_canvas.non-interactive  {
    pointer-events: none;
    touch-action: none;
}

.BottomSillDimensionLine input {
    pointer-events: none;
    color: #8b8b8b;
}

.BottomSillDimensionLine input:hover {
    cursor: not-allowed;
}

#configurator_canvas.non-interactive .uiButton {
    opacity: 0 !important;
    pointer-events: none;
    touch-action: none;
}


#configurator_canvas text.step_3 {
    opacity: 1;
    pointer-events: none;
    touch-action:none;
    stroke-width: 0.3px;
    filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.5));
    /* stroke: white; */
}

#configurator_canvas.non-interactive text.step_3{
    transition: opacity 0.5s;
    opacity: 1;
}

#configurator_canvas .hidden {
    opacity: 0;
}

#configurator_canvas.non-interactive .Highlighter {
    display:none;
    opacity: 0;
}


@media (min-width: 0px) {
    .select2-results__option span {
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        font-size:10px;
      }
}
@media (min-width: 768px) {
    .configurator_header {
        color: rgb(0, 0, 0);
        font-size:24px;
        padding: 5px 5px 5px 5px;
    }
    
    .configurator_header h1 {
        font-size: 20px;
    }

    #configurator_steps-container > div {
        padding-left: 0.8rem;
        padding-right: 0.8rem;
        padding-bottom: 0.8rem;
    }

    .ark_radioset_container .form-check-inline {
        display: flex;
        align-items: flex-start;
        margin: 0px;
        width: 100%;
    }

    .select2-results__option span {
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        font-size:10px;
    }
    
}

@media (min-width: 992px) {
    
    .configurator_header h1 {
        font-size: 31px;
    }

    #configurator_steps-container > div {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .ark_radioset_container .form-check-inline {
        display: flex;
        align-items: flex-start;
        margin: 0px;
        width: 50%;
    }

    .select2-results__option span {
        display:flex;
        flex-direction:row;
        align-items: center;
        text-align: start;
        font-size:11px;
      }
}

@media (min-width: 1200px) {
    .ark_radioset_container .form-check-inline {
        display: flex;
        align-items: flex-start;
        width: 33.33%;
    }

    .select2-results__option span {

        font-size:12px;
      }
}


/* Hiding / showing the configurator based on resolution */

.page_res_warning {
    display: block;
}
.page_configurator {
    display: none;
}

/* CSS for portrait mode with a minimum width of 750px */
@media screen and (min-width: 750px)   {
    /* Add your styles here for portrait mode with a minimum width of 750px */
    .page_res_warning {
        display: none;
    }
    .page_configurator {
        display: block;
    }
}


.Grille, .Grille:hover  { 
    filter: drop-shadow(0px 4px 2px #999999);
}

body, html {
    font-size: 12px !important;
    background-color:white;
    position: relative;

    padding-right:0px !important;
}

.configurator_container {
    /* max-height: 100vh; */
    /* position: sticky !important; */
    transition: all 0.5s;
    top: 0;
    bottom: 0;
}

#configurator_canvas {
    /* grid-row: 1/2; */
    position: relative;
    width: 100%;
    /* height: 100%; */
    /* max-height: 49vh; */
    /* height: 90vh; */
    -webkit-user-select: none;
    align-items: center;
    justify-content: end;
    display: flex;
}

.configSelectLabel .config_name {
    font-size: 10px;
    text-align:center;
    padding:2px
}

.Divider {
    touch-action: none;
    /* opacity: 0; */
    /* filter: drop-shadow(5px 5px 1px rgb(70, 70, 70, 0.4)); */
}

.Divider.vertical {
    cursor: col-resize !important;
}
.Divider.vertical >* {
    cursor: col-resize !important;
}

.Divider.horizontal >* {
    cursor: row-resize !important;
}

#configurator_canvas .Grid:nth-of-type(0) {
    filter: drop-shadow(5px 5px 1px rgba(222, 0, 0, 0.4));
}

.details_form  {
}

.details_form  fieldset {
    /* padding:10px 5px 5px 5px; */
}

.details_form > div {
    height: 30px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 3px;
}

.details_form   legend {
    font-size: 14px;
    font-weight: bold;
}

.details_form   h6 {
    font-size: 20px;
    font-weight: bold;
}

.details_form section > div {
    margin: 5px 0px 5px 0px;
}

#configurator_canvas > svg {
    /* filter: drop-shadow(8px 7px 12px rgb(172, 172, 172)); */
    touch-action: none;
    /* position: sticky;
    top: 91px; */
}
#configurator_canvas svg {
    /* filter: drop-shadow(8px 7px 12px rgb(172, 172, 172)); */
    overflow: visible !important;
}

svg {
    width: auto;
    height: auto;
  }


.modal-option{
    transition: background-color 0.2s;
    padding:10px 0px 10px 0px;
    margin:0px;
    color: black;
    font-weight:700;
}

.modal-option:hover {
    cursor: pointer;
    background-color: rgb(196, 196, 196)
}

.modal-option > * {
    margin:2px 0px;
}
.modal-option input {
    visibility: hidden;
}

.modal-option .visual {
    height:50px !important;
    width: 50px !important;
    border-width: 2px !important;
}


.modal_field_container {
    cursor:pointer;
}

.configurator_steps {
    background-color: rgb(237, 237, 237);
    border-radius: 10px;
    position:relative;
}

.configurator_header .nav-item {
    margin:0px;

}

.configurator_steps .nav-item .nav-link {
    color: black;
    font-size:30px;
    font-weight:700;
    border:none;
    background-color: transparent;
    border-radius:0px !important;
    text-align: center;
    /* width:33.33%; */
}

.configurator_steps .page-link.active .page-link {
    background-color: rgb(255, 255, 255);
    color:black;

}


label {
    color: rgb(116, 203, 125);
    margin-bottom: 0px !important;
}

section {
    border-top: 1px solid black;
    padding-top:16px;
    padding-bottom: 16px;
}

.modal_field_container label {
    width: 100%;
}

.btn_pick_color {
    border: 2px solid rgb(235, 162, 66);
    color: rgb(235, 162, 66);
    background-color:transparent;
    display:inline-flex;
    font-size: 1em;
}


.modal_field_container .ralcolor_visual {
    width: 20px !important;
    height: 20px !important;
    margin-left:10px;
    margin-right: 5px;
}

.modal_field_container .ralcolor_visual_label {
    font-size: 1.123;
}

.info_icon {
    width: 2rem;
    margin-right: 8px;
    fill: rgb(235, 162, 66);
}

.info_button{
    border:none;
    background-color: transparent;
    margin: 5px 0px 5px 0px;
    font-size: 1rem;
    font-weight: 700;
}

textarea {
    width:100%;
}

.configurator_steps  p {
    margin: 0px;
}

.summary_row {
    border-radius:5px;
    padding:5px 0px;
    margin:2px 0px !important;
}

.summary_row.even {
    background-color: rgb(237, 237, 237);
}

.summary_row div {
    padding-left:5px;
    padding-right: 5px;
    font-weight:400;
}

.summary_row > div:nth-child(1) {
    width: 40%;
}

.summary_row > div:nth-child(2) {
    width: 60%;
    text-align: end;
}

.service_row {
    padding-left: 0px;
    align-items: baseline;
}

.btn_delete_service {
    border: 1px solid rgb(167, 167, 167);
    border-radius: 5px;
    color: grey;
    background-color: rgb(239, 239, 239);
    margin-right: 5px;
}

.btn_delete_service:hover {
    background-color: darkgrey;
    background-color: rgb(219, 219, 219);

}

.price_total {
    font-size: 34px;
}
.vat_note {
    font-size: 1rem;
    width:100%;
    display: flex;
    justify-content: right;
}

.configurator_steps .btn-previous {
    border-radius:0px;
    font-weight:700;
    padding: 8px;
    cursor:pointer;
    transition: all 0.25s;
    color: white;
    background-color:rgb(60, 60, 60);
    border: 1px solid rgb(60, 60, 60);
}

.configurator_steps .btn-previous:hover {
    background-color: white;
    color: rgb(60, 60, 60);
}

#page_configurator .btn-primary_action {
    border-radius:0px;
    font-weight:700;
    padding: 8px;
    cursor:pointer;
    transition: all 0.25s;
    color: white;
    background-color: rgb(235, 162, 66);
    border: 1px solid  rgb(235, 162, 66);
    display: flex;
    align-items: center;
}

#page_configurator .btn-primary_action:hover {
    background-color: rgb(225, 140, 29);
    color: white;
}

.visualization_toggle {
    background-color: rgb(237, 237, 237);
    padding:5px;
    border-radius: 5px;
    display: flex;
}

.visualization_toggle label {
    background-color: rgb(237, 237, 237);
    color: rgb(155, 155, 155);
    padding: 5px 45px;
    border-radius:5px;
    transition: color 0.2s;
    font-size: 14px;
    border: none;
    text-align: center;
    display: flex;
    max-width: 137px;
}

.visualization_toggle label.active {
    pointer-events: none;
    color: black;
    background-color: white;
}

.visualization_toggle label input{
    width: 0px;
    height: 0px;
    visibility: hidden;
}

.visualization_toggle label:not(.active):hover {
    color: black;

}

#configurator_details_col {
    /* padding-bottom: 10px; */
    /* padding-top: 10px; */
    /* padding-right: 10px; */
    background-color: rgb(237, 237, 237);
    height: fit-content !important;
    box-shadow: 16px 9px 25px -7px rgba(0,0,0,0.42);
}

#configurator_details_col > .row {
    background-color:white;
}


#frame_profile .form-check-label {
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: left;
}
.form-check-label {
    color:black;
}

.ark_radioset_label {
   color: rgb(116, 203, 125);
}

.configurator_canvas_container {
}

 input, select {
    background-color:rgb(237, 237, 237) !important;
}

.page_configurator input {
    accent-color: rgb(116, 203, 125);
    
}

.preset_category {
    padding-top: 0px;
    padding-bottom: 10px;
}


.preset_category h2 {
   font-size:24px;
   font-weight:500;
}


.preset_name {
    color: #515151;
    font-size:12px;
    min-height: 36px;
    font-weight: 500;
    
}

.preset_label {
    background-color: rgb(237,237,237);
    border:2px solid rgb(237,237,237);
    padding:10px;
    border-radius: 5px;
    margin:10px 0px;
    transition: all 0.3s;
    cursor: pointer;
    height: 100%;
}
.preset_label:hover {
    background-color: rgb(255, 255, 255);
}
.preset_label  input {
    visibility: hidden;
}


.preset_label.selected  {
    border-color: rgb(116, 203, 125);
    background-color: white;
}

.preset_label img{
    height: 150px;
    width: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}

#modal_presetSelect hr {
    background-color: #000;
    height: 0px;
}


.ark_text_label input {
    margin-right: 3px !important;
}

.ark_radioset_container {
    display: flex;
    flex-wrap: wrap;
}



.ark_radioset_label {
    width: 100%;
    /* margin-bottom: 10px; */
}
.ark_option_image_container {
    background-color: rgb(237, 237, 237);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border-radius: 5px;
    transition: all 0.25s ease;
    border: 2px solid rgb(237, 237, 237);
    font-size:9px;
    text-align: center;
    margin: 5px;
    min-height: 105px;
}

.ark_option_image_container:hover {
    background-color: white;
}

.ark_option_image_container.selected {
    border-color: rgb(116, 203, 125);
}

.ark_option_image_container input{
    visibility: hidden;
    height: 0px;
    width: 0px;
}

.ark_option_image_label {
    margin-top: 5px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.ark_option_image_container img{
    width: 65px;
    height:65px;
}

label {
    cursor: pointer;
}

.configurator_steps {
    box-shadow: 7px 9px 25px -7px rgba(0,0,0,0.42);
    height: fit-content;
}

#page_configurator {
    /* position: relative; */
}


.configurator_globals {
    padding-bottom:10px;
}


.uiButton * {
    transition: all 0.2s ease;
    opacity: 1;
    cursor: pointer;

}

.uiButton {
    transition: all 0.3s ease;
    filter: drop-shadow(2px 2px 2px #999999);
    overflow: visible;
}


.uiButton  > circle{
    fill: #EBA242;
    stroke: #EBA242;
    opacity: 0.8;
}

.uiButton svg {
    fill: white;
    width:80%;
    height: 80%;
}


.uiButton  > circle:hover{
    fill:#E18C1D;
}

.uiButton  > svg{
    pointer-events: none;

}


.uiButton.Btn_DeleteFrameComponent  > circle {
    fill: #eb4242;
    stroke: #eb4242;
    opacity: 0.8;
}

.uiButton.Btn_DeleteFrameComponent  > circle:hover {
    fill: #c82b2b;
    stroke: #c82b2b;
    opacity: 0.8;
}


.uiButton.btn_edit_frameComponent   > circle {
    fill: #346fe5;
    stroke: #346fe5;
    opacity: 0.8;
}

.uiButton.btn_edit_frameComponent   > circle:hover {
    fill: #225ac9;
    fill: #225ac9;
    opacity: 0.8;
}

.Root {
    /* margin:20px; */
    /* width: 100%; */
    /* filter: drop-shadow(0 0 20px #1b5e20); */
    /* box-shadow: 10px 12px 12px 0px rgba(0,0,0,0.45); */
    /* touch-action: none; */
    /* transform-origin: 0% 0%; */
}

.Drawable_Selected .innerPanel{
    cursor: auto !important;
}

.Selectable {
    cursor: pointer;
    filter: brightness(1);
    -webkit-transition: 0.15s -webkit-filter ;
    -moz-transition: 0.15s -moz-filter ;
    -moz-transition: 0.15s filter ;
    -ms-transition: 0.15s -ms-filter ;
    -o-transition: 0.15s -o-filter ;
    transition: 0.15s filter , 0.15s -webkit-filter ;
}


.Selectable :hover {

    filter:brightness(1);
}

.Selectable.Drawable_Selected >*{
    filter: brightness(1.02) !important;
}
.Selectable.Drawable_Selected:hover >*{
    filter: brightness(1.02) !important;
}


.Highlighter {
    pointer-events: none;
    filter: brightness(1.24);
}

.elementor-location-header {
    display: none;
}
.elementor-element-7fc3462 {
    display: none;
}

.spinner {
    transition: all 0.2s;
    margin-left: 7px;
}

.spinner.hidden {
    visibility: hidden;
    width: 0px;
    height: 0px;
    margin: 0px;
    border: none;
}

.spinner_overlay {
    position:absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    background-color: rgb(255 255 255 / 50%);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.spinner_overlay.pageload {
    opacity: 1;
    pointer-events: all;
    height:100vh;
    width: 100vw;
    background-color: rgb(255, 255, 255);
}

.spinner_overlay.visible {
    opacity: 1;
    pointer-events: all;
}

.spinner_overlay .spinner{
    display: block;
    /* margin: 0 auto; */
    visibility: visible;
    float: none;
}

#dimensions_horizontal .single_dimension {
    background-color: red;
    height:100%;
    width:100%;
}

#dimensions_vertical .single_dimension {
    background-color: green;
    height:100%;
}

.configurator_canvas_container > div {}

#dimensions_horizontal {
    grid-column: 1 / 2;
    grid-row: 2 / 2;
}

#dimensions_vertical {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
}

.GridContainer {
    /* filter: drop-shadow(8px 7px 12px rgb(172, 172, 172)); */
}

.input_dimensionLine {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #959595;
}

.input_dimensionLine::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }

.DimensionLine.right {

}

.page_res_warning {
    text-align:center;
    padding-top: 25px;
}

.ark_text_label {
    display:flex;
    margin-top: 5px;
}


.img_resolutionInvalid {
    width: 140px;
    height: 120px;
}
.priceLines_modal_body {
    display: flex;
    flex-direction: column;
    padding: 25px;
}

.priceLines_modal_body table {
    width: 100%;
}

.priceLines_modal_body th, .priceLines_modal_body td {
    padding: 10px;
    border: 1px solid #ccc;
    /* background-color: #F49400; */
  }

  .select2.select2-container {
    width:100% !important;
  }

  /* .select2-container--default .select2-search {
    display: none;
  } */
 
  .select2-container--default .select2-results__options {
    /* max-height: 300px !important; */ /* Adjust the value as needed */
  }

.select2-container--default .select2-results > .select2-results__options{
    max-height: 40vh !important;
}

  .select_option_image {
    width: 100%;
    max-width: 45px;
  }
  .select2-selection {
    height: auto !important;
    padding: 5px 0px;
  }
  .select2-selection__arrow {
    top: 50% !important;

    height: unset !important;
  }


  .select2-results__option span img {
    margin-right: 5px;
  }


  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    color: black !important;
  }

  #configurator_steps-container .btn  {
    height:36px;
    margin: 0px 0px 8px 0px;
  }

.copy_to_clipboard {
    background-color: rgb(235, 162, 66) !important;
    cursor: pointer;
    padding:8px !important;
}

.copy_to_clipboard svg{
    height: 19px;
    margin: 0px;
}



.modal {
    overflow-y: auto !important;
}

.FrameComponent_ButtonGroup .uiButton.btn_center {
    opacity: 1 !important;
    pointer-events: all !important;
}

.FrameComponent_ButtonGroup .uiButton {
    transition: all 0.2s;
    opacity: 0;
    pointer-events: none;
}

.FrameComponent_ButtonGroup.active .uiButton {
    opacity: 1;
    pointer-events: all;

}


.items_table {
    width: 100%;
    border-bottom: 1px solid black;
}
.table_title {
    width: 100%;
    border-top: 1px solid black;
}

.row_subtotal {
    background-color:lightgrey;
}

.frame_profile_price_table {
    font-size:9px;
}
.frame_profile_price_table input {
    width: 44px;
}

.item_price {
    width: 50px;
}

.final_price_table {
    width:100%;
}

.items_table td {
    border-bottom: 1px solid lightgrey;
    padding: 10px 0px;
}

#configSelectForm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.configSelectLabel {
    background-color: #EDEDED;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    transition: all 0.2s;
    color: black;
    margin: 0px 0px;
    padding: 5px 0px;
    cursor: pointer;
}

.configSelectLabel img {
    opacity:0.6;
}

.configSelectLabel .config_icon {
    height: 60px;
    margin:5px 0px;
    z-index: 0;
}


.configSelectLabel.config_selected {
    background-color:white;
    display: flex;
    align-items: center;
}

.configSelectLabel.config_selected .config_icon{
    opacity: 1;
}

.configSelectLabel:hover {
    background-color: white;
    opacity: 1;
}

#btn-add_new_config {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin-top:16px;
}

.delete_config {
    position:absolute;
    top:3px;
    right: 3px;
    background-color: rgb(255, 0, 0);
    color: White;
    border:none;
    width: 21px;
    height:21px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    z-index: 2;
}

.delete_config:hover {
    background-color: rgba(200, 2, 2, 0.97);
}

.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    }



 .configurator_container, .configurator_steps_container, #configurator_canvas {
   transition: opacity 0.2s;
 }   

 .article-dropdown_container {
    position: relative;
    z-index: 9;
 }
 .article-dropdown_container .article-dropdown {
    position: absolute;
    background-color: white;
    max-height: 300px;
    overflow: scroll;
    margin: 10px 0px 0px 0px; 
}


 .article-dropdown {
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s;
    display: flex;
    flex-direction: column-reverse;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(224,224,224,1);
    -moz-box-shadow: 10px 10px 15px 0px rgba(224,224,224,1);
    box-shadow: 10px 10px 15px 0px rgba(224,224,224,1);
}

 .article-dropdown.is_active {
    opacity: 1;
    pointer-events: all;
 }

 .article-dropdown .dropdown-item-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 10px 5px 5px 10px;
    margin: 8px 8px 8px 0px;
    width: auto;
    white-space: normal;
    min-width: 350px;
    border-bottom: 1px solid #d7d7d7;

 }

 .article-dropdown .dropdown-item-row div:nth-child(2){
    margin-right: auto;
    margin-left: 10px;
    padding-right:10px;
 }

 .dropdown-item-row .artikelnummer {
    padding-top:0px;
    margin:0px;
    font-size:10px;
    margin-left:0px !important;
    margin-right: 0px !important;
 }


 .search_element-article_dropdown {
    display:flex;
    align-items: center;
 }

 .article-dropdown .dropdown-item img {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
 }

 .btn_removal {
    width:25px;
    height: 25px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: baseline;
 }
 .article_name, .service_name, .discount_name {
    text-align: start !important;
    display: flex;
    align-items: center;
    width: 50% !important;
 }

 .article_name {
    flex-direction: column;
    align-items: start;
 }

 .article_name .artikelnummer{
    font-size:10px;
 }


 .afwerking_row, .service_row, .discount_row {
    padding:5px 0px 5px 0px !important;
 }

 .afwerking_row img {
    width: 50px !important; height: 50px !important;
 }

 .afwerking_row .btn_removal_container,  .service_row .btn_removal_container, .discount_row .btn_removal_container {
    width: auto !important;
    display: flex;
    align-items: center;
}

.article_count, .service_count, .discount_amount{
    margin-left:auto;
    display: flex;
    align-items: center;
}

.discount_amount{
    width: 30%;
}

.discount_amount input {
    width: 100% !important;
}

#configurator_canvas .Frame_Attack {
    overflow: hidden !important;
}