body{
    /* background-color: #1f2123; */
    background-color: #051523;
    color: white;
}
@font-face {
    font-family: GorditaRegular;
    src: url(./font.woff);
  }
  
  body,* {
    font-family: GorditaRegular;
  }

.card{
    /* background-color: #1f2123; */
    background-color: #051523;
}
.card-header{border-bottom:2px solid #fbb912;padding:.72rem 1.25rem;}
.grid{display:grid}
.is-col{grid-auto-flow: column;}
.gaf{grid-auto-flow: column;}

.jc-sb{justify-content: space-between;}
.jcs{justify-content: start;}
.jse{justify-self: end;}
.jic{justify-items: center;}

.acs{align-items: center;}
.ac-sb{align-content: space-between;}
.cgap-3{column-gap: 10px;}

.g11{grid-template-columns: 2fr 1fr;}

.g11-inner{
    justify-self: end;
    align-self: center;
}
/*grid gaps*/
.cgap-1{column-gap:10px}
.cgap-2{column-gap:20px}
.cgap-3{column-gap:30px}
.cgap-4{column-gap:40px}
.cgap-6{column-gap:60px}
.cgap-7{column-gap:70px}
.cgap-8{column-gap:80px}

/*grid gaps*/
.main-grid-wrapper{
grid-template-columns: 13fr 2fr;
height: 100%;
}

::-webkit-scrollbar{
width:12px;
}
#playcanvasFrame{
border:none;
}
#collapseThree h6,#collapseFour h6{
font-weight:bold;
}

/*Main iframe grid*/
.g1{
/*grid-template-rows: 10fr 2fr;*/
}
.g8{background-color: black}

.g5{
column-gap: 20px;
padding:10px;
}
.sicon{
display: grid;
justify-items: center;
align-items: center;
background-color: whitesmoke;
border-radius: 50%;
width:50px;
height:50px;
}
.g6{
padding-right: 30px;
}
.g2{
grid-template-rows: 0fr 0fr 1fr 11fr;
height:100vh;
}
.g9{
grid-template-columns: repeat(3,1fr);
row-gap: 10px;
column-gap: 10px;
justify-items: start;
justify-content: start;
width: 250px;
}
.g91{row-gap: 10px;
column-gap: 10px;}
.material,.rims{
width:70px;
height:70px;
border-radius: 10%;
}

.watermark{
        position: absolute;
        height: 250px;
        top: 35%;
        left: 25%;
        opacity: 0.4;
        z-index: 1111;
}

.make2ColG{display:grid;grid-auto-flow:column;justify-content:space-between;}

.rims{
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: grayscale(100%);
}

.g91 .grid:nth-child(1) .rims{
background-image: url('/images/rims/rim1.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: grayscale(100%);
}
.g91 .grid:nth-child(2) .rims{
background-image: url('/images/rims/rim2.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: grayscale(100%);
}
.g91 .grid:nth-child(3) .rims{
background-image: url('/images/rims/rim3.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: grayscale(100%);
}
.g91 .grid:nth-child(4) .rims{
background-image: url('/images/rims/rim4.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: grayscale(100%);
}
.g91 .grid:nth-child(5) .rims{
background-image: url('/images/rims/rim5.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: grayscale(100%);
}
.g91 .grid:nth-child(6) .rims{
background-image: url('/images/rims/rim6.png');
background-position: center;
background-size: contain;
background-repeat: no-repeat;
filter: grayscale(100%);
}



#accordionExample{
height:73vh;
/* overflow-y: scroll;
scrollbar-width: thin; */
padding:0px 10px;
width:350px;

}
/* Grow */
.hvr-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: transform;
transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}

.card-body{
  /* height:36.8vh; */
  overflow-y:scroll;
  scrollbar-width: thin;
  scrollbar-base-color: #124ed1;
}
.card-header{
/* background-color: #1f2123 !important; */
background-color: #051523 !important;
}


.g9 span{
  padding:45px 0px 0px 50px;
}
.custom-control-label::after{width:0px;}
.custom-control-label::before{width:1.2rem;height:1.2rem;}
.custom-switch .custom-control-label::before{
  width:2rem;
  height:1rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after{transform: translateX(1rem);}
.custom-control-input:checked ~ .custom-control-label::before{
border-color: #fbb912;
background-color: #fbb912;
}
.priceS{
display: grid;
justify-content: space-between;
grid-auto-flow: column;
column-gap: 30px;
}


/** DU-R-Screens*/

#DU-R-Screen-1{
display:grid;
height:100vh;
align-content: space-around;
justify-items: center;
}

#DU-R-Screen-2{
    display: grid;
    height: 100vh;
    justify-items: center;
    align-content: space-evenly;
}

.DU-R-Screen-2-1{
    display: grid; 
    grid-auto-flow: column; 
    justify-content: space-between; 
    width: 100%;
    padding: 20px 40px 10px 40px ;
    align-items:center;
}

.DU-R-Screen-2-2{width: 40%;align-items:center}

#DU-R-Screen-3{
    display: grid;
    height: 100vh;justify-items: center;
}
.display-3{font-size: 2.4em; font-weight: bold;text-align: center;}
/** DU-R-Screens*/

.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: #EF0606;
}

