.inputFloatLabelContainer {
    position: relative;
    /* padding-top: 10px; */
    font-size: 1em;
}

.inputLabelContainer {
    position: relative;
    display: flex;
    white-space: nowrap;
    font-size: 16px;
    /* font-weight: 300; */
    font-weight: 400;
    max-width: calc(100% - 16px);
    font-family: 'Lato';
    top: 0px;
    left: 8px;
    color: #666666;
    position: absolute;
    letter-spacing: 1px;
    cursor: text;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.12s ease-in-out;
    top: 30%;
    
}

.inputLabelContainer label {
    font-size: 1em;
    font-weight: 400;
    /* font-weight: 300; */
    outline: 0;
    width: 100%;
    max-width: 100%;
     overflow: hidden;
    text-overflow: ellipsis;
}

.inputLabelContainer label::first-letter {
    text-transform: uppercase;
}

.inputLabelContainer.disabled label {
    color: #967e7e8e;
}

.inputIconRight {
    position: absolute;
    width: 20px;
    right: 0;
    bottom: 2px;
}
.wrapperWrapper{
   
}
.wrapperWrapper:focus-within .inputLabelContainer.labelUp, .inputLabelContainer.hasContent {
    font-size: 0.75em;
    left: 5px;
    top: 5px;
}