.blank {
	font-size: 24px;
	text-align: center;
	display: inline-block;
	padding: 0 20px 0 10px;
	min-width: 150px;
	border: solid 2px #fff;
	background: #f9e815;
	/*margin: 0 20px 10px 10px;*/
	margin: 0 20px 0px 10px;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
	height: 40px;
	font-family: "Segoe Bold";
	counter-increment: questions-first-counter;
}

.blank-grammar8 {
	margin: 0 10px;
}

.blank lable:before {
	content: counter(questions-first-counter) ". ";
}

.blank:before {
	content: "";
	position: absolute;
	left: 35px;
	top: 3px;
	background-color: #363307;
	width: 2px;
	height: 30px;
}

.blank .blank-input {
	margin-left: 25px;
	border: none;
	background-color: #f9e815;
	font-family: "Segoe Bold";
	color: #000;
	padding-left: 10px;
	width: 100px;
	outline: none;
	min-width: 100px;
	/*display: inline-block;*/
}

.input-span {
	max-width: 250px;
	min-width: 50px;
	outline: none;
}

.bank .input {
	color: red;
	margin-left: 15px;
	max-width: 120px;
	border: none;
	background-color: #f9e815;
	font-family: "Segoe Bold";
	color: #000;
	padding-left: 10px;
}

.blank.success {
	background: #b9d546;
}

.blank.success .blank-input {
	background: #b9d546;
}

.word-in-the-board .suggest-answer {
	margin: auto;
	width: fit-content;
}

.word-in-the-board .suggest-answer .border-box {
	margin: 0 10px 40px 10px;
	pointer-events: none;
	user-select: none;
}

.find_the_mistake-box .word-in-board .suggest-items {
	pointer-events: none;
	user-select: none;
}

.content-blank {
	margin-bottom: 30px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ddecf2;
	border-radius: 30px;
	padding: 30px 50px;
}

.content-blank .content-text {
	white-space: pre-line !important;
	word-wrap: break-word !important;
	overflow-wrap: break-word !important;
	line-height: 34px;
}

.content-word-in-board .answer-text.result-answer .answer-icon.answer-true {
	display: block !important;
}

.content-word-in-board .answer-text.result-answer .answer_end {
	font-size: 32px;
	color: #b9d546;
	margin-left: 15px;
}

.content-word-in-board .content-blank.js-suggest-active .blank.error {
	background-color: #eb5c5d;
}

.content-word-in-board .content-blank.js-suggest-active .blank.error .blank-input {
	background-color: #eb5c5d;
}

.content-word-in-board .questions-items.questions-check .questions-data {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 15px 0;
	margin: 0 30px;
}

.content-word-in-board .questions-items.questions-check .questions-data .result-answer {
	padding-bottom: 0;
}

.content-word-in-board .questions-items.questions-check .questions-data .result-answer span {
	font-size: 22px;
	color: #b9d546;
}

.content-word-in-board .questions-items.questions-check .answer-text .error-answer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.listen_and_fill_in_the_table .content-word-in-board .questions-items.questions-check .answer-text .error-answer {
	flex-wrap: nowrap;
}

.listen_and_fill_in_the_table.synonym .questions-choose .questions-items.questions-check.answer-false .questions-data .data-content {
	width: calc(100% - 50px);
}

.content-word-in-board .questions-items.questions-check .answer-text .explain h3 {
	margin: 15px 0 10px;
	text-transform: uppercase;
	font-size: 22px;
	font-family: "Myriad Bold";
}

.content-word-in-board .questions-items.questions-check .answer-text .explain span {
	margin-left: 30px;
	font-family: "Myriad Light";
	font-size: 20px;
	font-style: italic;
}

.content-word-in-board .questions-items {
	display: none;
}

.content-word-in-board .answer-true.answer-done,
.content-word-in-board .answer-false {
	display: block;
}

.content-word-in-board .answer-true.answer-done .no:after,
.content-word-in-board .answer-false .no:after {
	content: ".";
}

.content-word-in-board .answer-true.answer-done .data-content,
.content-word-in-board .answer-false .data-content {
	font-size: 22px;
	color: #b9d546;
	font-family: "Myriad Bold";
}

.content-word-in-board .answer-true.answer-done .data-content.error,
.content-word-in-board .answer-false .data-content.error {
	color: #ff0000;
}

.content-word-in-board .answer-true.answer-done .lazy.icon_true.icon-image,
.content-word-in-board .answer-false .lazy.icon_true.icon-image {
	right: 0;
	left: 0;
	top: -45px;
	margin: inherit;
}

