@font-face {
  font-family: 'Montserrat';
  src: url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Medium.woff2) format('woff2'), url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Medium.woff) format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-MediumItalic.woff2) format('woff2'), url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-MediumItalic.woff) format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Italic.woff2) format('woff2'), url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Italic.woff) format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-BoldItalic.woff2) format('woff2'), url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-BoldItalic.woff) format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Regular.woff2) format('woff2'), url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Regular.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Bold.woff2) format('woff2'), url(/app/sites/all/themes/xreducation_vs2/fonts/Montserrat-Bold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background-color: #ffffff;
  color: black;
}
a {
  text-shadow: none;
}
.row {
  margin-bottom: 15px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.btn {
  box-shadow: none;
}
.header-tab {
  background-color: #eb512e;
}
.header-tab ul.nav-tabs {
  margin-bottom: 0;
  border-bottom: none;
}
.header-tab ul.nav-tabs li {
  margin-bottom: 0;
}
.header-tab ul.nav-tabs li a {
  font-size: 16px;
  color: white;
  min-width: 150px;
  text-align: center;
  margin-right: 8px;
  padding: 0;
  height: 40px;
  line-height: 40px;
  background: #f1836a;
  border-radius: 16px 16px 0px 0px;
  text-decoration: none;
  outline: none;
  box-shadow: none;
  border: none !important;
}
.header-tab ul.nav-tabs li a:hover {
  border: none !important;
}
.header-tab ul.nav-tabs li.active a {
  font-weight: 700;
  color: #eb512e;
  height: 48px;
  line-height: 48px;
  background: white;
  margin-top: -8px;
  border: none !important;
  cursor: pointer;
}
.header-tab .flex {
  align-items: end;
  height: 64px;
}
.header-tab .flex .user-profile,
.header-tab .flex .right-header {
  height: 64px;
  line-height: 64px;
  display: flex;
  align-items: center;
}
.header-tab .flex .user-profile .btn,
.header-tab .flex .right-header .btn {
  width: 150px;
  height: 40px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  color: #eb512e;
}
.header-tab .flex .user-profile .btn:hover,
.header-tab .flex .right-header .btn:hover {
  background: #f1836a;
  color: white;
}
.header-tab .flex .user-profile .add-lesson,
.header-tab .flex .right-header .add-lesson {
  margin-right: 15px;
}
.header-tab .flex .user-profile .avata-profile,
.header-tab .flex .right-header .avata-profile {
  display: flex;
  align-items: center;
}
.header-tab .flex .user-profile .avata-profile .name,
.header-tab .flex .right-header .avata-profile .name {
  font-size: 16px;
  color: white;
  font-weight: 500;
}
.header-tab .flex .user-profile .avata,
.header-tab .flex .right-header .avata {
  margin-right: 15px;
}
.header-tab .flex .user-profile .avata img,
.header-tab .flex .right-header .avata img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  border: solid 2px white;
  overflow: hidden;
}
.header-tab .avata-profile {
  position: relative;
  cursor: pointer;
}
.header-tab .avata-profile .user-menu-output {
  position: absolute;
  width: 240px;
  border-radius: 24px;
  border: solid 2px #e0e0e0;
  top: 64px;
  right: 0;
  background: white;
  padding: 15px;
  z-index: 2;
}
.header-tab .avata-profile .user-menu-output li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  cursor: pointer;
}
.header-tab .avata-profile .user-menu-output li span {
  display: block;
  line-height: 100%;
  margin-left: 10px;
  font-size: 18px;
  font-weight: bold;
}
.header-tab .avata-profile .user-menu-output li:hover span {
  color: #eb512e;
}
.header-tab .avata-profile .user-menu-output li:nth-child(2) {
  margin-bottom: 0;
}
.header-app {
  overflow: hidden;
}
.header-app > .col-sm-12 {
  border-bottom: solid 2px #e0e0e0;
}
.header-app .form-inline .form-group {
  margin-right: 15px;
}
.app-space {
  margin-top: 15px;
}
.app-space .btn {
  margin-right: 15px;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #ccc;
}
.app-space .btn.active {
  color: red;
  font-weight: bold;
}
.page-app {
  height: var(--window-height);
  position: relative;
  overflow-y: auto;
  margin-bottom: 0;
}
.page-content {
  position: relative;
}
.page-content .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: none;
  background: white;
  z-index: 1;
}
.page-content .loading img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30vh;
}
.page-content.show-loading .loading {
  display: block;
}
input.error {
  color: #a94442;
  border-color: red;
}
.lesson-item {
  cursor: pointer;
  border-radius: 16px;
  overflow: hidden;
  border: solid 1px #e0e0e0;
}
.lesson-item .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.lesson-item .name-lesson {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.lesson-item .name-lesson h3 {
  margin: 0;
  padding: 0 0px 5px;
  font-size: 14px;
  font-weight: 700;
}
.lesson-item .name-lesson h5 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
.lesson-item .lesson-user {
  padding-left: 10px;
  width: calc(100% - 50px);
}
.lesson-item .lesson-user .flex-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lesson-item .view-count-item {
  font-size: 12px;
  color: #666666;
  display: flex;
  align-items: center;
}
.lesson-item .view-count-item i {
  padding-right: 5px;
  font-size: 14px;
  color: #666666;
}
.lesson-item .image-lesson {
  margin-bottom: 15px;
}
.lesson-item .image-lesson img {
  width: 100%;
  height: auto;
}
.lesson-item .avata {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 45px;
  background: #898;
  overflow: hidden;
}
.lesson-item .avata img {
  width: 100%;
  height: 100%;
}
.lesson-item .info-lesson {
  padding: 0px 15px 15px;
}
.content-search .des {
  padding-bottom: 15px;
  font-weight: 500;
}
.view-category {
  border-bottom: solid 2px #e0e0e0;
}
.view-category-header {
  margin-bottom: 5px;
}
.view-category-header .category-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.view-category-header .viewAll {
  border: none;
  padding: 15px 0px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  color: #eb512e;
  text-shadow: none;
  background: transparent;
}
.view-category-header .viewAll:hover {
  background: transparent;
}
.view-category-header .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.view-category-header .flex.viewBack {
  justify-content: start;
}
.view-category-header .flex.viewBack .backToLib {
  margin-right: 15px;
  border: none;
  font-size: 16px;
  background: #eb512e;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  text-align: center;
  padding: 0;
}
.view-category-header .flex.viewBack .backToLib i {
  font-size: 20px;
  display: block;
  height: 32px;
  line-height: 32px;
}
.endInitLesson {
  clear: left;
  text-align: center;
}
.header-search .form-control {
  height: 48px;
}
.header-search #typeContent {
  width: 300px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 16px;
  border-color: #e0e0e0;
  height: 48px;
}
.header-search #keyWord {
  border-radius: 24px;
  width: 400px;
  background-color: #F2F2F2;
  font-weight: 500;
  border-color: transparent;
  box-shadow: none;
  padding-left: 50px;
  color: #2c2e35;
}
.header-search #keyWord::placeholder {
  font-style: italic;
  color: #5D5D5D;
}
.header-search .input-key {
  position: relative;
}
.header-search .input-key button[type="submit"] {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 16px 0px 0px 16px;
  border: none;
  height: 48px;
  padding: 0px 15px;
  background: transparent;
}
.header-search .input-key button[type="submit"] i {
  color: #5D5D5D;
  font-size: 22px;
}
.header-search .input-key button[type="button"] {
  display: none;
}
.header-search .input-key button:focus {
  outline: none;
  box-shadow: none;
}
.header-search .input-key.activeSearch button[type="submit"] i {
  color: #2c2e35;
}
.header-search .input-key.activeSearch button[type="button"] {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 16px 0px 0px 16px;
  border: none;
  height: 48px;
  background: transparent;
  padding: 0px 15px;
}
.header-search .input-key.activeSearch button[type="button"] i {
  color: #2c2e35;
  font-size: 30px;
}
.view-category .stem-item {
  margin-bottom: 15px;
}
.stem-item {
  margin-bottom: 30px;
}
.col-model-7 {
  padding: 0px 15px;
  width: calc(100%/8);
}
.model-item {
  margin-bottom: 30px;
}
.model-item .model-node {
  position: relative;
  border: solid 1px #e0e0e0;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.model-item .name-model {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
.model-item .name-model h3 {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.model-item .model-node:hover .name-model {
  display: block;
}
.model-item-sketchfab {
  margin-bottom: 30px;
}
.model-item-sketchfab .image-model {
  height: 150px;
}
.model-item-sketchfab .image-model img {
  width: 100%;
  height: 100%;
}
.model-item-sketchfab .name-model {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  bottom: 0;
  width: 100%;
  display: block;
}
.model-item-sketchfab .name-model h3 {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.model-item-sketchfab .model-node:hover .name-model {
  display: block;
}
.view-category .model-item {
  margin-bottom: 15px;
}
.endInitModel,
.endInitLesson,
.loadMoreModel {
  clear: left;
  width: 100%;
}
.endInitModel .btn,
.endInitLesson .btn,
.loadMoreModel .btn {
  display: block;
  margin: 0 auto 30px;
}
.endInitModel .btn i,
.endInitLesson .btn i,
.loadMoreModel .btn i {
  display: none;
  font-size: 14px;
}
.init-content.show-loading .endInitModel .btn i,
.init-content.callAjax .endInitModel .btn i,
.init-content.show-loading .endInitLesson .btn i,
.init-content.callAjax .endInitLesson .btn i,
.init-content.show-loading .loadMoreModel .btn i,
.init-content.callAjax .loadMoreModel .btn i {
  display: inline-block;
  font-size: 14px;
}
.image-model img {
  width: 100%;
  height: auto;
}
#app-modal .modal-footer {
  display: none;
}
#app-modal .close {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background: #707070;
  color: white;
  display: block;
  line-height: 24px;
  text-align: center;
  margin-top: -5px;
  margin-right: -5px;
  opacity: 1;
  position: absolute;
  z-index: 3;
  right: 0;
  top: 0;
}
#app-modal .close i {
  font-size: 16px;
}
.modal-lg {
  width: 1260px;
  max-width: 90%;
}
.lesson-preview .lesson-image img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}
.lesson-preview .lesson-image .play-button,
.lesson-preview .lesson-image .unityCallBack,
.lesson-preview .lesson-image .openApp {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lesson-preview .lesson-info .name {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.lesson-preview .flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.lesson-preview .name-lesson {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lesson-preview .name-lesson h3 {
  margin: 0;
  padding: 0 0px 5px;
  font-size: 16px;
  font-weight: 700;
}
.lesson-preview .name-lesson h5 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  color: #2c2e35;
}
.lesson-preview .lesson-user {
  padding-left: 10px;
  max-width: calc(100% - 45px);
}
.lesson-preview .avata {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 64px;
  background: #898;
  overflow: hidden;
}
.lesson-preview .avata img {
  max-width: 100%;
  height: auto;
}
.lesson-preview .view-count-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  font-weight: 500;
}
.lesson-preview .view-count-item i {
  padding-right: 5px;
  font-size: 16px;
}
.lesson-preview .view-count-item.unityCallBack {
  padding-left: 12px;
}
.lesson-preview .des h5 {
  margin: 0px 0px 15px;
}
.lesson-preview .des h5 * {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.lesson-preview .des h5 span {
  margin-left: 15px;
}
.lesson-preview .des .body-des {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  overflow-y: auto;
  position: relative;
  max-height: 250px;
}
.lesson-preview .alert {
  display: none;
  width: 300px;
  position: absolute;
  z-index: 2;
  border: solid 1px #cccccc;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  background: white;
  padding: 15px;
  top: 100px;
}
.lesson-preview .alert .message {
  font-size: 16px;
  margin-bottom: 15px;
}
.lesson-preview .alert button {
  background: #eb512e;
  border: none;
  color: white;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}
.lesson-preview .alert button:focus {
  outline: none;
}
.model-detail {
  display: none;
}
.model-detail.active {
  position: absolute;
  width: 100%;
  height: var(--window-height);
  bottom: 0;
  left: 0;
  display: block;
  background: white;
}
.custom-brecam {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.custom-brecam * {
  display: inline-block;
  vertical-align: middle;
}
.custom-brecam .category,
.custom-brecam .back {
  font-weight: 700;
  cursor: pointer;
}
.custom-brecam .back {
  display: none;
}
.custom-brecam svg {
  padding: 0px 5px;
}
.model-detail-wp .model-name {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
}
.model-detail-wp .body-des {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.model-detail-wp .btn-create-lesson .btn {
  height: 64px;
  text-align: center;
  border-radius: 36px;
  width: 100%;
  background: #eb512e;
  font-size: 21px;
  font-weight: bold;
  color: white;
}
.btn-edu {
  height: 64px;
  text-align: center;
  border-radius: 36px;
  width: 100%;
  background: #eb512e;
  font-size: 21px;
  font-weight: bold;
  color: white;
}
.profile-wp {
  position: relative;
}
.profile-wp .form-login .login-wp,
.profile-wp .form-register .login-wp,
.profile-wp .form-login .register-wp,
.profile-wp .form-register .register-wp {
  width: 1174px;
  margin: 50px auto 0px;
}
.profile-wp .form-login .login-wp .bg-login,
.profile-wp .form-register .login-wp .bg-login,
.profile-wp .form-login .register-wp .bg-login,
.profile-wp .form-register .register-wp .bg-login {
  margin-right: 100px;
}
.profile-wp .form-login .login-wp > div,
.profile-wp .form-register .login-wp > div,
.profile-wp .form-login .register-wp > div,
.profile-wp .form-register .register-wp > div {
  padding-left: 0;
  padding-right: 0;
}
.profile-wp .form-login .login-wp .form,
.profile-wp .form-register .login-wp .form,
.profile-wp .form-login .register-wp .form,
.profile-wp .form-register .register-wp .form {
  width: 100%;
}
.profile-wp .form-login .login-wp .form .form-header,
.profile-wp .form-register .login-wp .form .form-header,
.profile-wp .form-login .register-wp .form .form-header,
.profile-wp .form-register .register-wp .form .form-header {
  margin-bottom: 45px;
}
.profile-wp .form-login .login-wp .form .form-header h2,
.profile-wp .form-register .login-wp .form .form-header h2,
.profile-wp .form-login .register-wp .form .form-header h2,
.profile-wp .form-register .register-wp .form .form-header h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.profile-wp .form-login .login-wp .form .form-header p,
.profile-wp .form-register .login-wp .form .form-header p,
.profile-wp .form-login .register-wp .form .form-header p,
.profile-wp .form-register .register-wp .form .form-header p {
  font-size: 18px;
  font-weight: 500;
}
.profile-wp .form-login .login-wp .form .form-group,
.profile-wp .form-register .login-wp .form .form-group,
.profile-wp .form-login .register-wp .form .form-group,
.profile-wp .form-register .register-wp .form .form-group {
  clear: left;
  overflow: hidden;
}
.profile-wp .form-login .login-wp .form .form-group label,
.profile-wp .form-register .login-wp .form .form-group label,
.profile-wp .form-login .register-wp .form .form-group label,
.profile-wp .form-register .register-wp .form .form-group label {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 16px 0px 0px 16px;
  border: solid 1.5px #e0e0e0;
  text-align: center;
  line-height: 64px;
}
.profile-wp .form-login .login-wp .form .form-group .form-control,
.profile-wp .form-register .login-wp .form .form-group .form-control,
.profile-wp .form-login .register-wp .form .form-group .form-control,
.profile-wp .form-register .register-wp .form .form-group .form-control {
  float: left;
  width: calc(100% - 64px);
  height: 64px;
  border-radius: 0px 16px 16px 0px;
  border: solid 1.5px #e0e0e0;
  border-left: none;
  box-shadow: none;
  font-size: 21px;
  font-weight: 500;
}
.profile-wp .form-login .login-wp .form .form-group .form-control.error,
.profile-wp .form-register .login-wp .form .form-group .form-control.error,
.profile-wp .form-login .register-wp .form .form-group .form-control.error,
.profile-wp .form-register .register-wp .form .form-group .form-control.error {
  border-color: red;
}
.profile-wp .form-login .login-wp .form .form-group.error .form-control,
.profile-wp .form-register .login-wp .form .form-group.error .form-control,
.profile-wp .form-login .register-wp .form .form-group.error .form-control,
.profile-wp .form-register .register-wp .form .form-group.error .form-control,
.profile-wp .form-login .login-wp .form .form-group.error label,
.profile-wp .form-register .login-wp .form .form-group.error label,
.profile-wp .form-login .register-wp .form .form-group.error label,
.profile-wp .form-register .register-wp .form .form-group.error label {
  border-color: red;
}
.profile-wp .form-login .login-wp .form .form-submit,
.profile-wp .form-register .login-wp .form .form-submit,
.profile-wp .form-login .register-wp .form .form-submit,
.profile-wp .form-register .register-wp .form .form-submit {
  margin-top: 30px;
}
.dang-nhap {
  margin-top: 30px;
  font-size: 18px;
}
.dang-nhap u {
  font-weight: bold;
  color: #EB512E;
}
.startLesson {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background: white;
}
.startLesson.active {
  display: block;
}
.user-content {
  border-radius: 24px;
  bordeR: solid 2px #e0e0e0;
  padding: 15px;
}
.user-content .loading {
  display: none;
}
.user-content td.action .btn:hover svg path {
  fill: #eb512e !important;
}
.user-content.show-loading .loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  background: white;
  z-index: 2;
}
.user-content.show-loading .loading img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30vh;
}
.user-model-detail .loading {
  display: none;
}
.user-model-detail.active {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: white;
}
.user-model-detail.show-loading .loading {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  display: block;
  background: white;
}
.user-model-detail.show-loading .loading img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30vh;
}
.profile-wp .user-content {
  height: var(--window-height-user);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.profile-wp .user-content .lib-output {
  height: calc(100% - 63px);
  overflow: auto;
}
.profile-wp .user-content .output {
  height: 100%;
}
.profile-wp .user-content .output table {
  border-collapse: collapse;
}
.profile-wp .user-content .output table thead tr th {
  background: #F2F2F2;
  font-size: 18px;
  font-weight: bold;
}
.user-nav {
  padding-right: 0;
}
.user-nav .user-nav-wp {
  height: var(--window-height-user);
  border-radius: 24px;
  bordeR: solid 2px #e0e0e0;
}
.header-my-lesson {
  padding-bottom: 15px;
}
.header-my-lesson #typeContent {
  width: 300px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 16px;
  border-color: #E0E0E0;
  height: 48px;
}
.lesson-form {
  display: none;
}
.lesson-form.active {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
}
.lesson-form.active .lesson-form-wp {
  height: var(--window-height-user);
  border-radius: 24px;
  bordeR: solid 2px #e0e0e0;
  width: 100%;
  background: white;
  padding: 15px;
}
.lib-output-model {
  height: calc(100% - 204px);
  overflow: auto;
}
.lib-output-model .table-responsive img.model-thumb {
  max-width: 90px;
  height: auto;
  border-radius: 16px;
  border: solid 1.5px #e0e0e0;
  overflow: hidden;
}
.header-my-model #typeContent {
  width: 300px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 16px;
  border-color: #E0E0E0;
  height: 48px;
  margin-bottom: 15px;
}
.education-upload-form {
  text-align: center;
}
.education-upload-form input.add3dassetFile {
  display: none;
}
.education-upload-form .upload3dasset {
  display: inline-block;
  padding-bottom: 15px;
}
.education-upload-form .mes {
  font-size: 16px;
  font-weight: 500;
  color: #999999;
}
.education-upload-form .mes b {
  color: black;
  font-weight: 500;
}
#uploadprogress-asset3d .process-percent,
#uploadprogress-image360 .process-percent {
  font-size: 18px;
  font-weight: bold;
  color: #eb512e;
}
#uploadprogress-asset3d .custom-upload-3dasset,
#uploadprogress-image360 .custom-upload-3dasset,
#uploadprogress-asset3d .custom-upload-image360,
#uploadprogress-image360 .custom-upload-image360 {
  padding: 30px 15px;
}
#uploadprogress-asset3d .custom-upload-3dasset .process-upload-fileData,
#uploadprogress-image360 .custom-upload-3dasset .process-upload-fileData,
#uploadprogress-asset3d .custom-upload-image360 .process-upload-fileData,
#uploadprogress-image360 .custom-upload-image360 .process-upload-fileData {
  text-align: center;
}
#uploadprogress-asset3d .custom-upload-3dasset .form-control,
#uploadprogress-image360 .custom-upload-3dasset .form-control,
#uploadprogress-asset3d .custom-upload-image360 .form-control,
#uploadprogress-image360 .custom-upload-image360 .form-control {
  height: 48px;
  border-radius: 16px;
}
#uploadprogress-asset3d .custom-upload-3dasset .control-label,
#uploadprogress-image360 .custom-upload-3dasset .control-label,
#uploadprogress-asset3d .custom-upload-image360 .control-label,
#uploadprogress-image360 .custom-upload-image360 .control-label {
  width: 30%;
}
#uploadprogress-asset3d .custom-upload-3dasset .assetThumb,
#uploadprogress-image360 .custom-upload-3dasset .assetThumb,
#uploadprogress-asset3d .custom-upload-image360 .assetThumb,
#uploadprogress-image360 .custom-upload-image360 .assetThumb {
  display: none;
}
#uploadprogress-asset3d .custom-upload-3dasset .label-empty,
#uploadprogress-image360 .custom-upload-3dasset .label-empty,
#uploadprogress-asset3d .custom-upload-image360 .label-empty,
#uploadprogress-image360 .custom-upload-image360 .label-empty {
  width: 100%;
  text-align: left;
  padding-left: 0;
}
#uploadprogress-asset3d .custom-upload-3dasset .label-empty img,
#uploadprogress-image360 .custom-upload-3dasset .label-empty img,
#uploadprogress-asset3d .custom-upload-image360 .label-empty img,
#uploadprogress-image360 .custom-upload-image360 .label-empty img {
  max-width: 150px;
}
#uploadprogress-asset3d .custom-upload-3dasset .custom-upload-3dasset-action,
#uploadprogress-image360 .custom-upload-3dasset .custom-upload-3dasset-action,
#uploadprogress-asset3d .custom-upload-image360 .custom-upload-3dasset-action,
#uploadprogress-image360 .custom-upload-image360 .custom-upload-3dasset-action,
#uploadprogress-asset3d .custom-upload-3dasset .custom-upload-image360-action,
#uploadprogress-image360 .custom-upload-3dasset .custom-upload-image360-action,
#uploadprogress-asset3d .custom-upload-image360 .custom-upload-image360-action,
#uploadprogress-image360 .custom-upload-image360 .custom-upload-image360-action {
  text-align: center;
}
#uploadprogress-asset3d .custom-upload-3dasset .custom-upload-3dasset-action .btn,
#uploadprogress-image360 .custom-upload-3dasset .custom-upload-3dasset-action .btn,
#uploadprogress-asset3d .custom-upload-image360 .custom-upload-3dasset-action .btn,
#uploadprogress-image360 .custom-upload-image360 .custom-upload-3dasset-action .btn,
#uploadprogress-asset3d .custom-upload-3dasset .custom-upload-image360-action .btn,
#uploadprogress-image360 .custom-upload-3dasset .custom-upload-image360-action .btn,
#uploadprogress-asset3d .custom-upload-image360 .custom-upload-image360-action .btn,
#uploadprogress-image360 .custom-upload-image360 .custom-upload-image360-action .btn {
  width: 240px;
  height: 48px;
  border-radius: 32px;
  border: solid 1.5px #eb512e;
  font-size: 18px;
  font-weight: 700;
  color: #eb512e;
  text-shadow: none;
}
#uploadprogress-asset3d .custom-upload-3dasset .custom-upload-3dasset-action .btn:hover,
#uploadprogress-image360 .custom-upload-3dasset .custom-upload-3dasset-action .btn:hover,
#uploadprogress-asset3d .custom-upload-image360 .custom-upload-3dasset-action .btn:hover,
#uploadprogress-image360 .custom-upload-image360 .custom-upload-3dasset-action .btn:hover,
#uploadprogress-asset3d .custom-upload-3dasset .custom-upload-image360-action .btn:hover,
#uploadprogress-image360 .custom-upload-3dasset .custom-upload-image360-action .btn:hover,
#uploadprogress-asset3d .custom-upload-image360 .custom-upload-image360-action .btn:hover,
#uploadprogress-image360 .custom-upload-image360 .custom-upload-image360-action .btn:hover {
  background: #eb512e;
  color: white;
  text-shadow: none;
}
.user-model-detail .model-detail-wp {
  padding-top: 15px;
}
.user-model-detail .model-detail-wp .custom-brecam {
  display: block;
}
.user-model-detail .model-detail-wp .custom-brecam .back {
  display: inline;
}
.user-model-detail .model-detail-wp .custom-brecam .category {
  display: none;
}
.user-model-detail iframe {
  border: none;
}
.user-nav-wp {
  padding: 30px 10px;
}
.user-nav-wp ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-nav-wp ul li {
  margin-bottom: 30px;
}
.user-nav-wp ul .btn {
  text-align: center;
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
  width: 100%;
  bordeR: none;
  box-shadow: none;
  border-radius: 12px;
}
.user-nav-wp ul .btn svg {
  display: block;
  margin: 0 auto 5px;
}
.user-nav-wp ul .btn svg * {
  fill: #999999 !important;
}
.user-nav-wp ul .btn:focus {
  outline: none !important;
}
.user-nav-wp ul .btn.active {
  color: #eb512e;
  font-weight: 700;
  background-color: #FCE0DA;
}
.user-nav-wp ul .btn.active svg {
  display: block;
  margin: 0 auto 5px;
}
.user-nav-wp ul .btn.active svg * {
  fill: #eb512e !important;
}
.table-responsive th,
.table-responsive td {
  vertical-align: middle !important;
}
.table-responsive th img,
.table-responsive td img {
  max-width: 160px;
}
.table-responsive .center {
  text-align: center;
}
.table-responsive .action-mylesson .btn,
.table-responsive .action .btn {
  border: none;
  background-color: transparent;
}
.table-responsive .action-mylesson .btn:focus,
.table-responsive .action .btn:focus,
.table-responsive .action-mylesson .btn:hover,
.table-responsive .action .btn:hover {
  outline: none !important;
  background-color: transparent;
}
.table-responsive .action-mylesson .btn:focus svg *,
.table-responsive .action .btn:focus svg *,
.table-responsive .action-mylesson .btn:hover svg *,
.table-responsive .action .btn:hover svg * {
  fill: #eb512e;
}
.text-center .pagination li button {
  padding: 3px 5px;
  margin: 0px 5px;
  border-radius: 5px;
  border: solid 1px #e0e0e0;
}
.text-center .pagination li.active button {
  background-color: #eb512e;
  color: white;
  border: solid 1px #eb512e;
}
.lesson-preview .des .body-des::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}
.lesson-preview .des .body-des::-webkit-scrollbar-track {
  background: #e0e0e0;
  /* color of the tracking area */
}
.lesson-preview .des .body-des::-webkit-scrollbar-thumb {
  background-color: #eb512e;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 1px solid orange;
  /* creates padding around scroll thumb */
}
.lib-output-model::-webkit-scrollbar,
.lib-output::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}
.lib-output-model::-webkit-scrollbar-track,
.lib-output::-webkit-scrollbar-track {
  background: #e0e0e0;
  /* color of the tracking area */
}
.lib-output-model::-webkit-scrollbar-thumb,
.lib-output::-webkit-scrollbar-thumb {
  background-color: #eb512e;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 1px solid orange;
  /* creates padding around scroll thumb */
}
.page-app::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}
.page-app::-webkit-scrollbar-track {
  background: #e0e0e0;
  /* color of the tracking area */
}
.page-app::-webkit-scrollbar-thumb {
  background-color: #eb512e;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 1px solid orange;
  /* creates padding around scroll thumb */
}
.btn-edu2 {
  height: 56px;
  text-align: center;
  border-radius: 36px;
  width: 100%;
  background: #eb512e;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
.lesson-info .action-lesson {
  margin-top: 30px;
  justify-content: center;
}
.lesson-info .action-lesson > div {
  min-width: 49%;
  padding: 0px 5px;
}
.lesson-info .action-lesson .btn {
  max-width: 340px;
  display: block;
}
.lesson-preview > .row {
  margin-bottom: 0;
}
.modal-content .form-login .login-wp,
.modal-content .form-register .login-wp,
.modal-content .form-login .register-wp,
.modal-content .form-register .register-wp {
  width: 100%;
  margin: 30px auto 30px;
  overflow: hidden;
}
.modal-content .form-login .login-wp .bg-login,
.modal-content .form-register .login-wp .bg-login,
.modal-content .form-login .register-wp .bg-login,
.modal-content .form-register .register-wp .bg-login {
  margin-right: 100px;
  float: left;
}
.modal-content .form-login .login-wp > div,
.modal-content .form-register .login-wp > div,
.modal-content .form-login .register-wp > div,
.modal-content .form-register .register-wp > div {
  display: inline-block;
}
.modal-content .form-login .login-wp .form,
.modal-content .form-register .login-wp .form,
.modal-content .form-login .register-wp .form,
.modal-content .form-register .register-wp .form {
  width: 100%;
}
.modal-content .form-login .login-wp .form .form-header,
.modal-content .form-register .login-wp .form .form-header,
.modal-content .form-login .register-wp .form .form-header,
.modal-content .form-register .register-wp .form .form-header {
  margin-bottom: 45px;
}
.modal-content .form-login .login-wp .form .form-header h2,
.modal-content .form-register .login-wp .form .form-header h2,
.modal-content .form-login .register-wp .form .form-header h2,
.modal-content .form-register .register-wp .form .form-header h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-content .form-login .login-wp .form .form-header p,
.modal-content .form-register .login-wp .form .form-header p,
.modal-content .form-login .register-wp .form .form-header p,
.modal-content .form-register .register-wp .form .form-header p {
  font-size: 18px;
  font-weight: 500;
}
.modal-content .form-login .login-wp .form .form-group,
.modal-content .form-register .login-wp .form .form-group,
.modal-content .form-login .register-wp .form .form-group,
.modal-content .form-register .register-wp .form .form-group {
  clear: left;
  overflow: hidden;
}
.modal-content .form-login .login-wp .form .form-group label,
.modal-content .form-register .login-wp .form .form-group label,
.modal-content .form-login .register-wp .form .form-group label,
.modal-content .form-register .register-wp .form .form-group label {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 16px 0px 0px 16px;
  border: solid 1.5px #e0e0e0;
  text-align: center;
  line-height: 64px;
}
.modal-content .form-login .login-wp .form .form-group .form-control,
.modal-content .form-register .login-wp .form .form-group .form-control,
.modal-content .form-login .register-wp .form .form-group .form-control,
.modal-content .form-register .register-wp .form .form-group .form-control {
  float: left;
  width: calc(100% - 64px);
  height: 64px;
  border-radius: 0px 16px 16px 0px;
  border: solid 1.5px #e0e0e0;
  border-left: none;
  box-shadow: none;
  font-size: 21px;
  font-weight: 500;
}
.modal-content .form-login .login-wp .form .form-group .form-control.error,
.modal-content .form-register .login-wp .form .form-group .form-control.error,
.modal-content .form-login .register-wp .form .form-group .form-control.error,
.modal-content .form-register .register-wp .form .form-group .form-control.error {
  border-color: red;
}
.modal-content .form-login .login-wp .form .form-group.error .form-control,
.modal-content .form-register .login-wp .form .form-group.error .form-control,
.modal-content .form-login .register-wp .form .form-group.error .form-control,
.modal-content .form-register .register-wp .form .form-group.error .form-control,
.modal-content .form-login .login-wp .form .form-group.error label,
.modal-content .form-register .login-wp .form .form-group.error label,
.modal-content .form-login .register-wp .form .form-group.error label,
.modal-content .form-register .register-wp .form .form-group.error label {
  border-color: red;
}
.modal-content .form-login .login-wp .form .form-submit,
.modal-content .form-register .login-wp .form .form-submit,
.modal-content .form-login .register-wp .form .form-submit,
.modal-content .form-register .register-wp .form .form-submit {
  margin-top: 30px;
}
.modal-body.show-loading .loading {
  display: block !important;
  position: absolute;
  background: white;
  width: 100%;
  height: 100%;
  z-index: 9;
  text-align: center;
  top: 0;
  left: 0;
}
.modal-body.show-loading .loading img {
  display: inline-block;
  margin-top: 200px;
}
.clone-sucess {
  display: block;
  text-align: center;
  margin: 15px 0px;
}
.clone-sucess > * {
  margin-bottom: 15px;
}
.clone-sucess .noti {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.clone-sucess .close-clone {
  max-width: 240px;
  margin-bottom: 0px;
}
/*
.table-my-lesson tr th:nth-child(4) {
  min-width: 300px;
}*/
.loading {
  display: none;
}
.delete-qe,
.delete-model,
.delete-model-preview {
  text-align: center;
}
.delete-qe img,
.delete-model img,
.delete-model-preview img {
  margin-bottom: 15px;
  margin-top: 35px;
}
.delete-qe .des,
.delete-model .des,
.delete-model-preview .des {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.delete-qe .des b,
.delete-model .des b,
.delete-model-preview .des b {
  margin: 15px 0px 30px;
  display: block;
}
.delete-qe .modal-action,
.delete-model .modal-action,
.delete-model-preview .modal-action {
  margin-bottom: 30px;
}
.delete-qe .modal-action .btn,
.delete-model .modal-action .btn,
.delete-model-preview .modal-action .btn {
  display: inline-block;
  max-width: 240px;
  margin: 0px 7px;
}
.btn-cancel {
  height: 56px;
  text-align: center;
  border-radius: 36px;
  width: 100%;
  background: white;
  font-size: 18px;
  font-weight: bold;
  color: #eb512e;
  border: solid #eb512e 1.5px;
}
.modal-content {
  border-radius: 24px;
}
.btn-edu2 {
  border: #eb512e solid 1.5px;
}
.duplicate-qe {
  text-align: center;
}
.duplicate-qe img {
  margin-bottom: 15px;
  margin-top: 35px;
}
.duplicate-qe .des {
  font-size: 18px;
  font-weight: 500;
  color: black;
  margin-bottom: 15px;
}
.duplicate-qe .des b {
  margin: 15px 0px 15px;
  display: block;
}
.duplicate-qe input.form-control {
  max-width: 500px;
  margin: 0 auto 30px;
  height: 60px;
  border-radius: 16px;
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.duplicate-qe .modal-action {
  margin-bottom: 30px;
}
.duplicate-qe .modal-action .btn {
  display: inline-block;
  max-width: 240px;
  margin: 0px 7px;
}
.status-lesson {
  cursor: pointer;
}
.form-request-public-lesson .header-form {
  text-align: center;
  padding: 15px 0px 30px;
}
.form-request-public-lesson .header-form p {
  font-size: 24px;
  font-weight: 700;
  margin-top: 15px;
}
.form-request-public-lesson label {
  font-size: 18px;
  font-weight: 500;
}
.form-request-public-lesson .form-group {
  clear: left;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 18px;
  color: black;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.form-request-public-lesson .form-group > label.control-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0;
  min-width: 200px;
}
.form-request-public-lesson .form-group .form-control {
  max-width: 500px;
  height: 60px;
  border-radius: 16px;
  font-size: 18px;
  color: black;
  font-weight: 500;
}
.form-request-public-lesson .form-group img {
  margin-right: 10px;
}
.modal-public {
  width: 791px;
}
.modal-public button.close {
  display: none !important;
}
.modal-public .output {
  padding: 0px 50px;
}
.modal-public .modal-action {
  margin-bottom: 30px;
  text-align: center;
}
.modal-public .modal-action .btn {
  display: inline-block;
  max-width: 240px;
  margin: 0px 7px;
}
.btn-create-lesson-with-model {
  display: flex;
}
.btn-create-lesson-with-model .btn-delete {
  bordeR: none;
  background: transparent;
  margin-left: 15px;
}
.show-menu-mobile {
  display: none;
}
.hide-scroll {
  overflow: hidden;
}
.version {
  text-align: center;
  padding-bottom: 15px;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
#custom-add-lesson .btn {
  display: inline-block;
  margin: 10px;
}
#custom-add-lesson .save {
  border: 1.5px solid #EB512E;
  background-color: #EB512E;
  border-radius: 40px;
  height: 56px;
  width: 216px;
  font-weight: bold;
  font-size: 18px;
  color: white;
  margin-left: 10px;
}
#custom-add-lesson .form-actions {
  clear: both;
  text-align: center;
}
.version-wp {
  clear: left;
}
.form-reset {
  display: none;
}
#home .page-app .output2,
#home .page-app .output {
  display: none;
}
#home .page-app .output2.active,
#home .page-app .output.active {
  display: block;
}
div.form-login-error {
  background-color: transparent;
  font-size: 14px;
  color: #eb512e;
}
.show-menu-mobile i,
.show-menu-mobile span {
  display: inline-block;
  vertical-align: middle;
  color: white;
}
.show-menu-mobile span.text-menu {
  font-size: 14px;
  font-weight: bold;
  margin-left: 15px;
}
.dang-ky,
.dang-nhap {
  cursor: pointer;
}
.login_social {
  clear: left;
  display: flex;
  justify-content: space-between;
}
.login_social .login-social-item {
  min-width: 48%;
}
.login_social a.btn {
  height: 48px;
  width: 100%;
  text-align: center;
  margin: 0px auto 15px;
  display: block;
  border-radius: 0px;
  text-align: left;
  line-height: 48px;
  padding-top: 0;
  padding-bottom: 0;
  color: white;
  font-weight: 500;
  background: #eb512e;
  text-shadow: none;
  border-radius: 36px;
}
.login_social a.btn i {
  font-size: 20px;
  min-width: 25px;
  display: inline-block;
  vertical-align: middle;
}
.btn-edu {
  text-shadow: none;
}
.messages.error {
  position: fixed;
  z-index: 9;
  width: 50%;
  top: 10%;
  left: 50%;
  margin-left: -25%;
}
#myOpenApp .modal-dialog .loadding-wrapper,
#myOpenApp .modal-dialog .download-app {
  padding: 50px 0px;
  text-align: center;
}
#myOpenApp .modal-dialog .loadding-wrapper i,
#myOpenApp .modal-dialog .download-app i {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
#myOpenApp .modal-dialog .loadding-wrapper i.fa-download,
#myOpenApp .modal-dialog .download-app i.fa-download {
  font-size: 3em;
}
#myOpenApp .modal-dialog .download-app {
  display: none;
}
.language-switcher-locale-url {
  line-height: 100%;
  width: 150px;
}
.right-header .language-switcher-locale-url.active {
  display: block;
}
.right-header .language-switcher-locale-url {
  display: none;
  position: absolute;
  background: white;
  border-radius: 24px;
  bordeR: solid 1px #ccc;
  z-index: 9;
  margin-top: -10px;
}
.right-header .language-switcher-locale-url li {
  list-style: none;
}
.right-header .language-switcher-locale-url li a.active {
  font-weight: 700;
}
.right-header .language-switcher-locale-url li a {
  width: 150px;
  height: 40px;
  border-radius: 24px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  color: #EB512E;
  display: block;
  padding: 6px 12px;
  line-height: 28px;
}
.right-header .language-switcher-locale-url li a img {
  display: inline-block;
  margin-right: 5px;
  border-radius: 24px;
}
.right-header .language-wp {
  position: relative;
}
.right-header .language-wp button {
  width: auto;
  margin-right: 15px;
  line-height: 24px;
  text-shadow: none;
}
.right-header .language-wp button img {
  border-radius: 24px;
  margin-right: 5px;
}
#first-time {
  display: none;
}
.share-wp .btn.btn-share {
  background: transparent;
  outline: none;
  border: none;
  padding-right: 0;
  max-width: 100% !important;
  font-size: 14px !important;
}
.share-wp .btn.btn-share i {
  font-size: 16px;
  padding-right: 5px;
}
.share-wp .btn.btn-share:hover,
.share-wp .btn.btn-share:focus {
  background: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}
