* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--primaryfont-regular), sans-serif;
}
header, footer{
    display:none;
}
.crmWebToEntityForm {
    display: flex;
    width: 100vw;
    height: 100vh;
}
.bold_text{
        font-family: 'Zoho_Puvi_Bold';
}
.infocontleft {
    width: 40%;
    background-color: #dbe8ff;
    background-image: url(/sites/zweb/images/nonprofits/nonprofits-form-bg.png);
    color: rgb(0, 0, 0);
    padding: 4rem;
    display: flex;
    flex-direction: column;
}

.infocontleft h2 {
    font-size: 2rem;
    font-family: var(--primaryfont-semibold);
    margin: 2rem 0rem;
}

.npoul {
    list-style: none;
    font-size:18px;
    padding: 1rem;
    margin-top: 3rem;
}

.npoviewul2,
.npoviewul3 {
    display: none;
}

.infocontleft>ul>li {
    width: 83%;
    margin-bottom: 2rem;
    position: relative;
}
.infocontleft>ul>li::before{
    content: url("/sites/zweb/images/nonprofits/right-arrow.png");
    position: absolute;
    left: -30px;
    color: black;
    scale: 0.8;
}

#webform1034361017080118111 {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.npologodiv {
    width: 270px;
    height: 64px;
}

.npologodiv>img {
    width: 100%;
    height: 100%;
}

.zcwf_row {
    padding-left: 3rem;
    margin-bottom: 10px;
}
.boldparali{
    font-family: var(--primaryfont-semibold);
    margin-bottom: 10px;
}
.prgimg1 {
    background: url('/sites/zweb/images/nonprofits/npo-sprite.png') no-repeat -165px -2px;
    width: 40px;
    height: 40px;
    background-size: 350px 40px;
}
.errormsgtech > a{
 font-size:14px;
}
.prgimg2 {
    background: url('/sites/zweb/images/nonprofits/npo-sprite.png') no-repeat -62px -2px;
    width: 40px;
    height: 40px;
    background-size: 330px 40px;
}

.prgimg2active {
    background: url('/sites/zweb/images/nonprofits/npo-sprite.png') no-repeat -201px -2px;
    width: 40px;
    height: 40px;
    background-size: 330px 40px;
}

.prgimg3 {
    background: url('/sites/zweb/images/nonprofits/npo-sprite.png') no-repeat -115px -2px;
    width: 40px;
    height: 40px;
    background-size: 350px 40px;
}

.prgimg3active {
    background: url('/sites/zweb/images/nonprofits/npo-sprite.png') no-repeat -260px -2px;
    width: 40px;
    height: 40px;
    background-size: 350px 40px;
}

.prgimgdone {
    background: url('/sites/zweb/images/nonprofits/npo-sprite.png') no-repeat -310px -2px;
    width: 40px;
    height: 40px;
    background-size: 350px 40px;
}

.npoformprogress {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0rem;

    border-bottom: 2px solid #f0f0f0;
}

.progressimage {
    display: flex;
    width: 80%;
    padding: 0px 1rem;
    justify-content: space-between;
    margin: auto;
}

.progressbar {
    width: 75%;
    height: 8px;
    border-radius: 3rem;
    background-color: #f0f0f0;
    overflow: hidden;
}

.prgbarcolor {
    width: 2%;
    height: 8px;
    border-radius: 5rem;
    background-color: #0C7BD9;
    transition: 0.5s;
}

.progressnamediv {
    width: 84%;
    display: flex;
    justify-content: space-between;
    color: #A0A0A0;
    font-family: var();
}
/* .progressnamediv > p{
    flex-grow: 1;
} */

.npoviewport {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    position: relative;
    overflow-y: scroll;
}

.npoviewport h2 {
    font-family: var(--primaryfont-semibold);
    padding-left: 3rem;
}
.npoformbottom {
    display: flex;
    align-items: center;
    padding: 1rem;
    background-color: #f0f0f0;
}
.npoviewport2,
.npoviewport3 {  
    display: none;
}
.npoformbottom2,
.npoformbottom3,
.npoformbottom4 {
    display: none;
}



