/* Select2 width fix */
.input-group .select2-container, .form-group .select2-container {
    position: relative !important;
    z-index: 2;
    width: 100% !important;
}
