

/*@font-face {*/
/*  font-family: 'InterBlack';*/
/*  src: url('/font-family/static/Inter_18pt-Thin.ttf');*/
/*  font-weight: 900;*/
/*  font-style: normal;*/
/*}*/

:root {
    --theme-color: #be1e2d;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    user-select: none;
    /*font-family: 'InterBlack' !important;*/
    font-weight: 600;
    
}

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {*/
/*    font-weight: 800 !important;*/
/*}*/
.unselectOptions {
    width: 0;
    height: 0;
    overflow: hidden;
}
.p-relative {
    position: relative;
}
.hidden {
    display: none;
}
.crossIcon {
  display: none;
  max-width: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.crossIcon.active {
    display: block !important;
}
ul {
    margin-bottom: 0;
}
#reset {
    cursor: pointer;
}
.main-parent {
    display: grid;
    grid-template-columns: 65% 35%;
    overflow: hidden;
    height: 100vh;
}
.iframe-box {
    background-color: #f3f3f3;
    position: relative;
}
.logo-div {
    position: absolute;
    left: 30px;
    top: 30px;
}
.logo {
    width: 150px;
}
.sideImages-div {
    position: absolute;
    right: 40px;
    top: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}

.config-box {
    position: relative;
    /* padding: 0px 25px; */
    padding-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}
.config-box::-webkit-scrollbar {
  width: 4px;
}
.config-box::-webkit-scrollbar-track {
  background: lightgray;
  border-radius: 10px;
}
.config-box::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 20px;
}
.config-box::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color);
}


.main-hdng {
    font-weight: bolder;
    font-size: 28px;
    color: black;
    display: flex;
}
.topLogo-img {
    width: 80px;
}
.konfi {
    color: black;
    padding: 0 5px;
}
.hrLine {
    margin: 20px auto;
    height: 2px;
    background-color: var(--theme-color);
    border-radius: 10px;
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.headerClass {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    margin-bottom: 15px;
    height: 150px;
}
.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
     column-gap: 10px; 
    width: 100%;
    color: black;
    padding: 0 5px 10px 5px;
}
.tab::-webkit-scrollbar {
  height: 10px;
}
.tab::-webkit-scrollbar-track {
  background: var(--theme-color);
  border-radius: 10px;
}
.tab::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 20px;
}
.tab::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color);
}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 5px;
    font-size: 11px;
    color: black;
    border-bottom: 5px solid lightgray;
}

.tab button:hover {
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.tab button.active {
    border-bottom: 5px solid var(--theme-color);
}
.tablinks {
    background-color: white;
    width: 70px;
}

.tabContentContainer {
    height: calc(100vh - 300px);
}

.tabcontent {
  display: none;
  padding: 6px 35px;
  border-top: none;
  overflow-y: auto;
  overflow-x: hidden;
  /* max-height: 620px; */
  height: 100%;
}
.tabcontent::-webkit-scrollbar {
  width: 4px;
}
.tabcontent::-webkit-scrollbar-track {
  background: white;
  border-radius: 10px;
}
.tabcontent::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  border-radius: 20px;
}
.tabcontent::-webkit-scrollbar-thumb:hover {
  background: var(--theme-color);
}

.card {
    cursor: pointer;
}
.card-body {
    padding: 9px;
}
.card-title {
    font-weight: 900;
    font-size: 15px !important;
}
.card-text {
    font-size: 13px;
}
.sub-card-title {
    font-size: 13px;
}
.sub-card-text {
    font-size: 11px;
}

.airRevo-tabBtuns {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    align-items: center;
    text-align: center;
}

