*@font-face {

	font-family: 'Play';
	font-style: normal;
	font-weight: 400;
	src: local('Play Regular'), local('Play-Regular'), url(https://okuke73wiq.a.trbcdn.net/fe.woff2) format('woff2');
	  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
	  font-display: swap;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play Regular'), local('Play-Regular'), url(https://okuke73wiq.a.trbcdn.net/f.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play Regular'), local('Play-Regular'), url(https://okuke73wiq.a.trbcdn.net/le.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}

@font-face {
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: local('Play Regular'), local('Play-Regular'), url(https://okuke73wiq.a.trbcdn.net/l.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

.one_byten_stopwords_for_comments_submit_button {

	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
}

#submit_stopwords_for_comments {

	cursor: pointer;
	padding: 8px 15px;
	color: #fff;
	background: #0073aa;
	transition: 0.5s;
	border-radius: 5px;
	font-weight: bolder;
	font-size: 15px;
}

#submit_comment_stopword:hover {

	color: #0073aa;
	background: #fff;
	transition: 0.5s;
}

.result_message {

	margin-bottom: 22px;
	font-size: 15px;
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 22px;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.result_message_row {

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
}

.error {

	color: red; 
}

.one_byten_stopwords_for_comments {

	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	text-align: center;
	width: 95%;
	padding-top: 22px;
	font-family: Play;
}

.one_byten_stopwords_for_comments_form {

	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
	text-align: center;
}

.one_byten_stopwords_for_comments_title {

	text-align: center;
	font-size: 17px;
	width: 100%;
	padding: 11px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.one_byten_stopwords_for_comments_value {

	margin: 11px 22px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
}

#stopword {

	width: 222px;
}

.one_byten_stopwords_for_comments_value label {

	margin-right: 11px;
	font-size: 15px;
}

.one_byten_stopwords_for_comments_current_list {

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 22px;
	border-top: 1px solid #c3c3c3;
}

.one_byten_stopwords_for_comments_current_list_item {

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 8px 15px;
	cursor: pointer;
	border: 1px solid #8c8f94;
	border-radius: 11px;
	margin: 22px 11px;
	transition-duration: 0.5s;
	font-weight: bold;
}

.one_byten_stopwords_for_comments_current_list_item_name {

	font-size: 18px;
}

.one_byten_stopwords_for_comments_current_list_item_delete_symbol {

	margin-left: 7px;
	color: red;
	font-size: 11px;
}

.display_flex {

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.display_flex_row {

	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	text-align: left;
}
