#custom-popup-select{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.26);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}

#test-company_name1{
    display: none;
}

#custom-popup-select .success_result{
    display: block !important;
}
#custom-popup-select #address{
    display: block !important;
}

#custom-popup-select #company_website{
    display: none !important;
}

#custom-popup-select #address{
    display: block !important;
}

.content-popup{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
}
#test-dc-bar{
	width: 100%;
}

#custom-popup {
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.26);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
.dp-custom-pupup-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40%;
    background-color: #fff;
    padding: 40px;
	
	text-align: center;
	animation: smoothPop 0.3s ease-in-out;
	transform:translatey(-50%);
	animation-duration: 0.4s;
}
.dp-close-pop {
    background-color: red;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 19px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.dp-custom-pupup-wrap h4{
    color: #080808;
    font-family: "Hind", Sans-serif;
    font-size: 26px;
    font-weight: 400;
	text-align:center;
}
.dp-custom-pupup-wrap h6{
    color: #001F2C;
    font-family: "Hind", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
	text-align:center;
	margin:6px 0;
}
.dp-custom-pupup-wrap p{
	text-align: center;
color: #565656;
font-family: "Hind", Sans-serif;
	padding:0 60px;
	line-height: 22px;
}

@keyframes smoothPop {
  0%   {
	
	opacity:0;}

	
	100%   {
	opacity:1;}
  
}
.dp-custom-pupup-wrap form input {
    width: 400px !important;
    margin-bottom: 16px;
}
#cc_c2a {z-index: 999999 !important;}
.option_select_profile_select_submit {
   border-radius: 8px 8px 8px 8px;
    margin-top: 20px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 15px 17px;
}
#select_email {
    width: 270px !important;
    background-color: #fff;
    font-weight: 600;
}


#test-company_name{
	display:none;
}
.success_result li {
    list-style: none;
}
.success_result {
    margin-left: 0;
    width: 100%;
    text-align: center;
}
.success_result li {
    width: 400px;
    margin: 0 auto;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
    padding: 7px 0;
    text-align: left;
    padding-left: 12px;
    position: relative;
    border-radius: 2px;
	margin-bottom: 15px;
}
.success_result li:last-child{
	margin-bottom:0;
}
.success_result li span.remove {
    position: absolute;
    background-color: #f00;
    height: 22px;
    width: 22px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    border-radius: 50%;
    right: -30px;
}
.success_result li span.remove a{
	color:#fff;
}

.error{
    color: red;
}

.success{
    color: green;
}

#custom-popup-select .success_result li{
    width: 385px;
}

#custom-popup-select .option_select{
    margin: -25px;
}