.box-type {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    align-items: center;
    text-align: center;
}
.boxTypes-images {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid lightgray;
    cursor: pointer;
}
.box-images {
    width: 110px;
    margin: 7px;
    cursor: pointer;
    border: 1px solid lightgray;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.images-txt {
    font-size: 12px;
    font-weight: 600;
}
.priceSpan {
    font-size: 13px;
    color: gray;
}
.airRevoCardsActive {
    border-color: var(--theme-color);
}

.zubehorBox-type {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    justify-content: center;
    align-items: center;
    text-align: center;
}
.zubeBoxTypes-images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.zubeBox-images {
    width: 100px;
    /* margin: 20px; */
    cursor: pointer;
    border: 2px solid white;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.zubehorCardsActive {
    border-color: var(--theme-color);
}

.wrapper {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    grid-gap: 20px;
}
.wrapper2 {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 20px;
}

.modal-footer {
    display: flex;
    justify-content: end;
    gap: 10px;
}
.theme-btn {
    background-color: var(--theme-color);
    color: white;
}
.btn-blue {
    background-color: #325cd8;
    color: white;
}

.btn:hover {
    opacity: 0.8;
}
.btn {
    transition: opacity 0.15s ease-in-out !important;
}

.counter {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: stretch;
}
.counter-input {
    width: 15% !important;
}



.controls label {
  text-align: center;
}
.controls label input {
  height: 80px;
  width: 80px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.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);
  transform: translateY(-3px);
}


.iconBtn {
  background-color: var(--theme-color);
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  /*margin-top: -20px;*/
}

/* Darker background on mouse-over */
.iconBtn:hover {
  background-color: #cb1c2c;
}



.footerCont {
    margin-top: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 5px 3px 8px 5px;
    background-color: white;
    height: 120px;
}
.bottom-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
}
.foot-btns {
    border: 1px solid black;
    border-radius: 0;
    background-color: white;
    color: black;
    width: 45%;
    padding: 3px 0;
}
#weiter {
    background-color: var(--theme-color);
}
#zuru {
    color: black;
}




.file-upload-container {
    display: flex;
    align-items: center;
    gap: 10px;
    visibility: hidden;
  }

  /* .file-input {
    display: none;
  } */

  .remove-button {
    padding: 5px 10px;
    background-color: #ff6666;
    border: none;
    color: white;
    cursor: pointer;
  }

  .image-preview-container {
    margin-top: 20px;
  }

  .image-preview {
    max-width: 100%;
    max-height: 300px;
  }



.tableDiv {
    overflow-x: scroll;
    overflow-y: hidden;
    display: grid !important;
}
/* .tableDiv {
    overflow-x: scroll;
    overflow-y: hidden;
}
.tableDiv::-webkit-scrollbar {
    height: 10px;
}
.tableDiv::-webkit-scrollbar-track {
    background: lightgray;
}
.tableDiv::-webkit-scrollbar-thumb {
    background: var(--theme-color);
}
.tableDiv::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color);
} */
.sumTable {
  margin-top: 10px;
  width: 100%;
}

.sumTh {
  /* background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  color: white;
  padding: 10px 20px; */
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    border-bottom: 4px solid var(--theme-color);
    padding: 10px 20px;
    font-weight: bolder;
}

.sumTd {
  border: 1px solid var(--theme-color);
  padding: 8px;

}

.sumTd:hover {
  Background: #EDEDED;
  cursor: pointer;
}

.btn-primary {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    border-radius: 5px;
    color: white;
    float: right;
    /*width: 200px;*/
    margin-top: 30px;
}
.btn-primary:hover {
    background-color: #be1e2d;
    border-color: var(--theme-color);
}
.btn-primary:active {
    background-color: #be1e2d !important;
    border-color: var(--theme-color) !important;
}
.btn-close:focus {
    box-shadow: none;
}
.btn-close:focus-visible {
    border: none;
}
.form-control {
    border: 1px solid #be1e2d !important;
    border-radius: 5px !important;
    padding: 0.600rem 0.75rem !important;
}
.form-control:focus {
    box-shadow: none;
}

.modal-header {
    padding: 1rem !important;
}
.summaryModalBody {
    height: 600px;
}
.modal-body {
    overflow-y: scroll;
    padding: 30px 100px !important;
    margin: auto;
}
.modal-body::-webkit-scrollbar {
    width: 5px;
}
/* .modal-body::-webkit-scrollbar-track {
    background: lightgray;
} */
.modal-body::-webkit-scrollbar-thumb {
    background: var(--theme-color);
}
.modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color);
}

.form-check-input:checked {
    background-color: #be1e2d !important;
    border-color: #be1e2d !important;
}
.form-check-input:focus {
    box-shadow: none;
}

/* Swiper Slider CSS Start */

/* .swiper-container {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
    position: relative;
}
.swiper-button-prev {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 50%;
    padding: 22px;
    left: var(--swiper-navigation-sides-offset,-35px) !important;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-prev::after {
    color: white;
}
:root {
    --swiper-navigation-size: 28px !important;
}
.swiper-button-next {
    background-color: var(--theme-color);
    border: 0;
    border-radius: 50%;
    padding: 22px;
    right: var(--swiper-navigation-sides-offset,-35px) !important;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-button-next::after {
    color: white;
} */

/* Swiper Slider CSS End */




.airRevoCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
#standpipeHideOptions {
    display: none;
}
/* #standpipeDiv1, #standpipeDiv2, #standpipeDiv3, #standpipeDiv4 {
    display: none;
} */
.standPipeActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.baseAttachCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.accessoriesCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.materialCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.togetherCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.seitlCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.revisionCardsActive,.revisionCards2Active {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.flachCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.sichtblendeCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.beisteigeerCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.beleuchtungCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.vShapedCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}
.bundigeCardsActive {
    border: 2px solid var(--theme-color);
    color: var(--theme-color);
}


.hide {
    display: none;
}
.iconBtn {
  background-color: #9d9d9d;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 3px;
  /*margin-top: -20px;*/
}

/* Darker background on mouse-over */
.iconBtn:hover {
  background-color: #858585;
}



/*  ===========   THANK YOU PAGE CSS START  ========== */
.thank-you-container {
    text-align: center;
    padding: 100px;
}
.thank-hdng {
    font-size: 100px;
    color: gray;
}
.thank-para {
    font-size: 22px;
    margin-top: 50px;
    color: gray;
}
.thank-copy {
    margin-top: 50px;
    font-size: 20px;
    color: var(--theme-color);
}
/* Media Query For Thank You Page */
@media only screen and (max-width: 600px) {
    .thank-you-container {
        padding: 50px;
    }
    .crossIcon{
        max-width: 16px;
      position: absolute;
      top: 7px;
      right: 7px;
    }
    #reset {
  cursor: pointer;
  width: 30px;
  height: 30px;
}
}
/*  ===========   THANK YOU PAGE CSS END  ========== */



/*  ===========   GHAZALI NEW CSS START  ========== */
.standPipeContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.standPipeContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #eee;
  border: 3px solid gray;
  border-radius: 50%;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.standPipeContainer input:checked ~ .checkmark:after {
  display: block;
}
.standPipeContainer .checkmark:after {
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #b90000;
}

.corrosionContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.corrosionContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.corrosioncheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #eee;
  border: 1px solid gray;
}
.corrosioncheckmark:after {
  content: "";
  position: absolute;
  display: none;
}
.corrosionContainer input:checked ~ .corrosioncheckmark:after {
  display: block;
}
.corrosionContainer .corrosioncheckmark:after {
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: #b90000;
}

.materialBoxImg {
    height: 50px;
    width: 50px;
}
.standPipeVolFlowBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid gray;
    padding: 10px 6px;
}
.volFlowArrow {
    border: 1px solid #AAAAAA;
    height: 38px;
    width: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* .standpipeDiameterOuterContainer {
    padding: 0 20px;
} */
.standPipeRecomendBox {
    background-color: #f3f3f3;
    color: black;
    padding: 10px 10px 50px 10px;
    margin-top: 20px;
}
.standPipeRecomendRadioBox {
    position: relative;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
.radioOuterBox {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 5px;
}
.standPipeRecomendInput {
    background-color: white;
    height: 50px;
    width: 150px;
    padding: 0 10px;
}
#standPipeRecomendInput1 {
    border: 1px solid greenyellow;
}
#standPipeRecomendInput2 {
    border: 1px solid skyblue;
}
#standPipeRecomendInput3 {
    border: 1px solid violet;
}
#standPipeRecomendInput4, #standPipeRecomendInput5 {
    border: 1px solid lightgray;
}
.standPipeRecomendTxt {
    font-size: 10px;
}
.materialMatCont {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.materialMatCard {
    border: 2px solid lightgray;
    padding: 10px;
    text-align: center;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}
.myTabContent {
    display: none;
}
.surfTreatCont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: start; */
    row-gap: 15px;
    width: 100%;
    margin-top: 15px;
}
.surfTreatBoxes {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 2px solid lightgray;
    width: 100%;
    cursor: pointer;
}
.surfTreatImgBox {
    height: 80px;
    width: 80px;
    border: 1px solid lightgray;
    overflow: hidden;
}
.surfTreatImg {
    height: 100%;
    width: 100%;
}
.surfTreatTxt {
    font-size: 12px;
}
.paintCoatingCont {
    border: 1px solid lightgray;
    padding: 10px;
}
.matSurfacetxt {
    font-size: 12px;
    font-weight: 700;
}
.desireSPipeLenInput {
    border: 1px solid lightgray;
    border-radius: 6px;
    padding: 8px 10px;
    width: 240px;
}
.desireSPipeLenMeasCont {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.desireSPipeLenMeasBoxes {
    cursor: pointer;
    text-align: center;
}
.desireSPipeLenMeasIcon {
    border: 2px solid gray;
    background-color: #f5f5f5;
    height: 35px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desireSPipeLenMeasTxt {
    font-size: 12px;
    margin-bottom: 0;
}
#baseOptionalContent {
    display: none;
}
#sleeveTubeContent {
    display: none;
}
#screwContent {
    display: none;
}
.baseDesireInput {
    border: 1px solid lightgray;
    padding: 6px;
    border-radius: 8px;
    width: 50%;
}

