@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

:root {
    --theme-color: #be1e2d;
    --accent-color: #fc0001;
    
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    user-select: initial;
    font-family: 'Montserrat', sans-serif !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: 64% 36%;
    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.4) 0px 8px 10px;
}

.config-box::-webkit-scrollbar {
    width: 5px;
}

.config-box::-webkit-scrollbar-track {
    background: lightgray;
    border-radius: 10px;
}

.config-box::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 20px;
}

.config-box::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}


.main-hdng {
    font-weight: bolder;
    font-size: 28px;
    color: var(--accent-color);
    display: flex;
    text-transform: uppercase;
}

.topLogo-img {
    width: 80px;
}


.hrLine {
    margin: 20px auto;
    height: 2px;
    background-color: var(--accent-color);
    border-radius: 10px;
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.headerClass {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: white;
    margin-bottom: 15px;
    height: 171px;
}

.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    /* column-gap: 10px; */
    width: 100%;
    color: black;
    padding: 0 0x 10px 0px;
}

.tab::-webkit-scrollbar {
    height: 10px;
}

.tab::-webkit-scrollbar-track {
    background: var(--accent-color);
    border-radius: 10px;
}

.tab::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 20px;
}

.tab::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}

button{
    border-radius: 0 !important;
}

.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0 5px;
    font-size: 11px;
    color: black;
    border-bottom: 5px solid lightgray;
    transition: all 0.3s ease-in-out;
}

.tab button:hover {
    color: var(--accent-color);
    border-color: var(--accent-color);
}

.tab button.active {
    border-bottom: 5px solid var(--accent-color);
}

.tablinks {
    background-color: white;
    width: 100px;
}

.tabContentContainer {
    height: calc(100vh - 300px);
}

.tabcontent {
    display: none;
    padding: 24px 24px;
    border-top: none;
    overflow-y: auto;
    overflow-x: hidden;
    /* max-height: 620px; */
    height: 100%;
}

.tabcontent::-webkit-scrollbar {
    width: 6px;
}

.tabcontent::-webkit-scrollbar-track {
    background: white;
    border-radius: 10px;
}

.tabcontent::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 20px;
}

.tabcontent::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}

.summaryTable {
    font-size: 0.75rem;
    margin-left: 15px;

}

.summaryTable tr{
    height: auto !important;
}

.summaryTable th{
    font-weight: bold;
    color: darkgray;
    width: 60%;
    vertical-align: baseline;
}
.summaryTable td{
   
    width: 40%;
}



.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;
    transition: all 0.3s ease-in-out;
}

.box-images {
    width: 110px;
    margin: 10px;
    cursor: pointer;
    border: 1px solid lightgray;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.images-txt {
    font-size: 12px;
    font-weight: 600;
}

.priceSpan {
    font-size: 13px;
    color: gray;
}

.airRevoCardsActive {
    border-color: var(--accent-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(--accent-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;
}





.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(--accent-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;
    transition: all 0.3s ease-in-out;
}

.foot-btns:hover {
    background-color: #000;
    color: #fff;
}

#weiter {
    background-color: var(--accent-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(--accent-color);
}
.tableDiv::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
} */
.sumTable {
    margin-top: 10px;
    width: 100%;
}

.sumTh {
    /* background-color: var(--accent-color);
  border: 1px solid var(--accent-color);
  color: white;
  padding: 10px 20px; */
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    border-bottom: 4px solid var(--accent-color);
    padding: 10px 20px;
    font-weight: bolder;
}

.sumTd {
    border: 1px solid var(--accent-color);
    padding: 8px;

}

.sumTd:hover {
    Background: #EDEDED;
    cursor: pointer;
}

.btn-primary {
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    border-radius: 5px;
    color: white;
    float: right;
    width: 200px;
    /*margin-top: 30px;*/
    transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
    background-color: #be1e2d;
    border-color: var(--accent-color);
}

.btn-primary:active {
    background-color: #be1e2d !important;
    border-color: var(--accent-color) !important;
}

.btn-close:focus {
    box-shadow: none;
}

.btn-close:focus-visible {
    border: none;
}


.form-control {
/*    border: 1px solid #be1e2d !important;*/
    border-radius: 0 !important;
    padding: 0.600rem 0.75rem !important;
}

.form-control:focus {
    box-shadow: none;
}

/* .modal-header {
    padding: 1rem !important;
} */

.summaryModalBody {
    /* height: 600px; */
    height: 100%;
}

.modal-body {
    overflow-y: scroll;
    padding: 30px 50px !important;
    margin: auto;
}

.modal-body::-webkit-scrollbar {
    width: 6px;
}

/* .modal-body::-webkit-scrollbar-track {
    background: lightgray;
} */
.modal-body::-webkit-scrollbar-thumb {
    background: var(--accent-color);
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: var(--accent-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(--accent-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(--accent-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(--accent-color);
    color: var(--accent-color);
}

#standpipeHideOptions {
    display: none;
}

/* #standpipeDiv1, #standpipeDiv2, #standpipeDiv3, #standpipeDiv4 {
    display: none;
} */
.standPipeActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.baseAttachCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.accessoriesCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.materialCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.togetherCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.seitlCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.revisionCardsActive,
.revisionCards2Active {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.flachCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.sichtblendeCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.beisteigeerCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.beleuchtungCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.vShapedCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-color);
}

.bundigeCardsActive {
    border: 2px solid var(--accent-color);
    color: var(--accent-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(--accent-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: 70px;
    width: 70px;
}

.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: 60px;
    width: 60px;
    padding: 0 5px;
    text-align: center;
}

#standPipeRecomendInput1 {
    border: 1px solid violet;
}

#standPipeRecomendInput2 {
    border: 1px solid skyblue;
}

#standPipeRecomendInput3 {
    border: 1px solid greenyellow;
}

#standPipeRecomendInput4,
#standPipeRecomendInput5 {
    border: 1px solid lightgray;
}

