.frm-oem-wrapper {
  position: relative;
}
.frm-oem-wrapper input[type=submit] {
  background: #ea094b;
  color: #FFF;
  border: none;
  border-radius: 5px;
  padding: 5px 20px;
}
.frm-oem-wrapper .f-row {
  display: flex;
  gap: 15px;
}
.frm-oem-wrapper .f-row .f-col {
  flex: 1;
}
.frm-oem-wrapper .f-row .f-item {
  width: 100%;
  border: 1px solid #15cdca;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  display: flex;
}
.frm-oem-wrapper .f-row .f-item .f-item--icon {
  padding: 0px 10px;
}
.frm-oem-wrapper .f-row .f-item p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.frm-oem-wrapper .wpcf7-form-control-wrap {
  flex-grow: 1;
  position: relative;
}
.frm-oem-wrapper .wpcf7-form-control-wrap input {
  border: none;
  width: 100%;
  border-bottom: 1px solid transparent;
  margin-bottom: 0;
  box-shadow: unset;
}
.frm-oem-wrapper .wpcf7-form-control-wrap input:focus {
  border-bottom: 1px dotted #CCC;
  box-shadow: unset;
}
.frm-oem-wrapper .wpcf7-form-control-wrap select {
  width: 100%;
  border: none;
  margin-bottom: 0;
}
.frm-oem-wrapper .wpcf7-form-control-wrap select:focus, .frm-oem-wrapper .wpcf7-form-control-wrap select:active {
  border: none;
  outline: none;
}
.frm-oem-wrapper .wpcf7-form-control-wrap textarea {
  width: 100%;
  border: none;
}
.frm-oem-wrapper .wpcf7-form-control-wrap input::placeholder, .frm-oem-wrapper .wpcf7-form-control-wrap select::placeholder, .frm-oem-wrapper .wpcf7-form-control-wrap textarea::placeholder {
  color: #999;
  font-style: italic;
}
.frm-oem-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  border-radius: 5px;
  padding: 5px 0px;
  color: #F00;
  line-height: 1;
  bottom: -8px;
  left: 0px;
  font-size: 10px;
}
.frm-oem-wrapper table {
  border: 1px solid #15cdca !important;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  border-spacing: 0px;
  border-collapse: unset;
}
.frm-oem-wrapper table th, .frm-oem-wrapper table td, .frm-oem-wrapper table tr {
  border-color: #15cdca;
}
.frm-oem-wrapper table tr:first-child {
  border-radius: 10px 10px 0px 0px;
}
.frm-oem-wrapper table tr:last-child {
  border-radius: 0px 0px 10px 0px;
}
.frm-oem-wrapper table tbody tr td {
  padding: 10px;
  border: none;
  border-bottom: 1px solid #15cdca;
}
.frm-oem-wrapper table tbody tr td:first-child {
  border-right: 1px solid #15cdca;
  color: #15cdca !important;
  font-style: italic;
}
.frm-oem-wrapper table tbody tr td:first-child p {
  color: #15cdca !important;
}
.frm-oem-wrapper table tbody tr td p {
  margin: 0 !important;
}
.frm-oem-wrapper table tbody tr td.lbl-bold {
  font-style: normal;
  font-weight: bold !important;
}
.frm-oem-wrapper table tbody tr td.lbl-bold p {
  font-weight: bold !important;
}
.frm-oem-wrapper table tbody tr td.nbr {
  border-right: none;
}
.frm-oem-wrapper table tbody tr td input {
  width: 100%;
}
.frm-oem-wrapper table tbody tr td select {
  width: 100%;
}
.frm-oem-wrapper table tbody tr:last-child td {
  border-bottom: none;
}
.frm-oem-wrapper .only-mobile {
  display: none;
}
@media screen and (max-width: 576px) {
  .frm-oem-wrapper input[type=submit] {
    display: block;
    width: 100%;
  }
  .frm-oem-wrapper .only-mobile {
    display: block;
    color: #15cdca;
    font-size: 0.9em;
    text-align: left;
    line-height: 1.4em;
  }
  .frm-oem-wrapper .only-mobile.lbl-bold {
    font-weight: bold;
    font-size: 1em;
  }
  .frm-oem-wrapper .only-mobile.lbl-bold.mb-10 {
    margin-bottom: 10px;
  }
  .frm-oem-wrapper table tbody tr td:first-child {
    display: none;
  }
  .frm-oem-wrapper table tbody tr td.mobile-no-border-bottom {
    border-bottom: none;
  }
  .frm-oem-wrapper table tbody tr td .wpcf7-form-control-wrap input:not([type=file]) {
    border: 1px solid #15cdca;
  }
  .frm-oem-wrapper tr.lbl-group {
    display: none;
  }
  .frm-oem-wrapper .f-row {
    flex-direction: column;
    gap: 0;
  }
  .frm-oem-wrapper .f-row .f-col {
    width: 100%;
  }
  .frm-oem-wrapper .f-row .f-item {
    width: 100%;
    position: relative;
  }
  .frm-oem-wrapper .f-row .f-item p {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: flex-start;
  }
  .frm-oem-wrapper .f-row .f-item p .f-item--icon {
    width: 50px;
  }
  .frm-oem-wrapper .wpcf7-form-control-wrap {
    width: calc(100% - 60px);
  }
  .frm-oem-wrapper .wpcf7-form-control-wrap input, .frm-oem-wrapper .wpcf7-form-control-wrap select, .frm-oem-wrapper .wpcf7-form-control-wrap textarea {
    width: 100%;
    border-radius: 4px;
    font-size: 0.8em;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
  }
}

/*# sourceMappingURL=frm-oem.css.map */
