.uhc-input--ifta {
    background: #ffffff;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    position: relative;
    border: none !important;
}

.uhc-input--ifta .uhc-input__label {
    color: #333 !important;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transform: translate(10px, 18px) scale(1);
    transform-origin: left top;
    transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    white-space: nowrap;
    z-index: 1;
}

.uhc-input--ifta .uhc-input__input {
    appearance: none;
    background: none;
    display: block;
    height: 34px;
}

.uhc-input--ifta .uhc-input__input {
    height: 54px !important;
    padding-top: 20px !important;
    padding-bottom: 5px !important;
    border: 1px solid #000 !important;
    border-radius: 4px !important;
}

.uhc-input--ifta.uhc-input--focused .uhc-input__label {
    transform: translate(10px, 8px) scale(0.85);
    font-size: 14px;
}

.uhc-input--ifta.uhc-input--value .uhc-input__label {
    transform: translate(10px, 8px) scale(0.85);
    font-size: 14px;
}

.uhc-input--ifta.uhc-input--focused .uhc-input__label {
    color: #196ecf !important;
    font-size: 14px;
}

.uhc-input--ifta.uhc-input--focused .uhc-input__input {
    border-radius: 4px !important;
    border: 2px solid #196ecf !important;
}

.uhc-input--ifta.uhc-input--focused.uhc-input--large,
.uhc-input--ifta.uhc-input--value.uhc-input--large .uhc-input__label {
    transform: translate(10px, 10px) scale(0.85);
}

.uhc-input--ifta.uhc-input--invalid .uhc-input__label {
    color: #c40000 !important;
}

.uhc-input--ifta.uhc-input--invalid .uhc-input__input {
    border: 2px solid #c40000 !important;
    border-radius: 4px !important;
}

.uhc-input--block {
    width: 100%;
}

.uhc-select--ifta {
    background-color: #ffffff;
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    margin: 0px !important;
}

.uhc-select--ifta .uhc-select__select {
    height: 54px !important;
    padding-top: 15px !important;
    background-color: #ffffff;
    display: block;
    border: 1px solid #000000 !important;
    border-radius: 4px;
    margin: 0px !important;
}

.uhc-select--ifta .uhc-select__label {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    text-overflow: ellipsis;
    transform: translate(10px, 18px) scale(1);
    transform-origin: left top;
    transition: all 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    white-space: nowrap;
    z-index: 1;
}

.uhc-select--ifta.uhc-select--focused .uhc-select__label {
    transform: translate(4px, 10px) scale(0.85);
    padding-left: 10px !important;
    color: #196ecf !important;
    font-size: 14px !important;
}

.uhc-select--ifta.uhc-select--value .uhc-select__label {
    transform: translate(4px, 10px) scale(0.85);
    font-size: 14px !important;
    padding-left: 10px !important;
}

.uhc-select--ifta.uhc-select--focused .uhc-select__select {
    border-radius: 4px !important;
    border: 2px solid #196ecf !important;
}

.uhc-select__select::-ms-expand {
    display: none;
}

.uhc-select--ifta.uhc-select--invalid .uhc-select__select {
    border: 2px solid #c40000 !important;
    border-radius: 4px !important;
}

.uhc-select--ifta.uhc-select--invalid .uhc-select__label {
    color: #c40000 !important;
}

.uhc-select--invalid:focus {
    outline: 1px solid #c40000;
}

.uhc-select--block {
    width: 100%;
}

.uhc-select--borderless {
    border-color: transparent;
}