#loaderBG {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cccccc;
    z-index: 400;
}

#renderCanvas {
    width: calc(100vw - 373px);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 373px;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
    background: transparent;
}


.inputValueCustomColor, .customColorPlaceholder {
    position: absolute;
    height: 40px !important;

    top: 0px;
    border-width: 0px;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    text-align: left;

}

.customColorPlaceholder {
    left: 184px;
    width: 45px;
    left: 210px;
    top: 11px;
}

.inputValueCustomColor {
    border-bottom: 0px solid #ffffff !important;
    left: 260px;
    top: 0px;
    width: 55px !important;
}

.divCustomColor {

    width: 141px !important;
    position: absolute;
    left: 176px;
    height: 40px;
    left: 184px;
    top: 0px;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;


}


button:focus {

}


button:hover {
    border-color: #ffb608;
}

#canvas2d_old {
    width: calc(100vw - 373px);
    height: calc(100vw - 373px);
    position: absolute;
    top: calc((100vh - (100vw - 373px)) / 2);
    left: 373px;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
}

#canvas2d {

    position: absolute;
    top: calc((100vh - 1200px) / 2);
    left: calc((100vw - 1200px + 373px) / 2);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
}

.canvas2dFullScreen {
    top: calc((100vh - 1200px) / 2) !important;
    left: calc((100vw - 1200px) / 2) !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.canvasSVGFullScreen {

    position: absolute;
    top: calc((100vh - 1200px) / 2);
    left: calc((100vw - 1200px) / 2);
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    /* mobile webkit */
}


#builderOptions1,
#builderOptions2,
#builderOptions3,
#builderOptions4,
#builderOptions5,
#builderOptions6,
#builderOptions7,
#builderOptions8 {
    display: none;
}


#topDiv {
    width: 373px;
    height: 68px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #17181b;
    overflow-y: hidden important;
}

.textGeneral {
    top: 19px;
    right: 24px;
    font-size: 13px;
    position: absolute;
    font-family: 'Montserrat', serif;
    text-align: end;
    color: #bfd2e9;
}

#logotype {
    width: 171px;
    height: 56px;
    top: 19px;
    left: 24px;
    position: relative;
}


.builderBlockStyleInactive {
    width: 373px;
    height: 56px;
    top: 0px;
    left: 0px;
    position: relative;
    color: #000000;
    margin-bottom: 2px;
    overflow-y: auto;
    border-bottom: 1px solid #f3f3f3;
}

.builderBlockStyleActive {
    width: 373px;
    height: 56px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: rgba(15, 83, 163, 0.07);
    color: #000000;
    margin-bottom: 2px;
    overflow-y: auto;
}


.builderBlockTextInactive {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #1a171b;
    position: absolute;
    top: 16px;
    left: 24px;
}


.builderBlockTextActive {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 16px;
    left: 24px;
}

#builderUI {
    width: 373px;
    height: calc(100vh - 69px);
    top: 69px;
    left: 0px;
    position: absolute;
    background-color: #ffffff;
    overflow-y: auto;
    overflow-x: hidden;
    /*box-shadow: 0px 0px 18px rgba(52, 52, 52, 0.2);*/
    transition: 0.25s ease-in-out;
}


.iconButton {
    margin-right: 10px;
    background-repeat: no-repeat;
}

.builderArrowActive {
    width: 15px;
    height: 12px;
    position: absolute;
    top: 26px;
    left: 333.17px;
    background-image: url("../css/arrow_active.png");
    background-repeat: no-repeat;
}

.waves-effect img {
    position: relative;
    top: 5px;
    z-index: -1;
}


.builderArrowInactive {
    width: 12px;
    height: 14px;
    position: absolute;
    top: 23px;
    left: 333.17px;
    background-image: url("../css/arrow_inactive.png");
    background-repeat: no-repeat;
}


#builderOptions1 {
    position: relative;
    top: 19px;
}

#builderOptions2 {
    position: relative;
    /* min-height: 610px; */
}


.builderOptionText {
    display: none;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;

    position: absolute;
    top: 18px;
    left: 36px;
    width: 200px;
}

.builderOptionTextMiddle {
    display: none;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 10px;
    padding-left: 34px;
    height: 56px;
    border-bottom: 2px solid #f3f3f3;
    padding-top: 16px;
    padding-bottom: 16px;
}

#optionHouse1 {
    display: none;
    position: absolute;
    width: 192px;
    height: 128px;
    left: 36px;
    top: 56px;
}