input:focus + .slider {
  box-shadow: 0 0 1px #EF0606;
}

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%;
}



@media(max-width:1024px) and (max-height:768px){
#accordionExample{
    /*The width is set because when 
    the user closes the color switch
    the width was decreasing*/
    width:300px;
}
#overviewconfigration{
        width:269px;
    }
}

@media(max-width:1024px) and (max-height:1366px){
#overviewconfigration{
        width:300px;
    }
}

  @media(max-width:834px){
      
    #overviewconfigration{
        width:269px;
    }
    
  
  } 
  

@media(max-width:812px){
  
.main-grid-wrapper{grid-template-columns: 1fr;}
.main-grid-wrapper h1{text-align: center;}
.g1 {
    grid-template-rows:50vh;
}
.g2{
    grid-template-rows: 0fr 0fr 1fr 11fr;
}
#overviewconfigration{
    width:100%;
}
}
@media(max-height:740px){
#accordionExample{
    /*The width is set because when the user closes the color
    switch the width was decreasing*/
    width:100%;
}

}
@media(max-width: 768px){
#accordionExample{
    /*The width is set because when the user closes the color
    switch the width was decreasing*/
    width:100%;
}
}

@media(max-height:414px){
    .g1 {
        grid-template-rows:5fr 2fr;
    }
    .g9{grid-template-columns: repeat(4,1fr);}
    
}

@media(max-width:414px){
  .g11 label{font-size:12px}
  #accordionExample{height:100%}
  #UpperPrice{display:none}
  .DU-R-Screen-2-2{
    width: 90%;
    grid-auto-flow:row;
    }
    .DU-R-Screen-2-2 :nth-child(1){
        padding-left:20px;
    }
#container-mob{
    padding:0px;
}
#playcanvasFrame{
    width:100vw;
}
.g1 {
    grid-template-rows: 50vh;
}
.g2{
    grid-template-rows:none;
}
.g4{
    grid-auto-flow: row;
    justify-self: center;
    
}
.g9{
    grid-template-columns: repeat(4,1fr);
}

.watermark{
        position: absolute;
        height: 100px;
        top: 17%;
        left: 17%;
        opacity: 0.4;
        z-index: 1111;
}


}
.sp-palette-container,.sp-button-container{
  display:none !important;
}
#pick-2-s1{
padding: 10px 0px;
}



 /* slider new */
             /*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 768px) and (max-width: 991px) {
    /* Show 4th slide on md if col-md-4*/
    .carousel-inner .active.col-md-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.3333%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) and (max-width: 768px) {
    /* Show 3rd slide on sm if col-sm-6*/
    .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -50%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
}
@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
    }
    /* show 2 items */
    .carousel-inner .active + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* farthest right hidden item must be also positioned for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* MD */
@media (min-width: 768px) {
    /* show 3rd of 3 item slide */
    .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }
    .carousel-inner .carousel-item-next {
        position: relative;
        transform: translate3d(0, 0, 0);
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}
/* LG */
@media (min-width: 991px) {
    /* show 4th item */
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
        display: block;
    }
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    /* Show 5th slide on lg if col-lg-3 */
    .carousel-inner .active.col-lg-3.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;  /*change this with javascript in the future*/
        z-index: -1;
        display: block;
        visibility: visible;
    }
    /* left or forward direction */
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    /* right or prev direction //t - previous slide direction last item animation fix */
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}
 /*video camera code*/
    .videoCameraSvg{
        width: 30px !important;height: 30px !important;fill: rgb(136, 136, 136);cursor: pointer;
    }
    
    
    .videoCameraDiv{
        display: grid;justify-content: end;
    }
    
    
   
  #overviewconfigration .gafc{
         justify-content:space-between;
     }

     #overviewconfigration{
         padding-left:11px;
     }

 
    
    
    .addTick{
        background-image: url('./tick.svg');
        background-size: 18px;
        background-repeat: no-repeat;
        background-position: bottom;
        background-position-x: right;
    }
    
    /* file */
    /* .file {
        visibility: hidden;
        position: absolute;
      } */
      /* base64 */
      
