.gofish-form input,
.gofish-form select,
.gofish-form textarea {
  transition: 0.1s all ease-in;
  border: 1px solid #dadbdc;
}
.gofish-form input.input-validation-error,
.gofish-form select.input-validation-error,
.gofish-form textarea.input-validation-error {
  border: 1px solid #B33A3A;
}
.gofish-form input:focus,
.gofish-form select:focus,
.gofish-form textarea:focus {
  border: 2px solid #76cdc5;
}
.gofish-form .form-row:before {
  display: table;
  content: " ";
}
.gofish-form .form-row:after {
  clear: both;
}
.gofish-form .form-row:after {
  display: table;
  content: " ";
}
.gofish-form .form-row > div {
  padding: 0;
  padding-bottom: 1.5rem;
}
.gofish-form .form-row > div input,
.gofish-form .form-row > div select,
.gofish-form .form-row > div .select2-container,
.gofish-form .form-row > div textarea {
  width: 70%;
}
@media screen and (max-width: 400px) {
  .gofish-form .form-row > div input,
  .gofish-form .form-row > div select,
  .gofish-form .form-row > div .select2-container,
  .gofish-form .form-row > div textarea {
    width: 100%;
  }
}
.gofish-form .form-row .col-md-6:nth-child(1) {
  padding-right: 40px;
}
.gofish-form .form-row .tertiary-button {
  margin-left: 35px;
}
.gofish-form .checkbox-wrapper {
  display: flex;
  align-items: baseline;
}
@media (max-width: 410px) {
  .gofish-form .checkbox-wrapper {
    flex-direction: column;
  }
}
.gofish-form .sortable-drag-and-drop ol {
  column-count: 2;
  column-gap: 50px;
  padding: 20px;
}
.gofish-form .sortable-drag-and-drop li {
  padding: 13px 20px 11px 20px;
  cursor: -webkit-grab;
}
.gofish-form .sortable-drag-and-drop li i {
  margin-right: 10px;
}
.gofish-form .sortable-drag-and-drop li:hover {
  background-color: #dcf3f1;
}
.form-row label,
label.dualog-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.dualog-value {
  margin-bottom: 10px;
}
input[type="checkbox"] ~ label {
  font-family: 'Roboto';
}
.custom-checkbox-label {
  color: black;
  cursor: pointer;
  text-transform: capitalize !important;
  font-weight: unset !important;
}
.custom-checkbox-checkbox {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  background-clip: content-box;
  cursor: pointer;
  box-shadow: 0 0 0 1px black;
  width: 1.15em !important;
  height: 1.15em !important;
  position: relative;
}
.custom-checkbox-checkbox:checked {
  background-color: #00A09B;
}
.custom-checkbox-checkbox:checked::after {
  content: '';
  position: absolute;
  left: 0.35em;
  top: 0.15em;
  width: 0.3em;
  height: 0.6em;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox-checkbox:focus {
  box-shadow: 0 0 0 1px #00A09B;
}
.custom-checkbox-checkbox:hover {
  box-shadow: 0 0 0 1px #00A09B;
}
