/* placeholder for css */



.input_word{



    display: none;



}



.file_input{



    display: none;



}



.ui-autocomplete-loading {



    background: white url("ui-anim_basic_16x16.gif") right center no-repeat;  



}



.gfield .ginput_container{



	position: relative;



}

.gform-theme--foundation:where(:not(.gform_editor)) .gf_hidden, .gform-theme--foundation:where(:not(.gform_editor)) .gform_hidden  {
    display: none !important;
}



.input_width_height_admin{

    max-height: 2.25rem;

    min-height: 2.25rem;

    width: 100%;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    bottom: 0;
}



.ui-autocomplete+.ui-helper-hidden-accessible{

    display: none;

}