﻿.contactusBGTechnologyReport {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    width: 83vw;
    max-height: 90vh;
    z-index: 9999 !important;
    border-radius: 24px;
    max-height: 90vh;
    overflow-y: auto;
}
    .contactusBGTechnologyReport .contactusHeaderCover {
         min-width: unset;

    }

.blurOverlayTechReport {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 6;
    backdrop-filter: blur(10px);
}

.g-recaptchaContactUsPopUp {
    transform: scale(1) !important;
}
    .invisible {
display:none;
}

.contactusBGTechnologyReport {
    scrollbar-width: none;
}

    .contactusBGTechnologyReport::-webkit-scrollbar {
        display: none; /* Chrome, Safari, iOS */
    }
.rowContainerTech {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 30px;
}

.formContainerTechnologyReportUsPopUp {
    width: 100%;
    padding: 35px 30px 40px 30px;
    display: flex;
    gap: 25px;
    border: 1px solid #4b4b4b;
    border-radius: 16px;
    background-color: #111314F0;
    border: 1px solid;
    position: relative;
}
    .formContainerTechnologyReportUsPopUp.innerFormContainerContactUsPopUp {
        height: unset;
    }
.contactusCoverTechReport {
    background: rgba(22, 25, 26, 1);
    padding: 86px 0;
    position: relative;
}

.contactusBGTechReport {
    background-color: #16191A;
    border-radius: 24px;
    box-shadow: 0px 30px 40px 0px #000000BF;
    max-width: 1720px;
    margin: auto;
    /*max-height: 90vh;*/
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.contactusCoverTechReport::-webkit-scrollbar {
    display: none;
}

.exitBtnTechReportForm {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 18px;
    top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    z-index:99;
}

#closeTechFormBtn {
cursor:pointer;
}

/* Media Query Responsive tasarim baslangic */

.checkBoxRowContainer:nth-child(2n) {
    margin-bottom: 40px;
    margin-top:20px;
}
.contactusBGTechnologyReport .generalInfoText, .contactusBGTechnologyReport .highLightText {
    margin: 0;
    line-height:1.2;
}
.contactusBGTechnologyReport .innerFormContainerContactUsPopUp {
    height:unset;
}
@media (max-width: 992px) {
    .contactusCoverTechReport {
        padding: 30px 0;
    }
        .contactusCoverTechReport .formInputElement {
            height: 44px !important;
        }
    .formContainerTechnologyReportUsPopUp {
        padding: 25px 20px 30px;
        gap: 20px;
    }
    .contactusExplaination {
        font-size: 14px;
        line-height: 1.2;
    }
    .contactusBGTechnologyReport .innerFormContainerContactUsPopUp {
        gap: 20px;
    }
    .contactusBGTechnologyReport .generalInfoText, .contactusBGTechnologyReport .highLightText {
        font-size: 14px;
    }
    .checkBoxRowContainer:nth-child(2n) {
        margin-bottom: 30px;
        margin-top: 20px;
    }
    .exitBtnTechReportForm {
        width: 24px;
        height: 24px;
        top: 10px;
    }
}





@media (max-width: 480px) {
    .g-recaptchaContactUsPopUp {
        transform: scale(0.9);
        width: unset !important;
    }

    #contactusModal {
    width:100%;
    }
    .contactusBGTechReport .demoRequestBtn {
        width: 100%;
        margin-top: 0px;
        text-align: center;
    }
}


@media (max-width: 380px) {

    .rowContainerTech {
        display: flex;
        justify-content: space-between;
        width: 100%;
        gap: 30px;
        flex-direction: column;
    }

    .formInputContainer {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 8px;
        align-self: center;
        flex-grow: 1;
        position: relative;
    }

    .formContainerTechnologyReportUsPopUp {
        padding: 25px 20px 30px 20px;
    }

    .checkBoxRowContainer {
        display: flex;
        justify-content: flex-start;
        gap: 7px;
        padding-left: 8px;
        padding-right: 8px;
        align-items: center;
        text-align: center;
        margin-bottom: 5px;
    }

    .g-recaptchaContactUsPopUp {
        transform: scale(0.71) !important;
    }

    s.columnContainerContactUsPopUp {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 12px;
        flex-direction: column;
    }


    .highLightText {
        color: #68FFED;
        font-family: "SourceSans";
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        cursor: pointer;
        text-decoration: underline;
    }



    .generalInfoText {
        font-family: "SourceSans";
        font-weight: 400;
        font-size: 13px;
        line-height: 100%;
        color: white;
    }
}