#yaagam-popup{display: none; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 9999;max-width:100%}
#yaagam-popup .yaagam-popup_bg{background:#fff;max-width:700px;margin:5% auto;padding:20px;border-radius:10px;position:relative;}
#yaagam-popup #close-yaagam-popup{position:absolute;top:10px;right:15px;font-size:20px;cursor:pointer;} 

.open-yaagam-popup {
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF !important;
    box-shadow: 10px 10px 0px 0px rgba(239, 153, 122, 0.79);
    background-color: #f05522;
    position: relative;
    z-index: 0;
    border-radius: 40px 40px 40px 40px;
    cursor: pointer;
    padding: 10px 25px 15px;
}

 .yaagamregfrm input,
  .yaagamregfrm textarea,
  .yaagamregfrm select,
.yaagamregfrm button  {
    margin:1% !important;
    padding:2% !important;
    width: 98%;
    border: 1px solid #ddd;
    border-radius: 4px;
}

 .yaagamregfrm button {
    cursor: pointer;
    background-color: #4CAF50;
    color: white;
    border: none;
}

 .yaagamregfrm button:hover {
    background-color: #45a049;
}
.yaagamholder{display:flex;align-items: center;}
.yaagamregfrm .yaagamholderamt{
    display: inline-block;
    width: 200px;
    margin: 1% !important;
    font-size: 18px;
}
@media (max-width: 767px) {
	.yaagamholder,.yaagamregfrm .yaagamholderamt{ 
    display: block;
	 width: 100%;
}
#yaagam-popup .yaagam-popup_bg {
    max-height: 90vh;   /* 90% of screen height */
    overflow-y: auto;   /* scroll inside */
}
}
@media (max-width: 600px) {
  .yaagamregfrm input,
  .yaagamregfrm textarea {
    width: 96%;
    font-size: 16px;
  }
  .yaagamregfrm select { width: 100%;}

}
