HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
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%;
}