.tab-content:not(.doc-example-content) {
	padding: 0;
}

.nav-tabs-language {
	display: none;
}

.page-form .container-xxl {
	max-width: 1000px !important;
}

.modal-footer-between {
	display: flex;
	justify-content: space-between;
}
.menu-vertical .menu-inner {
    overflow-y: auto;
}

.multi-select-input {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	padding: 6px 8px;
	border: 1px solid #ced4da;
	border-radius: 6px;
	min-height: 38px;
	cursor: text;
}

.multi-select-input:focus-within {
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.15rem rgba(13,110,253,.25);
}

.multi-select-input input {
	border: none;
	outline: none;
	flex: 1;
	min-width: 120px;
	padding: 4px;
}

.selected-items {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.tag {
	display: flex;
	align-items: center;
	gap: 6px;
	background: #e9ecef;
	border-radius: 16px;
	padding: 4px 10px;
	font-size: 14px;
}

.tag button {
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
	color: #555;
}

.tag button:hover {
	color: #dc3545;
}