.standPipeRecomendTxt {
    font-size: 11px; 
}

.standPipeRecomendTxt ul {
    padding-left: 10px;
}

.standPipeRecomendValue {
    font-weight: bold;
}

.materialMatCont {
    display: flex;
    justify-content: start;
    align-items: center;
    column-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;
}

/* Hide verticalRund selection cause there is only one option */
#verticalRund {
    display: none;
}

.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: 70px;
    width: 70px;
    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(--accent-color);
    border-radius: 20px;
}

.accessoriesTabContent::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 20px;
}

.accessoriesTabContent::-webkit-scrollbar-thumb:hover {
    background: var(--accent-color);
}

.accessoriesTabContent.active {
    display: block;
}

.accessoriesTabBtn {
    border: 1px solid transparent;
    cursor: pointer;
}

.accessoriesTabBtn.active {
    border-bottom-color: var(--accent-color);
}

.accessoriesNestedTabCont {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
    align-items: center;
    gap: 6px;
    background-color: #ffffff;
    height: 120px;
    max-width: 800px;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 25px;
}

.accessoriesNestedTabCont::-webkit-scrollbar {
    height: 6px;
}

.accessoriesNestedTabCont::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}

.accessoriesNestedTabCont::-webkit-scrollbar-thumb {
    background: var(--accent-color);
    border-radius: 20px;
}

