@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Playpen+Sans&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter Tight', sans-serif;
  user-select: none;
  scroll-behavior: smooth;
}
.mobileSummaryDiv{
    display: none;
    position: unset !important;
    width: 100% !important;
    height: 100% !important;
}
select option:disabled{
    width: 0 !important;
    height: 0 !important;
    visibility: hidden !important;
    display: none !important;
    position: absolute !important;
    top: -10000% !important;
    left: -9999px !important;
    opacity: 0 !important;
    transform: scale(0) !important;
    font-size: 0 !important;
    visibility: hidden !important;
}
.headOptions,.hide {
  display: none;
}
body{
  font-family: 'Inter Tight', sans-serif;
  overflow: hidden ;
}
main{
  position: relative;
  overflow: hidden;
}
.tickMark{
    display: none;
}
.tickmarkIcon{
    /*display: none;*/
    position: absolute;
    top: 9px;
    left: 8px;
}
.tickmarkIcon.hidden{
    display: none;
}
/*.colorDiv.active .tickmarkIcon{*/
/*    display: block;*/
/*}*/
.backBtn{
  position: absolute;
  top: 40px;
  left: 10px;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
/* Config Page 1 */
.configStep {
  background-image: url('../images/background.jpg');
  background-position: bottom;
  background-color: black;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
  height: 100vh;
  width: 100vw;
}
.relativeDiv {
  position: relative;
  height: 100vh;
}
.mainDiv {
  position: absolute;
  /*width: 400px;*/
  width: 430px;
  top: 0;
  right: 0;
}
.mainContentBox {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.mobileLogo,.iframeBox {
  display: none;
}
.navbarDiv {
  width: 100%;
  padding: 28px 48px;
  display: none;
}
.navbarDiv2 {
  position: absolute !important;
  top: 0;
}
.bsNavbar {
  background: transparent !important;
  padding: 0;
  width: 100%;
}
.navBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 28px 0;
  width: 100%;
}
.navBox2 {
  position: absolute;
}
.navLeftDiv  {
  display: flex;
  align-items: center;
}
.navMainDiv {
  /* margin-left: 76px; */
  border: 1px solid #545458a6;
  border-radius: 8px;
  background: #1c1c1c;
  backdrop-filter: blur(10px);
  padding: 8px;
  height: 58px;
  /* width: 648px; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.navBtns {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 17.6px;
  color: #8A8A8A;
  white-space: nowrap;
  border: 0;
  border-radius: 8px;
  background: #1c1c1c;
}
.navBtns.active {
  background: #F0F0F0;
  color: black;
  font-weight: 600;
  border-color: transparent;
}
.contentBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
  height: calc(100vh - 127px);
  width: 350px;
  padding: 0;
}
.mainHdngBox {
  margin: 0 10px;
  padding: 0;
}
.mainHdng {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  margin-bottom: 40px;
}
.icon_Title {
  display: flex;
  align-items: center;
}
.selectBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  width: 343px;
  border: 0.5px solid #545458;
  border-radius: 8px;
  padding: 20px 16px 20px 16px;
  background: #161616;
  margin-bottom: 20px;
  cursor: pointer;
}
.selectBoxTitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
  color: #FFFFFF;
  padding-left: 16px;
  margin: 0;
}
/* Config Page 1 */

/* Config Page 2 */

/* .configStep2 {
  background-image: url('../images/background.jpg');
  background-position: bottom;
  background-color: black;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100vh;
  width: 100vw;
  overflow-x: hidden;
} */
.navContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 26px 24px;
}
/* .log2 */
.backBtn {
  cursor: pointer;
}
.welcomeHdng {
  color: #FFF;
  text-align: center;
  /* font-family: Inter Tight; */
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -0.32px;
}
.cutomBtn {
  display: inline-flex;
  padding: 16px 24px;
  justify-content: center;
  align-items: center;
  gap: 142px;
  border: 0;
  border-radius: 8px;
  background: #1FB895;
  color: #FFFFFF;
}
.vehicleContentContainer {
  margin: 68px 54px;
}
.mainContentHdng {
  margin-top: 61px;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #FFFFFF;
}
.vehilceSelectBox {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 32px;
  padding: 32px;
  border: 0;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.vehiclesImgBoxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border: 0;
  border-radius: 12px;
  height: 142px;
  width: 166px;
  cursor: pointer;
}
.vehiclesImgBoxes.active,.saveInSession.active {
  border-radius: 12px;
  border: 1px solid var(--Accent, #1FB895);
  box-shadow: 0px 0px 4px 0px #1FB895;
  border-color: transparent;
}
/* .vehiclesImg {
  height: 101px;
  width: 164px;
} */
.vehicleTitle {
  text-align: center;
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 19.36px;
  color: #0A0A0C;
}
.bodyTypeContainer {
  margin-top: 64px;
}
.bodyTypeContainerHide {
  display: block;
}
.bodyHdngBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.changeBodyTypeBtnsBox {
  display: flex;
  gap: 14px;
}
.changeBodyTypeBtns {
  border-radius: 8px;
  border: 0.5px solid #545458a6;
  background: #161616f0;
  backdrop-filter: blur(10px);
  color: #8A8A8A;
  padding: 12px 16px;
  border: 0.5px;
  border-radius: 8px;
  font-size: 16px;
}
.changeBodyTypeBtns.active {
  background-color: #FFFFFF;
  color: #0A0A0C;
  font-weight: 600;
  border-color: transparent;
}
.bodyTypesBox {
  background-color: #FFFFFF;
  margin-top: 32px;
  padding: 32px;
  border: 0;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));;
  align-items: center;
  gap: 16px;
  padding: 24px;
}
.selectTypeBoxes {
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E3E3E3;
  border-radius: 8px;
}
.selectTypeBoxes.active {
  border-radius: 8px;
  border: 1px solid #1FB895;
  box-shadow: 0px 0px 4px 0px #1FB895;
  border-color: transparent;
}
.form-check-input:checked {
  background-color: #1FB895;
  border-color: #1FB895;
}
.form-check-input:focus {
  box-shadow: none;
  border-color: #1FB895;
}
.form-check-input:active {
  filter: brightness(100%);
}
.form-check-input:focus-visible {
  outline: 0;
}
.form-check-input:checked[type=radio] {
  background-size: 18px;
}
.form-check-label {
  font-family: 'Inter Tight', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.78px;
}
.selectBodyTypeBtnsBox {
  display: flex;
  gap: 14px;
  margin-top: 40px;
  position: absolute;
  top: 0;
}
.selectBodyTypeBtns {
  border-radius: 8px;
  border: 1px solid #545458a6 !important;
  border-radius: 8px;
  background: #FFFFFF;
  backdrop-filter: blur(10px);
  color: #8A8A8A;
  padding: 12px 16px;
  border: 0.5px;
  font-size: 16px;
  backdrop-filter: blur(10px);
}
.selectBodyTypeBtns.active {
  background-color: #161616f0;
  color: #FFFFFF;
  font-weight: 600;
  border-color: transparent;
}
/* .configStep3 {
  background-image: url('../images/background.jpg');
  background-position: bottom;
  background-color: black;
  background-repeat: no-repeat;
  background-size: contain;
  overflow-x: hidden;
} */
.bodyTypeParent {
  text-align: center;
  height: calc(100% - 194px);
}
.selectToCustomizContainer {
  height: 85vh;
  position: relative;
  margin-top: 32px;
  background-color: #FFFFFF;
  display: flex;  
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 17.352px;
  border-top-right-radius: 17.352px;
}
.selection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 29px;
}
.carBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  display: none;
}
.carTitle {
  color: #0A0A0C;
  text-align: center;
  font-family: 'Inter Tight', sans-serif;
  font-size: 23.136px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.231px;
  margin-top: 13px;
}
/* Config Page 2 */

