/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2025 | 17:25:16 */
.ff-default .ff-el-form-control {
  border: 1px solid #DADBDD;
  border-radius: 0px;
}
.ff-default .ff-el-form-control:focus {
  border-color: #000;
}
.fluentform .ff-el-group {
  margin-bottom: 15px;
}
.space {
  margin-top: 15px;
}
.boxes {
  padding: 25px;
  border: 1px solid #00000026;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #F3F3C2;
}
.ff-message-success {
  border: 1px solid #DADBDD;
  box-shadow: none;
  margin-top: 0px;
  padding: 15px;
  border-radius: 5px;
}
.ff-message-success p {
  margin-bottom: 0px !important;
}