.npo3-divboxes{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    height: 100%;
    
}
.npo3-divboxes button{
    width: 340px;
    height: 70px;
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border: 2px solid black;
    border-radius: 10px;

}
.npo3-divboxes button img{
    width: 183px;
    height: 35px;
}
.npo3-divinner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
}
.npo3inner2 button{
    border: 2px solid #BFE6FF;
    background-color: #E2F4FF;
    color: #0C7BD9;
    font-family: var(--primaryfont-semibold);
}
.disabled-select{
  cursor:not-allowed;
}
.npo3-divinner p{
width: 400px;
    text-align: center;
    position: absolute;
    font-size: 14px;
    font-weight: bold;
    color: grey;
    bottom:-50px;
}
.npoviewspan-or{
    font-size: 1.2rem;
    font-weight: bold;
    color: grey;
}



.nponamediv {
    display: flex;
    /* flex-wrap: wrap; */
}

input,
select, textarea {
    min-width: 250px;
    max-width: 550px;
    width: 69%;
    height: 40px;
    min-height:40px;
    padding:0.5rem 1rem;
    border-radius: 8px;
    border: 1px solid #c8cedb;
}

.zcwf_col_fld {
    /* width: 300px; */
}
.npo3techsoupdiv .zcwf_row{
   margin-bottom:40px !important;
}
.zcwf_col_fld_slt {
    min-width: 250px;
    width: 65.5%;
    height: 40px;
    padding: 0rem 1rem;
    border-radius: 8px;
    border: 1px solid #c8cedb;
}

.zcwf_col_lab>label {
    font-size: 1rem;
    color: #101010;
}

.zcwf_col_lab>label::after,
#reCaptchaField::after {
    content: "*";
    color: red;
}
/* .zcwf_col_lab>label[for='COBJCF10']::after {
    content: " ";
} */

.npoformbackbtn {
    background-color: transparent;
    border: none;
    padding: 10px 1rem;
    font-size: 1rem;
    cursor: pointer;
}



.npobtn {
    padding: 10px 1.2rem;
    border-radius: 3rem;
    font-size: 1rem;
    border: none;
    margin-left: auto;
    background: linear-gradient(to top, #0D65D6, #2A87FF);
    cursor: pointer;
    color: white;
}

.zcwf_privacy {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

#privacyTool1034361017080118111,
#privacyTool1034361017080118112 {
    width: 15px;
    height: 15px;
    min-width: 0;
    margin-right: 1rem;
}

#theFile1034361017080118111 {
    padding: 10px;
}

.formsubmit {
    padding: 10px 1.2rem;
    border-radius: 3rem;
    font-size: 1rem;
    border: none;
    margin-left: auto;
    background: linear-gradient(to top, #0D65D6, #2A87FF);
    cursor: pointer;
    color: white;
    width: 100px;
    min-width: 0px;
}

.error {
    border: 2px solid rgb(255, 87, 87);
}

.zcwf_file {
    padding: 0.5rem;
    height: max-content;
}

.npoallbtnholder{
    position: relative;
}
.npoul{
    overflow-y: scroll;
}
.errormsg {
    width: max-content;
    font-size:14px;
    color: red;
    margin: 5px 0 10px 0px;
    display: none;
    position: absolute;
}

#formsubmitmob {
    width: 200px;
    display: none;
}
#Email:focus + .tooltip{
    display:flex;

}
textarea:focus + .tooltip{
    display:flex;

}

.tooltip{
    display:none;
    padding: 16px;
    font-size: 14px;
    width: 300px;
    overflow: hidden;
    position: absolute;
    padding-left: 3rem;
    left: 55%;
    top: -50%;
    background-color: rgb(237, 237, 237);
    clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 10% 65%, 5% 50%, 10% 35%);
    transition: 0.5s;
}

.email_note_div{
position: absolute;
padding-bottom: 25px;
}

.email_note{
font-size: 13px;
margin: 20px 0 10px;
text-align: left;
width: 75%;
display: inline-block;
color: #0C7BD9;
font-family: var(--primaryfont-semibold);
}
.lang-rtl .infocontleft>ul>li::before {right: -30px;left: unset;transform: scale(-1);}
.lang-rtl .zcwf_row { padding-right: 3rem; padding-left: unset; }
.lang-rtl .npoviewport h2 { padding-right: 3rem; padding-left: unset; }
.lang-rtl .npobtn { margin-right: auto; margin-left: unset; }
.lang-rtl #privacyTool1034361017080118111, .lang-rtl #privacyTool1034361017080118112 { margin-left: 1rem; margin-right: unset; }
.lang-rtl .formsubmit { margin-right: auto; margin-left: unset; }
.lang-rtl .errormsg { margin: 5px 0 10px 0; }

