﻿
.select2-selection--single .select2-selection__rendered {
    line-height: 50px !important;
}

.select2-selection {
    height: 50px !important;
    border: 1px solid #cddcea;
}

.select2-selection__arrow {
    margin-top: 10px;
}

.select2-selection__clear {
    margin-top: 10px;
}

.select2-selection--multiple .select2-selection__rendered {
    margin-top: 10px;
    line-height: 25px !important;
}
