#tnb_purchase_form div {
    margin-bottom: 10px;
}

#tnb_purchase_form label {
    display: block;
}

.h-20px {
    height: 40px;
    width: 80px;
    object-fit: contain;
}

.select2-results__option {
    height: 50px;
}
#tnb_purchase_form .select2-container .select2-selection--single {
    height: 50px;
    border: var(--si-border-width) solid var(--si-border-color);
    border-radius: var(--si-border-radius);
}
#tnb_purchase_form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
}

.select2-results .select2-results__option--disabled {
    display: none !important;
}