.loaderHdngBox {
  margin-top: 64px;
}
.loaderHdng {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.28px;
}
.loaderMainDiv {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/loaderBg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.circle-loader {
  position: relative;
}
.circle-loader div {
  height: 9px;
  width: 9px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: 0.8s opaque ease-in-out infinite both;
  animation: 0.8s opaque ease-in-out infinite both;
}
.circle-loader > div:nth-child(1) {
  top: -25px;
  left: 0;
}
.circle-loader > div:nth-child(2) {
  top: -17px;
  left: 17px;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.circle-loader > div:nth-child(3) {
  top: 0;
  left: 25px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.circle-loader > div:nth-child(4) {
  top: 17px;
  left: 17px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.circle-loader > div:nth-child(5) {
  top: 25px;
  left: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.circle-loader > div:nth-child(6) {
  top: 17px;
  left: -17px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.circle-loader > div:nth-child(7) {
  top: 0;
  left: -25px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.circle-loader > div:nth-child(8) {
  top: -17px;
  left: -17px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
/* .circle-loader > div:nth-child(9) {
  top: -17px;
  left: -17px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.circle-loader > div:nth-child(10) {
  top: -17px;
  left: -17px;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
} */

@keyframes opaque {
  0% {
    opacity: 0.1;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.1;
  }
}



.configParent {
  /* display: grid;
  grid-template-columns: 70% 30%; */
  height: 100vh;
  width: 100vw;
  /* background: transparent; */
  overflow: hidden;
}
.configuratorNavBox {
  position: absolute;
  margin: 28px 24px;
}
#snorkelPopup {
  left: unset;
  right: 412px;
}
#vehicleUI {
  top: unset;
  transition: all 1.5s;
}
.iframeClass {
  height: 101vh;
  width: 100vw;
  overflow: hidden;
}
.vehUIOuterDiv {
  position: absolute;
  right: 0;
  top: 20px;
}
.configurationBox {
  border-radius: 8px;
  border: 0.563px solid #545458a6;
  background: #161616;
  backdrop-filter: blur(11.25px);
  height: 95vh;
  /*width: 375px;*/
  width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}
.configurationBox::-webkit-scrollbar {
  width: 0px;
}
.configurationBox::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 40px;
}
.configurationBox::-webkit-scrollbar-thumb {
  background:white;
  border-radius: 10px;
}
.configurationBox::-webkit-scrollbar-thumb:hover {
  background: white;
}
.configurationInnerBox {
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom: 50px;
  /* scrollbar-width: none !important; */
}
.configurationInnerBox::-webkit-scrollbar {
  width: 0px;
}
.configurationInnerBox::-webkit-scrollbar-track {
  background: #161616;
  border-radius: 40px;
}
.configurationInnerBox::-webkit-scrollbar-thumb {
  background:white;
  border-radius: 10px;
}
.configurationInnerBox::-webkit-scrollbar-thumb:hover {
  background: white;
}
.searchDiv {
  border-radius: 8px;
  border: 1px solid  #545458a6;
  background: #161616;
  backdrop-filter: blur(10px);
  position: relative;
  width: 340px;
  height: 44px;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin: 16px;
}
.searchInput {
  background-color: #161616;
  border: 0;
  outline: 0;
  color: #8A8A8A;
}
.searchIcon {
  position: absolute;
  right: 16px;
  top: 13px;
  cursor: pointer;
}
.accordion {
  border: 1px solid #39393b;
}
.accordion-item {
  border-color: #39393b !important;
}
.accordion-button {
  background: #161616 !important;
  backdrop-filter: blur(11.25px);
  color: #8c8c8c;
  padding: 24px 16px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:focus-visible {
  outline: 0;
}
.accordion-button::after {
  background-image: url('../images/accordionIcon.png');
  background-size: 9px 14px;
}
.accordion-button:not(.collapsed) {
  background: #161616 !important;
  color: #FFFFFF;
  border-color: #39393b;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background-image: url('../images/accordionIcon.png');
  transform: rotate(90deg);
  margin-right: 10px;
  /**/
  position: absolute;
  right: 14px;
  top: 32px;
  color: #fff;
}
.accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}
.accordion-body {
  background-color: #161616 !important;
  color: #FFFFFF;
  padding: 16px !important;
}
.accordionSpan {
  margin-left: 16px;
}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
  border-bottom: 1px solid #414141;
}




.img-round {
  border-radius: 50px;
}
.botomBtns {
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  /* background-color: #161616; */
  /* background-color: #161616eb;
  backdrop-filter: blur(11.25px); */
}
.prevBtuns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.previewBtn {
  border-radius: 8px;
  background: #FFFFFF;
  color: #1FB895;
  border: 0;
  padding: 12px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 164px;
}
.previrewTitle {
  color: black;
  font-weight: 500;
}
.green2 {
  width: 164px;
}
.greenBtn {
  border-radius: 8px;
  background: #1FB895;
  color: #FFFFFF;
  padding: 12px;
  border: 0;
  white-space: nowrap;
}
.resetBtn{
  margin-top: 24px;
  color: #8A8A8A;
  background: transparent;
  border: 0;
}
.accordionCheckIcon {
  position: absolute;
  right: 60px;
}
.tansDiv {
  padding: 14px 12px;
  border-radius: 8px;
  border: 0.5px solid #545458a6;
}
.transHdng {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
}
.manualTxt {
  margin-left: 12px;
}
.gradeDiv {
  margin-top: 20px;
}
.vehicleSelect {
  /* margin-top: 10px; */
  background: transparent;
  color: #FFFFFF;
  border-color: #545458;
}
.vehicleSelect:focus {
  border-color: #545458;
  box-shadow: none;
}
.vehicleOptions {
  background-color: #161616;
  color: #FFFFFF;
}

.wheelOptns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.wheelBtns {
  border-radius: 8px;
  background: transparent;
  display: flex;
  width: 164px;
  height: 52px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #545458;
  color: #9c9c9c;
}
.wheelBtns.active {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  background: #282828;
  border-color: #282828;
  border-color: transparent;
}
.wheelBtnTxt {
  font-size: 14px;
  line-height: 18px;
}

.rackOptns {
  /*display: flex;*/
  /*align-items: center;*/
  /*gap: 16px;*/
  display: grid;
  align-items: center;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
}
.rackBtns {
  border-radius: 8px;
  background: transparent;
  display: flex;
  width: auto;
  height: 52px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #545458;
  color: #9c9c9c;
}
.rackBtns.active {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  background: #282828;
  border-color: #282828;
  border-color: transparent;
}
.rackBtnTxt {
  font-size: 14px;
  line-height: 18px;
}

.snorkelOptns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.snorkelBtns {
  border-radius: 8px;
  background: transparent;
  display: flex;
  /*width: 164px;*/
  height: 52px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #545458;
  color: #9c9c9c;
  white-space: nowrap;
}
.snorkelBtns.active {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  background: #282828;
  border-color: #282828;
  border-color: transparent;
}
.snorkelBtnTxt {
  font-size: 14px;
  line-height: 18px;
}

.bullOptns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bullBtns {
  border-radius: 8px;
  background: transparent;
  display: flex;
  /*width: 164px;*/
  height: 52px;
  width: 100%;
  /*height: 100%;*/
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 1px solid #545458;
  color: #9c9c9c;
  white-space: nowrap;
}
.bullBtns.active {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
  background: #282828;
  border-color: #282828;
  border-color: transparent;
}
.bullBtnTxt {
  font-size: 14px;
  line-height: 18px;
}

.controls label {
  text-align: center;
}
.controls label input {
  height: 32px;
  width: 32px;
  background: transparent;
  border: 1px solid white;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  padding: 0;
}
.controls label input::-webkit-color-swatch-wrapper {
  padding: 0;
}
.controls label input::-webkit-color-swatch {
  border-radius: 50%;
  border: none;
  transition: 0.25s ease;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
}
.controls label input::-webkit-color-swatch:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}


.leftSideIcon {
  position: absolute;
  left: 20px;
  bottom: 20px;
  cursor: pointer;
}
.mySvg {
  fill: #8c8c8c;
  stroke: #8c8c8c;
  height: 24px;
  width: 24px;
}
.accordion-button:not(.collapsed) .mySvg {
  fill: #fff;
  stroke: #fff;
}
.trayOptionsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.trayOptions {
  padding: 14px 12px;
  width: 164px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0.5px solid #545458a6;
}
.trayOptions.active {
  background: #282828;
  border-color: transparent;
}
.headTitle {
  color: #8A8A8A;
  font-size: 14px;
  line-height: 18px;
  margin-top: 4px;
}
.headTitle.active,.rareAccessoryOptions.active .headTitle {
  color: #FFFFFF;
  border-color: transparent;
}

.exJackOptnsMobile1 {
  /*height: 70px !important;*/
  /* width: 140px */
  /*width: 50%;*/
  width: 100%;
}
.exJackOptnsMobile2 {
  /*padding: 0 10px !important;*/
  /*width: 50%;*/
  width: 100%;
}


.boxesOptionsBox,.canopiesBoxes,.boxesOptions-rear,.jackOfOptions,.kitchenOptions,.kitchenStorageOptions,.pentryOptions,.roadChefOptions,.internalDrawerOptions,.endOptions,.trayLengthBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.trayLengthBtn{
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 0.5px solid #545458a6;
}
.boxesOptions,.canopiesBoxes,.boxesOptions-rear,.jackOfOptions,.kitchenOptions,.kitchenStorageOptions,.pentryOptions,.roadChefOptions,.internalDrawerOptions,.endOptions {
  padding: 14px 13px;
  /*padding: calc(29px - 16px);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0.5px solid #545458a6;
}
.boxesOptions.active,.canopiesBoxes.active,.boxesOptions-rear.active,.jackOfOptions.active,.kitchenOptions.active,.kitchenStorageOptions.active,.pentryOptions.active,.roadChefOptions.active,.internalDrawerOptions.active,.endOptions.active,.ladderPieces.active {
  background: #282828;
  border-color: transparent;
}
.rareAccessoryOptions.active{
  background: #fff !important;
}
.rareAccessoryOptions.active .headTitle{
  color: #000 !important;
    
}
.boxesOptions2{
  padding: 10px 12px 10px 12px;
}

.contentDivs .content {
  display: none;
}
.contentDivs .active {
  display: block;
  border-color: transparent;
}

.subTabs {
  display: flex;
  margin-bottom: 10px;
}
.subTab {
  padding: 8px 12px;
  cursor: pointer;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  opacity: .5;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.subTab.active {
  border-bottom: 2px solid #1FB895;
  opacity: 1;
  /* border-color: transparent; */
}
.subContent {
  display: none;
}
.subContent.active {
  display: block;
  border-color: transparent;
}
.toolBoxesImgGap {
  display: flex;
  gap: 12px !important;
}













.iframeBgChangeColorsImg{
  max-width: 32px;
}

.selectNcolor {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin-top: 20px;
  justify-content: space-between;
  grid-template-columns: 32px calc(100% - 45px);
}
.toLeftSidebar {
  position: absolute;
  /*right: 24px;*/
  right: -1000px;
  top: 24px;
  height: 95vh;
}
/* .configInnerDiv {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
} */
.selectColorBox {
  border-radius: 8px;
  border: 0.563px solid #545458a6;
  background: #161616eb;
  width: 191px;
  padding: 16px;
  display: none;
}
.selectColorBox {
  position: absolute;
  left: -204px;
  top: 400px;
}
/* #showSelectColorInternal {
  position: absolute;
  left: -204px;
  top: 350px;
} */
#trayPopup {
  top: 300px;
}
#boxCanopyPopup,#jerryCanPopup,#ladderRackPopup,#dogBoxPopup {
  top: 500px;
}
#spareWheelPopup,#dogBoxPopup,#traySlidePopup{
  top: 550px;
}
.selectColorDivContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 14px;
  margin: 14px 0 0 0;
}
.selectColorHdng {
  color: #FFF;
  text-align: center;
  font-family: 'Inter Tight', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.16px;
}
.selectColorBoxHeader {
  border-bottom: 1px solid #535353;
  width: 100%;
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.selectColorCloseBoxes {
  cursor: pointer;
}
.selectColorsDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.selectColors {
  height: 32px;
  width: 32px;
}
.selectColorTitle {
  color: #8A8A8A;
}
.selectColorTitle.active {
  color: #FFFFFF;
  border-color: transparent;
}
#whiteSelectColor {
  background-color: white;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #1FB895;
}
#whiteSelectColor2 {
  background-color: white;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #1FB895;
}
.chooseModelHdng {
  margin-top: 20px;
  margin-bottom: 10px;
}
.modelTabBox {
  display: grid;
  grid-auto-flow: column;
}
#modelTabBox {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0;
}
.aluminiumOptions{
  margin-bottom: 10px;
}
.modelTab {
  display: flex;
  padding: 14px 12px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border: 0.5px solid #545458a6;
  border-radius: 0 8px 8px 0;
  color: #545458;
  cursor: pointer;
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  white-space: nowrap;
}
.modelTab.active {
  border-radius: 8px 0 0 8px;
  background: #282828;
  color: #FFF;
  font-weight: 600;
  border-color: transparent;
}
.modelTa2.active {
  border-radius: 0 8px 8px 0;
  /* background: #282828;
  color: #FFF;
  font-weight: 600; */
  border-color: transparent;
}
.modelTab2 {
  display: flex;
  padding: 14px 12px;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 0px 8px 8px 0px;
  border: 0.5px solid #545458a6;
  color: #545458;
  cursor: pointer;
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  white-space: nowrap;
  text-align: center;
}
.modelTab.active,.trayLengthBtn.active {
  /* border-radius: 8px 0px 0px 8px; */
  background: #282828;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  border-color: transparent;
}
.modelTab2.active {
  /*border-radius: 8px 0px 0px 8px;*/
  border-radius: 0px 8px 8px 0px;
  background: #282828;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  border-color: transparent;
}
.modelTab1{
  border-radius: 8px 0px 0px 8px;
}
.modelTab2{
  border-radius: 0px 8px 8px 0px;
}
/* .nav-tabs {
  border-bottom: 0;
}
.nav-link {
  display: flex;
  padding: 14px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 0px 8px 8px 0px;
  border: 1px solid #545458a6;
  color: #8A8A8A;
}
.nav-link:hover {
  outline: none;
  border: 0;
  isolation: unset;
  color: #8A8A8A;
}
.nav-link:focus {
  outline: none;
  border: 0;
}
.nav-tabs .nav-link.active {
  display: flex;
  color: #FFFFFF;
  padding: 12px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-radius: 8px 0px 0px 8px;
  background: #282828;
  border-color: #545458;
} */