#optionHouse2 {
    display: none;
    position: absolute;
    width: 192px;
    height: 128px;
    left: 252px;
    top: 56px;

}

.optionHouseActive {
    border: 1px solid #ff0000;
    box-sizing: border-box;
    cursor: pointer;
}

.optionHouseInactive {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    cursor: pointer;
}


.optionHouseText {
    width: 192px;

    position: absolute;
    top: 93px;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}


body {
    background-color: #f2f2f2;
    overflow: hidden;
    width: 100vw;
    height: 100vh;

    cursor: default;
}

html {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}


/* Canvas ui */
#optionsBox_old {
    position: absolute;
    width: 864px;
    height: 104px;
    bottom: 20px;
    left: calc((100vw + 373px) / 2 - 432px);
    background-color: #ffffff;
    background-image: url("../css/texts.png");
    background-repeat: no-repeat;
}

#waterMark {
    position: absolute;
    width: 864px;
    height: 104px;
    top: 100px;
    left: calc((100vw + 373px) / 2 - 432px);

    text-align: center;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    color: #eaeaea;
    text-shadow: 0px 0px 10px #00000055;

    background-image: url("../css/logo.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#optionsBox {
    display: none;
    position: absolute;
    width: 864px;
    height: 104px;
    bottom: 20px;
    left: calc((100vw + 373px) / 2 - 432px);
    background-color: #ffffff;
}

#optionsBoxN {
    display: relative;
    position: absolute;
    width: 384px;
    height: 48px;
    bottom: 73px;
    left: calc(100vw - 920px);
    background-color: #ffffff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#optionsBoxOne {
    position: absolute;
    width: 216px;
    height: 100px;
    top: 0;
}


#optionsBoxBlock1,
#optionsBoxBlock2,
#optionsBoxBlock3,
#optionsBoxBlock4 {
    position: absolute;
    width: 216px;
    height: 100px;
    top: 0;
}

#optionsBoxBlock1 {
    left: 0;
}

#optionsBoxBlock2 {
    left: 216px;
}

#optionsBoxBlock3 {
    left: 432px;
}

#optionsBoxBlock4 {
    left: 648px;
}

.optionsTopText_top {
    position: absolute;
    width: 313px;
    height: 16px;
    left: 16px;
    top: 16px;

    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;

    color: #1a171b;
}

#priceN {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    width: 356px;
    text-align: end;
    color: #ffb608;
    margin-top: -16px;
}


.optionsTopText1 {

    position: absolute;
    width: 45px;
    height: 15px;
    left: 16px;
    top: 40px;

    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;

    color: #6c6c6c;
}

.optionsTopText2 {

    position: absolute;
    width: 45px;
    height: 15px;
    left: 16px;
    top: 61px;

    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;

    color: #6c6c6c;
}


.optionsTopText1_right {
    position: absolute;
    width: 76px;
    height: 15px;
    right: 16px;
    top: 40px;

    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: right;

    color: #6c6c6c;
}


.optionsTopText2_right {
    position: absolute;
    width: 76px;
    height: 15px;
    right: 16px;
    top: 61px;

    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: right;

    color: #6c6c6c;


}


#uiForCanvas {
    width: calc(100vw - 373px);
    height: 100vh;
    position: absolute;
    top: 0;
    left: 373px;
    outline: none;
}

