.wrap{
display: block;
width: 100%;
background-color: #fff;
padding: 20px;
}
#first_name-input{opacity: 1;}
#last_name-input{opacity: 1;}
#phone-input{opacity: 1;}
#description-input{opacity: 1;}
#LinkedInUrl{opacity: 1;}
#email-input{opacity: 1;}
#companyAddressId{opacity: 1;}
label {opacity: 1;}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=file],
select,
textarea {
opacity: 1;
width: 100%;
background: #fff;
border: solid 1px #aaaaaa;
height: 3em;
}
#submit {width: 100%;}
.block, .header.header-icon {
margin-bottom: 5px;
}
.recruit-attachment .box label::before {
color: rgb(34, 34, 34);
}
.btn-upload-single input[type="file"] {
display: none;
}
.spinner {
margin: 10px auto 0;
width: 70px;
text-align: center;
}
.spinner > div {
width: 18px;
height: 18px;
background-color: #333;
border-radius: 100%;
display: inline-block;
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
-webkit-animation-delay: -0.32s;
animation-delay: -0.32s;
}
.spinner .bounce2 {
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
0%, 80%, 100% { -webkit-transform: scale(0) }
40% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bouncedelay {
0%, 80%, 100% { 
-webkit-transform: scale(0);
transform: scale(0);
} 40% { 
-webkit-transform: scale(1.0);
transform: scale(1.0);
}
}
.custom-file-upload {
border: 1px solid #ccc;
display: block;
padding: 12px; text-align: center;
height: 3em;
}
.custom-file-upload::before {
color: rgb(255, 255, 255);
content: "\00a0 ";
margin-right: 10px;
position: relative;
background-image: url(//conrecinfinity.com/wp-content/plugins/cinode-recruitment/images/upload-solid.svg);
background-repeat: no-repeat;
padding: 0px 7px;
margin: 6px 5px;
}
.custom-file-upload input[type=file]{
opacity: 0;
height: 3em;
top: -40px;
position: relative; }
.custom-file-upload .file-name {
position: relative;
text-align: left;
display: block;
line-height: 1.5;
margin-top: -45px;
}