@import '/UI/Style.scss';

InputSelect {
    color: $white;
    text-transform: uppercase;
    align-items: center;
    padding: 10px 0px;

    >.text {
        flex-shrink: 0;

        >.label {
            font-size: 34px;
            margin-right: 20px;
            align-items: center;
        }
    }
}