.content-word-in-board .questions-action {
	margin-top: 50px;
}

.listen_and_fill_the_blank .listen-box {
	margin-bottom: 50px;
}

.speak_speech .questions-add {
	width: 350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 45px auto 0 auto;
	align-items: flex-end;
}

.speak_speech .questions-add .sound_recording {
	height: 126px;
	width: 126px;
	border-radius: 50%;
	background: #49adc7;
	border: solid 1px rgba(255, 255, 255, 0.2);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.speak_speech .questions-add .speak,
.speak_speech .questions-add .listen {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background: transparent;
	border: solid 2px #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.speak_speech .questions-add .continue {
	margin-top: 45px;
}

.speak_speech .success {
	background: transparent;
	border-bottom: none !important;
	box-shadow: unset;
	text-align: center;
}

.speak_speech .success label {
	font-size: 62px;
	color: #ffffff;
	text-transform: uppercase;
}

.speak_speech .success img {
	display: block !important;
	margin: 0 auto 30px;
}

.speak_speech .success #btn-popup-continute {
	background-color: #ffffff;
	font-size: 32px;
	text-transform: uppercase;
	padding: 20px 20px;
	height: auto;
	border-radius: 60px;
	margin-top: 65px;
}

.speak_speech .popup-save,
.speak_speech .popup-send {
	padding: 30px 100px;
}

.speak_speech .popup-save .content-popup,
.speak_speech .popup-send .content-popup {
	display: grid;
}

.speak_speech .popup-save .content-popup .custom-select,
.speak_speech .popup-send .content-popup .custom-select {
	display: grid;
}

.speak_speech .popup-save .content-popup .custom-select label,
.speak_speech .popup-send .content-popup .custom-select label {
	margin-top: 30px;
}

.speak_speech .popup-save .content-popup .custom-select .select-content,
.speak_speech .popup-send .content-popup .custom-select .select-content {
	border: 1px solid #000000;
	padding: 10px;
	border-radius: 21px;
}

.speak_speech .popup-save .content-popup .custom-select .select,
.speak_speech .popup-send .content-popup .custom-select .select {
	min-height: 55px;
	background-color: #ffffff;
	margin: 0;
	width: 100%;
	padding: 0;
	position: inherit;
}

.speak_speech .popup-save .content-popup .custom-select .select .styledSelect,
.speak_speech .popup-send .content-popup .custom-select .select .styledSelect {
	border: none;
	font-size: 30px;
	font-family: "Myriad Regular";
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 55px;
	height: auto;
	line-height: 60px;
}

.speak_speech .popup-save .content-popup .custom-select .select .styledSelect:before,
.speak_speech .popup-send .content-popup .custom-select .select .styledSelect:before {
	content: "";
	height: 51px;
	width: 1px;
	background-color: #000000;
	position: absolute;
	right: 70px;
}

.speak_speech .popup-save .content-popup .custom-select .select .styledSelect:after,
.speak_speech .popup-send .content-popup .custom-select .select .styledSelect:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 11px solid #2f2f2f;
	top: 30px;
	transform: translateY(-50%);
	right: 20px;
}

.speak_speech .popup-save .content-popup .custom-select .select .styledSelect.active,
.speak_speech .popup-send .content-popup .custom-select .select .styledSelect.active {
	height: auto;
}

.speak_speech .popup-save .content-popup .custom-select .select .options,
.speak_speech .popup-send .content-popup .custom-select .select .options {
	position: unset;
	background-color: #ffffff;
	width: 80%;
	padding-left: 30px;
	margin-top: 55px;
}

.speak_speech .popup-save .content-popup .custom-select .select .options li,
.speak_speech .popup-send .content-popup .custom-select .select .options li {
	font-weight: 100;
	font-family: "Myriad Regular";
}

.speak_speech .popup-save .content-popup .custom-select .select:before,
.speak_speech .popup-send .content-popup .custom-select .select:before {
	display: none;
}

.speak_speech .popup-save .content-popup label,
.speak_speech .popup-send .content-popup label {
	color: #1e1e1e;
	font-size: 32px;
	margin-bottom: 30px;
}

.speak_speech .popup-save .content-popup .input-save,
.speak_speech .popup-send .content-popup .input-save {
	font-size: 20px;
	height: 96px;
	border-radius: 21px;
	border: 1px solid #000000;
	padding-left: 50px;
	font-family: "Myriad Light";
}

