.selection-3 {
  background-color: #fefccb;
  color: black;
}

.single-char-select {
  background-color: #cbfecb !important;
  color: black;
}

.active-content-char {
  background-color: #c0ecff;
}

.content-char:hover {
  background-color: #c0ecff;
}

.content-char {
  cursor: pointer;
}
.content-char.is-all-english,
.content-char.is-valid-number {
  letter-spacing: 1.5px !important;
}


#page-container-new .h1,
#page-container-new .h2,
#page-container-new .h3,
#page-container-new .h4,
#page-container-new .h5,
#page-container-new .h6{
	margin-bottom: 0;
	margin-top: 0;
}



.my_page_heading {
  margin: 30px 0px 21px;
	position: relative;
}
.my_page_heading h2 {
  margin: 0px 0px 0px;
  font-size: 24px;
  white-space: nowrap;
  color: #b247af;
  font-weight: 700;
}
.my_page_heading a {
	font-size: 28px;
	font-weight: 700;
	color: #b247af;
	display: inline-block;
	padding-left: 5px;
	margin-right: 5px;
}
.my_page_heading a:hover i {
	text-decoration: underline !important;
}

.error_div {
  display: flex;
  align-items: flex-start;
}
.my_error_text {
  font-size: 17px;
  font-weight: 500;
  padding: 20px 35px 20px 35px;
  background: #ffe4e4;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
.my_error_text.success {
  background: #e9f7ed;
}

span.help a {
  color: #1dc51d;
}

a.pull-left.level_assign.level_modal1 {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #45ba4c;
  color: #fff;
  border: 1px solid #45ba4c;
  font-weight: 700;
  font-size: 15px;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
}

a.pull-left.level_assign.level_modal1:hover {
  color: #45ba4c;
  background: transparent;
}

a.pull-left.level_assign.level_modal1.myDisable {
  background: transparent;
  color: #000;
  border: 1px solid transparent;
  width: 32px;
  font-size: 17px;
  font-weight: 400;
}
a.pull-left.level_assign.level_modal1.myDisable:hover {
  color: #000;
  background: transparent;
}

.my_arrow_down {
	position: relative;
}
.my_arrow_down .fa-caret-down{
	position: absolute;
	top: 0px;
	right: -18px;
	font-size: 20px;
	opacity: 0.4;
	color: #000;
}
.my_arrow_down .fa-caret-down::after{
	content: '';
	width: 65px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: -50px;
}

.my_submit_button {
  border-radius: 35px;
  border: 1px solid transparent;
  background: #1dc51d;
  font-weight: 600;
  height: 28px;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
	padding-left: 10px;
}

.my_submit_button:hover {
  background: transparent;
  color: #1dc51d;
  border-color: #1dc51d;
}

.my_submit_button:disabled:hover {
  background: transparent;
  color: white;
  border-color: #ccc;
  cursor: no-drop;
}

.my_submit_button i {
  display: inline-block;
  margin-left: 7px;
  transition: 0.4s all ease;
}
.my_submit_button:hover i {
  margin-left: 14px;
}

a.my_trial_order_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 26px;
  margin: 0;
  padding: 0px 10px 0px 14px;
  border-radius: 35px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.28);
  border: 1.5px solid #fff;
  background: #d61a48;
  color: #fff;
	line-height: 24px;
  font-size: 15px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.4s all ease;
  position: relative;
  z-index: 111;
}
a.my_trial_order_button:hover {
  color: #d61a48;
  background: white;
  border-color: #d61a48;
}
a.my_trial_order_button::before {
  position: absolute;
  content: '';
  top: 1px;
  left: 2px;
  background: url('/img/red_btn_small_icon_bg.png') no-repeat;
  width: 29px;
  height: 10px;
}

a.my_trial_order_button .my_trial_order_button_text {
  font-weight: 600;
  font-size: 14px;
  border-radius: 42px;
  position: relative;
  width: 100%;
  display: inline-block;
  box-shadow: none;
  border: none;
  background: transparent;
}

