:host {
  /* scw element */
  position: relative;
  box-sizing: border-box;
  --margin-right: initial;
  --margin-bottom: initial;
  --gap-h-int: initial;
  --gap-v-int: initial;
  margin-right: var(--margin-right, var(--gap-h-int, initial));
  margin-bottom: var(--margin-bottom, var(--gap-v-int, initial));
  display: block;
}

:host([warning]) {
  outline: 2px solid red !important;
}
.inputWrapper {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.inputWrapper > *:not(:last-child) {
  margin-bottom: calc(var(--scw-spacing-1) * 0.5);
  --margin-bottom: calc( var( --scw-spacing-1 ) * 0.5 );
}
.inputWrapper .input-label {
  display: flex;
  text-align: LEFT;
  font: var(--scw-type-text-bold-03-font);
  color: var(--scw-color-grey-02);
}
.inputWrapper .input-field {
  transition: color 350ms ease, border-color 350ms ease, box-shadow 350ms ease;
  background-color: var(--scw-color-grey-10);
  border-radius: 8px 8px 8px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--scw-color-grey);
  align-self: stretch;
}
.inputWrapper .input-field .input-container, .inputWrapper .input-field .dropdown-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 50px;
}
.inputWrapper .input-field .input-container > *:not(:last-child), .inputWrapper .input-field .dropdown-container > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
.inputWrapper .input-field .input-text {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: var(--scw-spacing-1);
  padding-right: var(--scw-spacing-1);
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
}
.inputWrapper .input-field .input-text > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
.inputWrapper .input-field .input-text input, .inputWrapper .input-field .input-text textarea {
  text-align: LEFT;
  font: var(--scw-type-text-04-font);
  color: rgb(114, 118, 121);
  flex: 1;
  color: var(--scw-theme-body-color, var(--scw-color-grey-02));
  width: 100%;
  box-sizing: border-box;
  resize: none;
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  z-index: 2;
  position: relative;
}
.inputWrapper .input-field .input-text input:focus, .inputWrapper .input-field .input-text textarea:focus {
  outline: none;
}
.inputWrapper .input-field .left-icon scw-icon,
.inputWrapper .input-field .right-icon scw-icon {
  width: 20px;
  height: 20px;
  --scw-icon-color: var(
    default-input-icon-left-icon-icon-vector-vars.$background-color
  );
}
.inputWrapper .input-field .left-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: var(--scw-spacing-1);
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.inputWrapper .input-field .left-icon > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
.inputWrapper .input-field .right-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: var(--scw-spacing-1);
  padding-right: var(--scw-spacing-1);
  padding-top: 0px;
  padding-bottom: 0px;
}
.inputWrapper .input-field .right-icon > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
.inputWrapper .input-field .placeholder, .inputWrapper .input-field .dropdown-container {
  text-align: LEFT;
  font: var(--scw-type-text-04-font);
  color: rgb(114, 118, 121);
  flex: 1;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
}
.inputWrapper .input-field .dropdown-container {
  position: relative;
  height: 50px;
  padding: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border: none;
  cursor: pointer;
}
.inputWrapper .input-field .dropdown-container:hover {
  background-color: var(--scw-color-grey-095);
}
.inputWrapper .input-field .dropdown-container.hide {
  height: 0px;
}
.inputWrapper .input-feedback {
  text-align: LEFT;
  font: var(--scw-type-text-02-font);
  color: var(--scw-color-grey-04);
}

.small .input-field {
  background-color: var(--scw-color-grey-10);
  border-radius: 8px 8px 8px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--scw-color-grey);
  align-self: stretch;
}
.small .input-field .input-container, .small .input-field .dropdown-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 40px;
}
.small .input-field .input-container > *:not(:last-child), .small .input-field .dropdown-container > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}

.large .input-field {
  background-color: var(--scw-color-grey-10);
  border-radius: 8px 8px 8px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--scw-color-grey);
  align-self: stretch;
}
.large .input-field .input-container {
  min-height: 65px;
}
.large .input-field .input-container, .large .input-field .dropdown-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 65px;
}
.large .input-field .input-container > *:not(:last-child), .large .input-field .dropdown-container > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
.large .input-field .input-text input, .large .input-field .input-text textarea {
  font: var(--scw-type-text-06-font);
}
.large .input-field .left-icon,
.large .input-field .right-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: var(--scw-spacing-1);
  padding-right: var(--scw-spacing-1);
  padding-top: 0px;
  padding-bottom: 0px;
}
.large .input-field .left-icon > *:not(:last-child),
.large .input-field .right-icon > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
.large .input-field .left-icon scw-icon,
.large .input-field .right-icon scw-icon {
  width: 30px;
  height: 30px;
}
.large .input-field .placeholder, .large .input-field .dropdown-container {
  font: var(--scw-type-text-06-font);
}

.clickable {
  cursor: pointer;
}