.speak_speech .popup-save .content-popup .input-save::placeholder,
.speak_speech .popup-send .content-popup .input-save::placeholder {
	padding-left: 0;
	color: #686868;
}

.speak_speech .popup-save .footer,
.speak_speech .popup-send .footer {
	margin-top: 60px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.speak_speech .popup-save .footer .btn,
.speak_speech .popup-send .footer .btn {
	width: calc(50% - 30px);
	margin: 0;
}

.speak_speech #button-submit {
	display: flex;
	max-width: 800px;
	margin: 40px auto 10px auto;
}

.speak_speech #button-submit .btn-dark {
	font-weight: 600;
	text-transform: uppercase;
}

.speak_speech #play_button {
	right: auto;
	top: 180px;
	flex-wrap: wrap;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	align-items: center;
}

.speak_speech #btn-check {
	display: none !important;
}

.speak_speech .pronounced-action {
	margin-top: 45px;
}

.speak_speech .pronounced-action .speech-recognition {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	align-items: center;
}

.speak_speech .pronounced-action .speech-recognition #playpause {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	background: transparent;
	border: solid 2px #fff;
	position: absolute;
	left: 55%;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.speak_speech .pronounced-action .speech-recognition #playpause .js-svg {
	cursor: pointer;
}

.speak_speech .pronounced-action .speech-recognition #playpause .js-svg.hiden {
	display: none;
}

.speak_speech .pronounced-action .speech-recognition #playpause .js-svg.active {
	display: block;
}

.speak_speech .pronounced-action .speech-recognition #playpause .play-svg {
	margin-left: 5px;
}

.speak_speech .content-recording-exercises {
	background-color: #86b9d1;
	border-radius: 22px;
	max-width: 856px;
	margin: auto;
	padding: 25px 90px 25px 90px;
	color: #ffffff;
}

.speak_speech .content-recording-exercises ol {
	margin-top: 5px;
	padding: 0 15px;
}

.speak_speech .show-answer {
	display: none;
}

.speak_speech .recording_sentences-button {
	margin-top: 150px;
}

.reading_multiple_choice .questions-choose .questions-items.questions-check .label-no {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 3px #eaaf39;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	font-family: "Myriad Bold";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: -25px;
	background: #fff;
	box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.2);
}

.reading_multiple_choice .questions-choose .questions-items.questions-check .label-no:after {
	display: none;
}

.reading_multiple_choice .questions-choose .questions-items.final-items .answer-text .answer-choose-text,
.reading_multiple_choice .questions-choose .questions-items.final-items .answer-text .input-text {
	font-size: 22px;
}

.reading_multiple_choice .result-questions .questions-items.questions-check .questions-data {
	padding: 45px 20px 0 40px;
	justify-content: left;
}

.reading_multiple_choice .result-questions .questions-items.questions-check .data-explain {
	border-top: 1px solid #707070;
	padding: 15px 0 0 0;
	margin: 0 60px 10px;
}

.reading_multiple_choice .result-questions .questions-items.questions-check .data-explain p {
	margin-left: 40px;
}

.reading_multiple_choice .result-questions .answer-true .answer-text::before {
	display: none;
}

.reading_multiple_choice .result-questions .answer-true .answer-text .input-text {
	padding-left: 0 !important;
}

.reading_multiple_choice .result-questions .answer-false .answer {
	width: max-content;
	float: left;
	padding: 0;
	margin: 15px 10px 10px 60px;
}

.reading_multiple_choice .result-questions .answer-false .result-answer {
	display: flex;
}

.reading_multiple_choice .result-questions .answer-false .result-answer .answer-icon {
	display: block !important;
}

.reading_multiple_choice .questions-items .answer-text {
	position: relative;
	display: none;
}

.reading_multiple_choice .questions-items .answer-text:before {
	display: none;
}

.reading_multiple_choice .answer-false .input-text {
	padding: 15px 30px 10px;
	color: #d81416 !important;
	font-size: 22px;
}

.reading_multiple_choice .answer-false .answer-text {
	display: flex;
}

.reading_multiple_choice .answer-false .answer-text:before {
	display: none;
}

.reading_multiple_choice .answer-true .answer-text {
	display: flex;
}

.reading_multiple_choice .answer-true .answer-text:before {
	display: block;
	margin: 0 !important;
}

.reading_multiple_choice .answer-true .checkmark {
	pointer-events: none;
}