/* .externalAccordions {
  height: 300px;
  overflow-y: scroll;
}
.externalAccordions::-webkit-scrollbar {
  width: 7px;
}
.externalAccordions::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}
.externalAccordions::-webkit-scrollbar-thumb {
  background: #39393b;
  border-radius: 10px;
}
.externalAccordions::-webkit-scrollbar-thumb:hover {
  background: #39393b;
} */




.my-accordion-item {
  background-color: transparent;
  color: #8A8A8A;
  margin: 0 0 16px 0;
  border-radius: 0.5rem;
}
.my-accordion-item-header {
  padding: 10px 12px;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border-radius: 8px;
  border: 1px solid  #545458a6;
  position: relative;
}
.my-accordion-item-header::after {
  content: "\002B";
  font-size: 16px;
  font-weight: 100;
  border: 1px solid;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-accordion-item-header.active {
  background-color: #f0f0f0 !important;
  color: #535353 !important;
  border-color: #e3e3e3 !important;
  transition: all ease-in-out 0.3s;
  font-weight: bold;
  border-color: transparent;
}
.my-accordion-item-header.active::after {
  content: "";
  background-color: #f0f0f0 !important;
  color: #535353 !important;
  border-color: #e3e3e3 !important;
  border-color: transparent;
}
.my-accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.my-accordion-item-body-content {
  padding: 12px 0 0 0;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.jerryCanOptns {
  display: flex;
  align-items: center;
  gap: 12px;
}
.kitchenSlidesOptns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}
.kitchenSlidesOptns2 {  
  grid-template-columns: repeat(2, 1fr);  
}


.checkBoxSideBar {
  border-radius: 8px;
  border: 0.563px solid #545458a6;
  background: #161616eb;
  backdrop-filter: blur(11.25px);
  height: 95vh;
  width: 375px;
  /* overflow-y: scroll; */
  overflow-x: hidden;
  padding: 20px 16px;
}
.checkBoxSideBar::-webkit-scrollbar {
  width: 0px;
}
.checkBoxSideBar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}
.checkBoxSideBar::-webkit-scrollbar-thumb {
  background: #39393b;
  border-radius: 10px;
}
.checkBoxSideBar::-webkit-scrollbar-thumb:hover {
  background: #39393b;
}
.checkBoxSidBarHdng {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.24px;
  font-family: 'Inter Tight', sans-serif;
  margin-bottom: 24px;
}
.checkFormBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.checkSelectTitle {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
  margin-bottom: 10px;
}
.checkForm-select {
  background: transparent;
  color: #FFF;
}
.forMt {
  margin-top: 15px;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 20px;
}
.form-check-input {
  height: 24px;
  width: 24px;
  border-radius: 4px;
}
.form-check-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.01em;
  text-align: left;
  /* margin-left: 10px; */
}

.checkCartDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}
.backToCheck {
  position: absolute;
  top: 16px;
  left: 16px;
  cursor: pointer;
}
.cartHdng {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.22px;
  margin-bottom: 16px;
}
.stPriceDiv {
  margin-bottom: 10px;
}
.quoteBtn {
  width: 100%;
}
.pro1 {
  display: flex;
  width: 343px;
  padding:  12px;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  border: 0.5px solid #545458a6;
  background: #161616f0;
  backdrop-filter: blur(10px);
}

.number span {cursor:pointer; }
/* .number{
  margin:100px;
} */
.number .minus, .number .plus{
  width:24px;
  height:24px;
  background:transparent;
  /* padding:8px 5px 8px 5px; */
  border:1px solid #E3E3E3;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  color: #E3E3E3;
  border-radius: 50%;
  font-size: 20px;
}
.number input{
  height:34px;
  width: 40px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  color: #fff;
  opacity: 80%;background: transparent;
}
.namePriceMain{
  display: flex;
  justify-content: space-between;
}
.mt16{
  margin-top: 16px;
}
.quoteModal {
  max-height: 492px;
  max-width: 450px;
  border-radius: 12px;
  padding: 24px;
  
}
.btn-close {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 999999;
}
.steel-content {
  display: none;
}
.btn-close:focus {
  box-shadow: none;
}
.modalHdng {
  color: #0A0A0C;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.24px;
}
.modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.modalImgBox {
  height: 132px;
}
.modalImgBox img{
  width: 239px !important;  
}
.form-control {
  border-radius: 8px;
  border: 1px solid #E3E3E3;
}
.form-control:focus {
  box-shadow: none;
  border-color: lightgray;
}
.form-control:focus-visible {
  outline: none;
}
.modalName {
  margin-bottom: 16px;
}
.modalEmail {
  margin-bottom: 16px;
}
.modalCheckBox{
  height: 20px;
  width: 20px;
  background-color: white;
}
.modalCheckLabel {
  margin-left: 12px;
  color: #0A0A0C;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.14px;
}
.modalBtn {
  margin-bottom: 16px;
}


