@font-face {
  font-family: 'Meiryo';
  src: url('../fonts/Meiryo.eot');
  src: url('../fonts/Meiryo.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Meiryo.woff') format('woff'),
    url('../fonts/Meiryo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body,
html {
  padding: 0;
  margin: 0;
  font-family: 'Meiryo';
  /* font-family: Nunito Sans; */
  color: #444;
  height: 100%;
  background: #f3f6fe;
}
p {
  margin: 0 0 0.5em;
}
.hide-desc {
  display: none;
}
*,
::after,
::before {
  box-sizing: border-box;
}
body.login-page {
  background: url(../img/bg-left.png) repeat;
}
.body-wrapper {
  display: block;
  height: 100%;
}
.login-wrapper-container {
  display: flex;
  height: 100%;
}
.login-wrapper-container > div {
  height: 100%;
  flex: 0 0 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.right-side {
  background: url(../img/bg-right.jpg) no-repeat;
  backdrop-filter: blur(2.5px);
  background-size: cover;
  position: relative;
}
.right-side:before {
  opacity: 0.6;
  background: linear-gradient(90deg, #e22748 0%, #231f20 96.43%);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  z-index: 1;
}
.login-main-container {
  width: 450px;
  font-family: Meiryo;
  /* font-family: Nunito Sans; */
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
.login-content input {
  font-size: 14px;
  padding: 8px 20px 6px 40px;
  display: block;
  border: 0;
  flex: 0 1 100%;
  width: 100%;
  color: #1f1f1f;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border-radius: 4px;
  line-height: 150%;
  border-radius: 8px;
  border: 1px solid #bac4de;
  background: #f3f6fe;
}
.login-content input::placeholder {
  color: #1f1f1f;
}
.login-content input:focus,
.login-content input:focus-visible {
  outline: none;
}
.login-content form > div {
  margin-bottom: 20px;
  display: flex;
  position: relative;
}
.login-content form > div::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
.divInpUsername::before {
  background: url(../img/icon/profile-circle.svg) no-repeat center center;
  background-size: contain;
}
.divInpPass::before {
  background: url(../img/icon/password-check.svg) no-repeat center center;
  background-size: contain;
}
.login-content button {
  width: 100%;
  background-color: #e22748;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px 20px;
  border: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
}
.login-content button:hover {
  background-color: #ce2342;
}
.login-content button:active {
  background-color: #e8526d;
}
.form-login h4 {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.login-option-feature {
  width: 490px;
  position: relative;
  z-index: 2;
}
.login-option-feature .top-container {
  border-radius: 16px;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 44px -10px rgba(255, 255, 255, 0.1);
  background: linear-gradient(
    180deg,
    #000 0%,
    rgba(255, 255, 255, 0.1) 109.09%
  );
  backdrop-filter: blur(10px);
  padding: 30px;
}
.logo-container {
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  padding-bottom: 20px;
}
.footer-copy {
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding-top: 20px;
}
.top-content-container {
  padding-top: 30px;
}
.change-language,
.top-contact-container {
  list-style-type: none;
  display: flex;
  margin: 0 -10px;
  padding: 0;
}
.change-language li,
.top-contact-container > div {
  flex: 0 0 50%;
  padding: 0 10px;
  display: inline-flex;
}
.change-language li a {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  background: #e8ebf2;
  display: inline-flex;
  padding: 9px;
  align-items: center;
  line-height: 10px;
  width: 100%;
  position: relative;
  color: #1f1f1f;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
  border: 1px solid transparent;
}
.change-language li a::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/tick-circle.svg) no-repeat center center;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
}
.change-language .img-container {
  margin-right: 10px;
}
.change-language li.active a {
  border: 1px solid #e22748;
  background: #fce9ed;
}
.change-language li.active a::after {
  background: url(../img/icon/tick-circle-on.svg) no-repeat center center;
}
.top-contact-container {
  padding-top: 20px;
}
.top-contact-container > div a,
.information a,
.contact-student-page > li a {
  border-radius: 8px;
  border: 1px solid #ce2342;
  background: #e22748;
  color: #fff;
  width: 100%;
  padding: 12px 4px;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.top-contact-container > div a:hover,
.information a:hover,
.contact-student-page > li a:hover {
  background: #ce2342;
}

.top-contact-container > div a:active,
.information a:active,
.contact-student-page > li a:active {
  background: #e8526d;
}

.top-contact-container > div a:before,
.information a:before,
.contact-student-page a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.phone-top-container a:before {
  background: url(../img/icon/call.svg) no-repeat center center;
}
.mail-top-container a:before {
  background: url(../img/icon/sms.svg) no-repeat center center;
}
.whatsapp-top-container a:before {
  background: url(../img/icon/whatsapp.svg) no-repeat center center;
}
.information {
  padding-top: 20px;
}
.information a:before {
  background: url(../img/icon/document-text.svg) no-repeat center center;
}
.contact-student-page .information {
  padding: 0;
}
.contact-student-page > li {
  padding-left: 10px;
}
.contact-student-page > li a {
  padding: 5px 10px;
  border: 0;
}
.left-nav {
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 99;
  padding-bottom: 50px;
  position: fixed;
  width: 260px;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  transition: 0.5s;
  background: #1f1f1f;
}
.top-logo {
  text-align: center;
  padding: 20px;
}
.top-logo img {
  width: 164px;
  margin-bottom: 10 px;
}
.top-logo::after {
  width: 100%;
  display: block;
  content: '';
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.student-main-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.student-main-menu li a {
  text-decoration: none;
  color: #fff;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  padding: 13px 20px;
  border-left: 4px solid transparent;
  display: flex;
  transition: all 0.5s ease;
}
.student-main-menu li.active a {
  border-left: 4px solid #e22748;
  background: #1f263e;
}
.student-main-menu li a .icon-container {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.student-main-menu li a .icon-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.student-main-menu li a:hover {
  color: #e22748;
}
.student-main-menu li a:focus {
  color: #ec6e84;
}
.text-center {
  text-align: center;
}
.item-nav a {
  display: flex;
  align-items: center;
}
.item-nav a:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.item-nav.nav-student-dashboard a:before {
  background: url(../img/icon/darhboard.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-student-dashboard:hover a:before {
  background: url(../img/icon/darhboard-on.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-student-dashboard a:focus:before {
  background: url(../img/icon/darhboard-focus.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-student-profile a:before {
  background: url(../img/icon/profile.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-student-profile:hover a:before {
  background: url(../img/icon/profile-on.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-student-profile a:focus:before {
  background: url(../img/icon/profile-circle-focus.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-logout a:before {
  background: url(../img/icon/logout.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-logout:hover a:before {
  background: url(../img/icon/logout-on.svg) no-repeat center;
  background-size: contain;
}
.item-nav.nav-logout a:focus:before {
  background: url(../img/icon/logout-focus.svg) no-repeat center;
  background-size: contain;
}

.student-page-container {
  width: 100%;
  padding-left: 0;
  transition: all 0.5s ease;
}
@media (min-width: 1200px) {
  .student-page-container {
    padding-left: 260px;
  }
}
.top-nav-container {
  background: #fff;
  box-shadow: 0px 8px 28px 0px rgba(72, 89, 102, 0.1);
  height: 70px;
}
.burger-nav,
.burger-nav:active,
.burger-nav:focus,
.burger-nav:focus-visible {
  border: 0;
  background: transparent;
  outline: none;
}

.top-nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px;
}
.help-link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #312f44;
  text-decoration: none;
}
.help-link img {
  margin-right: 7px;
}
.right-user-menu {
  display: flex;
}
.help-icon {
  margin-right: 40px;
}
.user-photo {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.user-photo img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}
.left-nav.miniMize {
  width: 90px;
  overflow: hidden;
}
.left-nav.miniMize .item-nav a {
  font-size: 0;
  justify-content: center;
  color: rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.left-nav.miniMize .item-nav a::before {
  margin: 0;
}
.left-nav.miniMize .top-logo img {
  width: 100%;
  height: auto;
}
.student-page-container.wide {
  padding-left: 90px;
  transition: all 0.5s ease;
}
.user-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.user-icon .username {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
}
.user-icon .username::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  margin-top: -4px;
}
.student-greeting {
  display: flex;
  justify-content: space-between;
  padding: 40px 40px 20px;
}
.student-greeting h2 {
  font-weight: 700;
  font-size: 30px;
  padding: 0;
  margin: 0;
}
.student-greeting-mobile .bg-hello {
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e22748;
  width: 100%;
}
.student-greeting-mobile .bg-hello h2 {
  color: #fff;
  font-family: Nunito Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 15px */
  margin-bottom: 0;
}
.banner-mobile {
  content: '';
  background: url(../img/bg-banner-mobile.jpg);
  min-height: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.banner-mobile p {
  color: #fff;
  font-family: Nunito Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  text-align: center;
}
.contact-banner-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.contact-item-wrapper {
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}
.contact-student-page {
  display: flex;
  list-style: none;
  margin-bottom: 0;
  gap: 20px;
}

@media (min-width: 1024px) {
  .contact-student-page {
    gap: 0;
  }
}
.language-option {
  position: relative;
}
.lang-option {
  display: none;
  position: absolute;
  top: 35px;
  right: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1;
  box-shadow: 0px 8px 28px 0px rgba(72, 89, 102, 0.10);
}
.lang-active {
  background: #1f1f1f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  min-width: 116px;
  justify-content: space-between;
}
.lang-active::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/icon/arrow-down.svg) no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.lang-option.active {
  display: block;
}
.lang-option li a {
  display: flex;
  background: #fff;
  padding: 5px 20px;
  text-decoration: none;
}
.lang-option li a img {
  margin-right: 10px;
}
.lang-option li a:hover {
  background: #ececec;
}

.admin-content-container {
  padding: 0 40px 40px;
  margin-bottom: 20px;
}
.admin-content-container .content-container {
  background: #fff;
  border-radius: 16px;
}
.top-admin-container {
  display: flex;
  justify-content: space-between;
  padding: 16px 26px;

  align-items: center;
}
.legend-container {
  font-size: 16px;
  display: flex;
  margin-bottom: 16px;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.legend-container .date {
  display: inline-flex;
  margin-right: 15px;
  color: #1f1f1f;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  flex-direction: row-reverse;
  gap: 8px;
  align-items: center;
}
.legend-container .date:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/icon/calendar.svg) no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  .legend-container {
    margin-bottom: 0px;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .legend-container .date {
    flex-direction: row;
    font-size: 16px;
    line-height: 150%; /* 24px */
  }
  .legend-container .date:after {
    margin-left: 7px;
  }
}
.sorting-container {
  width: 100%;
}

.select-sorting {
  width: 100%;
  display: inline-flex;
  flex-direction: column !important;
}
.select-sorting select {
  padding: 5px 20px 5px 5px;
  margin-left: 0;
  border-radius: 5px;
  font-family: Nunito Sans;
  font-size: 16px;
  width: 100%;
  border-radius: 4px;
  border: 0.5px solid #e9e9e9;
  background: #f4f4f5;
}

@media (min-width: 768px) {
  .select-sorting {
    flex-direction: row !important;
  }
 
  .sorting-container,
  .select-sorting,
  .select-sorting select {
    width: auto;
  }
}
.remaining {
  display: flex;
  padding: 4px 8px;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  background: #f6bcc6;
  color: #1f1f1f;
  font-family: Nunito Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.label-remaining-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 768px) {
  .remaining {
    font-size: 16px;
  }

  .label-remaining-wrapper {
    margin-top: 10px;
  }
}
.today-date {
  font-weight: 700;
  font-size: 30px;
  padding: 40px;
}
.teacher-time-title {
  padding: 16px 26px 0;
}
.content-desc {
  padding: 16px 26px 16px;
}

.top-time-content {
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
}
.schedule-time-container {
  display: flex;
}

.tearcher-item .teacher-photo-container {
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
}
.tearcher-item .teacher-photo-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tearcher-item,
.teacherpersonal-schedule {
  padding: 8px;
  flex: 0 0 170px;
  border-left: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.teacher-name-container span {
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  max-width: 64px;
}

@media (min-width: 1200px) {
  .tearcher-item .teacher-photo-container {
    width: 50px;
    height: 50px;
  }
}

.teacher-name-container {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .teacher-name-container {
    margin-left: 10px;
    font-size: 18px;
  }
}
.teacherlist-time,
.teacher-schedule-container {
  display: flex;
  flex: 0 0 calc(100% - 50px);
}
.title-time,
.time-item {
  flex: 0 0 50px;
}
.teacherpersonal-schedule {
  height: 100%;
  font-size: 14px;
  padding: 0;
  position: relative;
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
.course-name,
.course-name {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.online-course:before {
  position: absolute;
  content: '';
  display: block;
  width: 28px;
  height: 20px;
  background: url(../img/icon/online-course.svg) no-repeat center;
  background-size: contain;
  top: 3px;
  right: 3px;
}
.home-course:before {
  position: absolute;
  content: '';
  display: block;
  width: 28px;
  height: 20px;
  background: url(../img/icon/home-course.svg) no-repeat center;
  background-size: contain;
  top: 3px;
  right: 3px;
}
.teacher-shift-column {
  color: #007f9b;
  background: #e6f7fb;
  border-left: 4px solid #00b3db;
  border-bottom: 1px solid #007f9b;
}
.teacher-shift-column > div:first-child {
  border-bottom: 1px dotted #007f9b;
}
.student-reservation-column {
  color: #117a04;
  background: #e8f7e6;
  border-left: 4px solid #18ac05;
  border-bottom: 1px solid #117a04;
}
.break-column {
  color: #a87406;
  background: #fdf6e6;
  border-left: 4px solid #a87406;
  border-bottom: 1px solid #a87406;
}
.teacher-reservation-column {
  color: #6200ee;
  background: #efe6fd;
  border-left: 4px solid #6200ee;
  border-bottom: 1px solid #243443;
}
@media only screen and (max-width: 976px) {
  .login-wrapper-container {
    flex-wrap: wrap;
  }
  .login-wrapper-container > div {
    flex: 0 0 100%;
    height: auto;
  }

 y
}
@media (min-width: 320px) and (max-width: 767px) {
  .body-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 109.09%);
  }
  .login-wrapper-container {
    flex-wrap: wrap;
    height: auto;
    align-self: center;
  }
  .login-wrapper-container::before {
    content: '';
    width: 250px;
    height: 80px;
    background: url(/assets/new/img/logo-id.png) center no-repeat;
    background-size: contain;
    margin: 0 auto;
  }
  .VN.login-wrapper-container::before {
    background: url(/assets/new/img/logo-vn.png) center no-repeat;
    background-size: contain;
  }
  .PH.login-wrapper-container::before {
    background: url(/assets/new/img/logo-ph.png) center no-repeat;
    background-size: contain;
  }
  .login-main-container {
    padding-bottom: 30px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 1);
  }
  .login-wrapper-container > div {
    padding: 20px;
    background: none;
  }
  .right-side:before,
  .right-side {
    background: none;
    position: static;
    box-shadow: none;
    backdrop-filter: none;
  }
  .login-main-container,
  .login-option-feature {
    width: 100%;
  }
  .login-option-feature .top-container {
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    padding: 0;
    border: 0;
  }
  .logo-container {
    display: none;
  }
  .top-content-container {
    padding: 0;
    border: 0;
  }
  .form-login h4 {
    color: #fff;
    font-size: 20px;
  }
  .top-contact-container {
    flex-wrap: wrap;
  }
  .phone-top-container {
    margin-bottom: 20px;
  }
  .top-contact-container > div {
    flex: 0 0 100%;
  }

}

/* The Modal (background)  */
.modal-form-reserved .modal-content,
.modal-form-reserved .modal-dialog {
  max-width: 450px;
}
.modal-form-reserved .modal-content {
  padding: 20px;
}
.modal-form-reserved .modal-content .modal-body {
  padding: 0;
}
.modal-form-reserved .modal-content .form-group {
  margin: 0 0 10px;
}
.modal-form-reserved .modal-header {
  background-color: #1f1f1f;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.modal-form-reserved .modal-content h5 {
  font-size: 20px;
  font-style: normal;
  color: #fff;
}
.form-reserved label {
  width: 100%;
  font-size: 14px;
  margin: 0 0 0;
}
.form-reserved select,
.form-reserved input {
  width: 100%;
  color: #444;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 36px;
}
.form-reserved input[type='button'] {
  background-color: #e22748;
  padding: 5px 10px;
  color: #fff;
}
.modal-form-reserved .close {
  margin: 0;
  background: #e22748;
  color: #fff;
  padding: 0;
  padding: 3px 10px;
  border-radius: 5px;
  opacity: 1;
  display: inline-flex;
  align-items: center;
}
.input-container {
  position: relative;
}
.input-container::before {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 25px;
  z-index: 9;
  top: 5px;
  left: 6px;
}
.input-container.cont-reserved-date::before {
  background: url(../img/icon/calendar.svg) no-repeat center;
  background-size: contain;
}
.input-container.cont-teacher-name::before {
  background: url(../img/icon/profile-circle-bold.svg) no-repeat center;
  background-size: contain;
}
.input-container.cont-booking-type::before {
  background: url(../img/icon/bookmark.svg) no-repeat center;
  background-size: contain;
}
.input-container.cont-student-name::before {
  background: url(../img/icon/teacher-bold.svg) no-repeat center;
  background-size: contain;
}
.input-container.cont-course::before {
  background: url(../img/icon/teacher-bold.svg) no-repeat center;
  background-size: contain;
}
.input-container.cont-place::before {
  background: url(../img/icon/home.svg) no-repeat center;
  background-size: contain;
}