.tab-content {
    display: none;
}
/* .tab-content > div {
  display: none;
} */
.tab-content > div.active {
  display: block !important;
}
/* NESTED */

.custom-content {
  display: none;
}
.custom-content.active {
  display: block;
}

.conSitTabContent {
  display: none;
}
.conSitTabContent.active {
  display: block;
}
#squareContent {
    display: none;
}

.designTabContent {
  display: none;
}
.designTabContent.active {
  display: block;
}

.accessoriesTabContent {
  display: none;
  /*height: 570px;*/
  overflow-y: auto;
}
.accessoriesTabContent::-webkit-scrollbar {
    width: 0;
}
.accessoriesTabContent::-webkit-scrollbar-track {
    background: var(--theme-color);
    border-radius: 20px;
}
.accessoriesTabContent::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 20px;
}
.accessoriesTabContent::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color);
}
.accessoriesTabContent.active {
  display: block;
}
.accessoriesTabBtn {
    border: 1px solid transparent;
    cursor: pointer;
}
.accessoriesTabBtn.active  {
  border-bottom-color: var(--theme-color);
}
.accessoriesNestedTabCont {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    height: max-content;
    max-width: 600px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 25px;
}
.accessoriesNestedTabCont::-webkit-scrollbar {
    height: 3px;
}
.accessoriesNestedTabCont::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}
.accessoriesNestedTabCont::-webkit-scrollbar-thumb {
    background: var(--theme-color);
    border-radius: 20px;
}
.accessoriesNestedTabCont::-webkit-scrollbar-thumb:hover {
    background: var(--theme-color);
}

.conSitMasOpt {
    border: 1px solid lightgray;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    width: 240px;
}
.connectionFlangeCheckBox {
    border: 1px solid lightgray;
    padding: 10px 45px;
    width: max-content;
    margin-top: 50px;
}
.accessoriesTabBtn {
    border: 1px solid lightgray;
    border-bottom: 4px solid lightgray;
    height: 55px;
    width: 50px;
}
#screen.active, #flatcamp.active, #rainCollar.active {
    border: 2px solid var(--theme-color);
}
#roofPenetrationContent {
    width: max-content;
    margin: 20px auto 0 auto;
    display: none;
}
#gratingLevelContent {
    width: 80%;
    margin: 20px auto 0 auto;
    display: none;
}
#camDamperContent {
    width: 80%;
    margin: 20px auto 0 auto;
    display: none;
}
#fanContent {
    width: max-content;
    margin: 20px auto 0 auto;
    display: none;
}
#boardingFacilityContent {
    width: 80%;
    margin: 20px auto 0 auto;
    display: none;
}
#boardLengthInput {
    height: 31px;
    width: 200px;
    border-radius: 6px;
    padding: 8px;
    border: 1px solid lightgray;
    outline: none;
}
#boardArt1 {
    height: 34px;
    width: 30px;
    border: 1px solid gray;
    cursor: pointer;
}
#boardArt2 {
    height: 34px;
    width: 30px;
    border: 1px solid gray;
    cursor: pointer;
}
#showBoardart1 {
    display: flex;
}
#showBoardart2 {
    display: none;
}
.accessMoveTabBtnsCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.accessMoveTabBtns {
    border: 1px solid black;
    border-radius: 0;
    background-color: white;
    color: black;
    width: 200px;
    padding: 3px 0;
    text-align: center;
    cursor: pointer;
}
#setStandPipeValueInput {
    height: 38px;
    width: 100%;
    border: 1px solid #AAAAAA;
    padding: 4px;
}
#error-message {
    display: none;
    color: var(--theme-color);
    font-size: 12px;
    padding-top: 8px;
}

.custom-tab-content {
  display: none;
}
.custom-tab-content.active {
  display: block;
}

/*  ===========   GHAZALI NEW CSS END  ========== */
.children.active {
    border-color: var(--theme-color);
}
.childish.active {
    border: 2px solid var(--theme-color);
}
.popup img {
    cursor: pointer;
}
.modal-dialog {
    max-width: 60% !important;
    margin: auto;
    padding: 50px 0;
}
.first-modal-body, .second-modal-body, .third-modal-body {
    padding: 0 !important;
    margin: 0;
    overflow: unset;
}
.third-modal-body {
    display: flex;
}
.first-modal-body img, .second-modal-body img {
    width: 100%;
}
.third-modal-body img {
    width: 50%;
}
.inside-modal-text {
    padding: 35px 30px;
}
.inside-modal-text h4,.inside-modal-text p {
    margin-top: 40px;
}
.sp-container.sp-flat {
    z-index: 1 !important;
}
.inside-modal-text p {
    font-size: 12px;
}
.not-space{
    line-height: 0;
    margin: 0;
}

