/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
    opacity:0.6;
    cursor:no-drop;
}

/**
* Workaround hack to ensure city input field keeps width and height
*/
.select2.select2-container[style*='width: 1px'] {
   min-width: 100%;
   min-height: 34px;
}