.npo3techsoupdiv, .npo3applydirectdiv, .npo3captcha{
    display: none;
}
.applydirectli, .techsoupli{
    display: none;
}
.npoviewul3 li{
    display: none;
}
.lilistactive .backbtnlishow{
    display: block;
}
.npo3techsoupdiv, .npo3applydirectdiv{
    flex-direction: column;
    margin-top: 2rem;
    gap: 1rem;
}
.euhidebtn{
    display: none;
}
@media (max-width: 991px){
    
    .infocontleft>ul>li{
        font-size: 16px;
        margin-bottom: 16px;
    }
    .infocontleft{
        padding:2rem 1rem;
    }
    
    .progressnamediv{
        width: 95%;
    }
    .nponamediv{
        flex-direction: column;
        gap: 1rem;
    }
    .contentprog{
        font-size: 14px;
    }
    .npoformbackbtn{
        padding: 0px;
        text-align: left;
    }
    #npoviewport3{
        margin-top:0px ;
    }
    .errormsg{
        max-width: 300px;
    }
    .captachadivmob{
        margin-top: 50px;
    }
.lang-rtl .infocontleft { padding: 2rem 1rem; }
   
}
@media (max-width: 767px) {
    #crmWebToEntityForm {
        flex-wrap: wrap;
    }
    .infocontleft {
        height: max-content;
        width: 100%;
        padding: 2rem;
    }
    .infocontleft>h2 {
        font-size: 1.5rem;
        margin-bottom: 1rem;
        margin-top: 3rem;
    }
    .infocontleft>ul {
        font-size: 1rem;
    }
    #webform1034361017080118111 {
        width: 100%;
        padding: 2rem 0rem;
        padding-bottom: 5rem;
    }
    .nponamediv {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .npoviewport {
        display: flex;
        height: fit-content;
        margin-bottom: 1rem;
        align-items: center;
        overflow-y: visible;
    }
    .euhidebtn {
        display: block;
    }
    .npoviewport3 {
        margin-bottom: 0;
    }
    .npoviewport h2 {
        padding: 0;
        margin-bottom: 1rem;
    }
    .npoformprogress {
        display: none;
    }
    .npoformbottom {
        display: none;
    }
    .zcwf_row,
    .zcwf_col_fld_slt {
        padding: 0;
    }
    .zcwf_col_fld_slt,
    .cBoth {
        width: 250px;
    }
    .zcwf_privacy {
        width: 300px;
    }
    .formsubmit {
        margin: 2rem auto;
        width: 200px;
        display: block;
    }
    #formsubmitmob {
        display: flex;
    }
    .lang-rtl .infocontleft { padding: 2rem; }
    .lang-rtl #webform1034361017080118111 { padding: 2rem 0; }
    .lang-rtl .npoviewport h2 { padding: 0; }
    .lang-rtl .zcwf_row, .lang-rtl .zcwf_col_fld_slt { padding: 0; }
    .lang-rtl .formsubmit { margin: 2rem auto; }

    .email_note_div{padding-bottom: 60px;}
    .email_note{
        margin-top: 24px;
        line-height: 15px;
         width:100%;
         font-size:12px;
    }
    #emaildivstyle{
          padding-bottom: 60px !important;
}
    .tooltip{
        padding: 16px;
        font-size: 14px;
        width: 250px;
        position: static;
        
        overflow: hidden;
        background-color: rgb(237, 237, 237);
        clip-path: polygon(0 10%, 45% 10%, 50% 0, 55% 10%, 100% 10%, 100% 100%, 0 100%);
        transition: 0.5s;
        text-align: center;
    }d
    .npo3-divboxes{
        flex-direction: column;
        gap: 2rem;
        height: 280px;
    }
    .npo3-divboxes button{
        width: 250px;
        height: 60px;
        font-size: 1.2rem;
    }
    .npo3-divboxes p{
        width: 320px;
        bottom: -50px;
        text-align: center;
    }
    .npoformbottom3, .npoformbottom4 {
        display: none!important;
    }
}
#businessreqnonman::after{
    content: none;
}
.zcwf_col_fld{
    position: relative;
    
}
.nponamediv .zcwf_col_fld{
    width:250px;
}
.zsiq_floatmain {
 margin-bottom: 75px !important;
}