@charset "UTF-8";
.hidden {
  display: none !important; }

.form__input--file .fileUpload {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.form__input--file .fileUpload + label {
  border: 1px solid black;
  border-radius: 2px;
  background-color: white;
  padding: 0;
  color: #7F7F7F;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  width: 100%;
  position: relative; }

.form__input--file .fileUpload + label span {
  min-height: 1em;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top; }

.form__input--file .fileUpload + label span:first-child {
  float: left;
  flex: auto; }

.form__input--file .fileUpload + label span:nth-child(2) {
  text-align: center;
  float: right; }

.form__input--file .fileUpload + label > span {
  padding: 0.625rem 0.5rem; }

.form__input--file .fileUpload + label span.error {
  color: #f50800; }

.form__input--file .fileUpload + label span span i:before {
  margin-right: 5px; }

.form__input--file .input_container label {
  font-size: 12px; }

.form__input--file i.file_upload-close:hover {
  cursor: pointer; }

.form__input--file span.status-label:before {
  content: "";
  position: absolute;
  top: 0;
  right: 90px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.form__input--file .form-input-info {
  color: #7F7F7F; }

@font-face {
  font-family: leads-api-customIcons;
  src: url(https://www.rosquistclinic.com/plugins/smb/form/components/assets/css/fonts/leads-api-customIcons.eot?p2ib61);
  src: url(https://www.rosquistclinic.com/plugins/smb/form/components/assets/css/fonts/leads-api-customIcons.eot?p2ib61#iefix) format("embedded-opentype"), url(https://www.rosquistclinic.com/plugins/smb/form/components/assets/css/fonts/leads-api-customIcons.ttf?p2ib61) format("truetype"), url(https://www.rosquistclinic.com/plugins/smb/form/components/assets/css/fonts/leads-api-customIcons.woff?p2ib61) format("woff"), url(https://www.rosquistclinic.com/plugins/smb/form/components/assets/css/fonts/leads-api-customIcons.svg?p2ib61#leads-api-customIcons) format("svg");
  font-weight: 400;
  font-style: normal; }
[class*=" la-cicon-"],
[class^=la-cicon-] {
  font-family: leads-api-customIcons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.la-cicon-close:before {
  content: ""; }

.la-cicon-exclamation:before {
  content: ""; }

.la-cicon-file-audio:before {
  content: ""; }

.la-cicon-file-other:before {
  content: ""; }

.la-cicon-file-text:before {
  content: ""; }

.la-cicon-file-image:before {
  content: ""; }

.la-cicon-file-pdf:before {
  content: ""; }

.la-cicon-spinner:before {
  content: ""; }

.la-cicon-upload:before {
  content: ""; }

.la-cicon-file-video:before {
  content: ""; }

.la-cicon-file-document:before {
  content: ""; }

/*# sourceMappingURL=form.css.map */