.custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


#popmake-1910{
display : none !important;
}
.mainContainePopUp {

    border-radius: 12px;
    padding: 16px;
    background: url(https://neuraxconnect.nl/wp-content/uploads/2025/12/neuraxpharm-menu-item-bg.jpg) !important;
    background-position: center !important;
    background-size: cover !important;
}
.popup-content {
      background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 50%;
    height: auto;
    position: relative;
	    max-height: 80%;
    overflow: scroll;
	font-family: "Poppins", "sans-serif", "sans-serif";
    color: var(--nuraXeducatie-text);
	scrollbar-width: none;
	 -ms-overflow-style: none; 
	background : none;
}

.close-btn {
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #00B2E3;
    display: flex;
    color: #ffffff;
    font-weight: 500;
}

.formParagraphlayout{
	color : inherit!important
}

#popup-2 {

}

/* pop1 styles starts here */


.FormMainmain{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2px 20px;
    font-size: 12px !important;
}

.formRFIComponenets.headline {
       font-size: 24px;
    padding: 16px 0px;
    font-weight: 700;
	    text-align: center;
}

.separater {
  height: 8px;
  width: 100%;
  margin: 0 auto;
  background-color: #00B2E3;
}

  .formRFIComponenets{
   padding-top: 12px;
	      margin-top: 24px;
	  padding-top: 12px;
    margin-top: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 12px;
  }

	@media (max-width: 1000px) {
    .popup-content {
           width: 90%;
    }
}


	@media (max-width: 600px) {
 
.formRFIComponenets a {
    word-break: break-all;
}
}



  /* pop1 styles ends here */

  /* pop1 styles ends here */