.invalid-feedback {
    display: block;
}

.no-wrap {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .select2-container {
        max-width: 100%;
        width: 100% !important;
    }

    .select2-container--open .select2-dropdown {
        left: 12px !important;
        right: 12px !important;
        width: calc(100vw - 24px) !important;
        max-width: none;
        box-sizing: border-box;
    }

    .bootstrap-select {
        width: 100% !important;
    }
}
