File: /var/www/soreal.space/wp-content/themes/soreal/assets/css/contact-form.css
/* Popup container - can be anything you want */
.popup {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgb(0, 0, 0);
background-color: rgba(0, 0, 0, 0.4);
}
/* Popup Content */
.popup-content {
background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 50%;
border-radius: 10px;
}
/* The Close Button */
.close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}
@media only screen and (max-width: 1024px) {
.popup-content {
width: 90%;
}
}
.soreal-contact-form {
.container {
padding: 0;
}
input,
optgroup,
select,
textarea {
border-radius: 4px;
color: #0f1419;
margin-top: 16px;
width: 100%;
padding: 8px 16px;
outline: 0;
background: rgba(15, 20, 25, 0.0509803922);
border: 0;
}
.form-column-manage {
display: flex;
justify-content: space-between;
gap: 10px;
}
.col-md-6 {
width: 100%;
}
input[type="checkbox"] {
width: 25px;
}
.wpcf7-list-item {
margin: 0;
}
.submit-btn {
position: relative;
input {
background-color: #5d5fef;
color: #fff;
}
.wpcf7-spinner {
position: absolute;
display: block;
top: 24px;
z-index: 999999;
right: 0;
}
}
.wpcf7 form .wpcf7-response-output {
margin: 0em 0.5em 0em;
}
}