.share-content {
  position: absolute;
  margin-top: 10px;
  right: 0;
  padding: 15px;
  background: white;
  border: solid 1px #ccc;
  border-radius: 15px;
  display: none;
  z-index: 1;
}
.share-content.active {
  display: block;
}
.btn {
  text-shadow: none;
}
i {
  color: #666666;
}
.modal-body .output {
  width: 100%;
  display: table;
}
.login-wp > .bg-login > img {
  max-width: 100%;
  height: auto;
}
.bg-login img {
  max-width: 100%;
  height: auto;
}
.login-social-item i {
  color: white;
}
.popup-yes-no {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.popup-yes-no .popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 30px;
  border-radius: 32px;
}
.popup-yes-no .popup-content p {
  font-size: 24px;
}
.popup-yes-no .popup-action {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-yes-no .popup-action .btn {
  width: 150px;
}
.popup-yes-no .popup-action .btn-contine {
  border: 1.5px solid #EB512E;
  background-color: #EB512E;
  border-radius: 40px;
  height: 48px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  margin-left: 10px;
}
.statusNetwork {
  display: none;
  position: fixed;
  bottom: 15px;
  left: 0;
  padding: 5px;
  background: gray;
  color: white;
  width: 100%;
  text-align: center;
  border-radius: 10px;
}
.statusNetwork button {
  background: transparent;
  text-decoration: underline;
  border: none;
  outline: none;
  padding: 7px 0px;
}
.statusNetwork .online {
  display: none;
}
#policy-modal .modal-body .output {
  max-height: calc(100vh - 250px);
  overflow-y: auto;
  display: block;
}
span.imageSelected {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 7px;
}
.dang-nhap p,
.dang-ky p {
  padding: 15px 0px;
}
.sketchfab-category {
  padding: 0 15px 15px 15px;
  overflow: hidden;
}
.sketchfab-category button {
  display: flex;
  margin-bottom: 5px;
  margin-right: 5px;
  height: 40px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #eb512e;
  padding-left: 20px;
  padding-right: 20px;
  white-space: normal;
  justify-content: center;
  align-items: center;
  float: left;
}
.sketchfab-category button img {
  max-width: 20px;
  display: inline-block;
  margin-right: 5px;
  color: #eb512e;
  filter: invert(47%) sepia(49%) saturate(5865%) hue-rotate(345deg) brightness(97%) contrast(90%);
}
.sketchfab-category button span {
  white-space: nowrap;
}
.sketchfab-category button.active,
.sketchfab-category button:focus,
.sketchfab-category button.active:focus {
  background-color: #eb512e;
  color: white;
  outline: none;
}
.sketchfab-category button.active img,
.sketchfab-category button:focus img,
.sketchfab-category button.active:focus img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(174deg) brightness(101%) contrast(101%);
}
.endInitModelSketchfab {
  text-align: center;
  margin-bottom: 15px;
  clear: left;
}
.endInitModelSketchfab button {
  background: #eb512e;
  color: white;
  border: none;
  height: 40px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
}
.endInitModelSketchfab button i {
  color: white;
  display: none;
}
.init-content.callAjax .endInitModelSketchfab button i {
  color: white;
  display: inline-block;
}
.back-lib-sketchfab {
  cursor: pointer;
}
.back-lib-sketchfab i {
  font-size: 30px;
}
.back-lib-sketchfab i:hover {
  color: #eb512e;
}
.qrcodeviewar {
  text-align: center;
}
.qrcodeviewar img,
.qrcodeviewar .btn {
  margin-bottom: 15px;
}
.viewSonic .babylonjs.action-lesson {
  display: none;
}
#verification_user button {
  margin: 0px 5px;
}
body.page-verification {
  background: #ddd;
}
.page-message {
  max-width: 800px;
  height: 100vh;
  position: relative;
}
.page-message .message-content {
  position: absolute;
  min-height: 300px;
  background: white;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 30px;
}
.page-message .message-content .veri-content {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.page-message .message-content .goto-app {
  max-width: 300px;
  margin: 0 auto;
}
body.page-babylonjs #renderCanvas {
  width: 100%;
  height: 100%;
  touch-action: none;
}
body.page-babylonjs #canvasZone {
  width: 100%;
  height: 100%;
}
body.page-babylonjs .action {
  display: flexbox;
  position: fixed;
  bottom: 0;
}
body.page-babylonjs .btn-action {
  position: fixed;
  width: 70px;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
body.page-babylonjs .btn-action .btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ccc;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  bordeR: none;
  margin: 5px auto;
}
body.page-babylonjs .slide-text {
  width: 100%;
  border-radius: 15px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  background: #ccc;
  color: white;
  font-size: 16px;
  margin-bottom: 5px;
}
body.page-babylonjs .slide-des {
  position: fixed;
  border-radius: 15px;
  width: 800px;
  padding: 15px;
  background: #ccc;
  color: white;
  font-size: 16px;
  bottom: 20px;
  text-align: center;
  left: 50%;
  margin-left: -400px;
}
body.page-babylonjs .top-left {
  position: fixed;
  top: 30px;
  left: 30px;
  width: 50%;
}
body.page-babylonjs .top-left .header {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
}
body.page-babylonjs h1.lesson-title {
  margin: 0 0px 0px 15px;
  color: white;
  font-size: 24px;
  font-weight: bold;
}
body.page-babylonjs .top-left .header .btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ccc;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  padding: 0;
}
body.page-babylonjs .lesson-slide-title {
  margin-left: 50px;
}
body.page-babylonjs .lesson-slide-title .btn {
  border-radius: 30px;
  background: #ccc;
  color: white;
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
  padding: 10px 15px 10px 30px;
  max-width: 300px;
  display: block;
  width: 100%;
  font-size: 18px;
  text-shadow: none;
}
body.page-babylonjs .lesson-slide-title .btn:hover,
body.page-babylonjs .lesson-slide-title .btn.active {
  color: #eb512e;
}
body.page-babylonjs .lesson-slide-title .btn i {
  margin-right: 10px;
}
body.page-babylonjs .menu-lesson-slide {
  margin: 0;
  padding: 0;
  display: none;
  max-height: 500px;
  max-width: 300px;
  overflow-y: auto;
}
body.page-babylonjs .menu-lesson-slide li {
  border-radius: 30px;
  background: #ccc;
  color: white;
  font-size: 20px;
  text-align: left;
  margin-bottom: 5px;
  padding: 10px 15px 10px 30px;
  max-width: 300px;
  display: block;
  width: 100%;
  font-size: 18px;
  text-shadow: none;
  cursor: pointer;
}
body.page-babylonjs .menu-lesson-slide li.active {
  color: #eb512e;
}
body.page-babylonjs .bottom-left {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 50%;
  max-width: 50px;
}
body.page-babylonjs .bottom-left .btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #ccc;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  padding: 0;
  bordeR: none;
  margin-top: 10px;
}
body.page-babylonjs .bottom-left .btn:hover,
body.page-babylonjs .bottom-left .btn.active {
  color: #eb512e;
}
body.page-babylonjs body.page-lesson-babylonjs {
  overflow: hidden;
}
body.isxrapp.disconect-network::before {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.statusNetwork {
  z-index: 9;
}
.activeWebGl {
  display: none !important;
}
.btn-delete {
  height: 56px;
  text-align: center;
  border-radius: 36px;
  width: 100%;
  background: white;
  font-size: 18px;
  font-weight: bold;
  color: #eb512e;
  border: solid #eb512e 1.5px;
}
.action-delete-user button {
  margin: 0px 5px;
}
#delete_user .form-inline {
  margin: 15px 0px;
  text-align: center;
}
#delete_user .form-inline label {
  padding-right: 30px;
}
#delete_user .form-inline input {
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  border: solid 1.5px #e0e0e0;
  box-shadow: none;
}
#delete_user .form-inline input.error {
  border-color: red;
}
.user-profile-edit .form-user-profile .form-action button {
  margin: 0px 5px;
}
.user-content .user-profile-edit .form-user-profile .form-group {
  max-width: 500px;
}