#iconZoomIn {
    width: 48px;
    height: 48px;
    top: calc(50vh - 20px - 4px);
    right: 20px;
    position: absolute;
    background-image: url("../css/icon_zoom1.png");
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#iconZoomOut {
    width: 48px;
    height: 48px;
    top: calc(50vh + 20px + 4px);
    right: 20px;
    position: absolute;
    background-image: url("../css/icon_zoom2.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


#icon3D {
    width: 48px;
    height: 48px;
    top: 72px;
    right: 20px;
    position: absolute;
    background-image: url("../css/icon_3d_active.png");
    background-repeat: no-repeat;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

#icon2D {
    width: 48px;
    height: 48px;
    top: 120px;
    right: 20px;
    position: absolute;
    background-image: url("../css/icon_2d.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


#iconFullScreen {
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
    position: absolute;
    background-image: url("../css/icon_full.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


#iconInfo {
    display: none;
    width: 48px;
    height: 48px;
    bottom: 20px;
    right: 20px;
    position: absolute;
    background-image: url("../css/icon_information.png");
    background-repeat: no-repeat;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}


/* label color */
/* label underline focus color */
.inputValue:focus {
    box-shadow: 0 0px 0 0 #000 !important;
    border-bottom: 0px solid #000000 !important;
}

/* valid color */
.inputValue.valid {

    box-shadow: 0 0px 0 0 #000 !important;
    border-bottom: 0px solid #000000 !important;
}

/* invalid color */
.inputValue.invalid {
    box-shadow: 0 0px 0 0 #000 !important;
    border-bottom: 0px solid #000000 !important;
}

/* icon prefix focus color */
.inputValue.prefix.active {
    color: #000;
}


.inputstyle {
    position: absolute;
    width: 408px !important;
    left: 36px;
    top: 40px;
    margin: 0px !important;

}

.inputstyle::-webkit-slider-thumb {
    color: #ff0000 !important;
    background-color: #ff0000 !important;
}

.inputstyle::-moz-range-thumb {
    background-color: #ff0000 !important;
}


.inputMM {
    position: absolute;
    left: 350px;
    top: 8px;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}


.inputMinLabel,
.inputMaxLabel {
    position: absolute;
    top: 66px;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6c6c6c;
    display: none;
}

.inputMinMaxLabel {
    position: absolute;
    top: 28px;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    color: #6c6c6c;
    left: 43px;
}


.inputMinLabel {
    left: 36px;
}

.inputMaxLabel {
    left: 382px;
}

.inputBorder {
    position: absolute;
    left: 243px;
    top: 0px;
    height: 40px;
    width: 200px !important;

    border-width: 1px;
    border-color: #ccc;
    border-style: solid;

    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


/* 2 block, frirst half */


/* //////////////////////////////////////////// */


/* SWITCH */
/* The switch - the box around the slider */


.lineWidth4 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: 385px;
    height: 1px;
    top: 40px;
    left: 40px;
    position: relative;
    border-top: 1px solid #f3f3f3;
}

/* SWITCH */
/* The switch - the box around the slider */


.lineWidth5 {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    width: 470px;
    height: 1px;
    top: 14px;
    left: 0px;
    position: relative;
    border-top: 1px solid #f3f3f3;
}

/*
.sliderZinkenKraaldeel{
  position: absolute;
  cursor: pointer;
  height: 50px;
  width: 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 34px;
}

.switchZinkenKraaldeel input {display: none;}

.sliderZinkenKraaldeel:before{
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  left: 5px;
  bottom: 5px;
  background-color: white;
  transition: 0,4s;
  border-radius: 50px;
}

input:checked + .slider{
  background-color: #BE9521;
} */


/* //////////////////////////////////////////// */
/* OLD CODE */


#inputIcon1 {
    background-image: url("../css/gevelbreedte.png");
    background-repeat: no-repeat;
    background-position: center;
    top: -1px;
}

#inputIcon2 {
    background-image: url("../css/diepte.png");
    background-repeat: no-repeat;
    background-position: center;
    top: -1px;
}

#inputIcon3 {
    background-image: url("../css/gevelbreedte.png");
    background-repeat: no-repeat;
    background-position: center;
    top: -1px;
}

#inputIcon_s1 {
    background-image: url("../css/icon_shift_1.png");
    background-repeat: no-repeat;
    background-position: center;
}

#inputIcon_s2 {
    background-image: url("../css/icon_shift_2.png");
    background-repeat: no-repeat;
    background-position: center;
}

#inputIcon_s3 {
    background-image: url("../css/icon_shift_3.png");
    background-repeat: no-repeat;
    background-position: center;
}

#inputIcon_s4 {
    background-image: url("../css/icon_shift_4.png");
    background-repeat: no-repeat;
    background-position: center;
}


.inputIcon {
    position: absolute;
    top: 0px;
    left: 36px;
    width: 32px;
    height: 32px;

}

.inputblock {
    position: relative;
    height: 64px;
}

/* forms */
.inputValue {
    position: absolute;
    left: 284px;
    top: 4px;
    height: 32px !important;
    width: 60px !important;

    margin: 0;

    border-width: 0px;
    border-color: #17181b;
    border-style: solid;

    padding-left: 8px;

    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    border-bottom: 0px solid #000000 !important;
    text-align: right;
}

#minusW,
#minusD {
    position: absolute;
    height: 40px;
    width: 40px;

    left: 240px;
    top: -4px;


    background-image: url("../css/icon_minus.png");
    background-repeat: no-repeat;


}

