/* Begin Helper Text CSS */

.helper-text-container {
    position: absolute;
    bottom: -24px;
    left: 8px;
    display: flex;
    align-items: center;
    flex-direction: row;
    height: 20px;
}

.helper-icon {
    height: 20px;
    width: 20px;
}

.helper-text {
    font-size: 13px;
    color: #d93025 !important;
}

.error-label {
    color: #d93025 !important;
}

.error-input {
    border-color: #d93025 !important;
}

/* End Helper Text CSS */