.accessoriestabp{
    text-align: center;
    line-height: 1.3;
    font-size: 5px; 
    background-color: #fff;
}
.color-info {
    display: flex;
    align-items: center;
}

/*  ===========   Media Queries For Responsive  ========== */

@media only screen and (min-device-width: 1024px) {
    .foot-btns {
        width: 200px; 
    }
    #setStandPipeValueInput {
        width: 100%;
    }
    /* .headerClass {
        height: unset;
    } */
    .foot-btns {
        width: 40%;
    }
    /* .tabcontent {
        max-height: 600px;
    } */
}
@media only screen and (min-device-width: 768px) {
    .foot-btns {
        width: 40%;
    }
}

/* Mobile */
@media only screen and (min-device-width: 300px) and (max-device-width: 470px) {
    .config-box  {
        padding: 10px !important;
    }
    .tab button {
        font-size: 13px !important;
    }
    .box-type {
        grid-gap: 10px !important;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
    }
    .box-images {
        margin: 3px !important;
        width: 36px !important;
    }
    .zubehorBox-type {
        grid-gap: 10px !important;
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr)) !important;
        align-items: flex-start !important;
    }
    .images-txt {
        font-size: 12px !important;
    }
    .zubeBox-images {
        margin: 10px !important;
        width: 80px !important;
    }
    .controls label input {
        height: 60px !important;
        width: 60px !important;
    }
    .materialBoxImg {
        height: unset;
        width: 36px;
    }
    .surfTreatImgBox {
        height: 40px;
        width: 40px;
    }
    


    .bottom-footer {
        height: 60px !important;
        gap: 15px !important;
        position: static !important;
        margin-top: 0 !important;
        padding-top: 10px !important;
    }
    .foot-btns {
        width: 140px !important;
    }
    .main-hdng {
        font-size: 16px !important;
    }
    .topLogo-img {
        width: 50px !important;
    }
    /* .tabcontent {
        overflow-y: unset;
        height: max-content !important;
        padding: 0;
    } */
    .footerCont {
        position: unset;
    }
    .bottom-footer {
        margin: 0;
    }
}

/* Tab to Mobile */
@media only screen and (min-device-width: 320px) and (max-device-width: 1099px) {
    .main-parent {
        grid-template-columns: repeat(1, 1fr);
    }
    .iframe-box {
        height: 50vh;
    }
    .config-box {
        height: auto;
        padding: 10px;
    }
    .logo-div {
        left: 10px;
        top: 10px;
    }
    .logo {
        width: 80px;
    }
    .topLogo-img {
        width: 70px;
    }
    .main-hdng {
        font-size: 24px;
    }
    .tab button {
        padding: 10px 14px !important;
        font-size: 14px;
    }
    .sideImages-div {
        flex-direction: revert;
        top: unset;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: fit-content;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .side-img {
        width: 30px;
    }
    .accessoriesNestedTabCont {
        /* max-width: 400px; */
        max-width: 100%;
    }

    .tab {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .tab::-webkit-scrollbar {
        height: 3px;
    }
    .tab::-webkit-scrollbar-track {
        background: var(--theme-color);
        border-radius: 20px;
    }
    .tab::-webkit-scrollbar-thumb {
        background: var(--theme-color);
        border-radius: 20px;
    }
    .tab::-webkit-scrollbar-thumb:hover {
        background: var(--theme-color);
    }
    .wrapper {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .bottom-footer {
        position: unset;
    }
    .footerCont {
        position: unset;
        padding: 20px 0;
        box-shadow: none;
    }
    .bottom-footer {
        margin-top: 20px;
    }
    /* .tabcontent {
        padding: 5px 10px;
        height: max-content;
        overflow-y: hidden;
    } */
}

@media only screen and (min-device-width: 1100px) and (max-device-width: 1330px) {
    .main-parent {
        grid-template-columns: 60% 40% !important;
    }
}

/* @media only screen and (min-device-width: 300px) and (max-device-width: 1330px) {} */


.left-align {
    align-items: flex-end;
    text-align: left;
}

tr {
    height: 50px !important;;
}

#vShaped {
    display: none;
}
#flush {
    display: none;
}


#tab11,#removeEdelstahl{
  width: 0;
  height: 0;
  overflow: hidden;
}

#stand300Check {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}