#plusW,
#plusD {
    position: absolute;
    height: 40px;
    width: 40px;

    left: 399px;
    top: -4px;


    background-image: url("../css/icon_plus.png");
    background-repeat: no-repeat;
}

/* dfgdf */

#optionHouse2image {
    width: 117px;
    height: 73px;
    top: 11px;
    left: 33px;
    position: absolute;
    background-image: url("../css/house2.png");
    background-repeat: no-repeat;
}

#optionHouse1image {
    width: 117px;
    height: 73px;
    top: 11px;
    left: 33px;
    position: absolute;
    background-image: url("../css/house1.png");
    background-repeat: no-repeat;
}

.optionHouseCheckboxActive {
    width: 24px;
    height: 24px;
    top: 0px;
    right: 0px;
    position: absolute;
    background-image: url("../css/checkboxactive.png");
    background-repeat: no-repeat;
}


.builderItemText {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    padding-top: 18px;
    padding-left: 36px;
    width: 200px;
}

.builderItemTextPrice {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 19px;
    color: #000000;
    padding-top: 18px;
    padding-left: 36px;
    width: 30px;


}


.itemDiv {
    position: relative;
    margin-top: 4px;
    height: 16px;
}

.itemListLeft {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    position: absolute;
    left: 18px;
}

.itemListCenter {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    position: absolute;
    left: 220px;
}

.itemListRight {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #000000;
    position: absolute;
    left: 380px;
    width: 20px;
    text-align: right;
}

.itemListPrice {
    padding-bottom: 15px;
}

#price {
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 19px;
    color: #000000;
    padding-left: 340px;

    border-bottom-style: none !important;
    border-bottom-width: 20px !important;
    margin-top: -19px !important;
    margin-bottom: 0px !important;
}

.row {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.renderCanvasFullScreen {
    position: absolute !important;
    width: 100vw !important;
    height: 100vh !important;
    left: 0px !important;
    top: 0px !important;
    overflow-x: hidden;
    overflow-y: hidden;
}


.optionsBoxFullScreen {
    left: calc((100vw + 373px) / 2 - 632px) !important;
    /*top: calc(100vh - 120px) !important;
    transform: scale(0.875); */
}


#buttonFormHelp {
    position: relative;
    width: 373px;
    height: 56px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f3f3f3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 55px;

    color: #17181b;
    text-transform: capitalize;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    font-style: normal;
    cursor: pointer;
}

#buttonFormHelp2 {
    position: relative;
    width: 373px;
    background-color: #eaeaea;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f3f3f3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 55px;

    color: #17181b;
    text-transform: capitalize;
    font-family: 'Montserrat', serif;
    line-height: 56px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}


#buttonFormOfferte {
    position: relative;
    background-color: #ffb608;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f3f3f3;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-left: 55px;
    height: 56px;
    display: flex;
    align-items: center;

    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Montserrat', serif;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    cursor: pointer;
    /* transition: 0.3s; */
}

/*
  #buttonFormOfferte:hover{
    color: #17181b;
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
  } */


#red {
    background-color: #f3f3f3 !important
}

#red:hover {
    background-color: #ff0000 !important;

}


