@import url('iconfont.css');
@import url('animate.min.css');
@import url('../kids/css/iconfont.css');
@import url('../kids/css/newicon.css');

@font-face {
  font-family: 'fzzy';
  src: url('../kids/fonts/fzzy.woff2') format('woff2'), url('../kids/fzzy.woff') format('woff');
}

@font-face {
  font-family: 'FZY4JW--GB1-0';
  src: url('../../fonts/abc.ttf') format('ttf'), url('../../fonts/abc.ttf') format('woff2');
}

@font-face {
  font-family: 'yapi';
  src: url('../kids/fonts/雅痞-简 常规体.ttf') format('ttf'), url('../kids/fonts/雅痞-简 常规体.woff') format('woff');
}

@font-face {
  font-family: 'Marker Felt Wide';
  src: url('../kids/fonts/Marker Felt Wide.eot');
  src: local('☺'), url('../kids/fonts/Marker Felt Wide.woff') format('woff'), url('../kids/fonts/Marker Felt Wide.ttf') format('truetype'), url('../kids/fonts/Marker Felt Wide.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'marker_feltthin';
  src: url('../kids/fonts/marker_felt_thin-webfont.eot');
  src: url('../kids/fonts/marker_felt_thin-webfont.eot?#iefix') format('embedded-opentype'), url('../kids/fonts/marker_felt_thin-webfont.woff2') format('woff2'), url('../kids/fonts/marker_felt_thin-webfont.woff') format('woff'), url('../kids/fonts/marker_felt_thin-webfont.ttf') format('truetype'), url('../kids/fonts/marker_felt_thin-webfont.svg#marker_feltthin') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fzzy {
  font-family: 'fzzy';
}
.fzcy {
  font-family: 'FZY4JW--GB1-0';
}

.table-striped tbody tr {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

#app {
  min-width: 980px;
}

@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 1440px) {
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1440px) {
    .modal-xxl {
        max-width: 1320px;
    }
}

body {
  font-family: Montserrat, 'fzzy', sans-serif !important;
  font-size: 16.3px;
  font-weight: 400;
  line-height: 28px;
  color: #000;
  background: #fdfdfd;
  min-height: 100vh;
}

body .my-teaching {
  background-color: #b247af02;
}

.table {
  color: #000;
}

table.table.table-striped {
  color: #000;
}

label {
  margin-bottom: 0;
}

.btn:focus {
  box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

textarea {
  padding: 6px 12px 0 12px;
}

a:hover .fa,
.fa:hover {
  text-decoration: none !important;
}
.fa,
a .fa {
  text-decoration: none !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

input[type='search'] {
  border-color: #ffffff00 !important;
}

input[type='checkbox'] {
  border: 1px solid #a2a8ac;
  background: #fff;
  color: #a2a8ac;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  margin: -2px 0px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  appearance: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
}

input[type='radio'] {
  border: 1px solid #a2a8ac;
  background: #fff;
  color: #a2a8ac;
  position: relative;
  clear: none;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  appearance: none;
  transition: 0.05s border-color ease-in-out;
  position: relative;
  top: 3px;
}
.about-us input[type='radio'] {
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-right: 3px;
}
input[type='radio']:checked:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-indent: -9999px;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #666;
}
.about-us input[type='radio']:checked:before {
  width: 10px;
  height: 10px;
  top: 9.5px;
  left: 9px;
}

.my-teaching input[type='radio']:checked:before {
  background-color: #b247af;
}
.about-us input[type='radio']:checked:before {
  background-color: #04aac5;
}

input[type='password']::-ms-reveal {
  display: none;
}

input[type='checkbox']:checked:before {
  content: '\f00c';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font: normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #b247af;
  color: #fff;
  border-radius: 2px;
  vertical-align: middle;
}

:disabled {
  pointer-events: none;
  opacity: 0.7;
  background-color: #aaa !important;
  border: none !important;
}

/* 自定义自动填充样式 */
input:-webkit-autofill {
  -webkit-text-fill-color: #000;
}
/* 兼容 Firefox */
input:-moz-autofill {
  color: #000;
}
/* 兼容 Edge */
input:-ms-input-placeholder {
  color: #000;
}
/* 强制刷新样式 */
@keyframes autofill {
  to {
    color: #000;
  }
}
input:-webkit-autofill {
  animation-name: autofill;
  animation-fill-mode: both;
}

span.red {
  color: #dd0641;
}

.double-click-no-select {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form-group {
  margin-bottom: 1.25rem;
}

.form-control,
input {
  height: 30px;
  padding: 0.375rem 0.75rem;
  border: 1px solid #a2a8ac70;
  border-radius: 40px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.form-control:focus {
  border-color: #a2a8ac;
  box-shadow: none;
  color: #000;
}
.col-xxl-form-label {
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  padding-top: 4px;
}

span.help.is-danger {
  display: block;
  padding-left: 5px;
  margin-top: -5px;
  color: #dd0641;
  font-size: 13px;
  position: absolute;
}

span.is_error {
  display: block;
  color: #dd0641;
  font-size: 14px;
}

.my_danger {
  display: block;
  margin-left: 5px;
  margin-top: -5px;
  font-size: 13px;
  color: #dd0641;
  position: absolute;
}

.col-form-label {
  font-weight: 500;
  font-size: 15.5px;
}

a.kids_login,
ul.tabs li {
  text-align: center;
}

a.kids_login,
footer h3 {
  text-transform: uppercase;
}

.Indie {
  font-family: 'Indie Flower', cursive;
}

a.kids_login {
  color: #fff;
}

input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: Montserrat, 'fzzy', sans-serif !important;
  color: #000;
	transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
	transition: opacity 0.3s ease;
}

nav.navbar input.form-control::-webkit-input-placeholder {
  color: #a2a8ac;
}
nav.navbar input.form-control::-moz-placeholder {
  color: #a2a8ac;
}
nav.navbar input.form-control:-ms-input-placeholder {
  color: #a2a8ac;
}
nav.navbar input.form-control:-moz-placeholder {
  color: #a2a8ac;
}

.section_head h1 {
  float: left;
  margin-bottom: 12px;
  font-size: 30px;
  color: rgb(32, 50, 148);
  position: relative;
}
.section_head h1:after {
  content: '';
  background: #1dc51d;
  opacity: 0.5;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 180px;
}
.section_head h2 {
  font-size: 16px;
  font-weight: 400;
  color: #1dc51d;
  letter-spacing: -0.4px;
  position: relative;
  top: 15px;
  left: 25px;
}

.white-space-nowrap {
  white-space: nowrap;
}

.new_section_header h1 {
  font-size: 30px;
  color: rgb(32, 50, 148);
  position: relative;
}
.new_section_header h1:after {
  content: '';
  background: #1dc51d;
  opacity: 0.5;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  width: 180px;
}
.new_section_header h2 {
  font-size: 16px;
  font-weight: 400;
  color: #1dc51d;
  letter-spacing: -0.4px;
}

.inner {
  margin-top: 2rem;
}

#inner {
  padding: 2rem 0 2rem 0;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 35%;
  position: relative;
}

a.cancel_info {
  margin-right: 27px;
  font-weight: 600;
  text-transform: uppercase;
}

button:focus {
  outline: 0;
}

a {
  color: inherit;
}

button,
input,
svg[type='submit'] {
  outline: 0;
  transition: all 0.4s ease-in-out;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.5em !important;
  vertical-align: 0.1em !important;
  content: '';
  border-top: 0.5em solid !important;
  border-right: 0.5em solid transparent !important;
  border-bottom: 0;
  border-left: 0.5em solid transparent !important;
}

.assign_level_popup2 {
  background-color: #fff;
  box-shadow: 1px 1px 10px 1px #ccc;
  padding: 10px 10px;
  display: none;
  width: auto;
  min-width: 750px;
  position: absolute;
  z-index: 9;
}

.required_input:after {
  content: '*';
  margin-left: 5px;
  color: red;
  font-size: 16.5px;
  font-weight: 400;
}

label.active img.gradient-2 {
  background-image: linear-gradient(to right top, #fab823, #f9a315, #f68d0c, #f3770d, #ee5f13);
  opacity: 1;
  padding: 5px;
}

.modal-header p {
  width: 100%;
  color: #000;
  margin-top: 15px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e8f0fe !important;
}

.show {
  display: block !important;
}

.custom_radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  user-select: none;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.custom_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom_radio .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: 1px solid #b247af;
}
.custom_radio input:checked ~ .checkmark {
  background-color: #b247af;
}
.custom_radio .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.custom_radio input:checked ~ .checkmark:after {
  display: block;
}
.custom_radio .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #000;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  width: 100%;
}

.custom_switch .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.custom_switch .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.custom_switch .switch span.slider:before {
  position: absolute;
  content: '';
  top: 3px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.custom_switch input:checked + .slider:before {
  left: 0px;
}

.modal-backdrop.show {
  opacity: 0.4;
}
.modal.fade.show {
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.5);
}

table.sort-table > thead > tr > th[aria-sort] > label {
  cursor: pointer;
}

table.sort-table > thead > tr > th[aria-sort][aria-sort=''] > .student-list-title::after,
table.sort-table > thead > tr > th[aria-sort][aria-sort='asc'] > .student-list-title::after {
  font-family: FontAwesome !important;
  opacity: 1;
  content: '\f062';
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px 5px 5px;
}

table.sort-table > thead > tr > th[aria-sort][aria-sort='desc'] > .student-list-title::after {
  font-family: FontAwesome !important;
  opacity: 1;
  content: '\f063';
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px 5px 5px;
}

.nav-tabs .nav-item:focus {
  outline: 0;
  color: #fff;
}

ul.navbar-nav li.nav-item a.nav-link.router-link-exact-active.router-link-active {
  color: green;
}

body span.jcf-select-text span {
  padding: 7px 0;
}

span.jcf-select.jcf-unselectable.jcf-select-form-control.jcf-select-jcf_dropdown_box {
  min-width: 250px;
  width: 100%;
  margin-bottom: 0;
}

.no_record_found {
  background-color: #fff !important;
}
.no_record {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  margin-top: 70px;
  margin-bottom: 70px;
}

input[type='password']::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.f-size-12 {
  font-size: 12px !important;
}
.f-size-12-5 {
  font-size: 12.5px !important;
}

.f-size-15 {
  font-size: 15px !important;
}

.f-size-13 {
  font-size: 13px !important;
}

.f-red-title {
  color: #f27258 !important;
  text-transform: uppercase !important;
}
.f-red-title:hover {
  text-decoration: underline !important;
}

.f-blue-title {
  color: #1b87e4 !important;
  text-transform: uppercase !important;
}
.f-blue-title:hover {
  text-decoration: underline !important;
}

span.text-right {
  position: absolute;
  margin-left: 31%;
  margin-top: 11px;
}

.book-item {
  padding: 0;
}

[v-cloak] {
  display: none;
}

.order-now .jcf-select .jcf-select-opener {
  background-image: url('/assets/img/down.png') !important;
}

.toggle-password-2 {
  position: absolute;
	right: 15px;
	top: 27%;
	cursor: pointer;
}

.alifont-read:before {
  position: relative;
  top: 1.5px;
}
