/************************ Input File ************************/

/********** Angular field start **********/
.tvd-angular-field {
  margin-bottom: 15px;
  position: relative;
  padding-top: 10px;
}

.tvd-angular-field input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
.tvd-angular-field textarea {
  outline: none !important;
  font-size: 16px;
  background: transparent !important;
  text-overflow: ellipsis;
  font-weight: 600;
  border: 0;
  border-bottom: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  padding: 0 0 4px 0;
  margin-top: 4px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: none !important;
  height: auto;
}

.tvd-angular-field input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"])~label,
.tvd-angular-field textarea~label {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: translate(0, 1.4rem) scale(1.5);
  -ms-transform: translate(0, 1.4rem) scale(1.5);
  transform: translate(0, 1.4rem) scale(1.5);
  -moz-transform: translate(0, 1.4rem) scale(1.5);
  -o-transform: translate(0, 1.4rem) scale(1.5);
  pointer-events: none;
  margin-left: 7px;
  font-size: 11px;
  color: #797979;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  position: absolute;
  top: 0;
  line-height: 1;
}

.tvd-angular-field.focused input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"])~label,
.tvd-angular-field.focused textarea~label {
  transform: translate(0, 0) scale(1);
  margin-left: 0px;
  -webkit-transform: translate(0, 0) scale(1);
  -moz-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  -o-transform: translate(0, 0) scale(1);
}

.tvd-angular-field.focused input:not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
.tvd-angular-field.focused textarea {
  border-color: #243644;
}

.tvd-angular-field .infoMsg {
  display: block;
  font-size: 12px;
}

.tvd-angular-field .errorMsg {
  display: none;
}

.tvd-angular-field.error :not([type="checkbox"]):not([type="range"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="file"]),
.tvd-angular-field.error textarea,
.tvd-angular-field.error .tvd-angular-dropdown {
  border-color: #e33b3b !important;
}

.tvd-angular-field.error .errorMsg {
  display: block;
  font-size: 12px;
  color: #e33b3b;
}

.tvd-angular-field.error .infoMsg {
  display: none;
}

.tvd-angular-field .tvd-btn-badge {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 12px;
  line-height: 0.9;
}

.tvd-angular-field .tvd-verify-batch {
  color: #45b52b;
  position: absolute;
  font-size: 12px;
  right: 12px;
  top: 18px;
  display: flex;
  align-items: center;
}

.tvd-angular-field .tvd-verify-batch img {
  margin-left: 5px;
}

/********** Angular field end **********/