#smartcapture-block-ttilz9crrr .smartcapture-controls,
#smartcapture-block-y7bm148tnta .smartcapture-controls{
  padding-bottom: 0.2rem !important;
}
.fuelux table td .smartcapture-controls .sc-formfield-input input[type="text"],
.fuelux table td .smartcapture-controls .sc-formfield-input input[type="email"],
.fuelux table td .smartcapture-controls .sc-formfield-input input[type="tel"],
.fuelux table td .smartcapture-controls .sc-formfield-input select {
  display: block;
  width: 95% !important;
  height: calc(1.2em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-left: 3px solid #f3b22a;
}

table .sc-formfield-label label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.smartcapture-submit-button-wrapper {
  display: inline-block;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    height: calc(1.2em + 0.75rem + 2px) !important;
}

.layout-canvas-g {
 background-color: transparent !important;
}