.iconFullScreenFullScreen {
    display: block !important;
    background-image: url("../css/icon_full_back.png") !important;
    background-repeat: no-repeat !important;
    right: 20px !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.iconInfoFullScreen {

    display: none !important;
    right: 20px !important;
}


@media screen and ( max-width: 373px ) {


    #optionsBoxN {
        display: block;
        top: 70px !important;
        transform: scale(0.6);
        left: 0px !important;

    }


    #canvas2Ddiv {
        position: absolute;
        width: 100vw;
        height: 85vw;
        top: 56px;
        left: 0px;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    @media not all and (min-resolution: .001dpcm) {
        @media {
            #canvas2Ddiv {
                top: 112px;
            }
        }
    }


    .optionsBoxFullScreen {
        display: none !important;
        /* left: calc(100vw - 666px) !important;
        top: calc(100% - 85px) !important;
        overflow-x: hidden;
        overflow-y: hidden; */
    }


    .canvas2dDivFullScreen {
        top: 0 !important;
        position: absolute !important;
        width: 100vw !important;
        height: 100vh !important;
    }

    .iconInfoFullScreen {
        display: none !important;
        /* left: calc(100vw - 58px) !important;
        top: calc(100% - 58px) !important;  */
    }

    .iconFullScreenFullScreen {
        display: block !important;
        background-image: url("../css/icon_full_back.png") !important;
        background-repeat: no-repeat !important;
        right: calc(100vw - 58px) !important;
        top: calc(100% - 58px) !important;
        overflow-x: hidden !important;
        overflow-y: hidden !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }


    .iconZoomInFullScreen {
        right: 10px !important;
        top: 72px !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }

    .iconZoomOutFullScreen {
        right: 10px !important;
        top: 120px !important;
        border-bottom-left-radius: 8px !important;
        border-bottom-right-radius: 8px !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
    }


    @-ms-viewport {
        width: 373px;
    }
    @-o-viewport {
        width: 373px;
    }
    @viewport {
        width: 373px;
    }

    html, body {
        overflow-x: hidden;
        overflow-y: hidden;
    }

    #renderCanvas {
        position: absolute;
        width: 100vmin;
        height: 85vw;
        outline: none;
        top: 56px;
        left: 0px;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        /* mobile webkit */
        background: transparent;
    }

    #canvas2Ddiv {
        position: absolute;
        width: 100vmin;
        height: 85vw;
        top: 56px;
        overflow-x: hidden;
        overflow-y: hidden;
    }


    #canvas2d_old {
        position: absolute;
        width: 100vmin;
        height: 100vmin;
        top: calc((45vw / -2));
        left: 0px;
        outline: none;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    #canvas2d {
        position: absolute;
        /* top:  calc((100vh - 1200px - 55vh) / 2 - 76px); */
        top: calc((100vh - 900px - 90vh) / 2 - 6px);
        left: calc((100vw - 1200px) / 2);


        outline: none;
        overflow-x: hidden;
        overflow-y: hidden;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    }

    .canvas2dFullScreen {

        top: calc((100vh - 1200px) / 2);
        left: calc((100vw - 1200px) / 2);

        overflow-x: hidden !important;
        overflow-y: hidden !important;
    }

    #builderUI {
        position: absolute;
        top: calc(56px + 85vw);
        width: 373px;
        height: calc(100vh - 85vw - 56px);
        left: 0;

        background-color: #ffffff;
        overflow-x: hidden;
        overflow-y: auto;
        box-shadow: 0px 0px 18px rgba(52, 52, 52, 0.2);
        padding-bottom: 6rem;
    }


    #builderOptions7 {
        overflow-y: hidden;
    }

    #icon3D {
        transform: scale(0.875);
        left: 10px;
        top: 72px;
        background-image: url("../css/icon_3d.png");
        background-repeat: no-repeat;
        overflow-y: hidden;

    }

    #icon2D {
        transform: scale(0.875);
        left: 10px;
        top: 120px;
        background-image: url("../css/icon_2d.png");
        background-repeat: no-repeat;
        overflow-y: hidden;
    }

    #iconZoomIn {
        transform: scale(0.875);
        top: 72px;
        right: 10px;
        background-image: url("../css/icon_zoom1.png");
        background-repeat: no-repeat;
        overflow-y: hidden;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    #iconZoomOut {
        transform: scale(0.875);
        top: 120px;
        right: 10px;
        background-image: url("../css/icon_zoom2.png");
        background-repeat: no-repeat;
        overflow-y: hidden;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    #iconFullScreen {

        transform: scale(0.875);
        top: calc(56px + 85vw - 42px - 20px);
        left: 10px;
        background-image: url("../css/icon_full.png");
        background-repeat: no-repeat;
        overflow-x: hidden;
        overflow-y: hidden;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    #iconInfo {
        display: none;
        /* transform: scale(0.875);
        top: calc(100% - 398px);
        right: 10px;
        background-image: url("../css/icon_information.png");
        background-repeat: no-repeat;
        overflow-y: hidden; */
    }

    #optionsBox {
        display: none;
        /* overflow-y: hidden;
        overflow-x: hidden;
        transform: scale(0.4);
        width: 864px;
        left: -198px;
        top: calc(100% - 426px);
        background-color: #FFFFFF;
        overflow-y: hidden; */
    }

    .xr-button-overlayFullScreen {
        top: calc(100vh - 58px) !important;

    }


}


.xr-button-overlay {
    bottom: auto !important;
    top: calc(56px + 85vw - 42px - 20px) !important;
    height: 42px !important;
    width: 42px !important;
    right: 12px !important;
}

.babylonVRicon {
    height: 42px !important;
    width: 42px !important;
    margin: 0px !important;
}