.my_modal_button_group {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.my_modal_cancel_button {
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	border: none;
	width: auto;
	height: 28px;
	color: #089ade;
	margin: 0;
	line-height: normal;
	border-bottom: 2px solid transparent;
	border-radius: 0px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px !important;
	padding-bottom: 0;
}
.my_modal_cancel_button:hover {
  border-bottom: 2px solid #089ade;
}
.my_modal_submit_button {
	height: 30px;
  display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #1dc51d;
	background: #1dc51d;
	border-radius: 30px;
	box-shadow: 1px 1px 1px 1px #ccc;
	padding: 0 20px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 3px;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
}
.my_modal_submit_button:hover {
  color: #1dc51d;
  border-color: #1dc51d;
  background: none;
}
.my_modal_submit_button.btn-danger {
  border: 1px solid #c82333;
	background: #c82333;
	color: #fff;
}
.my_modal_submit_button.btn-danger:hover {
  color: #c82333;
  border-color: #c82333;
  background: none;
}


.my_modal_submit_button.color_purple {
	border: 1px solid #b247af;
	background: #b247af;
	color: #fff;
}
.my_modal_submit_button.color_purple:hover {
  color: #b247af;
  border-color: #b247af;
  background: none;
}


/* 关闭按钮 */
.popup_close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}
.popup_close button {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 30px;
  background: #000;
  border: 1px solid #000;
  color: white;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my_global_modal {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  display: none;
}
/*  */
.gardenerland_bradcum_section {
  margin-bottom: 16px;
}
.gardenerland_bradcum_section li {
  display: inline-block;
  font-size: 15px;
}
.gardenerland_bradcum_section li a {
  font-weight: 500;
  color: #1b87e4;
}
.gardenerland_bradcum_section li span {
  margin-left: 3px;
}

/* box */
.description_box {
  display: flex;
}
.description_box .left_container {
  flex: 1 1 75%;
  padding-right: 15px;
}
.description_box .right_container {
  flex: 1 1 25%;
}

.tab_content {
  padding: 30px;
  overflow: hidden;
}

.tab_content .left_tab {
	width: 65%;
	float: left;
	text-align: left;
	padding-right: 0;
}
.tab_content .img_right_tab {
  float: left;
  width: 35%;
}

.tab_content ul li,
.tab_content ol li {
  padding-bottom: 6px;
}

/* Page */
.gardener_land_page img{
	cursor: zoom-in;
}

.reads_resort_page h1,
.what_we_do h1,
.tab_content h1,
.gardener_land_page h1 {
  font-size: 30px !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
  line-height: unset !important;
}
.reads_resort_page h1,
.tab_content h1 {
  color: #22af3c;
}
.gardener_land_page h1 {
  color: #1b87e4;
}
.what_we_do h1 {
  color: #04aac5;
}

.reads_resort_page h2,
.tab_content h2,
.what_we_do h2,
.gardener_land_page h2 {
  font-size: 23px !important;
  font-weight: 600 !important;
  margin-bottom: 16px !important;
  line-height: unset !important;
}
.reads_resort_page h2,
.tab_content h2 {
  color: #22af3c;
}
.gardener_land_page h2 {
  color: #1b87e4;
}
.what_we_do h2 {
  color: #04aac5;
}

.reads_resort_page h3,
.tab_content h3,
.what_we_do h3,
.gardener_land_page h3 {
  font-size: 19px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  line-height: unset !important;
}

.reads_resort_page h4,
.tab_content h4,
.what_we_do h4,
.gardener_land_page h4 {
  font-size: 17px !important;
  font-weight: 600 !important;
  margin-bottom: 12px !important;
  line-height: unset !important;
}

.reads_resort_page p,
.tab_content p,
.what_we_do p,
.gardener_land_page p {
  margin-bottom: 1.5rem;
}

.gardener_land_page ul,
.tab_content ul,
.what_we_do ul,
.reads_resort_page ul {
  list-style: initial;
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.gardener_land_page ul li,
.tab_content ul li,
.what_we_do ul li,
.reads_resort_page ul li {
  line-height: unset !important;
}

.gardener_land_page ol,
.tab_content ol,
.what_we_do ol,
.reads_resort_page ol {
  /* list-style: initial; */
  padding-left: 1rem;
  margin-bottom: 1rem;
}

.gardener_land_page ol li,
.tab_content ol li,
.what_we_do ol li,
.reads_resort_page ol li {
  line-height: unset !important;
}

.gardener_land_page table,
.tab_content table,
.what_we_do table,
.reads_resort_page table {
  margin-bottom: 1rem;
}

.gardener_land_page table.need_padding td,
.tab_content table.need_padding td,
.what_we_do table.need_padding td,
.reads_resort_page table.need_padding td {
  padding: 15px;
}

.gardener_land_page table.need_border td,
.tab_content table.need_border td,
.what_we_do table.need_border td,
.reads_resort_page table.need_border td {
  border: 0.5px dashed #ccc;
}

.gardener_land_page table.no_ul_margin_bottom td ul,
.tab_content table.no_ul_margin_bottom td ul,
.what_we_do table.no_ul_margin_bottom td ul,
.reads_resort_page table.no_ul_margin_bottom td ul {
  margin-bottom: 0px;
}

.what_we_do a {
  color: #04aac5;
}
.gardener_land_page a {
  color: #1b87e4;
}
.reads_resort_page a,
.tab_content a {
  color: #22af3c;
}

.gardener_land_page a:hover,
.tab_content a:hover,
.what_we_do a:hover,
.reads_resort_page a:hover {
  text-decoration: underline;
  line-height: unset !important;
}

.gardener_land_page a[title='start-free-trial'],
.tab_content a[title='free-trial'],
.tab_content a[title='free-samples'],
.gardener_land_page a[title='get-free-samples'] {
  padding: 7px 25px;
    background: #1b87e4;
    border-radius: 35px;
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 3px;
    font-size: 17px;
    font-weight: 600;
    color: white;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}
.tab_content a[title='free-trial'],
.tab_content a[title='free-samples'] {
  background: #22af3c;
}

.gardener_land_page a[title='start-free-trial']:hover,
.gardener_land_page a[title='get-free-samples']:hover {
  background: transparent;
  color: #1b87e4;
  border-color: #1b87e4;
}

.gardener_land_page a[title='free-trial']:hover,
.gardener_land_page a[title='free-samples']:hover {
  background: transparent;
  color: #22af3c;
  border-color: #22af3c;
}

.my_book_wrap {
	display: flex;
	flex-flow: row wrap;
}
.my_book_wrap .book-item-container {
	flex: 0 0 22%;
	margin-top: 25px;
	margin-right: 3%;
	margin-bottom: 1.3rem;
	position: relative;
}

.my_book_wrap .book-item-container .books_details {
  padding: 0px;
  position: relative;
  border: 1px solid #cccccc;
  width: 204px;
  height: 270px;
  box-shadow: 2px 2px 7px 1px #ccc;
}
.my_book_wrap .book-item-container .books_details .level_short_label {
  position: absolute;
  top: 0px;
  left: 7px;
  background: #45ba4c;
  font-size: 13px;
  text-transform: uppercase;
  padding: 0px 4px;
  color: #fff;
  font-weight: 700;
  width: auto;
  text-align: center;
  min-width: 28px;
}
.my_book_wrap .book-item-container .books_details .level_short_label::after {
  position: absolute;
  content: '';
  border-left: 13px solid transparent;
  border-right: 0px solid transparent;
  border-top: 5px solid #45ba4c;
  bottom: -4px;
  right: 0px;
}
.my_book_wrap .book-item-container .books_details .level_short_label::before {
  position: absolute;
  content: '';
  border-left: 0px solid transparent;
  border-right: 13px solid transparent;
  border-top: 5px solid #45ba4c;
  bottom: -4px;
  left: 0px;
}
.my_book_wrap .book-item-container .books_details .top_lexile_code {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.my_book_wrap .book-item-container .books_details a:hover {
  text-decoration: none;
  color: inherit;
}

.my_book_wrap .book-item-container .books_details .image_section {
  text-align: center;
  height: 160px;
  overflow: hidden;
  padding: 0px 0px 0px;
	padding-top: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-origin: content-box;
  background-size: contain;
}

.my_book_wrap .book-item-container .books_details a .book_title {
  height: 40px;
  margin: 0px 0px;
  background: #eeffef;
  font-size: 18px;
  font-weight: 600;
  color: #22af3c;
  line-height: 40px;
  text-align: center;
}

.my_book_wrap .book-item-container .books_details a .book_type_section {
  height: 40px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  text-align: center;
}
.my_book_wrap .book-item-container .books_details a .book_type_section .left_section,
.my_book_wrap .book-item-container .books_details a .book_type_section .right_section {
  width: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
  line-height: normal;
  position: relative;
}
.my_book_wrap .book-item-container .books_details a .book_type_section .left_section::after {
  height: 57%;
  top: 21%;
  width: 2px !important;
  content: '';
  display: inline;
  position: absolute;
  background: #ccc;
  right: -1px;
  padding: 0;
}

.overview_tabs {
  margin-top: 20px;
  border-bottom: 2px dashed green;
}
.help-centre .overview_tabs {
  margin-top: 20px;
  border-bottom: 2px dashed #1b87e4;
}
.overview_tabs .tabs_section{
  position: relative;
}
.overview_tabs .tabs_section ul {
  display: flex;
  align-items: flex-end;
}
.overview_tabs .tabs_section ul li {
  display: inline-block;
  margin-right: 35px;
  margin-bottom: -1px;
}
.overview_tabs .tabs_section ul li a {
	display: inline-block;
	font-size: 16px;
	color: #b247af;
	font-weight: 700;
	border-bottom: 8px solid transparent;
	padding: 0px 0px 5px 0px;
	position: relative;
}
.help-centre .overview_tabs .tabs_section ul li a {
	color: #1b87e4;
}
.overview_tabs .tabs_section ul li a:hover,
.overview_tabs .tabs_section ul li a.active {
	border-bottom-color: #009444;
	text-decoration: none;
}

.help-centre .overview_tabs .tabs_section ul li a:hover,
.help-centre .overview_tabs .tabs_section ul li a.active {
	border-bottom-color: #1b87e4;
	text-decoration: none;
}


.overview_tabs .tabs_section .desc{
	display: block;
	position: absolute;
	left: 0;
	top: 55px;
	white-space: nowrap;
	font-size: 22px;
	font-weight: 600;
}


.my_switch_box {
  width: 44px;
  height: 20px;
  display: inline-block;
  position: relative;
}
.my_switch_box input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.my_switch_box span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f3ce23;
  border-radius: 30px;
  border: 0;
  transition: 0.4s;
  opacity: 0.3;
  cursor: pointer;
}
.my_switch_box span::before {
  height: 16px;
  width: 16px;
  content: '';
  border-radius: 50%;
  background-color: #fff;
  transition: 0.4s;
  position: absolute;
	left: 5px;
	bottom: 2px;
}
.my_switch_box input:checked + span {
  background-color: #f3ce23;
  opacity: 1;
}
.my_switch_box input:checked + span::before {
  left: 23px;
}

.link_section_box {
  margin-top: auto;
}
.link_section_1 {
  display: flex;
  align-items: stretch;
  padding: 0px;
  margin-top: 5px;
}
.link_section_1 > .assign {
  border: 2px solid #b247af;
  width: auto;
	height: 29.62px;
  display: flex;
  border-radius: 5px;
  font-size: 12px;
  vertical-align: middle;
  line-height: initial;
  text-decoration: none;
	position: relative;
}
.link_section_1 > .assign > .link_icon {
  background: #b247af;
  display: inline-block;
  padding: 1px 6px;
  margin: 0px;
}
.link_section_1 > .assign > .link_icon img {
  min-width: 20px;
  min-height: 25px;
}
.link_section_1 > .assign > .link_text:hover {
  background: #b247af;
  color: #fff;
}

.link_section_1 > .addTo {
  border: 2px solid #f27258;
  display: flex;
  border-radius: 5px;
  font-size: 12px;
  vertical-align: middle;
  line-height: initial;
  margin-left: 15px;
  text-decoration: none;
	height: 29.62px;
}
.link_section_1 > .addTo > .link_icon {
  background: #f27258;
  display: inline-block;
  padding: 3px 6px;
  margin: 0px;
}
.link_section_1 > .addTo > .link_icon img {
  width: 25px;
}
.link_section_1 > .addTo > .link_text:hover {
  background: #f27258;
  color: #fff;
}
.link_section_1 > .assign > .link_text,
.link_section_1 > .addTo > .link_text {
  font-weight: 700;
  color: #000;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
  padding: 0px 7px 0px 7px;
  transition: 0.4s all ease;
  text-decoration: none;
}


/* my_new_close */
.download_close {
	position: absolute;
	top: 0px;
	right: -30px;
	z-index: 99999;
	cursor: pointer;
}
.download_close .my_new_close {
  font-style: normal;
  font-size: 40px;
  font-weight: 400;
  color: #fff;
  display: block;
  border: 1px solid #000;
  background-color: #000;
  width: 30px;
  height: 30px;
	line-height: 30px;
  text-align: center;
	border-radius: 2px;
}
.download_close:hover {
	filter: brightness(5) contrast(1);
}

.download_close.download_close_small {
  position: absolute;
  top: 0px;
  right: -25px;
	cursor: pointer;
}
.download_close.download_close_small .my_new_close {
	width: 25px;
  height: 25px;
	line-height: 25px;
}

.download_close.right_close {
	right: 10px;
	top: 10px;
}
.download_close.right_close .my_new_close {
	border-radius: 50%;
}


/* my_new_red_close */
.download_close_red {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}
.download_close_red .my_new_close {
	font-style: normal;
    font-size: 30px;
    font-weight: 400;
    color: #dd0641;
    display: block;
    width: 20px;
    line-height: 20px;
    height: 20px;
    text-align: center;
    border-radius: 2px;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.modal-header{
	padding: 20px 30px 20px 30px;
}
.modal-body{
	padding: 20px 30px 20px 30px;
}
.modal-footer{
	padding: 20px 30px;
}


.modal-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.modal-body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 5px 5px #ccc;
  background-color: #ccc;
}
.modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #fff;
  background: rgba(0, 0, 0, 0.1);
}


.disableClick{
	pointer-events: none;
	filter: brightness(0.5);
}


.ellipsis {
  position: relative;
  max-height: 84px;
  line-height: 28px;
  overflow: hidden;
  width: 283px;
}
.ellipsis .ellipsis-container {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* n */
  line-clamp: 3; /* n */
  color: transparent;
}
.ellipsis .ellipsis-container .ellipsis-content {
  color: #000;
  display: inline;
  vertical-align: top;
  font-size: 15px;
}

.ellipsis .ellipsis-container .ellipsis-ghost {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  color: #000;
}
.ellipsis-container .ellipsis-ghost {
  display: none;
}

.ellipsis .ellipsis-container .ellipsis-ghost:before {
  content: '';
  display: block;
  float: right;
  width: 50%;
  height: 100%;
}
.ellipsis .ellipsis-container .ellipsis-ghost .ellipsis-placeholder {
  content: '';
  display: block;
  float: right;
  width: 50%;
  height: 55px; /* h*n */
}
.ellipsis .ellipsis-container .ellipsis-ghost .ellipsis-more {
  position: relative;
  float: right;
  font-size: 16px;
  font-weight: 900;
  width: 10px;
  height: 4px;
  margin-top: 2px;
  color:#000;
}
.ellipsis:hover .ellipsis-container .ellipsis-ghost .ellipsis-more a{
  text-decoration: underline;
}

.myteaching_classrooms_detail_no {
  display: flex;
  flex-flow: row wrap;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #b247af1c;
  margin-bottom: 20px;
  margin-top: 10px;
  padding-left: 20px;
  margin-right: 20px;
  margin-left: 23px;
  border-radius: 5px;
}
.myteaching_classrooms_detail_no .myteaching_classrooms_detail_no_content_box {
  margin-left: 20px;
}
.myteaching_classrooms_detail_no .myteaching_classrooms_detail_no_content_box p:nth-of-type(1) {
  margin-bottom: 8px;
  color: #000;
}
.myteaching_classrooms_detail_no .myteaching_classrooms_detail_no_content_box p:nth-of-type(2) a {
  font-size: 20px;
  font-weight: 500;
  color: #b247af;
}