:host([aria-disabled]) .input-field {
  background-color: var(--scw-color-grey-095);
  border-radius: 8px 8px 8px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--scw-color-grey-07);
  align-self: stretch;
}
:host([aria-disabled]) .input-field .placeholder {
  color: var(--scw-color-grey-06);
}
:host([aria-disabled]) .input-field input {
  color: var(--scw-color-grey-06);
}

.focused .input-field {
  background-color: var(--scw-color-grey-10);
  border-radius: 8px 8px 8px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--scw-color-grey);
  box-shadow: var(--scw-effect-focus-shadow);
  align-self: stretch;
}

:host([pill]) .focused .input-field {
  background-color: var(--scw-color-grey-10);
  border-radius: 25px 25px 25px 25px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--scw-color-grey-02);
  align-self: stretch;
  box-shadow: none;
}

.invalid .input-field {
  background-color: var(--scw-color-grey-10);
  border-radius: 8px 8px 8px 8px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--scw-color-error);
  align-self: stretch;
}
.invalid .input-feedback {
  text-align: LEFT;
  font: var(--scw-type-text-02-font);
  color: var(--scw-color-error);
}

:host([pill]) .inputWrapper .input-field {
  border-radius: 25px;
}
:host([pill]) .inputWrapper .input-field .input-text:first-child {
  padding-left: var(--scw-spacing-1-6);
}
:host([pill]) .small .input-field {
  border-radius: 25px;
}
:host([pill]) .large .input-field {
  border-radius: 30px;
}
:host([pill]) .large .input-field .input-container, :host([pill]) .large .input-field .dropdown-container {
  padding-left: calc(var(--scw-spacing-1) * 0.5);
  padding-right: calc(var(--scw-spacing-1) * 0.5);
}

:host([submittable]) .inputWrapper .input-field .right-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: var(--scw-spacing-1);
  padding-right: var(--scw-spacing-1);
  padding-top: 0px;
  padding-bottom: 0px;
}
:host([submittable]) .inputWrapper .input-field .right-icon > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
:host([submittable]) .inputWrapper .input-field .right-icon scw-icon {
  width: 35px;
  height: 35px;
  --scw-theme-color-092: var(--scw-color-grey-08);
  --scw-theme-color-02: var(--scw-color-grey-04);
}
:host([submittable]) .inputWrapper .input-field .right-icon scw-icon.clickable {
  --scw-theme-color-092: var(--scw-color-primary-07);
  --scw-theme-color-02: var(--scw-color-primary-01);
}
:host([submittable]) .small .input-field .right-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: var(--scw-spacing-1);
  padding-right: var(--scw-spacing-1);
  padding-top: 0px;
  padding-bottom: 0px;
}
:host([submittable]) .small .input-field .right-icon > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
:host([submittable]) .small .input-field .right-icon scw-icon {
  width: 30px;
  height: 30px;
}
:host([submittable]) .large .input-field .right-icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding-left: var(--scw-spacing-1);
  padding-right: var(--scw-spacing-1);
  padding-top: 0px;
  padding-bottom: 0px;
}
:host([submittable]) .large .input-field .right-icon > *:not(:last-child) {
  margin-right: 0px;
  --margin-right: 0px;
}
:host([submittable]) .large .input-field .right-icon scw-icon {
  width: 40px;
  height: 40px;
}

:host([submittable][aria-disabled]) .inputWrapper .input-field .right-icon scw-icon {
  --scw-theme-color-092: var(--scw-color-grey-08);
  --scw-theme-color-02: var(--scw-color-grey-06);
}
:host([submittable][aria-disabled]) .inputWrapper .input-field .right-icon scw-icon.clickable {
  --scw-theme-color-092: var(--scw-color-grey-08);
  --scw-theme-color-02: var(--scw-color-grey-06);
}

:host([type=telephone]) .input-field .placeholder a {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}

:host([type=file]) .input-field .placeholder {
  text-align: LEFT;
  font: 400 1rem/1.5rem "Proxima Nova";
  color: var(--scw-color-grey-02);
  flex: 1;
  text-decoration: underline;
}
:host([type=file]) .input-field input {
  cursor: pointer;
  opacity: 0;
}
:host([type=file]) .input-field input::file-selector-button {
  height: 100%;
  width: 0;
  padding: 0;
  opacity: 0;
  margin-left: -8px;
}
:host([type=file]) .showFile .input-field input {
  opacity: 1;
}
:host([type=file]) .showFile .input-field .left-icon scw-icon {
  --scw-icon-color: var(--scw-color-success);
}
:host([type=file]) .showFile.invalid .input-field input {
  opacity: 1;
}
:host([type=file]) .showFile.invalid .input-field .left-icon scw-icon {
  --scw-icon-color: var(--scw-color-error);
}

scw-tooltip {
  padding-left: 5px;
  display: inline-flex;
}