File: /var/www/html/bwcdev/wp-content/plugins/quiz-master-next/css/qsm-admin-contact.css
.contact-form {
background-color: #fff;
box-sizing: border-box;
margin: 20px 0;
overflow: hidden;
}
.contact-form-field {
padding: 25px 10px 10px;
margin: 15px 15px;
background: #f1f1f1;
border: 1px solid #dfd4d4;
position: relative;
}
.contact-form-field span.dashicons-move {
position: absolute;
right: 8px;
top: 6px;
cursor: pointer;
}
.contact-form-field.new {
background: #f1f1f1;
}
.contact-form-field.deleting {
background: #ff6666;
}
.contact-form-group {
margin: 0px 0px 15px;
}
.contact-form-label {
font-weight: bold;
margin-right: 10px;
display: block;
}
.contact-form-control {
height: 35px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.4;
width: 100%;
}