label {
    color: #828282;
    margin-bottom: 3px;
}

.select-input {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 5px;
    position: relative;
}

.select-help {
    position: absolute;
    bottom: 10px;
    left: 52px;
    color: #2F80ED;
    cursor: pointer;
}

.tooltip-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 25px 2px rgb(5 84 242 / 4%);
    box-shadow: 0px 6px 25px 2px rgb(5 84 242 / 4%);
    border-radius: 15px;
    padding: 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    max-width: 300px;
    border: 1px solid hsl(0, 0%, 80%);
}