.ffs_modern_b .ff-el-group {
  font-size: 15px;
}
.ffs_modern_b .ff-el-group input[type=email], .ffs_modern_b .ff-el-group input[type=number], .ffs_modern_b .ff-el-group input[type=password], .ffs_modern_b .ff-el-group input[type=text], .ffs_modern_b .ff-el-group input[type=tel], .ffs_modern_b .ff-el-group input[type=url], .ffs_modern_b .ff-el-group textarea {
  background: white;
  color: #424344;
  border-radius: 5px;
  border: 2px solid #757575;
  padding: 10px;
}
.ffs_modern_b .ff-el-group input[type=email]:focus, .ffs_modern_b .ff-el-group input[type=number]:focus, .ffs_modern_b .ff-el-group input[type=password]:focus, .ffs_modern_b .ff-el-group input[type=text]:focus, .ffs_modern_b .ff-el-group input[type=tel]:focus, .ffs_modern_b .ff-el-group input[type=url]:focus, .ffs_modern_b .ff-el-group textarea:focus {
  border-color: #80bdff;
  outline: 0;
}
.ffs_modern_b .ff-el-group .iti--allow-dropdown input {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.ffs_modern_b .ff-el-group input[readonly] {
  background: #f6f7fa !important;
  cursor: pointer;
}
.ffs_modern_b .ff-el-group .ff-el-input--content select, .ffs_modern_b .ff-el-group .ff-el-input--content .choices__list--single, .ffs_modern_b .ff-el-group .ff-el-input--content .choices[data-type*=select-multiple] {
  border: 2px solid #757575;
  border-radius: 5px;
  background: white;
  color: #424344;
}
.ffs_modern_b .ff-el-group .ff-el-input--content select:focus, .ffs_modern_b .ff-el-group .ff-el-input--content .choices__list--single:focus, .ffs_modern_b .ff-el-group .ff-el-input--content .choices[data-type*=select-multiple]:focus {
  border-color: #80bdff;
  outline: 0;
}
.ffs_modern_b .ff-el-group .ff-el-input--content .choices__list--dropdown {
  border: 2px solid #757575;
  color: #424344;
}
.ffs_modern_b .ff-el-group .ff-el-input--content .choices__inner {
  border-radius: 0;
  border: 0;
}
.ffs_modern_b .ff-el-group .ff-el-input--label label {
  color: #757575;
}
.ffs_modern_b .ff-el-group .ff-el-form-check-label {
  color: #424344;
}
.ffs_modern_b .ff-el-group.ff-el-is-error .ff-el-form-control {
  border-color: #F56C6C;
}
.ffs_modern_b .ff-el-group input[type=checkbox], .ffs_modern_b .ff-el-group input[type=radio] {
  transform: scale(1.1);
  margin-top: -4px;
  width: 23px;
  height: 10px;
  margin-right: 0px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  text-align: left;
  border: none;
  box-shadow: none;
}
.ffs_modern_b .ff-el-group input[type=checkbox]:before, .ffs_modern_b .ff-el-group input[type=radio]:before {
  content: none;
}
.ffs_modern_b .ff-el-group input[type=checkbox]:after, .ffs_modern_b .ff-el-group input[type=radio]:after {
  content: " ";
  background-color: #fff;
  display: inline-block;
  margin-left: 3px;
  padding-bottom: 3px;
  color: #757575;
  width: 15px;
  height: 15px;
  visibility: visible;
  border: 2px solid #757575;
  padding-left: 1px;
  border-radius: 0px;
  padding-top: 1px;
  transition: all 0.1s ease;
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  box-sizing: border-box;
}
.ffs_modern_b .ff-el-group input[type=checkbox]:checked:after, .ffs_modern_b .ff-el-group input[type=radio]:checked:after {
  border-width: 1px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  font-weight: bold;
  background-color: #0689f1;
  transition: all 0.3s ease-out;
  color: #fff;
  border-color: #0689f1;
}
.ffs_modern_b .ff-el-group input[type=radio]:after {
  border-radius: 50%;
  font-size: 10px;
  padding-top: 1px;
  padding-left: 2px;
}
.ffs_modern_b .ff-el-image-holder {
  text-align: center;
}
.ffs_modern_b .ff-el-image-holder .ff-el-image-input-src {
  border-radius: 50%;
}
.ffs_modern_b .ff-el-image-holder.ff_item_selected .ff-el-image-input-src {
  border: 4px solid #0689f1;
}
.ffs_modern_b .fluent-address > .ff-el-input--label {
  display: block;
  line-height: 30px;
  font-size: 18px;
  border-bottom: 1px solid #757575;
  color: #757575;
  margin-bottom: 15px;
}
.ffs_modern_b .ff_net_table tbody tr td:first-of-type {
  border-left: 2px solid #757575;
}
.ffs_modern_b .ff_net_table tbody tr td {
  border: 2px solid #757575;
  border-right-width: 0px;
}
.ffs_modern_b .ff_net_table tbody tr td input[type=radio]:checked + label {
  background-color: #0689f1;
  color: #fff;
}
.ffs_modern_b .ff_net_table tbody tr td label:hover:after {
  border: 2px solid #0689f1;
}
.ffs_modern_b .ff_net_table tbody tr td:last-of-type {
  border-right-width: 2px;
}
.ffs_modern_b .ff_net_table thead tr span {
  color: #424344;
}
.ffs_modern_b .ff-el-progress-bar {
  background-color: #0689f1;
}
.ffs_modern_b button.ff-btn-next {
  background: #0689f1;
  color: white;
  padding: 6px 20px;
  font-weight: bold;
  border-color: #0689f1;
}
.ffs_modern_b button.ff-btn-next:hover {
  background: white;
  color: #0689f1;
}
.ffs_modern_b button.ff-btn-prev {
  background: white;
  color: #757575;
  border-color: #757575;
}
.ffs_modern_b .ff-step-header {
  background: #f0f0f3;
  padding: 20px 0px;
  margin-bottom: 0px;
}
.ffs_modern_b .ff-step-container {
  border: 5px solid #f0f0f3;
  border-radius: 5px;
}
.ffs_modern_b .fluentform-step.active {
  padding: 20px;
}