.jeepGladiatorSideBar {
  border-radius: 8px;
  border: 0.563px solid #545458a6;
  background: #161616eb;
  backdrop-filter: blur(11.25px);
  /* height: 95vh; */
  /*width: 375px;*/
  width: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 16px;
  scrollbar-width: none;
}
.jeepGladiatorInnerBox{
    height: calc(95vh - 260px);
    overflow: auto;
    scrollbar-width: thin;
}
.jeepGladiatorSideBar::-webkit-scrollbar {
  width: 0px;
}
.jeepGladiatorSideBar::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 40px;
}
.jeepGladiatorSideBar::-webkit-scrollbar-thumb {
  background: #39393b;
  border-radius: 10px;
}
.jeepGladiatorSideBar::-webkit-scrollbar-thumb:hover {
  background: #39393b;
}
/* .gradeHdng {
  color: white;
}
.jeepBoxPara {
  color: white;
} */
.jeepLabel {
  color: white;
}
.jeepGladGradeDiv {
  margin-top: 24px;
}
.jeepGladRadioDiv {
  margin-top: 24px;
}
.jeepRadioSpan {
  background-color: #282828;
  color: white;
  border: 1px solid #464646;
  border-radius: 8px;
  padding: 6px 12px;
  margin-left: 8px;
}
.jeepGladRadioBtnMt {
  margin-top: 14px;
}
.jeepGladCheckMt {
  margin-top: 14px;
}
.jeepGlad {
  width: 100%;
  padding: 16px 12px;
  margin-top: 24px;
  margin-bottom: 16px;
}
.jeepGladLastPara {
  color: var(--Subtitle, #E3E3E3);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.14px;
}

.iframeBgChange {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  cursor: pointer;
}
.iframeBgChangeColorsDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.iframeBgChangeImgOuterBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.iframeBgChangeImgBox  {
  height: 82px;
  width: 128px;
  margin-top: 24px;
  position: relative;
}
.iframeBgChangeImg {
  border-radius: 9px;
}
.iframeBgChangeImgRadioBox {
  position: absolute;
  right: 20px;
  top: 11px;
  background-color: white;
  border: 1px solid white;
  height: 18px;
  width: 18px;
  border-radius: 50px;
}
.iframeBgChangeImgRadioBox.active {
  background-color: #1FB895;
  border-color: transparent;
}

#fullDogBoxesDiv {
  display: grid !important;
  grid-auto-flow: row;
  grid-template-columns: 1fr !important;
  gap: 10px;
}


