.error {
    color: red;
}

.select {
    width: 100px;
    text-overflow: ellipsis;
}

.input-container .icon {
    position: absolute;
    top: 3%;
    right: -7px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
}

.input-container:hover .icon {
    opacity: 1;
}
