/**
 * groups-uie.css
 *
 * Copyright (c) "kento" Karim Rahimpur www.itthinx.com
 *
 * This code is released under the GNU General Public License.
 * See COPYRIGHT.txt and LICENSE.txt.
 *
 * This code is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * This header and all notices must be kept intact.
 *
 * @author Karim Rahimpur
 * @package groups
 * @since groups 2.6.1
 */

.selectize-dropdown.groups,
.selectize-dropdown.groups-read,
.selectize-dropdown.capability {
	width: auto !important;
}
.selectize-dropdown.groups .selectize-dropdown-content .option,
.selectize-dropdown.capability .selectize-dropdown-content .option {
	text-align: initial;
}
div.select-read-groups-container .selectize-control.groups-read div.selectize-input {
	box-sizing: border-box;
}

div.select-read-groups-container {
	box-sizing: border-box;
}

.groups-ts-wrapper {
	width: 95%;
}
.groups-ts-wrapper .groups-ts-control > input {
	width: auto;
	height: auto;
}

.groups-ts-wrapper.has-items .groups-ts-control > input::placeholder {
	opacity: 0.84;
}

.groups-ts-wrapper.has-items .groups-ts-control:hover > input::placeholder,
.groups-ts-wrapper.has-items .groups-ts-control > input:focus::placeholder,
.groups-ts-wrapper.has-items .groups-ts-control > input:hover::placeholder {
	opacity: 1.0;
}