.chooseBodyTypeBtnsDiv {
  margin-top: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 71px;
}
.chooseBodyTypeBackBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.backBtn2Mobile {
  display: none;
}
.chooseBodyTypeConfigBtn {
  color: white;
}
.chooseBodyType {
  color: #8A8A8A;
}
.chooseBodyTypeAnker {
  color: #8A8A8A;
}

/*  */
.mobileSearchDiv {
  display: none;
}
.mobileChooseBodyTypeBtnsDiv {
  display: none;
}
.mobileUi {
  display: none;
}
.mainDiv {
  height: 100vh;
  display: block;
}
.mobileSelectVehTabDiv {
  display: none;
}
.accordionCloseBtn{
    position: absolute;
    right: 5px;
    display: none;
    text-align: center;
    top: 16px;
    display: none;
    z-index: 99;
}
.my-accordion-item-header.active .accordionCloseBtn{
    font-size: 14px;
    width: 40px;
    height: 30px;
    display: block;
    z-index: 99;
}
.price,.weight{
    position: absolute;
    color: #fff;
    left: 60px;
    display: none;
}
.price span, .weight span{
    font-weight: 600;
}
.price{
    top: 120px;
}
.weight{
    top: 150px;
}
/* .deskVehAccPt {
  padding-top: 0 !important;
} */
.hide {
  display: none !important;
}
.mobileNavigation,.mobileIframeBgChangeColorsDiv{
  display: none;
}
#colorModal{
    border-radius: 8px; 
    position: absolute;
    top: 420px;
    right: 450px;
    left: auto;
    width: 191px;
    height: auto;
}
#colorModal .modal-dialog{
    width: 191px;
    color: #fff;
    height: 254px;
    background: #161616;
    border-radius: 8px;
}
/*  */
#colorModal .modal-content{
    border-radius: 8px;
    background: #161616;
}
#colorModal .modalBody{
    padding: 16px;
    border-radius: 8px;
}
.colorDiv{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}
.colorDiv.black,.carColor.black{
    background: #1c1c1c;
}
.colorDiv.white,.carColor.white{
    background: #fff;
}
.colorDiv.alloy{
    background: #adb2b6;
}
.carColor.alloy{
    background: #7A7A7A;
}
.carColor.checker{
    background: #003459;
}
.carColor.checker2{
    background: #7C1111;
}
.colorDiv.checker,.carColor.checker{
    background: #406ca9;
}
.carColor{
    width: 32px;
    height: 32px;
    border-radius: 50px;
    position: relative;
}
.checkmark{
    display: none;
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
}
.modal-backdrop {
    display: none !important;
}
.ladderPieces{
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 0.5px solid #545458a6;
}

.rearOption{
    padding: 15px 30px;
}
#fridgeSlideSelectBox,.internaldrawerSelect{
    visibility: hidden;
}


.leftMidRightDiv{
    display: flex; justify-content: space-between;width: 100%;
}
.okBtn{
    display: flex;
    width: 150px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 142px;
    border-radius: 8px;
    background: #E3E3E3;
}
#internalPopup .youSureModalContent, #alertModal .youSureModalContent, #ladderPopup .youSureModalContent, #traySidesModal .youSureModalContent {
    padding-bottom: 20px;
}
.traySidesSelectBoxMain{
    visibility: hidden;
    width: 0px;
    height: 0px;
}