@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --baseColor: #9a6633;
    --hoverColor: #fcd989;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    user-select: none;
    font-family: "Montserrat", sans-serif;
}
.tickmark,.cross{
    width: auto !important;
    height: auto !important;
    position: absolute;
    top: 0;
    display: none
}
.cross{
    display: block;
}
.niagaraOption{
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6, ul, ol, p {
    margin-bottom: 0;
}
.mainParent {
    display: grid;
    grid-template-columns: 100%;
    overflow: hidden;
    height: 100vh;
}
.mainParent.mobile{
    grid-template-columns: 100% !important;
}
.iframeBoxOuter {
    /*height: calc(100vh - 100px);*/
    height: 100vh; 
    position: relative;
}
.colorDiv2HR,.colorDiv3HR{
    display: none;
}
.iframeBox {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.iframeTopLeftBtuns {
    position: absolute;
    right: 30px;
    top: 20px;
    display: grid;
    gap: 10px;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.iframeBtuns {
    background-color: #d2d1ca;
    color: black;
    font-weight: 600;
    font-size: 20px;
    padding: 15px 30px;
    margin-bottom: 10px;
}
.priceSpan {
    font-size: 24px;
    color: gray;
    font-weight: 600;
    padding-bottom: 10px;
}
.themeBtn {
    background-color: #856442;
    color: white;
    padding: 15px 40px;
    border: 0;
    font-weight: 500;
    border-radius: 10px;
}
.bottomFooter {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
    /*position: sticky;*/
    position: fixed;
    bottom: 20px;
    /*left: 0;*/
    right: 0;
    /*width: 100%;*/
    width: 25%;
}
.cameraIcons.active, .bgIcons.active,.scaleBox.active{
    border: 1px solid;
    opacity: 1 !important
    ;
}
.cameraViewBtuns {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    /*background-color: white;*/
    /* border: 1px solid lightgray; */
    border-radius: 10px;
    /*padding: 2px 15px;*/
}
.cameraViewBtuns img {
    width: 50px;
    opacity: 0.5;
}

.iframeBotomRightBtuns {
    position: absolute;
    right: 30px;
    bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.doorHandleDiv {
    position: absolute;
    right: 30px;
    top: 20px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
.shareBox {
    background-color: #ffffff52;
    padding: 6px 15px;
    border-radius: 10px;
    height: 50px;
}
.deloSpan {
    font-size: 20px;
    font-weight: 600;
}
.scaleBox {
    background-color: #ffffff52;
    border-radius: 10px;
    height: 50px;
}
.scaleBox img {
    width: 50px;
}

/*  */
.configBox {
    background: linear-gradient(#e7e7e7, #fff, #e7e7e7);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 4px;
    position: relative;
}
.tabCon {
    height: 700px;
    overflow-y: auto;
    scrollbar-width: none !important;
}
.tabCon::-webkit-scrollbar {
  width: 4px;
}
.tabCon::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}
.tabCon::-webkit-scrollbar-thumb {
  background: lightgray;
  border-radius: 10px;
}
.tabCon::-webkit-scrollbar-thumb:hover {
  background: lightgray;
}
.tabBtnBox {
    display: flex;
    align-items: center;
    height: 100px;
    width: 100%;
    background: linear-gradient(#fff, #e7e7e7);
    gap: 10px;
}
.tabBtuns {
    background-color: #d2d1ca ;
    border: 2px solid lightgray;
    outline: 0;
    padding: 10px;
    height: 100%;
}
.tabBtuns img {
    width: 80px;
}
/* .tabBtuns.active {
    background-color: #484644;
    color: white;
}
.tabContent {
    display: none;
    animation: fadeEffect 1s;
}
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}  
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
} */
.logoImg {
    width: 200px;
}


.indsaeatKubeContentContainer {
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    padding-bottom: 100px;
}
.indsaeatKubeContentBoxes,.groundOnOff {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 90px;
    text-align: center;
}
.indsaeatKubeContentBoxes img,.groundOnOff img {
    height: 100%;
    width: 100%;
}
.indsaeatKubeContentName {
    font-weight: 500;
}
.indsaeatKubeContentBoxes.active,.groundOnOff.active {
    background-color: #d2d1ca;
    border: 1px solid;
}

.indsaeatRedigerContentCont {
    border-bottom: 2px solid #a7a7a7;
    margin: 0 10px;
    padding-bottom: 20px;
}
.redigerImgBox {
    width: 130px;
    padding: 0 10px;
}
.redigerImg {
    width: 100%;
}
.models.active{
    border: 1px solid;
}
.tabBtnBoxMobile{
        display: none;
    }
    .colorDiv{
    display: none;
}
.colorDiv1{
    display: flex;
}


.model2Img {
    display: none;
}
.model3Img {
    display: none;
}

.tabBtnBoxMobile2{
        /*display: block;*/
            display: grid !important;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            width: auto;
            gap: 0;
    }
    .tabBtnBoxMobile .tabBtuns2 {
        background-color: #d2d1ca;
        border: 2px solid lightgray;
        outline: 0;
        padding: 3px;
        height: 100%;
        font-size: 10px;
    }
    
    .doorHandle{
    max-width: 60px;
}
.doorHandle.active{
    border: 2px solid;
}
.undoRedoBtnsDiv{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, 0);
}
.undoRedoBtnsMain{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.undoRedoBtnsMain img{
    max-width: 32px;
    cursor: pointer;
}
.iconsDiv svg{
    max-width: 35px;
    max-height: 35px;
    fill: #fff;
}
#save path, .bgSvg path{
    fill: #fff;
}
.iconsDiv{
    position: absolute;
    top: 10px;
    left: 10px;
    display: grid;
    gap: 20px;
}
.iconDiv, .innerSvg{
    background: #5e5f63;
    padding: 10px;
    border-radius: 5px;
}
.innerSvg{
    border-radius: 100%;
}
.iconDiv{
    position: relative;
}
.innerSvgDiv{
    position: absolute;
    right: -70px;
    top: 50%;
    transform: translate(70px, -50%);
    display: flex;
    gap: 10px;
}
.bgInnerDiv{
    right: -60px;

}
.readyMadeInnerDiv{
    right: -212px;
}
.cameraSvg{
    fill: none !important;
}
.innerSvg{
    border: 2px solid transparent;
} 
.innerSvg.active{
    border: 2px solid #fff;
} 
.readyMadeDesignSection{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 20px;
    align-content: baseline;
}
.setupDiv img{
    max-width: 100%;
    border-radius: 7px;
    border: 2px solid transparent;
}
.setupDiv.active img{
    border: 2px solid #000;
}
.hideReadyMade{
    padding-bottom: 20px;
    text-align: center;
    cursor: pointer;
    color: #856442;
}
.undoRedoBtn{
    fill: none !important;
}
/*.rightSection.colorSection{*/
/*    display: none !important;*/
/*}*/
@media screen and (max-device-width: 1100px) {
    .alert {
        width: 100% !important;
        text-align: left !important;
        font-size: 12px;
    }
    .iconsDiv{
        top: 10px;
        left: 10px;
        gap: 5px;
    }
    .iconDiv, .innerSvg{
        padding: 5px;
    }
    .iconsDiv svg{
        max-width: 25px;
        max-height: 25px;
    }
    .mainParent.mobile{
            height: 100vh;
    }
    .tabBtnBoxDesktop{
        display: none !important;
    }
    .tabBtnBoxMobile,.tabBtnBoxMobile2{
        /*display: block;*/
            display: grid !important;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            width: auto;
            gap: 0;
    }
     .tabBtnBoxMobile .tabBtuns,.tabBtnBoxMobile .tabBtuns2 {
        background-color: #d2d1ca;
        border: 2px solid lightgray;
        outline: 0;
        padding: 3px;
        height: 100%;
        font-size: 10px;
    }
    .mainParent {
        display: grid;
        grid-template-columns: 100% !important;
        overflow: hidden;
        height: auto !important;
    }
    .iframeBox {
        height: 50vh;
        border: 0;
    }
    .configBox {
         height: 50vh; 
        border: 0;
        pointer-events: 120px;
    }
    .iframeIcons {
        left: 10px;
        gap: 10px;
    }
    .iframeBoxOuter {
        height: 100%;
    }
    .tabBtnBox {
        height: unset;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 5px;
    }
    .tabBtuns img {
        width: 50px;
    }
      .indsaeatKubeContentBoxes,.groundOnOff {
        width: 70px;
      }
    .tabBtuns,.indsaeatKubeContentBoxes,.groundOnOff{
        font-size: 12px;
    }
    .themeBtn{
        padding: 8px 30px;
    }
    .cameraViewBtuns img {
          width: 40px;
        }
        .cameraViewBtuns{
            padding: 2px 5px;
        }
    .deloSpan {
        font-size: 17px;
    }
    .shareBox img {
        width: 20px;
    }
    .scaleBox img {
        width: 35px;
    }
    .logoImg {
        width: 120px;
    }
    .bottomFooter {
        position: static;
        margin-bottom: 20px;
            width: 100% !important;
    }
    .shareBox, .scaleBox {
        height: 37.5px;
    }
    .iframeBotomRightBtuns {
        right: 15px;
        bottom: 15px;
    }
    .iframeTopLeftBtuns {
        right: 12px;
        top: 12px;
    }
    .indsaeatKubeContentContainer {
        gap: 25px 5px;
    }
    .tabCon {
        height: unset;
    }
    .tabBtnBoxDesktop{
        display: none;
    }
    .colorDiv{
        display: none;
    }
    .colorDiv1{
        display: flex;
    }
}

@media screen and (max-device-width: 1450px) {
    .mainParent {
        grid-template-columns: 70% 30%;
    }
    .indsaeatKubeContentBoxes,.groundOnOff {
        height: auto;
        width: 100px;
    }
    .indsaeatKubeContentName {
        white-space: nowrap;
    }
    .bottomFooter {
        position: static;
        margin-bottom: 20px;
        margin-top: 20px;
        width: 100%;
        height: auto;
        position: static;
    }
    .colorDiv{
        display: none;
    }
    .colorDiv1{
        display: flex;
    }
}