.accessoriesNestedTabCont::-webkit-scrollbar-thumb:hover {
    background: var(--accent-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(--accent-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(--accent-color);
    font-size: 12px;
    padding-top: 8px;
}

.custom-tab-content {
    display: none;
}

.custom-tab-content.active {
    display: block;
}

/*  ===========   GHAZALI NEW CSS END  ========== */
.children.active, .surfTreatBoxes.active, .surfTreatImgBox.active, .materialBoxImg.active {
    border-color: var(--accent-color);
}

.childish.active {
    border: 2px solid var(--accent-color);
}

.popup img {
    cursor: pointer;
}

.modal-dialog {
    max-width: 70% !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: 9px;
    background-color: #fff;
}

/* Faraz CSS */
/* #inquiryBtn {
    width: 25%;
} */

.foot-btns a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.modal-footer {
    display: flex;
    justify-content: end;
    gap: 10px;
}

.counter {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: stretch;
}

.counter-input {
    width: 20% !important;
}

.color-info {
    display: flex;
    align-items: center;
}

.bx.icon-single {
    font-size: 2rem;
}

.btn .badge {
    position: relative;
    top: -20px;
    left: -15px;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-black {
    color: #fff;
    background-color: #000;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

li {
    list-style: none;
}

.btn-link {
    /* color: #b90000; */
    color: var(--accent-color);
    text-decoration: none;
}

.btn-link:hover {
    /* color: #b90000b9; */
    color: var(--theme-color);
}

.btn-link2 {
    color: #ffffff;
}

/*  ===========   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: 6px;
    }

    .tab::-webkit-scrollbar-track {
        background: var(--accent-color);
        border-radius: 20px;
    }

    .tab::-webkit-scrollbar-thumb {
        background: var(--accent-color);
        border-radius: 20px;
    }

    .tab::-webkit-scrollbar-thumb:hover {
        background: var(--accent-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) {} */

@media only screen and (min-device-width: 765px) and (max-device-width: 1100px) {
    .main-parent {
        grid-template-columns: 50% 50% !important;
    }
}



.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;
}

#addToCartForm {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: transparent;
    width: 400px;
}

/* Custom tooltip style*/

.infotooltip .tooltip-inner {
    color: #000000;
    position: relative;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    padding: 15px 15px 15px 15px;
    max-width: 19vw !important;
    width: fit-content !important;
    text-align: left;
}

.bs-tooltip-bottom .tooltip-inner::after,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-inner::after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); */
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: var(--accent-color);
    border-width: 30px;
    margin-left: -30px;
}

.bs-tooltip-top .tooltip-inner::after,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-inner::after {
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); */
	border-color: rgba(255, 255, 255, 0);
	border-top-color: var(--accent-color);
	border-width: 30px;
	margin-left: -30px;
}

.bs-tooltip-left .tooltip-inner::after,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-inner::after{
    left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); */
	border-color: rgba(255, 255, 255, 0);
	border-left-color: var(--accent-color);
	border-width: 30px;
	margin-top: -30px;
}

.bs-tooltip-right .tooltip-inner::after,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-inner::after{
    right: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
    /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); */
	border-color: rgba(255, 255, 255, 0);
	border-right-color: var(--accent-color);
	border-width: 30px;
	margin-top: -30px;
}

.infotooltip .tooltip-arrow {
    border: 0;
    display: none;
}


/* Custom modal infobox style*/
.infobutton {
    cursor: pointer;
}

.footerOverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.modal-button .infobutton {
    margin-top: -3px;
}

button.modal-button {
    background: #ffffff;
    border: none;
}

.show-list-style {
    
    text-align: left;
}

.show-list-style li {
    list-style: square;
    text-align: left;
}

.sub-container {
    padding-left: 24px;
    padding-right: 24px;
}

.modal-content {
    border-radius: 5px;
}


.modal-header {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.modal-title {
    color:var(--accent-color);
    text-transform: uppercase;
}

.modal-body h4 {
    text-transform: uppercase;
}

.footerOverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.logo-box {
    position: fixed;
    top: 0px;
    left:30px;
    z-index: 1000;
    box-shadow: 2px 2px 8px 0px;
}

.logo-box .logo {
    width: 140px;
    height: auto;
    
}

.cart-summary li {
    line-height: 1.7;
    font-size: 10pt;
}

.cart-position {
    font-size: 16pt;
    color: var(--accent-color);
}

.cart-section-heading {
    font-size: 12pt;

}

.cart-configuration-listing {
    padding-bottom: 48px;
}
/* Standrohrausführung */

/* Immer einzeigen */

/* .basepointAttachment.tabcontent {
    display: block;
} */


/* ---------------------------------------
   ≤ 1400px (Tablets quer / kleinere Laptops)
---------------------------------------- */
@media (max-width: 1400px) {
  :root {
   
  }
  .tablinks {
    background-color: white;
    width: 70px;
}

.main-parent {
   
    grid-template-columns: 60% 40%;
    
}
  
}

/* ---------------------------------------
   ≤ 992px (Tablets hoch / kleine Desktops)
---------------------------------------- */
@media (max-width: 992px) {
  :root {
   
  }

 
}

/* ---------------------------------------
   ≤ 768px (große Smartphones / kleine Tablets)
---------------------------------------- */
@media (max-width: 768px) {
  :root {
    
  }

 
}

/* ---------------------------------------
   ≤ 576px (Smartphones)
---------------------------------------- */
@media (max-width: 576px) {
  :root {
    
  }

  
}