#custom-popup-javascript{
	width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.26);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

.option_select_javascript_submit{
    
    border-radius: 8px 8px 8px 8px;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    
    padding: 15px 17px;
}

.option_select_javascript_function .select_email {
    width: 270px;
    border-radius: 8px 8px 8px 8px;
}