span{
  color:#fff;
}
.kepala-base{
  width:95%;
  background:#555;
  border:2px solid #555;
  color:#fff;
  padding:20px 30px;
  text-align:center;
  font-size:20px;
  }
  input[type="file"] {
    display: none;
}


.wrapperBrowse{
  /* background:#454851;
  border:2px solid #555;
  border-radius: 0px 0 3px 3px;
  padding:30px 30px;
  display: block;
  margin: 0;
  width: 95%;
  height:200px;
  text-align: center; */
  /* background: transparent; */
  display: grid;
  justify-content: normal;
  padding: 20px 0px;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
/*  = input file
----------------------------*/
.inputFile {
  background:transparent;
  color: transparent;
  outline:none;
  cursor:pointer;
  display:block;
  margin:0 auto;
}
/* .inputFile::-webkit-file-upload-button {
  visibility: hidden;
} */
/* .inputFile::before {
  content: 'Select File';
  margin: 10px;
  color: #000;
  display: inline-block;
  background: #fff;
  padding: 5px;
  width: 100px;
  height: 48px;
  line-height: 40px;
  text-align: center;
  text-decoration:none;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  font-family: 'Oswald', 'sans-serif';
  font-weight: 300;
  font-size: 20px;
  border-radius: 2px;
  transition:all 0.2s ease;
}
.inputFile:hover::before {
  color: #eee;
  transition:all 0.2s ease;
}
.inputFile:active {
  outline: 0;
}
.inputFile:active::before {
  color: #FFF;
} */

/*  = lightbox
----------------------------*/
/* .overlay{
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height:199%;
  background:#757D75;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.close_overlay {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: sans-serif;
  text-decoration: none;
  font-size: 40px;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background:#F46B63;
  color:#fafafa;
  transition: all 0.5s ease;
}
.close_overlay:hover{
  background: #4A6266;
  color: #fafafa;
  transition:all 0.5s ease;
}
.show{
  background:#6C7767;
  opacity: 1;
  visibility: visible;
  z-index: 999999999;
}
.output {
  background:#8BA987;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 5% auto;
  padding: 1em;
  width: 600px;
  height: 500px;
  overflow:auto;
}
.output ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 3px;
  display: block;
  color: #000;
  font-size: 13px;
}
.output ul b{
  color: #000;
}
.textarea {
  overflow: auto;
  width: 100%;
  height: 200px;
  margin: auto;
  margin-bottom:16px;
  display: block;
  border: 1px solid #ecf0f1;
  background: #ecf0f1;
  color: #7f8c8d;
  font-size:13px;
  font-family:monospace,sans-serif;
  
  word-break: break-all; 
  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  white-space: pre\9; 
}
.thumb {
  display: block;
  width: 50%;
  height: auto;
  margin: 10px auto;
  box-shadow: 0 6px 6px -6px #000;
} */
/* pdf btn */
.pdfBtnDiv{
    padding: 20px 0px;
display: flex;
justify-content: end;
}
.pdfBtn {
    padding: 0.9em 2em;
    /* border: 2px solid #17C3B2; */
    border: 2px solid #EF0606;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    color: #ddd;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    /* color: #17C3B2; */
    color: #fff;
    width: 160px;
   }
   
   .pdfBtn::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    /* background: #17C3B2; */
    background: #EF0606;
    transition: .5s ease;
    display: block;
    z-index: -1;
   }
   .pdfBtn:hover::before {
    width: 105%;
}
.pdfBtn:hover{
    color: #fff;
}
.browseBtn{
    background-color: #EF0606;
    color: #fff;
    outline: none;

}
.browseBtn:hover{
    background-color: #c80404;
    color: #fff;

}
#outputImg{
    width: 100px;
}
#outputImg2{
    width: 100px;
}
#outputImg3{
    width: 100px;
}
.outputImgDiv{
    display: flex;
/*justify-content: center;*/
padding: 10px 0px;
}