.reading_multiple_choice .questions-speak-action .questions-data {
	padding: 45px 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.reading_multiple_choice .questions-items.questions-check.answer-false .questions-list,
.reading_multiple_choice .questions-items.questions-check.answer-true .questions-list {
	padding: 0;
}

.reading_multiple_choice .choose-answer .questions-list {
	margin-top: 30px;
	margin-bottom: 16px;
	padding: 0 0 25px 0;
}

.reading_multiple_choice .choose-answer .questions-list h2 {
	margin: 50px 30px 0;
	font-size: 22px;
	color: #000000;
	text-align: left;
	font-family: "Myriad Semibold";
}

.reading_multiple_choice .choose-answer .answer-container {
	margin: 15px 45px 0 45px;
}

.reading_multiple_choice .choose-answer .answer .text {
	padding: 4px 0 4px 20px;
	border-radius: 10px;
	border: none;
	background-color: #cccccc;
}

.reading_multiple_choice .choose-answer .answer .text:before {
	/*font-size: 32px; */
	font-size: 24px;
}

.reading_multiple_choice .choose-answer .answer .checkmark:checked+.text {
	border: none;
	background-color: #f0e90c;
}

.write_the_article .content-recording-exercises {
	color: #000000;
}

.content-send {
	display: flex;
	flex-flow: column;
}

.content-send #textarea {
	font-family: "Myriad Regular";
	resize: none;
	/* overflow: hidden; */
	font-size: 18px;
	border-radius: 22px;
	max-width: 856px;
	margin: 45px auto 0 auto;
	padding: 27px;
	width: 100%;
	min-height: 225px;
	outline: none;
	border: none;
}

.content-send #textarea::placeholder {
	font-style: italic;
}

.content-send #textarea:focus {
	border: none;
	box-shadow: unset;
	outline: unset;
}

.choose_the_underline .lazy.answer-icon {
	width: 40px;
}

.choose_the_underline .questions-choose.result-questions .questions-items.answer-false,
.choose_the_underline .questions-choose.result-questions .questions-items.answer-true {
	background-color: #ffffff;
}

.choose_the_underline .questions-choose.result-questions .questions-check .data-explain {
	border: none;
	padding: 0 0 5px 0;
}

.choose_the_underline .questions-choose.result-questions .questions-check .data-explain label {
	line-height: 1.5;
}

.choose_the_underline .questions-choose.result-questions .lazy.answer-icon {
	margin-right: 30px;
}

.choose_the_underline .questions-choose.result-questions .questions-data {
	color: #000000;
	font-weight: 100;
}

.choose_the_underline .questions-choose.result-questions .data-content .underline {
	border-bottom: 1px solid #000000;
}

.choose_the_underline .questions-choose .questions-items {
	background: none;
}

.choose_the_underline .questions-choose .questions-items.questions-check .questions-data .label-no {
	position: relative;
	border: none;
	background-color: unset;
	box-shadow: unset;
	font-size: 32px;
	top: 0;
	margin-right: 10px;
}

.choose_the_underline .questions-choose .questions-items.questions-check .questions-data .label-no:after {
	position: absolute;
	content: ".";
	right: -15px;
	display: block;
	top: 0;
}

.choose_the_underline .questions-choose .questions-items h2 .underline {
	border-bottom: 1px solid #000000;
}

.choose_the_underline .questions-choose .questions-items.answer-false,
.choose_the_underline .questions-choose .questions-items.answer-true {
	background-color: #ffffff;
}

.choose_the_underline .questions-choose .questions-items.answer-false .questions-list,
.choose_the_underline .questions-choose .questions-items.answer-true .questions-list {
	padding: 0;
}

.choose_the_underline .questions-choose .answer-false .answer .input-text {
	display: contents;
}

.choose_the_underline .questions-choose .answer-true .lazy.answer-icon {
	display: block !important;
}

.choose_the_underline .questions-choose .answer-true .answer-text .input-text {
	padding-left: 20px;
}

.choose_the_underline .questions-choose .answer-true .answer-text:before {
	display: none;
}

.choose_the_underline .questions-data {
	color: #ffffff;
	font-weight: 600;
}

.choose_the_underline .questions-data .label-no {
	background: none;
}

.choose_the_underline .questions-answer .answer .text {
	align-items: baseline;
	border: 3px solid #bde015;
	background-color: #f3f8fa;
}

.choose_the_underline .questions-answer .answer .checkmark:checked+.text {
	border: 3px solid #ffffff;
}

.data-content .underline {
	border-bottom: 1px solid #ffffff;
}

