.restrict-container {
	font-family: Arial, sans-serif !important;
	font-size: 0.8rem !important;
	margin: 0 auto !important;
	background-color: white !important;
	border-radius: 8px !important;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
	padding: 20px !important;
}
.restrict-table-container {
	max-height: 600px !important;
	overflow-y: auto !important;
	border: 1px solid #ddd !important;
	border-radius: 4px !important;
	overflow-x: auto !important;
}
.restrict-table {
	border-collapse: collapse !important;
	table-layout: fixed !important;
}
.restrict-table th {
	background-color: #4caf50 !important;
	color: white !important;
	position: sticky !important;
	top: 0 !important;
	z-index: 10 !important;
	padding: 12px 15px !important;
	text-align: left !important;
}
.restrict-table th:nth-child(1) {
	width: 15% !important;
	min-width: 100px !important;
}
.restrict-table th:nth-child(2) {
	width: 15% !important;
	min-width: 100px !important;
}
.restrict-table th:nth-child(3) {
	width: 15% !important;
	min-width: 120px !important;
}
.restrict-table th:nth-child(4) {
	width: 55% !important;
}
.restrict-table td {
	padding: 10px 15px !important;
	border-bottom: 1px solid #ddd !important;
	word-wrap: break-word !important;
	word-break: break-all !important;
	white-space: normal !important;
	vertical-align: top !important;
}
.restrict-table tr:nth-child(even) {
	background-color: #f2f2f2 !important;
}

.wordlist-container {
	display: flex;
	max-height: 600px;
	overflow-y: auto;
	margin: 0 auto;
	gap: 20px;
}
.wordlist-column {
	flex: 1;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 15px;
	background-color: #f9f9f9;
	overflow-y: auto;
}
.wordlist-container h2 {
	text-align: center;
	margin-bottom: 15px;
	color: #333;
}
.wordlist-container ul {
	list-style: none;
	padding: 0;
}
.wordlist-container li {
	padding: 8px 10px;
	margin-bottom: 5px;
	background-color: white;
	border-radius: 3px;
	border-left: 3px solid #4caf50;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	transition: transform 0.2s;
}

.custom-inserted-button {
	justify-content: center;
	display: flex;
	background-color: rgb(105, 123, 142) !important;
	color: white !important;
	border: none !important;
	cursor: pointer !important;
	padding: 10px 10px !important;
	transition: background-color 0.2s ease !important;
}

.custom-inserted-button:hover {
	background-color: rgb(73, 86, 99) !important;
}

.custom-restrict-button {
	background-color: rgb(105, 123, 142) !important;
	color: white !important;
	border: none !important;
	cursor: pointer !important;
	padding: 4px 10px !important;
	border-radius: 4px !important;
	font-family: Roboto, Helvetica, Arial, sans-serif !important;
	font-weight: 500 !important;
	font-size: 0.8125rem !important;
	line-height: 1.75 !important;
	letter-spacing: 0.02857em !important;
	transition: background-color 0.2s ease !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	display: block !important;
}

.custom-restrict-button:hover {
	background-color: rgb(73, 86, 99) !important;
}
iframe[src*='roster'] {
	width: 100% !important;
	height: 1000px !important;
	border: none !important;
	box-shadow: 0 0 20px rgba(142, 68, 173, 0.4), 0 0 40px rgba(142, 197, 252, 0.3),
		0 0 60px rgba(224, 195, 252, 0.3), 0 0 80px rgba(142, 68, 173, 0.3) !important;
	border-radius: 15px !important;
	overflow: auto !important;
}
iframe[src*='tutorial'] {
	width: 100% !important;
	height: 1000px !important;
	border: none !important;
	box-shadow: 0 0 20px rgba(40, 60, 120, 0.4), 0 0 40px rgba(40, 60, 120, 0.3),
		0 0 60px rgba(224, 195, 252, 0.3), 0 0 80px rgba(142, 68, 173, 0.3) !important;
	border-radius: 15px !important;
	overflow: auto !important;
}
