body{
    background-color: #1f2123;
    color: white;
}
.card{background-color: #1f2123;}
.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: 2fr 13fr; */
grid-template-columns: 270px auto;
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:87vh;

}
.g9{
grid-template-columns: repeat(2,1fr);
row-gap: 10px;
column-gap: 0px;
justify-items: start;
justify-content: start;
width: 155px;
}
.g91{row-gap: 10px;
column-gap: 10px;}
.material,.rims{
width:70px;
height:70px;
border-radius: 10%;
}

.watermark{
    position: absolute;
    height: 250px;
    top: 30%;
    left: 40%;
    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:275px;

}
/* 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;
}


.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*/



@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);
        
    }
    
    .watermark {
        position: absolute;
        height: 100px;
        top: 20%;
        left: 20%;
        opacity: 0.4;
        z-index: 1111;
    }
}

@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);grid-gap: 10px;
}

.watermark {
        position: absolute;
        height: 100px;
        top: 20%;
        left: 20%;
        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;
    }

    .wheelRadio{
        display: grid;grid-auto-flow: column;justify-content: space-between;
    }
    .d600Radio,.dirtyRadio,.kmcRadio,.colorPickers,.justForFunOptions,.justForFunStockOptions{
        display: none;
    }


    @media(max-width:568px){
        .bottomPara{
            margin-left: 0 !important;
        }
        .g2{
            height: auto !important;
            order: 2;
        }
    }
    
    
    
    /* range slider */
    .range-slider {
        margin: 15px 0 0 0%;
   }
    .range-slider {
        width: 100%;
   }
    .range-slider__range {
        -webkit-appearance: none;
        width: calc(100% - (73px));
        height: 10px;
        border-radius: 5px;
        background: #d7dcdf;
        outline: none;
        padding: 0;
        margin: 0;
   }
    .range-slider__range::-webkit-slider-thumb {
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        transition: background 0.15s ease-in-out;
   }
    .range-slider__range::-webkit-slider-thumb:hover {
        background: #1abc9c;
   }
    .range-slider__range:active::-webkit-slider-thumb {
        background: #1abc9c;
   }
    .range-slider__range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 0;
        border-radius: 50%;
        background: #2c3e50;
        cursor: pointer;
        transition: background 0.15s ease-in-out;
   }
    .range-slider__range::-moz-range-thumb:hover {
        background: #1abc9c;
   }
    .range-slider__range:active::-moz-range-thumb {
        background: #1abc9c;
   }
    .range-slider__value {
        display: inline-block;
        position: relative;
        width: 60px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        border-radius: 3px;
        background: #2c3e50;
        padding: 5px 10px;
        margin-left: 8px;
   }
    .range-slider__value:after {
        position: absolute;
        top: 8px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-right: 7px solid #2c3e50;
        border-bottom: 7px solid transparent;
        content: '';
   }
    ::-moz-range-track {
        background: #d7dcdf;
        border: 0;
   }
    input::-moz-focus-inner, input::-moz-focus-outer {
        border: 0;
   }
    