.input-loading {
    background: transparent;
    z-index: 2;
}

.input-clearable {
    padding-right: 19px !important;
}

.input-progress-container {
    position: absolute;
    z-index: 1
}

.input-progress {
    width: 0;
    position: absolute;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 128, 0, 0.15);
}

.input-progress.active {
    width: 100%;
    transition: width 6s ease-out;
    -webkit-transition: width 6s ease-out;
}