.listen_and_fill_in_the_sentences .listen-box.next-hidden {
	margin: 30px 0 70px 0;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items .data-explain p {
	margin-left: 30px;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.final-items .result-answer span {
	color: #c4d82d;
	padding: 0 0 0 10px;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.final-items.answer-true .result-answer {
	padding: 0 10px 0 80px;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.final-items.answer-false .result-answer {
	/*flex-wrap: wrap; */
	/*padding-right: 55%;*/
	text-align: left;
	/* display: block; */
	display: flex;
	align-items: center;
}

.listening_9_new_style .questions-choose .questions-items.final-items.answer-false .result-answer {
	display: flex;
	align-items: center;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.final-items.answer-false .result-answer .text-answer-true {
	width: calc(100% - 40px);
	margin-bottom: 20px;
	color: #e21010;
	font-family: "Segoe Bold";
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.final-items.answer-false .result-answer:before {
	content: "";
	background: #00a651;
	left: 0;
	/*margin: 0 20px 20px 0;*/
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	display: block;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.answer-done .icon_true {
	right: 0;
	top: -123px;
	left: 0;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.answer-done .fill_word {
	color: #c4d82d;
	font-style: unset;
	text-align: center;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-items.answer-false .fill_word {
	color: #e21010;
	font-style: unset;
	text-align: center;
}

.listen_and_fill_in_the_sentences .questions-choose .answer-true .questions-data .data-content,
.listen_and_fill_in_the_sentences .questions-choose .answer-false .questions-data .data-content {
	display: inherit;
	width: 100%;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data {
	padding: 10px 50px 10px 50px;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content {
	display: inline;
	padding-bottom: 30px;
	padding-top: 20px;
}

.reading_14.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content {
	padding-bottom: 15px;
	padding-top: 25px;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content .fill_word {
	font-weight: 600;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 150px;
	text-align: center;
	font-size: 22px;
	min-width: 70px;
	border-color: #666;
}

/* New Style Grammar 13 */
.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content .fill_word_max {
	max-width: 100%;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content .fill_word[disabled="disabled"] {
	background: transparent;
	border-color: #000;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content .fill_word[disabled="disabled"].answer-true {
	color: #c4d82d !important;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content .fill_word[disabled="disabled"].answer-false {
	color: #e21010 !important;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content .fill_word.answer-true {
	color: #c4d82d !important;
}

.listen_and_fill_in_the_sentences .questions-choose .questions-data .data-content .keydown {
	border-bottom: 1px solid;
	font-size: 22px;
	color: #b50279;
	font-style: italic;
	font-family: "Myriad Semibold";
}

.listen_and_fill_in_the_table .main-content .questions .questions-text {
	padding: 0 30px;
	margin-left: 100px;
}

.listen_and_fill_in_the_table .questions-check.answer-false .questions-data .result-answer {
	width: 100%;
	padding: 15px 0 15px 0;
}

.listen_and_fill_in_the_table .questions-check.answer-false .questions-data .result-answer .error-answer .answer-true {
	width: 40px;
}

.listen_and_fill_in_the_table .questions-check.answer-false .questions-data .result-answer .answer_end {
	margin-left: 15px;
	padding: 0;
	font-size: 22px;
}

.listen_and_fill_in_the_table .content-blank {
	background: none;
	width: 100%;
}

.listen_and_fill_in_the_table .synonym .content-blank {
	width: 100%;
}

.listen_and_fill_in_the_table .content-blank .content-text {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.reading_13.listen_and_fill_in_the_table .content-blank .content-text {
	flex-wrap: unset;
}

.reading_13.listen_and_fill_in_the_table .content-blank {
	width: 85%;
}

.reading_13.listen_and_fill_in_the_table .content-blank .content-text .content-items span {
	padding: 10px 30px;
	background-color: #fff;
	margin-bottom: 15px;
	border-radius: 10px;
	width: 100%;
	line-height: normal !important;
}

.reading_13.listen_and_fill_in_the_table .content-blank .content-text .content-items {
	width: calc(50% - 7px);
}

.listen_and_fill_in_the_table .content-blank .content-text .content-items {
	width: calc(50% - 10px);
	display: flex;
	flex-wrap: wrap;
}

.listen_and_fill_in_the_table .content-blank .content-text .content-items .blank {
	margin-bottom: 0;
	vertical-align: middle;
	margin: 0 15px 10px 15px;
}

.listen_and_fill_in_the_table .synonym .content-blank .content-text .content-items .blank {
	float: right;
	/*margin-top: 15px;*/
	/*margin-bottom: 0;*/
	padding: 0 10px;
	margin: 0;
	display: table;
}

.synonym.listen_and_fill_in_the_table .content-blank .content-text .content-items .item-answer h4 {
	min-width: 200px;
}

.listen_and_fill_in_the_table .synonym .content-blank .content-text .content-items .blank .blank-input {
	max-width: 100%;
	width: auto;
	min-width: 206px;
	padding: 0;
}

.listen_and_fill_in_the_table .content-blank .content-text .content-items>div {
	width: 100%;
	min-height: 130px;
	margin-bottom: 15px;
	border-radius: 15px;
	padding: 25px 20px;
	background-color: #fdfdfd;
	font-size: 22px;
	line-height: normal;
	white-space: normal;
}

.listen_and_fill_in_the_table .content-blank .content-text .content-items .active {
	counter-increment: questions-table;
}

.listen_and_fill_in_the_table .content-blank .content-text .content-items .active .blank lable:before {
	content: counter(questions-table) " ";
}

.fill_the_word_into_the_board .content-text-question.content-blank {
	background-color: #f3f5f9;
	max-width: 925px;
	white-space: pre-line;
}

.fill_the_word_into_the_board .content-text-question.box-passage {
	white-space: normal;
	text-align: justify;
}

.choose_tsuitable_word .questions-choose .answer-false-done.questions-check.answer-false .result-answer {
	padding: 0px 25px 0 65px;
	color: #000000;
}

.choose_tsuitable_word .questions-choose .answer-false-done.questions-check.answer-false .result-answer .text-answer-true {
	border-radius: 10px;
	color: #000000;
	margin-right: 20px;
	margin-bottom: 0;
	background-color: #e8425a;
	padding: 5px 10px 10px 10px;
	width: inherit;
	display: initial;
}

.choose_tsuitable_word .questions-choose .answer-false-done.questions-check.answer-false .result-answer span {
	margin-left: 20px;
	border-radius: 10px;
	padding: 4px 10px 6px 10px;
	color: #000000;
	background-color: #b9d546;
}

.choose_tsuitable_word .questions-choose .questions-items.final-items.answer-true .result-answer {
	display: none;
}

.choose_tsuitable_word .questions-choose .questions-items.final-items.answer-false .questions-data {
	display: none;
}

.choose_tsuitable_word .questions-choose .questions-items.final-items.answer-false .result-answer:before {
	display: none;
}

.choose_tsuitable_word .answer-true .item-answer-true,
.choose_tsuitable_word .answer-false .item-answer-true {
	display: inherit !important;
	border-radius: 5px;
	padding: 4px 10px 6px;
	margin: 0 5px;
	border: 2px solid #ffffff;
}

.choose_tsuitable_word .answer-true .list-answer,
.choose_tsuitable_word .answer-false .list-answer {
	display: none;
}

.choose_tsuitable_word .answer-true .item-answer-true {
	background-color: #b9d546;
}

.choose_tsuitable_word .answer-false .item-answer-true {
	background-color: #ee5555;
}

.choose_tsuitable_word .list-answer {
	display: inline-block;
	background-color: #f9e815;
	border-radius: 5px;
	padding: 0 10px;
	margin: 0 5px;
	border: 2px solid #ffffff;
}

.choose_tsuitable_word .list-answer .item-answer {
	cursor: pointer;
}

.choose_tsuitable_word .list-answer .underline {
	font-family: "Segoe Bold";
	font-style: italic;
	text-decoration: underline;
}

.synonym .questions-choose .questions-items.questions-check {
	box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.7);
}

.synonym .questions-choose .questions-items.questions-check .questions-data {
	padding: 50px 0px;
	border: none;
}

.synonym .questions-choose .questions-items.questions-check.answer-done .questions-data {
	flex-wrap: nowrap;
	align-items: center;
}

.synonym .questions-choose .questions-items.questions-check.answer-false .questions-data .data-content {
	color: #e21010;
}

.synonym .questions-choose .questions-items.questions-check.answer-false .answer-icon {
	display: block !important;
}

.synonym .content-blank .content-text {
	justify-content: center;
}

.synonym .content-blank .content-text .content-items .item-answer {
	/*justify-content: space-around;*/
	width: 100%;
	background-color: #daf1f4;
	padding: 7px 40px 30px 40px;
	margin-bottom: 50px;
	border-radius: 20px;
}

.synonym .content-blank .content-text .content-items .item-answer:last-child {
	margin-bottom: 0px;
}

.synonym.listen_and_fill_in_the_table .content-blank .content-text .content-items .item-answer {
	padding: 15px 20px 30px 20px;
}

.synonym.listen_and_fill_in_the_table .content-blank .content-text .content-items .item_answer_reading10 {
	min-width: 500px;
}

.synonym.listen_and_fill_in_the_table .content-blank .content-text .content-items .item_answer_reading10 .blank {
	max-width: 100%;
}

.synonym .content-blank .content-text .content-items .item-answer h4 {
	font-weight: 100;
	display: inline-block;
	margin: 0;
}

.synonym .content-blank .content-text .content-items .item-answer h4 label {
	font-family: "Segoe Bold";
	font-size: 30px;
	position: relative;
	margin-right: 50px;
	vertical-align: middle;
}

.synonym .item-answer .synonym-answer {
	user-select: none;
}

.item-answer .synonym-answer {
	display: inline-block;
	vertical-align: middle;
}

.item-answer .blank {
	display: inline-block;
}

.synonym .content-blank .content-text .content-items .item-answer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.synonym .content-blank .content-text .content-items .item-answer h4 {
	display: flex;
	align-items: center;
	width: 100%;
}

.synonym .content-blank .content-text .content-items .item-answer h4 label:before {
	content: "";
	font-size: 30px;
	position: absolute;
	right: -20px;
	height: 40px;
	width: 1px;
	background-color: #000000;
	top: 1px;
}

.d-none {
	display: none !important;
}

.synonym .content-blank .content-text .content-items .item-answer .blank:before {
	display: none;
}

.synonym .content-blank .content-text .content-items .item-answer .blank .blank-input {
	font-family: "Myriad Regular";
	margin-left: 0;
}

.synonym .questions-items.questions-check.answer-true .questions-data .result-answer {
	display: none !important;
}

.synonym .questions-items.questions-check.answer-true .data-content {
	color: #b9d546 !important;
}

.join_a_column_with_many_columns .column_list_items {
	position: relative;
}

.join_a_column_with_many_columns .column_list_items .wrong.answer-false {
	color: #e40606;
}

.join_a_column_with_many_columns .column_list_items .excellent.answer-true {
	color: #388c02;
}

.join_a_column_with_many_columns .answer.answer-true,
.join_a_column_with_many_columns .answer.answer-normal,
.join_a_column_with_many_columns .answer.answer-false {
	width: 100%;
}

/* .join_a_column_with_many_columns .answer.answer-true::before, .join_a_column_with_many_columns .answer.answer-false::before {
	content: "";
	position: absolute;
	background-color: #000000;
	left: -200%;
	right: -200%;
	top: 0;
	height: 100%;
	opacity: 0.7;
	z-index: 1;
	padding: 20px 0;
} */

.join_a_column_with_many_columns .answer.answer-true .lazy,
.join_a_column_with_many_columns .answer.answer-normal .lazy,
.join_a_column_with_many_columns .answer.answer-false .lazy {
	position: relative;
	left: 0;
	z-index: 2;
	top: 50%;
	/* transform: translateY(-50%); */
	width: 125px;
	/* margin-left: calc(48% - 128px); */
}

.join_a_column_with_many_columns .answer.answer-true .answer-show,
.join_a_column_with_many_columns .answer.answer-normal .answer-show,
.join_a_column_with_many_columns .answer.answer-false .answer-show {
	position: absolute;
	/* top: 29%; */
	left: calc(50% - 128px);
	padding: 15px 128px;
	background-color: #ffffff;
	border-radius: 60px;
	z-index: 1;
	font-size: 53px;
	font-family: "iCielSoupofJustice";
	padding-right: 64px;
}

.join_a_column_with_many_columns .answer {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	display: none;
	padding: 3rem 0rem;
}

.join_a_column_with_many_columns .answer-true {
	display: block;
}

.join_a_column_with_many_columns .answer-true .excellent.answer-true {
	display: block;
}

.join_a_column_with_many_columns .answer-false {
	display: block;
}

.join_a_column_with_many_columns .answer-false .wrong.answer-false {
	display: block;
}

.join_a_column_with_many_columns .answer-show .excellent {
	display: none;
}

.join_a_column_with_many_columns .answer-show .wrong {
	display: none;
}

.join_a_column_with_many_columns .items_answer .list_items.answer_false {
	background-color: #ee5555;
	border: 3px solid #ffffff;
}

.join_a_column_with_many_columns .items_answer .list_items.answer_true {
	background-color: #b9d546;
	border: 3px solid #ffffff;
}

.join_a_column_with_many_columns .items_answer .list_items {
	min-height: 70px;
	background-color: #ffffff;
	border: 2px solid #ffcc00;
	margin-bottom: 20px;
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 20px;
	color: #000000;
	max-width: 465px;
	width: 100%;
}

/* For writing 6 inline */
.join_a_column_with_many_columns .items_answer .list_items_inline {
	display: inline-block;
	align-content: center;
}

.join_a_column_with_many_columns .main-content .drag-word-box {
	max-width: unset;
}

.join_a_column_with_many_columns .main-content .drag-word-box .column_answer {
	max-width: 1118px;
	margin-left: auto;
	margin-right: auto;
}

.join_a_column_with_many_columns .main-content .drag-word-box .drag-action .drag-btn {
	position: unset;
	margin-top: 60px;
}

.join_a_column_with_many_columns .main-content .list_items {
	max-width: 425px;
	width: 100%;
}

.join_a_column_with_many_columns .main-content .list_items .no {
	font-size: 28px;
	font-weight: bold;
	font-family: "Myriad Bold";
}

.join_a_column_with_many_columns .main-content .list_items span {
	margin-bottom: -10px;
	margin-left: 5px;
}

.join_a_column_with_many_columns .main-content .list_items span:first-letter {
	text-transform: capitalize;
}

.join_a_column_with_many_columns .main-content .column_list_items {
	/* max-width: 465px;
	margin: auto; */
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.join_a_column_with_many_columns .main-content .column_list_items .list_items.ui-draggable-disabled {
	background-color: #ffffff;
	opacity: 0.72;
}

.join_a_column_with_many_columns .main-content .column_list_items .list_items {
	min-height: 70px;
	background-color: #ffffff;
	border: 2px solid #ffcc00;
	margin-bottom: 20px;
	border-radius: 16px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-left: 20px;
	color: #000000;
	margin-left: 1rem;
	margin-right: 1rem;
	width: 40%;
}

/* For writing 6 */
.join_a_column_with_many_columns .main-content .column_list_items .list_items_inline {
	display: inline-block;
	padding-bottom: 4px;
	align-content: center;
}

.join_a_column_with_many_columns .main-content .column_list_items .list_items span {
	margin-left: 5px;
	margin-bottom: -7px;
}

.join_a_column_with_many_columns .main-content .column_list_items .list_items span:first-letter {
	text-transform: capitalize;
}

.join_a_column_with_many_columns .main-content .column_answer {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.join_a_column_with_many_columns .main-content .column_answer .items_answer {
	width: calc(50% - 16px);
}

.join_a_column_with_many_columns .main-content .column_answer .items_answer h2 {
	color: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 0;
	font-weight: bold;
	font-size: 32px;
	font-family: Myriad Bold;
}

.join_a_column_with_many_columns .main-content .column_answer .items_answer .content_advantage {
	min-height: 357px;
	background-color: #e8f6f8;
	border-radius: 23px;
	padding: 30px 40px;
}

.reading_gapped_text ul.questions-option li.questions-items .questions-data.active {
	background-color: #f0e90c;
	position: relative;
	z-index: 1;
}

.reading_gapped_text.example-page.window {
	position: relative;
}

.reading_gapped_text.example-page.window:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #093243;
	opacity: 0.5;
	z-index: 1;
}

.reading_gapped_text .answer-select .styledSelect:after {
	opacity: 1;
}

.grammar_multiple_choice .result-questions .answer-false .answer {
	width: calc(100% - 145px);
}

.sentence_with_start_word .questions-choose .questions-items.questions-check.answer-true .icon_true,
.use_the_conjunction .questions-choose .questions-items.questions-check.answer-true .icon_true {
	top: -50px;
	bottom: auto;
	left: 0;
	right: 0;
}

.sentence_with_start_word .questions-choose .answer-text .input-text[placeholder]:empty:after,
.use_the_conjunction .questions-choose .answer-text .input-text[placeholder]:empty:after {
	display: none;
}

.use_the_conjunction .questions-choose .answer-text .input-text[placeholder]:empty:after {
	display: none;
}

.content-send #textareaFromUser {
	font-family: "Myriad Regular";
	resize: none;
	overflow: hidden;
	font-size: 18px;
	border-radius: 22px;
	max-width: 856px;
	margin: 45px auto 0 auto;
	padding: 27px;
	width: 100%;
	min-height: 175px;
	outline: none;
	border: none;
}

.explain-grammar-13 {
  text-align: left !important;
  word-spacing: normal !important;
}